/*
Template:       helen
Theme Name:     Helen Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Helen - Architecture and Interior Design Theme
Version:        1.0.0
Requires at least: 5.9
Requires PHP:   7.0
Tags:           architect, architect portfolio, architecture, architecture design, architecture portfolio, architecture showcase, architecture studio, building, construction, decorator, elementor, furniture, interior, interior design, interior designer
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    helen-child
Domain Path:    /languages/
Elementor tested up to: 3.16
Elementor Pro tested up to: 3.16
WooCommerce tested up to: 8.0.0
*/
.title-light {
	display: block;
	font-weight: 400;
	font-size: 25px;
	line-height: 27px;
}
.red, .elementor-nav-menu li.red a {
	color: #cf152d!important;
}
.discount {
	display: block;
}
.discount .off {
	font-weight: 400;
}
.estudio-content {
	display: none;
}
.estudio-content.show {
	display: block;
}
.estudioTitle, .estudio-content, .e-con-inner {
	transition: all .25s ease-in-out;
}
.e-con-inner.show {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    box-shadow: 3px 2px 11px 0px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 3px 2px 11px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.47);
}
.estudioTitle {
	box-shadow: 3px 2px 11px 0px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 3px 2px 11px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.47);
	
}
.e-con-inner.show .estudioTitle {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: none;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
	text-align: center;
}
.form-title {
    font-weight: 800;
    text-align: center;
}
/*.estudio .elementor-heading-title {
    position: relative;
}
.estudio .elementor-heading-title:after{
    content: '+';
    position: absolute;
    right: -4px;
    top: 0;
    color: #dce2f5;
}*/

.orden {
	border-radius: 100%;
	padding: 2px 8px;
	background: #cf152d;
	color: white;
	width: 20px;
	height: 20px;
	line-height: 20px;
	
}
nav.elementor-pagination {
    margin-top: 40px;
}
nav.elementor-pagination .page-numbers {
    font-size: 14px;
}
.page-numbers.current {
    color: #cf162d;
}
@media screen and (max-width: 767px) {
	.title-light {
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width: 480px) {
	.title-light {
		font-size: 18px;
		line-height: 22px;
	}
}