/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Hello Elementor Child Theme
 Author:       Sean (otelli)
 Author URI:   https://otelli.co.uk
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
.contactpop-trigger {
	border-color:#dd0935 !important;
	color:#dd0935 !important;
	font-size: 1.5rem !important;
}

.contactpop-trigger:hover {
	color: #fff !important;
}

.contactpop-trigger:active {
	transform: scale(0.98);
}

.contactpop-trigger:focus {
	outline: 2px solid #3b82f6;
	outline-offset: 2px;
}