/*
	Theme Name: Spybot 3 (PepiMK)
	Theme URI: https://www.safer-networking.org
	Description: Spybot 3 WordPress Theme
	Version: 0.4
	Author: Patrick Kolla-ten Venne
	Author URI: https://www.safer-networking.org
	Tags: Blank, HTML5, CSS3
	License: Private
	License URI: https://www.safer-networking.org/
*/

:root {
    --spybot-suan-p1: #F0F5F5;
    --spybot-suan-p2: #D7CDCD;
    --spybot-suan-p3: #AAB0B1;
    --spybot-suan-p4: #525242;
    --spybot-suan-p5: #0096FF;
    --spybot-suan-p6: #00C8FF;

    --spybot-suan-up1: #787A80;
    --spybot-suan-up2: #64666E;
    --spybot-suan-up3: #A4A9AB;
    --spybot-suan-up4: #F5F5F5;
    --spybot-suan-up5: #0096FF;
    --spybot-suan-up6: #BE00FF;
    --spybot-suan-up7: #00c8ff;

    --spybot-suan-u1: #38414E;
    --spybot-suan-u2: #2C3745;
    --spybot-suan-u3: #6E7882;
    --spybot-suan-u4: #F5F5F5;
    --spybot-suan-u5: #0096FF;
    --spybot-suan-u6: #ff0023;

    /* 7.22 */
    --spybot-suan-p1-contrast: var(--spybot-suan-p4);
    /* 10.29 */
    --spybot-suan-p1-contrast-max: #3B3B30;
    /* 5.31 */
    --spybot-suan-p6-contrast-low: #38404f;
    /* 7.15 */
    --spybot-suan-p6-contrast: #242c3a;
    /* 10.11 */
    --spybot-suan-p6-contrast-max: #080a0c;

    --spybot-darkblue: var(--spybot-suan-p5);
    --spybot-lightblue: var(--spybot-suan-p6);
    --spybot-lightblue-contrast: var(--spybot-suan-p6-contrast);
    --spybot-lightblue-contrast-max: var(--spybot-suan-p6-contrast-max);

    --spybot-textcolor: var(--spybot-suan-p4);
    --spybot-lightblue-contrast: var(--spybot-suan-p6-contrast);
    --spybot-lightblue-text-large: var(--spybot-suan-p6-contrast);
    --spybot-lightblue-text-small: var(--spybot-suan-p6-contrast);

    /**
     * Primary button, contrast 5.31
     * 
     * @see https://coolors.co/contrast-checker/38404f-00c8ff
     */
    --spybot-primarybutton-color: var(--spybot-lightblue-contrast);
    --spybot-primarybutton-background: var(--spybot-lightblue);
    --spybot-primarybutton-bordercolor: var(--spybot-darkblue);

    /**
     * Secondary button, contrast 7.22
     *
     * @see https://coolors.co/contrast-checker/525242-f0f5f5
     */
    --spybot-secondarybutton-color: var(--spybot-suan-p1-contrast);
    --spybot-secondarybutton-background: var(--spybot-suan-p1);
    --spybot-secondarybutton-bordercolor: var(--spybot-suan-p3);

    @media (prefers-contrast: more) {
        --spybot-primarybutton-color: var(--spybot-lightblue-contrast-max);
    }

}

input[type="submit"].gform_button,
.spybot-primarybutton,
.spybot-donatebutton,
.spybot-shopbutton {
    font-size: 100%;
    margin: 1em auto;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    user-select: none;
    text-decoration: none;

    background-color: var(--spybot-primarybutton-background) !important;
    color: var(--spybot-primarybutton-color) !important;
    border: 0px solid var(--spybot-primarybutton-bordercolor) !important;
}

.spybot-secondarybutton,
.spybot-downloadbutton {
    font-size: 100%;
    margin: 1em auto;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    user-select: none;
    text-decoration: none;

    background-color: var(--spybot-secondarybutton-background) !important;
    color: var(--spybot-secondarybutton-color) !important;
    border: 1px solid var(--spybot-secondarybutton-bordercolor) !important;
}

/* Fix for language switcher to show name only in submenu
li>a>span.wpml-ls-native {
    display: none;
}
     */

ul.sub-menu>li>a>span.wpml-ls-native {
    display: inline;
}

/*************************************/
/** main *****************************/
/*************************************/

article#post-286 hr.purchase-confirmation {
    margin: 2em auto !important;
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
/*
html {
	font-size:62.5%;
}
*/
body {
    font-family: 'Work Sans', sans-serif;
    margin: 0px;
    color: #38404F;
    font-weight: 300;
    font-size: 120%;
    background-color: white;
    /* was:

	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
  */
}

