/*
Theme Name: Broker Corp - Ignition Child
Theme URI: https://www.cssigniter.com/themes/blockchain/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Blockchain - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-blockchain
Text Domain: ignition-blockchain-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
*/

/*Fonts*/
body label, body .label{
	font-family: 'Montserrat', sans-serif;
}

/*Quotation form*/
#formulario-cotizador .label, #formulario-cotizador label{
	margin: 0;
	position: relative;
}
#formulario-cotizador label:has(input[type="radio"]){
	padding-left: 25px;
}
#formulario-cotizador .fc-block{
	background-color: #f1f1f1;
	padding: 30px;
    border-radius: 3px;
}
#formulario-cotizador h3{
	font-size: 18px;
	font-weight: 500;
	color: #10ae79;
}
#formulario-cotizador input[type=color], #formulario-cotizador input[type=date], #formulario-cotizador input[type=datetime], #formulario-cotizador input[type=email], #formulario-cotizador input[type=number], #formulario-cotizador input[type=password], #formulario-cotizador input[type=search], #formulario-cotizador input[type=tel], #formulario-cotizador input[type=text], #formulario-cotizador input[type=time], #formulario-cotizador input[type=url], #formulario-cotizador select, #formulario-cotizador textarea{
	border-color: #ddd;
}
#formulario-cotizador #resultado_cuota, #formulario-cotizador #resultado_mensaje {
    padding: 15px 30px;
    background-color: #ceffee;
    margin: 30px -30px -30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
    text-transform: uppercase;
	font-weight: 500;
    font-size: 18px;
	color: var(--ignition-headings-color);
}
#formulario-cotizador #resultado_cuota strong{
    font-size: 22px;
}
#formulario-cotizador button[type="submit"]{
	border-radius: 60px;
	font-weight: 700;
	text-transform: uppercase;
}
#formulario-cotizador button[type="submit"]:not(:hover){
	background-color: #10ae79;
	border-color: #10ae79;
}
#formulario-cotizador .fc-column input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#formulario-cotizador .fc-column input[type="radio"] + span {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 50%;
	transition: all 0.3s ease;
    transform: translateY(-2.5px);
}
#formulario-cotizador .fc-column label:hover input[type="radio"] + span {
	border-color: #10ae79;
	box-shadow: 0 0 5px rgba(16, 174, 121, 0.3);
}
#formulario-cotizador .fc-column input[type="radio"]:checked + span {
	background-color: #fff;
	border-color: #10ae79;
}
#formulario-cotizador .fc-column input[type="radio"]:checked + span:after {
	content: "";
	position: absolute;
	display: block;
	top: 4.5px;
    left: 4.5px;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background: #10ae79;
}
#formulario-cotizador .fc-column input[type="radio"]:focus + span {
	box-shadow: 0 0 5px rgba(16, 174, 121, 0.6);
}
@media (min-width: 992px){
	#formulario-cotizador h3{
		font-size: 20px;
	}	
}

/*Currency widget*/
.wpe_currencie_money_widget{
	background-image: url('/wp-content/uploads/2025/04/currency-background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 20px 15px !important;
	clear: both;
}
.wpe_currencie_money_widget .exchange_box{
	gap: 20px 0;
}
.wpe_currencie_money_widget .widget-title{
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.wpe_currencie_money_widget .exchange_div .currency-value{
	font-size: 20px;
}
.wpe_currencie_money_widget .exchange_div .currency{
	font-size: 14px;
}