/*
Theme Name: GDS Theme
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We'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 and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/


@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Lato&family=Roboto&family=Russo+One&display=swap');

/**

font-family: 'Fredoka One', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Russo One', sans-serif;
 */

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-family: 'Roboto', sans-serif;
    vertical-align: baseline;
}

a{
    color: #fc9670;
}
a:hover{
    color: #fcc174;
}

body {
    line-height: 1;

    background-color: #242d63 !important;
    color: white;
}
#container{
    background-color: #1e1e3c;

}

@media (min-width: 1200px) {

    #container{
        background-color: #202447;
    }
}
#container > *{
    background-color: #1e1e3c;
}

main{
    max-width: 966px;
    margin: 0 auto;
    padding: 15px 0;
}

footer{
    padding-bottom: 80px;
    text-align: center;
}
button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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
}

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 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}



/**

HEADER

 */

#header{
    overflow: hidden;
}

aside{
    overflow: hidden;
}

#branding{
    padding: 0;
}

#branding a{
    display: block;
    padding: 2px 0;
}

#branding a:hover{
    border-radius: 5px;
}


#site-title{
    background: url(img/gds-logo-text.png);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    background-size: auto 64px;
    height: 64px;
    width: 120px;
}
#site-title *{
    display: none;
}

#site-title a{
    font-family: 'Russo One', sans-serif;
    font-size: 16pt;
    text-decoration: none;
    white-space: normal;
}
#site-title h1{
    line-height: 1.0;
}
#site-description{
    display: none;
}

#menu{
    padding-top: 5px;
    padding-bottom: 5px;
}

#navbar .narvbar-nav, #search{
    margin: 0;
}
#search{
    margin: 5px 0;
}
.navbar-nav li{
    padding: 1px 0;
    display: flex;
}

.navbar-nav  li a{
    flex: 1.0;

    padding: 20px 10px;
    border-radius: 4px;
    margin: 0 4px;
    color: #ddd;
    font-size: 14pt;
    text-decoration: none;
    text-align: right;
}
.navbar-nav li.current_page_item a{
    color: #fc9670;
}
.navbar-nav  li a:hover, #branding a:hover{
    color: white;
    background-color: #303a8e;
}

#search {
    flex: 1.0;
    justify-content: flex-end;
    text-align: right;
}
#search form{
    height: 48px;
    position: relative;
    margin: 0 10px;
}
#search input[type=search]{
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 0;
    width: 100%;
    transition: width 0.2s;
    text-align: right;
}
#search input[type=search]:focus{
    height: 56px;
    top: -4px;
    border: 1px solid white;
    outline: none;
    box-shadow:  0 0 20px black;
}

@media (min-width: 768px){
    #search form{
        display: inline-block;
        width: 100px;
        margin: 0;
    }
    #search input[type=search]:focus{
        width: 500px;
    }

}



/**

Article / Post

 */

img.wp-post-image, .wp-block-image img{
    max-width: 100%;
    width: auto;
    height: auto;
}

.wp-block-button{
    padding: 10px 0;
    text-align: center;
}

.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
    color: #fff;
}

article header{
    position: relative;
}

article{
    margin-bottom: 30px;
    line-height: 1.5;
    color: #ddd;
}

article header h1, article header h2{
    font-size: 24pt;
    font-weight: bold;
    margin: 15px 0;
    padding: 0;
    color: white
}

article ul{
    list-style: disc;
    padding-left: 20px;
}

header a.post-edit-link{
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none;
    background-color: #3e424b;
    padding: 4px;
    border-radius: 4px;
    margin: 0 4px;
    color: #ddd;
    opacity: 0.4;
    line-height: 1.0;
}
header a.post-edit-link:hover{
    opacity: 1.0;
}

h2{
    font-size: 20pt;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    color: #eee
}
h3{
    font-size: 16pt;
    font-weight: bold;
    padding: 10px 0;
    color: #eee
}
h4, main h5, main h6{
    font-size: 14pt;
    font-weight: bold;
    padding: 10px 0;
    color: #eee
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    text-decoration: none;
}

main p, aside p{
    padding: 10px 0;
}

#comments{

    padding: 0 10px 20px 10px;
    line-height: 1.5;
    overflow: hidden;

}

.comment-body{
    padding: 4px 0 16px 0;
    overflow: hidden;
}

.comment .avatar{
    float: left;
}



.comment .comment-block, .comment ul.children{
    padding-left: 80px;
}
.comment .comment ul.children{
    padding-left: 20px;
}

.comment .comment-by{
    float: left;
}
.comment .date{
    text-align: right;
}

.comment .date span{
    white-space: nowrap;
}

input[type=search], input[type=text], textarea{
    border: 1px solid #4f5563;
    border-radius: 12px;
    background: #252634 !important;
    color: white;
    padding: 5px 11px;
}

input[type=submit]{
    background: #006e99;
    border: none;
    padding: 6px 10px;
    border-radius: 12px;
    color: white;
}
input[type=submit]:hover{
    background: #009ddc;
}


input[type=search]:focus, input[type=text]:focus, textarea:focus{
    outline: none;
    border-color: white;
}

.search-submit{
    display: none;
}

#commentform p{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}
#commentform label{
    flex: none;
    width: 110px;
}
#commentform .comment-form-cookies-consent label{
    width: auto;
    flex: 1.0;
}
#commentform p input, #commentform p textarea{
    flex: none;
}

#commentform input[type=checkbox]{
    margin-top: 4px;
    margin-right: 8px;
}

@media (max-width: 767px){
    #commentform label{
        flex: none;
        width: 100%;
    }
    #commentform p input[type=text], #commentform p textarea{
        flex: 1.0;
        width: 0;
    }

}



/**
 Sidebar
 */

#sidebar{
    margin-top: 20px;
    line-height: 1.5;
}

#sidebar h3{

}


/**
 Social Media
 */
#socialmedia{

}
#socialmedia span{
    display: none;
}
#socialmedia a{
    display: inline-block;
    height: 44px;
    width: 44px;
    background-size: 44px;
    opacity: 0.5;
    margin-right: 4px;
}
#socialmedia a:hover{
    opacity: 0.8;
}
#socialmedia a.facebook{
    background-image: url(img/social-facebook.png);
}
#socialmedia a.twitter{
    background-image: url(img/social-twitter.png);
}
#socialmedia a.youtube{
    background-image: url(img/social-youtube.png);
}

#socialmedia a.discord{
    background-image: url(img/social-discord.png);
}

#socialmedia a.twitch{
    background-image: url(img/social-twitch.png);
}


/** Events */

.vsel-container{
    padding: 10px 0;
}

#vsel .vsel-content {
    border-color: #4f5563;
}

/* Steam */

.steam{
    position: relative;
    height: 230px;
    overflow: hidden;
    display:block;
}

.steam iframe,
.steam object,
.steam embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 646px;
}