.comment-likes{
	background-color:rgba(20,200,200,0.3);
	max-width: 60px;
	padding: 1px 5px;
}

.ribbon {
    clear: both;
    background: url('https://steambirds.com/wp-content/uploads/2018/10/ribbon.png');
    background-repeat: repeat-x;
    background-position: 0 56px;
}

.logocontainer, .minilogocontainer {
    background: url('https://steambirds.com/wp-content/uploads/2018/10/header.jpg');
    margin-top: 45px;
    width: 100%;
    text-align: center;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: inherit;
		background-color: #32656d;
}

.minilogocontainer {
    background: url('https://steambirds.com/wp-content/uploads/2018/10/header.jpg');
    margin-top: 45px;
    width: 100%;
    text-align: center;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: inherit;
    border: none;
}

.social-discord-icon {
    background: url('https://steambirds.com/wp-content/uploads/2019/05/social_discord.png');
}

.social-twitter-icon {
    background: url('https://steambirds.com/wp-content/uploads/2018/10/social_twitter.png');
}

.social-twitch-icon {
    background: url('https://steambirds.com/wp-content/uploads/2018/10/social_twitch.png');
}

.social-youtube-icon {
    background: url('https://steambirds.com/wp-content/uploads/2018/10/social_youtube.png');
}

.about {
    background: url('https://steambirds.com/wp-content/uploads/2018/10/section_bg_1.jpg');
    background-size: cover;
}

.minilogo {
    display: none;
    margin-top: 5px;
    margin-bottom: 0px;
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 200px;
}

.button {
    display: inline-block;
    background-color: #f8ba24;
    border-radius: 6px;
    border: solid #fffff7 3px;
    margin-top: .5rem;
}

.button .text {
    font-family: 'Oswald', sans-serif;
    font-size: 24pt;
    font-weight: bold;
    color: #fffff7;
    padding: 0px 15px;
    text-decoration: none;
    }

.main-navigation {
    position: fixed;
}

@media screen and (max-width: 800px) {
    .logocontainer, .minilogocontainer {
        margin-top: 80px;
        background: url('https://steambirds.com/wp-content/uploads/2018/10/header.jpg');
    }
}


div.sharedaddy h3.sd-title:before {
    border: none;
    margin: 0;
}

div.sharedaddy h3.sd-title {
    font-size: 1.5rem;
    margin: 0;
	padding: 0;
}

.sd-social-icon-text ul li a.sd-button:before {
    color: #45a1ad;
}

/*
 * 
 * 
 * 
 * 
 * 
*/
/* This should all be in style.css now */

.row {
    display: flex;
}

.column {
    flex: 33%;
    text-align: center;
    margin: 0 5px;
}


/* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

    .myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding: 0 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #f1f1cc;
    padding: 10px 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal:hover,
.modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.rss {
    float: right; 
    margin:0; 
    border:0; 
    outline:0; 
    padding:0; 
    margin-right:1em; 
    margin-top:-0.5em; 
    vertical-align: text-top;
}

@media only screen and (max-width: 800px) {

    .hidemobile {
        display: none;
    }

    .social {
        display: none;
    }

    .mobileonly {
        display: inline;
    }
}

.blogbox {
    background-color: #124e54;
    width: 800px;
    max-width: 90%;
    z-index: 1;
    vertical-align: middle;
    margin: 140px auto;
    border: 6px solid #002e33;
    padding: 0px;
}

.imagespread {
    padding: 250px 0;
    width: 100%;
    background: url('https://steambirds.com/wp-content/uploads/2019/01/blogheaderimage.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

body {
    background: #002e33;
    color: #5bb2be;
}
body .comment-content {
    font-size: 1.5rem;
	padding: 1rem 5rem 1rem 0;
    }


.page-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff1cc;
    padding-bottom: 0;
}


.entry-tags {
    margin-left: 5rem;
    margin-bottom: -25px;
}

.entry-tags a {
    position: relative;
    font-size: 12px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff1cc;
    display: inline-block;
    padding: 5px 12px;
    line-height: 1;
    margin: .85em 1.7em .85em 0;
    background: #337780
}

.post-navigation {
    padding: 0 5rem;
}

.comment-respond {
    padding: 0;
}


/* Fixes fixed backgrounds scroll stutter in Edge - works to 41.16299.402.0*/
@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

