/*------------------------------------------------------------------------------------- 
Theme Name:		 Xiomi Child Theme
Theme URI:		 https://bytezdevs.com/xiomi-child-theme
Description:	 Personal Portfolio WordPress Theme
Author:			 Banglatheme
Author URI:		 https://bytezdevs.com/
Template:		 xiomi
Version:		 1.0.0
Text Domain:	 xiomichildtheme
-------------------------------------------------------------------------------------*/

/*
    Please Add your custom styles here
*/


/* Forza il colore su TUTTI i bottoni del tema nella hero e in generale */
.hero-btn-wrapper a,
.hero-btn-wrapper .theme-btn,
.hero-btn-wrapper .btn,
a.theme-btn,
button.theme-btn,
.theme-btn,
a.btn,
button.btn,
.btn,
input[type="submit"],
button[type="submit"],
.wp-block-button__link {
  background: #b93c1d !important;
  background-color: #b93c1d !important;
  border-color: #b93c1d !important;
  color: #fff !important;
}

/* Hover */
.hero-btn-wrapper a:hover,
.hero-btn-wrapper .theme-btn:hover,
.hero-btn-wrapper .btn:hover,
a.theme-btn:hover,
button.theme-btn:hover,
.theme-btn:hover,
a.btn:hover,
button.btn:hover,
.btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.wp-block-button__link:hover {
  background: #b93c1d !important;
  background-color: #b93c1d !important;
  border-color: #b93c1d !important;
  color: #fff !important;
}

/* Se il tema colora con overlay pseudo-element */
.hero-btn-wrapper a::before,
.hero-btn-wrapper a::after,
.theme-btn::before,
.theme-btn::after,
.btn::before,
.btn::after {
  background: #b93c1d !important;
  background-color: #b93c1d !important;
}

/* Focus/active (quando clicchi) */
.hero-btn-wrapper a:focus,
.hero-btn-wrapper a:active,
.theme-btn:focus,
.theme-btn:active,
.btn:focus,
.btn:active {
  background: #b93c1d !important;
  border-color: #b93c1d !important;
  color: #fff !important;
}

