/*
Theme Name: Kalium
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 3.0.7
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kalium
*/

.sac-eventtextarea
{ width: 100%;}

.sac-new-event-form
{font-size: 18px;}

@media only screen and (max-width: 3000px){
 /* CSS that should be displayed if width is equal to or less than 3000px goes here */
.sac-time-select { width: 10%;}
}

@media only screen and (max-width: 991px) and (min-width: 200px){
 /* CSS that should be displayed if width is equal to or less than 991px and larger 
  than 200px goes here */
.sac-time-select { width: 25%;}
}

.event_location_name::before {
  content: "Location: ";
}

.donate_text {
	background-color: #9c0f18;
	color: #fff!important;
	line-height: 14px;
}
.sacDonateBtnInline{
	  display: inline-block;
  margin: 0;
}
