/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

#primary-navigation .mobile-menu-slide-wrapper {
	background: #fff !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
    display: none;
}
/*
 * Buttons
 * */

.download_button button {
	border-radius: 0px;
	background-color: rgb(168, 168, 168) !important;
	color: rgb(255, 255, 255) !important;
	padding: 6px 14px !important;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
}

.download_button.wide_button button,
.download_button.wide_button a {
	padding: 10px 45px !important;
}

.download_button.download_button_widget button {
	margin-top: 30px;
	padding: 3px 14px !important;
	font-size: 14px;
}

.download_button.CTA_blue button,
.download_button.CTA_blue a {
	background: #024177 !important;
	font-weight: 700;
	text-transform: uppercase;
}

.download_button.CTA_blue button:hover,
.download_button.CTA_blue a:hover {
	background: #a8a8a8 !important;
}

.download_button.CTA_grey button,
.download_button.CTA_grey a {
	background: #a8a8a8 !important;
}

.download_button.CTA_grey button:hover,
.download_button.CTA_grey a:hover {
	background: #024177 !important;
}
/* Download-knap styling */
.gem-button {
    display: inline-block;
    position: relative;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #777;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

/* Hover-effekt */
.gem-button:hover {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}

/* Hvis knappen ligger i midten, centrering (valgfrit) */
.text-center .gem-button {
    margin: 0 auto;
    display: inline-block;
}
