/*
	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/
*/

/* 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: 18px;
    height: 18px;
    margin-left: 9px;
    display: inline-block;
}

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

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 {
        width: 1000px !important;
        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 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);
}