/**
Theme Name: Astra Child
Author: Peter Johansson
Author URI: https://adveriser.com
Description: Custom child theme for Adveriser.com.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Cookie Accept All cookies Button */

#wt-cli-accept-all-btn {
	border-radius: 8px;
	text-decoration:none !important;
	align-content: left !important;
	
}

/* Cookie Bar Message */
.cli-bar-message {
    text-align: center !important;
}


@media (min-width:768px) {
	/* Cookie Bar Design and layout  */
	#cookie-law-info-bar {
		position: -webkit-sticky !important; /* for Safari */
		position: sticky !important;
	  	bottom: 0;
	  	align-self: flex-start; 
		border-radius: 14px;
	  	text-align: center !important;
	  	margin: auto !important;
	  	width:740px;	
	 	box-shadow: 0px 5px 20px 5px #e7ebef !important;
	  	border: 1px solid #2d2d2d;
	  	justify-content: center !important;
		padding: 4px 0px 8px 18px !important;			
	}

	#cookie-law-info-bar > span > div > div.cli-bar-message {
		width: 100% !important;
	}
}



