/**
Theme Name: Terpene Belt Farms
Author: Brian Paknoosh
Author URI: https://brian.lt
Description: Built For Terpene Belt Farms
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: terpene-belt-farms
Template: astra
*/

/*cookies compliance -bp */
/* Accept */
.cky-notice-group .cky-notice-btn-wrapper .cky-btn-accept{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
/* Reject */
.cky-notice-group .cky-notice-btn-wrapper .cky-btn-reject{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
/* Customize */
.cky-notice-group .cky-notice-btn-wrapper .cky-btn-customize{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

/* 767px and smaller screen sizes */
@media (max-width:767px){

	/* Paragraph */
	.cky-notice-group .cky-notice-des p{
		font-size:10px !important;
		line-height:1em !important;
	}
	
	/* Paragraph */
	.cky-notice-group .cky-notice-des a{
		font-size:10px !important;
		line-height:1em !important;
	}
	
	/* Consent bar */
	.cky-consent-container .cky-consent-bar{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	
	/* Title */
	.cky-consent-bar .cky-notice .cky-title{
		font-size:14px !important;
		margin-bottom:0px !important;
	}
	
}

/*
.cky-btn-revisit-wrapper{
	display: none !important;
}
*/