@charset "UTF-8";
/*!
Theme Name: CF Group
Theme URI: https://cf.com.mt
Author: The Concept Stadium
Author URI: https://conceptstadium.com
Description: A custom WordPress theme for CF Group
Version: 1.0.2
License: GNU General Public License v3.0

Text Domain: cfgroup
Tags: custom-menu, custom-logo, editor-style, featured-images, footer-widgets
Commercial License for commercial use



THIS FILE IS UNAFFECTED BY SASS.
IF YOU NEED TO ADD QUICK STYLES WITHOUT COMPILING, YOU CAN DO SO HERE. AT SOME POINT TRY AND ADD IT BACK INTO THE SASS FILES AND COMPILE WITH NPM START

You can bust the cache of your theme by changing the version above.
*/

.cf-popup {
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	padding: 1em 0;
}

.cf-popup-text {
	font-size: 20px;
	text-align: center; 
	margin-bottom: 2em; 
	margin-top: 0; 
	font-weight: bold;
}

.cf-popup-heading {
	text-align: center; 
	margin: 0 0 0.5em 0!important; 
	text-transform: none; 
	line-height: 1;
	max-width: 350px;
}

.button.cf-popup-button {
	background-color: #c2a84d; 
	color: #ffffff; 
	text-align: center; 
	padding-left: 10px; 
	padding-right: 10px;
}

@media screen and (max-width: 768px) {
	.cf-popup-heading {
		font-size: 28px;
		max-width: 250px;
	}
	
	.button.cf-popup-button {
		font-size: 15px;	
	}
	
	.cf-popup-text {
		font-size: 18px;
	}
}