/*
 Theme Name:     MinecraftXL Theme
 Theme URI:      https://www.minecraftxl.com
 Description:    MinecraftXL Child Theme
 Author:         MinecraftXL.com
 Author URI:     https://www.minecraftxl.com
 Template:       generatepress
 Version:        1.0.0
*/
 
/* @import url("../generatepress/style.css"); */
 
/* ------------------------------------------------------- */

ol, ul {
	list-style-type: square;
}

h5 {
	font-weight:600;
	text-transform:uppercase;
	margin:5px 0;
}

h5 {
	margin:6px 0;
}

aside li {
	margin-bottom:8px;
}

/* Remove yellow BG google ads */
ins, .ins {
background-color: #fff;
text-decoration: none;
}

/* Do not display header image from single post - it will still load */
/*
.page-header-image-single {
	display: none;
}
*/

/* Continue reading button + page numbers */
.button, .page-numbers {
	border-radius:5px;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    color: #fff;
    border: 0;
    font-weight: 400;
    padding: .5em 1em;
    background-color: #e65225;
    border-bottom: 3px #be3f18 solid;
}
a.button, p.button a, a.page-numbers {
    color: #fff!important;
}
.button:hover, p.button:hover, .page-numbers:hover {
    background-color: #ff8d6a;
    text-decoration: none;
    color: #fff!important;
}
.button:active, p.button:active, .page-numbers:active {
    color: #fff;
    position: relative;
}
.button:visited, p.button:visited, .page-numbers:visited {
    color: #000;
}
.current {
	background-color: #ff8d6a;
}

/* Thumb 200 / skins */
.thumb_skin {
	float: left;
	margin: 5px 10px 45px 10px;
	width: 164px;
	height: 143px;
}
.thumb_skin a {
	border: 1px solid #e4e4e4;
	color: #505050;
	display: block;
	width: 164px;
	height: 143px;
	background-color: #f1f1f1;
	text-decoration: none;
	border-radius:5px;
}
.thumb_skin a:hover {
	border: 1px solid #e65225;
	color: #000000;
	background:#fff;
}
.thumb_skin img {
	border: 0;
	width: 150px;
	height: 129px;
	margin: 7px;
}
.thumb_skin div, .thumb_skin span {
	padding: 10px 5px;
	width: 150px;
	height: 30px;
	font-size: 10pt;
	line-height:10pt;
	font-weight: bold;
	text-align: center;
}

/* Article stats etc */
.article-categories, .article-tags {
    float: left;
    width: 96%;
    background: #eef2f7;
    padding: 1em;
    font-size: .8em;
	margin:5px 0;
}
.article-stats {
    float: left;
    width: 100%;
    margin: 1.5em 0;
}
.article-stats .stat {
    display: inline-block;
    padding-right: 1em;
}
.article-stats .stat i {
    background: #2b3f67;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
    line-height: 1.6;
    margin-right: 2px;
}

/* Share box */
.post_box {
    float: left;
    width: 95%;
	padding: 1em;
	margin:5px 0;
	clear:both;
}
.share_article {
    background: #eee;
}

/* Download box */
.download {
    background: #e65225;
    margin: 1.5em 0;
	padding: 1.5em 1em;
    position: relative;
}
.download ul {
    margin: 0;
    padding: 0 0 0 1em;
    color: #fff;
}
.download h5 {
    color: #fff;
	font-weight: bold;
}
.download a, .download a:active, .download a:visited  {
    display: inline-block;
    margin: .5em 0 0;
	color:#fff;
}
.download a:hover {
    color: #000;
}

/* Custom share button */
.cs-button {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #55acee;
	padding: .8em 1.2em;
	border-radius: 3px;
	display: inline-block;
}
.cs-button-icon,
.cs-button-label {
	vertical-align: middle;
}
.cs-button-icon {
	width: 2em;
	height: 2em;
	font-size:1.5em;
	margin-right: .2em;
}
.cs-button-icon path { fill: #fff; }
.cs-button-label {
	font-size: 1em;
	font-weight: 500;
}
.cs-button:hover {
	background-color: #fff;
	color:#000;
}

/* Top responsive ad */
.top-ad {
width:1100px;
margin:0px auto;
}

.rnd-ad{
width:100%;
margin:5px 5px 10px 5px;
}

/* Responsiv table til crafting */
.crafting-container {
overflow-y: hidden;
-webkit-overflow-scrolling: touch; // smoother scrolling
}

@media screen and (min-width: 770px){
    .crafting-table {
        overflow: visible;
    }
}

/**
 * Changess to main theme CSS 
 */
.widget-title {
    margin-bottom: 15px;
}

ul#menu-top-menu  li{
	display:inline;
	margin-right:10px;
}

.textwidget input[type=text], input[type=submit] {
    padding: 5px 5px !important;
    margin: 5px 0 !important;
    display: inline-block;
    box-sizing: border-box;
}

/* Custom icons */
.icon {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	color:#002d5b;
	margin-right:5px;
}

.icon-snap:hover {
	color:#FFFC00;
}

.icon-web:hover {
	color:#1DA1F2;
}

.icon-gop:hover {
	color:#DB4437;
}

.icon-face:hover {
	color:#3B5998;
}

.icon-inst:hover {
	color:#c32aa3;
}

.icon-twit:hover {
	color:#1DA1F2;
}

.icon-yt:hover {
	color:#ff0000;
}

.icon-ttv:hover {
	color:#6441a5;
}

.icon-steam:hover {
	color:#000;
}

.icon-git:hover {
	color:#000;
}

.icon-redt:hover {
	color:#ff4500;
}

.icon-linkin:hover {
	color:#0077B5;
}

.icon-pint:hover {
	color:#BD081C;
}

.icon-dis:hover {
	color:#7289da;
}

.icon-vk:hover {
	color:#4a76a8;
}