/* Fixes fixed background scroll stutter in Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }
}

.content-area {
    float: left;
    margin: 0 auto;
    width: 100%;
    background: #32656d;
}

.blog-area {
    float: left;
    margin: 0 auto;
    width: 100%;
    background: url("https://steambirds.com/wp-content/uploads/2019/06/blog_background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment : fixed;
}

.comments-area{
	margin: 1rem 5rem;
}
.comments-title {
    font-size: 20px;
    font-size: 2.8rem;
    font-weight: 400;
    color: #ffffdd;
    margin: 0;
}
a.comment-like-link {
    color: rgb(96, 192, 208);
    font-size: 12px;
    opacity: 0.8;
    text-decoration: none;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 10px 0;
}

.comment-metadata {
    font-size: 14px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding-left: 3.5rem;
    text-transform: uppercase;
}

    .comment-metadata a {
        color: #009aaa;
    }

    .comment-metadata .edit-link a {
        font-size: 12px;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
    }

.comment-author {
    color: #fff1cc;
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: .5rem;
    padding-left: 3.5rem;
    position: relative;
}

    .comment-author img {
        margin-right: 2rem;
        position: absolute;
        left: -40px;
    }

    .comment-author a {
        color: #45a1ad;
    }

.comment-actions a {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

    .comment-actions a:first-of-type {
        margin-right: 1.7em;
    }

.pingback .comment-edit-link,
.trackback .comment-edit-link {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30.600000381469727px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

li.comment,
li.pingback,
li.trackback,
li > article.comment {
    margin-bottom: 1.7em;
    position: relative;
}

.comment-list > li.comment:last-child,
.comment-list > li.comment article.comment:last-child {
    margin-bottom: 3rem;
}

.comment-list > li:first-child > article.comment:first-child {
    padding-top: 2rem;
}

li > article.comment {
    padding-top: 2rem;
    padding-bottom: 1.7em;
    padding-left: 3.4em;
    background-color: #002e33;
}

.children {
    padding-left: 10%;
}

.no-comments {
    color: #666;
    margin-top: 1.7em;
    text-align: center;
}

h1 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 200%;
    padding: 5px;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

h2 {
    line-height: 200%;
    text-align: left;
    margin: 0;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    padding: 5px;
}

h3 {
    font-size: 2.5rem;
    line-height: 200%;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

h4 {
    font-size: 2rem;
    line-height: 200%;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

h5 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 200%;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 200%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

.wrapper h2 {
    line-height: 120%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
		padding: 0;
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
}

.wrapper h3 {
    font-size: 1.7rem;
    line-height: 140%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
	padding: 0;
    font-family: 'Oswald', sans-serif;
}

.entry-header h1 {
    padding: 10px 15px 5px;
}

.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0px 15px 15px;
}

.containerbox {
	max-width: 800px;
	margin: 3rem auto 1.5rem;
}

#respond h3 {
	padding: 0;
	margin: 0;
	color: #fff1cc;
}

ins {
	color: #002e33;
	background-color: #60c0d0;
}

table {
	margin: auto;
	max-width: 98%;
	border: 3px solid #4b909b;
}
.blogbox img {
	clear: both;
}
ol, ul {
	padding: 1rem 0.5rem;
	margin: 0;
}
.about li {
    font-size: 18pt;
    list-style-type: none;
    margin-bottom: 1.2em;
    text-align: center;
}


.join input[type="email"] {
    font-family: 'Oswald', sans-serif;
    font-size: 18pt;
    font-weight: 900;
	max-width: 90%;
    color: #57416e;
    background-color: #ffdc98;
    padding: 0;
    text-align: center;
    margin: 8px auto;
}

@media screen and (max-width: 800px){
	.column {
		padding: 0 1px;
		margin: 0 1px;
	}
	.entry-content img {
    border: 3px solid #063b42;
	}
	.blogbox .entry-content {
	padding: 2rem 2rem;
}
	.comments-area{
	margin: 2rem 2rem;
}
	#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    padding-left: 2rem;
}
	body .comment-content {
    font-size: 1.5rem;
	padding-right: 2rem;
    }
}

.blogbox .entry-content {
	padding: 2rem 5rem;
}

p {
	padding: 5px 0;
}

.comment-likes {
	margin-top: 2rem;
}

.entry-tags a:before{
	display: none;
}
.entry-tags {
	color: #124e54;
}

.containerbox p {
	margin: 10px;
}

.entry-content ul {
	margin-left: 20px;
    font-size: 1.5rem;
    color: #fff1cc;
}
.emptyspace {
	height: 40px;
}

/* Search */
.widget_search .search-form,.search-form {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top:11px;
}
input[type="search"],.widget_search .search-field,.search-field {
	background: #fff1cc;
	display: block;
	font-family: "Lato", sans-serif;
	height: 50px;
	line-height: 1;
	padding: 0 95px 0 18px;
	width: 99%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="submit"],.widget_search .search-submit,.search-submit {
    background: #266c73;
    border: 1px solid #266c73;
    font-size: 25px;
	border-radius: 0 3px 3px 0;
	color: #fff1cc;
	display: block;
	font-family: "Lato", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 50px;
	position: absolute;
		right: 0;
        top: 0;
    margin-top: 11px;
}
input[type="submit"]:focus {
    background: #60c0d0;
    outline: 0;
}
input[type="search"]:focus,textarea:focus {
	background: #ffdc98;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: 0;
}

.entry-content img {
	border: None;
}

.blogbox .entry-content {
    padding: 2rem;
}

.wp-block-image figcaption {
    color: #fff1cc;
}