/*
Theme Name: Gridalicious Child
Theme URI: https://schluesseldienst-nagold.de/
Author: ComMotion
Author URI: https://commotion.online/
Description: Child Theme for Gridalicious.
Template: gridalicious
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: gridalicious
*/

/* Cookie */

	#cookie-notice.cookie-notice-visible {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	} #cookie-notice.cookie-notice-visible .cookie-notice-container {
		max-width: 500px;
		background-color: #fff;
		border-radius: 5px;
	}

	.cn-button {
		color: #000 !important;
		padding: .5em 1em;
		background: transparent !important;
	} #cn-accept-cookie {
		background: linear-gradient(to bottom,#00c307,#039103) #039103 !important;
		color: #fff !important;
	}

/* Header */

	.logo-left #site-header {
		padding: 1.25em 0 0 2em;
	}

/* Footer */

	.powered {
		display: none !important;
	}

@media screen and (max-width: 650px) {

	#callnowbutton {
		bottom: 60px !important;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 49.3%;
	}
}