blockquote {
    padding-left: 1.5em;
    font-style: oblique;
}

blockquote p:first-child::before {
    content: "«";
    color: gray;
}

blockquote p:last-child::after {
    content: "»";
    color: gray;
}


body header {
    /* height: 60px; */
    height: 65px;
}

a {
    text-decoration: none;
    font-weight: 600;
    color: #38404F;
}

a:active,
a:hover,
a.view-article:hover {
    color: #0096ff;
}

a.view-article:before {
    content: '➞ ';
}

a.view-article,
article>section a.view-article {
    font-size: 80%;
    font-weight: normal !important;
    display: block;
    margin-top: 1em;
}

img.page-image {
    /* this moves the image up, beneath the box shadow */
    position: relative;
    top: -5px;
    z-index: -100;
    text-align: center;
    margin: auto;
    display: block;
    max-height: 50vh;
    max-width: 650px;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    /*
  box-shadow: 0 0px 4px 0 rgba(0,0,0,0.86) !important;
  */
}

div#cookie-law-info-bar {
    border-top: 0px !important;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    background-color: white;
    position: fixed;
    bottom: 0px;
    font-size: 10pt;
}

div#cookie-law-info-again {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    border: 0px !important;
}

div#cookie-law-info-bar .cli-plugin-main-link {
    text-decoration: none;
}

div#cookie-law-info-bar .cli-plugin-button {
    border-radius: 4px;
}

p.breadcrumb {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    font-size: small;
    text-align: center;
}

p.breadcrumb a {
    color: #38404F;
}

form.search,
aside.sidebar {
    visibility: hidden;
}


a.post-edit-link {
    /*
  position: absolute;
  left: 75px;
  top: 75px;
  */
    position: fixed;
    right: 50px;
    top: 100px;
    background-color: #F0F5F5;
    padding: 0.5em;
    border: 1px solid #38404F;
}

div.main-arrow-down,
div.main-arrow-up {
    width: 32px;
    margin: auto;
    padding: 0px;
}

div.main-arrow-up {
    padding-bottom: 1em;
}

img.main-arrow {
    width: 32px;
    height: 32px;
}

img.main-arrow-left {
    position: fixed;
    /*
  top: 50%;
  transform: translate(0, -51%);
  */
    left: 50px;
}

img.main-arrow-right {
    position: fixed;
    /*
  top: 50%;
  transform: translate(0, -51%);
  */
    right: 50px;
}

/*************************************/
/** pageblock ************************/
/*************************************/

div.pageblock,
article>section {
    padding: 1.5em 0em;
    margin: auto;
    text-align: center;
    font-size: 90%;
    line-height: 140%;
}

div.pageblock span.date,
article>section span.date {
    font-size: small;
    text-align: right;
    padding: 2em 0em;
}

div.pageblock a.view-article,
article>section a.view-article {
    text-decoration: none;
    font-weight: 600;
    color: #38404F;
}

div.pageblock img,
article>section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.pageblock p,
article>section p {
    /* margin: 0em 15em; */
    font-weight: 300;
    margin: auto;
    text-align: justify;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div.pageblock hr,
article>section hr {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
    color: #AAB0B1;
    height: 1px;
}

/* for Firefox, odd works
   for Safari, even works
 */
article>section:nth-child(even),
div.pageblock:nth-child(even) {
    background-color: #F0F5F5;
}

center.youtube {
    width: 640px !important;
    max-width: 640px !important;
}

iframe.youtube,
img.spybot-block,
.lyte-wrapper,
img.shadowed {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    box-shadow: 0px 0px 16px #000;
}

/*******************************************************************************
  *** Social Media Icon (Shariff) restyling ************************************
  *****************************************************************************/

.sharebar .shariff .theme-white a {
    /* border: 0px; */
}

.socialbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialbar>ul {
    text-align: center;
    padding: 0px;
    margin: auto;
}

.socialbar>ul>li {
    margin: 0px 9px;
    display: block;
    float: left;
    height: 100px;
}

.socialbar>ul>li>a.visit {
    float: left;
    clear: left;
}

.socialbar>ul>li>a.share {
    float: left;
    clear: left;
}

.socialbar>ul>li>a.share>span {
    /* color: white; */
    font-size: small;
    font-weight: 300;
    color: #38404F;
    border-radius: 50%;
    border: 0px;
    width: 27px;
    height: 27px;
    margin-left: 14px;
    display: inline-block;
}

.socialbar>ul>li>a.visit>span.social {
    border-radius: 50%;
    display: inline-block;
    height: 54px;
    width: 54px;
    border: 2px solid white;
    padding-top: 11px;
    margin-top: 20px;
}

a.visit:hover~a.share>span {
    color: white;
    border: 0px solid white !important;
}

a.share>span:hover {
    color: white !important;
    border: 1px solid white !important;
}

.socialbar>ul>li>a.visit>span.social:hover {
    background-color: black !important;
}

.socialbar .shariff {
    margin: 2px !important;
}

/* this fills the inner Social Media icon */
.socialbar .shariff-icon>svg path {
    fill: white !important;
}

.socialbar .shariff-icon>svg {
    margin: 2px 1px !important;
    padding: 6px 0px !important;
}

/* this fills a ring around the inner part */
.socialbar .shariff-button {
    background-color: #F0F5F5 !important;
    height: 35px !important;
}

.socialbar .shariff-button:hover {
    background-color: black !important;
}

/* this fills the outer colour */
.socialbar .shariff-link {
    background-color: #38404F !important;
    margin: 0px 2px !important;
    height: 31px !important;
}

.socialbar .shariff-button.info {
    visibility: hidden;
    display: none;
}

/* clear */

/*

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    /*
  max-width:1280px;
	width:95%;
  */
    width: 100%;
    top: 0px;
    margin: 0 auto;
    position: absolute;
}

