/**
Theme Name: The Forcer Protocol Theme
Author: SJ James
Author URI: https://stephenjames.uk/
Description: TFP Child Theme
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-forcer-protocol-theme
Template: astra
*/
/* button hovers */
.elementor-button, .ast-custom-button {
  /* semi-transparent #EE2F24 */
  box-shadow: 0 0 0 0 rgba(238, 47, 36, 0.35);
  transition: box-shadow .2s ease;
}

.elementor-button:hover,
.elementor-button:focus-visible,
.ast-custom-button:hover,
.ast-custom-button:focus-visible{
  box-shadow: 0 0 0 10px rgba(238, 47, 36, 0.35);
}

.site-header .ast-header-button-1 .ast-custom-button, 
.site-header .ast-header-button-1 .ast-custom-button:hover {
	color: #fff;
}

.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
    filter: none !important;
}

.single-service .site-content .ast-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none;
}

.single-service .ast-article-single {
    padding: 0 !important;
}