/*
Theme Name: Mercury Child
Theme URI: https://mercury.is/
Description: Child theme for Mercury theme
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 3.6.6
*/
@import url("../mercury/style.css");

.space-header-2-top-logo-ins a {
	margin: 0 0 10px;
}

a.wp-block-button__link.is-style-fill {
	background-color: #745e3b !important;
	border-radius: 20px !important;
    color: #FFF !important;
	border: 0;
}

a.wp-block-button__link.is-style-outline {
	border-color: #745e3b !important;
	border-radius: 20px !important;
    color: #745e3b !important;
	border: 0;
}

a.wp-block-button__link:hover {
	background-color: #745e3b !important;
	border-radius: 20px !important;
    color: #FFF !important;
}


.space-header-2-top-logo-ins img {
	width: 140px;
	display: block;
}

.space-archive-title-box,
.space-title-box {
  background-color: #cbad86;
	color: #FFF;
}

.space-archive-title-box-h1 h1,
.space-title-box-h1 h1,
.space-title-box p,
.space-breadcrumbs, .space-breadcrumbs a {
	color: #FFF;
}

.space-games-archive-item img {
	padding: 30px 30px 0;
}

.space-companies-archive-item img {
	padding: 0 20px;
}

.space-box {
	background: transparent;
}

.bonus-month {
	margin-bottom: -115px;
    margin-right: -90px;
	z-index: 2;
	position: relative;
}

.space-footer-copy {
	background: #1c1c1c;
}

.space-footer-copy-menu ul li a, 
.space-footer-copy-left {
	color: #f5efe6;
	text-decoration: none;
}

body .space-header-2-height .space-header-2-top-soc a,
body .space-header-2-height .space-header-2-top-soc a:hover {
	
    font-size: 1.5em;
    line-height: 39px;
    width: 30px;
    height: 40px;
	border: 0;
}

.fa-globe:before {
    content: "\f1e8";
	font-family: "Font Awesome 5 Brands";
}


.white-blocks .wp-block-column,
.rank-math-list-item {
	background: #FFFCF8;
	padding: 10px 25px 20px;
	margin-bottom: 20px;
}

.white-blocks .wp-block-column .wp-block-image {
	margin-top: 0;
}


.page-template-page-stream .is-type-video  {
	margin-top: 0;
	margin-bottom: 0 !important;
}

.page-template-page-stream .space-page-content.page-template {
	margin-bottom: 0;
}


@media only screen and (max-width: 1199px) {
	.space-header-2-top-logo-ins img {
  	width: 90px;
		margin: 0 auto;
	}
	
	.fixed .space-header-2-top-logo-ins img {
  	width: 50px;
	}
	
	.bonus-month {
		margin: 0 auto -85px;
		width: 140px;
	}
}