                                                                                                                  /*
Theme Name: BlankSlate/Triqui
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

/*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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
*/

html {
    font-size: 1.2rem;
}





/* blog title */
#blogtitle {
    text-align:center;
}

/* emanuele feronato */
h1 a {
    font-family: 'Open Sans', serif;   
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

/* italian geek and PROgrammer */
#site-description {
    font-family: 'Open Sans', serif;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
}

/* blog post title */
.entry-title a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    color: black;       
}

.posttitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.posttitle a {
    text-decoration: none;
    color: rgb(33, 37, 41);
}

/* logo */
.logoimg {
    width: 100%;
    max-width: 150px;
    height: auto;
}

/* site presentation */
.presentation, .postpresentation {
    font-size: 2rem;
    font-family: 'Poppins', serif; 
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

/* site presentation link */
.presentation a {
    color: #ffffff;
    text-decoration-color: rgb(247, 143, 30);              
}

/* post presentation link */
.postpresentation a {
    color: #ffffff;
    text-decoration: none;            
}


/* 101 games challenge */
#challenge {
    text-align: center;
    font-size: 2rem;
    transform: rotate(-5deg);
    font-family: "Indie Flower", serif;
    color: #ffffff;
}

/* 101 games challenge link */
#challenge a {
    text-align: center;    
    transform: rotate(-5deg);
    font-family: "Indie Flower", serif;
    color: #ffffff;
    text-decoration-color: rgb(27, 216, 196)   
}

/* 101 games challenge footer */
#thechallenge {
    font-family: "Montserrat", serif;
    text-align:center;   
}

/* 101 games challenge footer */
#thechallenge a {
    text-decoration: none;
    color: #ffffff; 
}

/* 101 number */
#gameschallenge {
    font-size: 6rem;
    font-weight: 900;
    line-height: 90px;
}

#explainchallenge {
    font-size: 0.8rem;
}

.blogpost {
    padding: 25px;
    max-width: 900px;
    margin:10px auto;
    font-size: 0.9rem;
}



/* social in the footer */
.social {
    text-align: center;
    font-family: 'Open Sans', serif;
    max-width: 128px;
}

/* social icons */
.socialicon {
    width: 100%;
    max-width:64px;
    height:auto;
}

/* post excerpt */
.description a {
    font-family: 'Open Sans', serif;
    color: #1F2937;
    font-size: 0.9rem; 
    text-decoration: none;    
}

/* post background image */
.bgimage {
    height:200px;
    background-size:cover;
    background-position-y: center;
    transition: all 0.3s ease-in-out;
}

/* post background image on mouse over*/
.bgimage:hover {
    filter: saturate(400%);
}

/* tags in entry summary */
.entry-summary {
    font-family: 'Open Sans', sans-serif;
    color: #1F2937;
    font-size: 0.9rem;
}

/* tag link */
.atag {
 
    font-weight: 600;
  
}

/* category link */
.acategory {
    font-weight: 600;
   
}

/* game list */
#gamelist {
    font-family: 'Open Sans', serif;
    font-size: 0.8rem;      
}

#gamelist a {
    font-family: 'Open Sans', serif;
    color: #a6a6a6;
    text-decoration: none;    
}

#gamelist a:hover {
    color: #ffffff;  
}

/* date in footer */
#copyright {
    text-align: center;
    font-family: 'Open Sans', serif;
    font-size: 0.9rem;
}

/* pagenavi div */
.wp-pagenavi {
    text-align: center;
    font-family: 'Open Sans', serif;
    color: #1F2937;
}

/* pages */
.pages {
    display:block;
    margin-bottom: 10px;
}

/* ... in pages */
.extend {
    margin: 0 5px;    
}

/* page counter */
.page, .nextpostslink, .last, .first, .previouspostslink {
    margin: 0 5px;
    text-decoration-thickness: 2px;
    color: #d81b60; 
}

/* post content */
.postcontent {
    font-family: 'Open Sans', serif;
    color: #1F2937;
    font-size: 0.90rem;
    background-color: white;
}

.wp-block-kevinbatdorf-code-block-pro {
    margin-bottom: 20px;
}


/* post image container */
.wp-block-image {
    text-align: center;
}

/* post images */
.postcontent img {
    max-width: 100%;
}

/* post block heading */
.wp-block-heading {
    font-family: 'Open Sans', serif;
    font-weight: bold;
    font-size: 1.3rem;
}

/* article wrapper  */
.articlewrapper {
    height: 100%;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(235, 235, 235)
}

/* column  */
.column {
    display: flex;
}

/* space between posts */
.interpost {
    background-color: #ffffff;
}

/* social links */
.social a {
    text-decoration: none;
    font-family: 'Open Sans', serif;
    color: #a6a6a6;
    font-size: 0.9rem;
}

.social a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* iframe */
iframe {
    margin-bottom: 10px;
    max-width: 100%;
}

/* kofi ad */
.kofi {
    font-family: "Indie Flower", serif;
    font-size: 1.4rem;
    color: #1F2937;
    text-align: center;
}

/* kofi ad link */
.kofi a {
    color: #1F2937;
    text-decoration-color: rgb(216, 27, 96);   
}

/* watermelon ad */
.watermelon {
    font-family: "Open Sans", serif;
    font-size: 1.4rem;
    color: #1F2937;
    text-align: center;
}

/* watermelon ad link */
.watermelon a {
    color: #1F2937;
    text-decoration-color: rgb(216, 27, 96);   
}

@media screen and (max-width: 992px) {
    .column {
        display: block;
    }
}