.footer {
    /* background-color: #F0F5F5; */
}

/* footer */
.footer .copyright {
    text-align: right;
    font-size: small;
    margin-right: 3em;
    padding-bottom: 1em;
}

.footer .address {
    font-size: small;
    padding-top: 2em;
}

.footer .address div {
    text-align: left;
}

.socialbar {
    background-color: #38404F;
    height: 100px;
}

.socialbar .shariff {
    padding-top: 13px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* work-sans-300 - latin-ext_latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/work-sans-v3-latin-ext_latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Work Sans Light'), local('WorkSans-Light'),
        url('fonts/work-sans-v3-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/work-sans-v3-latin-ext_latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/work-sans-v3-latin-ext_latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/work-sans-v3-latin-ext_latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/work-sans-v3-latin-ext_latin-300.svg#WorkSans') format('svg');
    /* Legacy iOS */
}

/* work-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/work-sans-v3-latin-ext_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Work Sans'), local('WorkSans-Regular'),
        url('fonts/work-sans-v3-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/work-sans-v3-latin-ext_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/work-sans-v3-latin-ext_latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/work-sans-v3-latin-ext_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/work-sans-v3-latin-ext_latin-regular.svg#WorkSans') format('svg');
    /* Legacy iOS */
}

/* work-sans-600 - latin-ext_latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/work-sans-v3-latin-ext_latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'),
        url('fonts/work-sans-v3-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/work-sans-v3-latin-ext_latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/work-sans-v3-latin-ext_latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/work-sans-v3-latin-ext_latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/work-sans-v3-latin-ext_latin-600.svg#WorkSans') format('svg');
    /* Legacy iOS */
}

.edd_download_file {
    padding: 10px;
    color: #fff;
    background: #e9e9e9;
    border-color: #285e8e;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 20px;
}

.edd_purchase_receipt_product_notes {
    font-size: 80%;
}

#edd_terms_agreement {
    background: #fafafa;
    color: #666;
    padding: 0.5em 1.387em !important;
    border: 1px solid #eee !important;
}

div#edd_show_terms>a {
    float: right;
}

#edd_terms {
    margin-bottom: 1em;
}

.edd-add-to-cart,
.edd-add-to-cart-label,
.edd-submit {
    font-size: 100%;
}

.edd_purchase_tax_rate,
.edd_purchase_tax_rate_label {
    font-weight: 300;
    font-size: small;
}

table#edd_checkout_cart td,
table#edd_checkout_cart th {
    border: 1px solid #0096FF;
}

table#edd_purchase_receipt,
table#edd_purchase_receipt_products {
    margin-top: 2em !important;
}

table#edd_purchase_receipt td,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th {
    /* border: 1px solid  #0096FF; */
    padding: 0.3em;
}

fieldset#edd_checkout_user_info,
fieldset#edd_cc_address,
p#edd_show_vat_info {
    border: 0px;
}

.edd-input,
.edd-select {
    width: 100% !important;
}

fieldset#edd_cc_address>legend,
fieldset#edd_checkout_user_info>legend {
    /* this should be like h3 */
    width: 600px !important;
    max-width: 600px !important;
    margin: auto !important;
    text-align: center !important;
}

main {
    position: relative;
    top: -0.5em;
}

