/*!
 * Theme Name:  Grandchild Theme
 * Theme URI:   https://seothemes.com/plugins/grandchild-theme/
 * Description: Grandchild theme for WordPress built as a plugin.
 * Author:      Seo Themes
 * Author URI:  https://seothemes.com/
 * Version:     1.0.0
 * Text Domain: grandchild-theme
 * Tags:        grandchild-theme
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/**
 * Example CSS.
 */
body {

}

.has-cookie-bar #catapult-cookie-bar {
	background-color: rgba(67, 67, 67, .95);
	padding: 24px 80px !important;
}

.ctcc-inner {
	justify-content: space-between !important;
	max-width: 1140px;
	margin: 0 auto;
}

.ctcc-left-side {
	font-family: 'Titillium Web', sans-serif;
	max-width: 761px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
	color: #ffffff;
}

button#catapultCookie {
	font-size: 15px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4px;
	color: #434343;
	background-color: #fff;
	text-transform: uppercase;
	padding: 5px 38px !important;
}

button#catapultCookie:hover {
	opacity: .8;
	color: #434343 !important;
}

@media screen and (max-width: 960px) {
	.has-cookie-bar #catapult-cookie-bar {
		padding: 22px 16px 30px !important;
	}

  .ctcc-inner {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.ctcc-left-side {
		margin: 0 0 25px !important;
		font-size: 16px;
		line-height: 1.5;
	}

	button#catapultCookie {
		margin: 0 !important;
	}
}