main>section>article>h3 {
    padding-top: 2em;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

body.purchase-confirmation>div>main>section>article>*,
article>section>*,
div.pageblock>*,
article.type-post,
.footer .address,
h1,
h2,
h3,
h4,
.spybot-block,
#edd_checkout_wrap {
    /*width: 650px !important;*/
    max-width: 650px !important;
    margin: auto !important;
}

.spybot-screenshot {
    width: unset !important;
    max-width: 650px !important;
}

div.pagination {
    margin: auto !important;
    text-align: center;
}

article>section>*,
div.pageblock>* {
    text-align: justify;
}

h1,
h2,
h3,
h4 {
    text-align: center !important;
}

@media only screen and (max-width:800px) {

    body.purchase-confirmation>div>main>section>article>*,
    article>section>*,
    div.pageblock>*,
    .footer .address,
    h1,
    h2,
    h3,
    h4,
    .spybot-block,
    #edd_checkout_wrap {
        width: 92% !important;
        max-width: 92% !important;
        margin: auto !important;
    }
}

@media only screen and (min-width:1600px) {

    body.purchase-confirmation>div>main>section>article>*,
    article>section>*,
    div.pageblock>*,
    .footer .address,
    h1,
    h2,
    h3,
    h4,
    .spybot-block,
    #edd_checkout_wrap {
        max-width: 1000px !important;
        margin: auto !important;
    }

    .spybot-screenshot {
        width: unset !important;
        max-width: 650px !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {

    div.socialbar,
    img.main-arrow {
        visibility: hidden;
        display: none;
    }

    article>section>*,
    div.pageblock>*,
    .footer .address,
    h1,
    h2,
    h3,
    h4,
    .spybot-block {
        width: 95% !important;
        max-width: 95% !important;
        margin: auto !important;
    }

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

h1 {
    text-align: center !important;
    font-size: 200%;
    font-weight: 600;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

h2 {
    text-align: center !important;
    padding: 0.5em 0em 0.5em 0em;
    font-size: 150%;
    line-height: 1.3em;
}

h3 {
    text-align: justify;
}

.tabs {
    width: 600px;
    display: block;
    height: 400px;
    margin: 40px auto;
    position: relative;
}

.tabs .tab {
    float: left;
    display: block;
}

.tabs .tab>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs .tab>label {
    display: block;
    padding: 6px 21px;
    font-size: large;
    /* text-transform: uppercase; */
    cursor: pointer;
    position: relative;
    /* color: #FFF; */
    /* background: #4A83FD; */
    background: white;
}

.tabs .content {
    z-index: 0;
    /* or display: none; */
    overflow: hidden;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 37px;
    left: 0;
    border: 1px solid black;
    /*
    background: #303030;
    color: #DFDFDF;
    */
    background: white;

    opacity: 0;
    transition: opacity 400ms ease-out;
}

.tabs>.tab>[id^="tab"]:checked+label {
    top: 0;
    background: #38404F;
    color: #F5F5F5;
}

.tabs>.tab>[id^="tab"]:checked~[id^="tab-content"] {
    z-index: 1;
    /* or display: block; */

    opacity: 1;
    transition: opacity 400ms ease-out;
}

table.moderndonationtable {
    margin: auto;
}

table.moderndonationtable th {
    font-size: x-large;
    text-align: center;
    padding: 1em;
}

table.moderndonationtable td.amount {
    font-size: large;
    font-weight: bold;
    text-align: center;
    padding: 0em 0.5em;
}

table.moderndonationtable td.months {
    font-size: large;
    font-weight: bold;
    text-align: center;
    padding: 0em 0.5em;
    width: 33%;
}

table.moderndonationtable .donatebutton {
    background-color: #428bca;
    border-color: #357ebd;
    border: 1px solid #ccc;
    color: white;
    text-align: center;
    margin: 1em auto;
    padding: 6px 12px;
    font-weight: 400;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

table.moderndonationtable .monthbutton {
    background-color: #428bca74;
    border-color: #357ebd;
    border: 1px solid #ccc;
    color: white;
    text-align: center;
    margin: 1em auto;
    padding: 6px 12px;
    font-weight: 400;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

table.moderndonationtable .clearbutton {
    border-color: #357ebd;
    border: 1px solid #ccc;
    text-align: center;
    margin: 1em auto;
    padding: 6px 12px;
    font-weight: 400;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

table.moderndonationtable input.donationamount {
    width: 100%;
}

div.spybotframe figure.wp-block-media-text__media img,
div.spybotframe figure img {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.gform_drop_instructions {
    color: black !important;
}