/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.column-half > p{
	color: #1c2c4f !important
}

.wpcf7-submit{
	background-color: #1c2c4f !important;
	color: white !important
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #1c2c50;
    border-radius: 2px;
    background: white;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2slinear;
    border-radius: 10px;
}

.ast-builder-grid-row{
	padding:0px !important
}


.wpcf7-not-valid-tip{
	display: none !important
}

.wpcf7-not-valid{
	border: 1px solid red !important;
}

.entry-content {
	background-color: #fff !important;
}

ul {
	margin: 0 0 1.5em 1em;
}

/*CLASSE PER PREZZO OFFERTA*/


/* CLASSE PER NASCONDERE PREZZO*/
.hidden {
	display: none !important;
}

/*CLASSE BTN shakeit*/
.btn-airbabo {
	animation: shake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	border-radius: 25px !important
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-3px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(3px, 0, 0);
	}
}

.marginL {
	margin-left: 20px
}

.marginR {
	margin-right: 20px
}

/*FORM DI CONTATTO*/

/** CSS per contact form —**/
#responsive-form {
	max-width: 1440px
		/*– cambia questo con la larghezza desiderata –*/
	;
	margin: 0 auto;
	width: 100%;
}

.form-row {
	width: 100%;
}

.column-half {
	float: left;
	position: relative;
	padding: 0.60rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


.column-full {
	float: left;
	position: relative;
	padding: 10px 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.column-tre {
	float: left;
	position: relative;
	padding: 0.60rem;
	width: 33%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7-not-valid-tip {
	position: absolute !important;
}

.intl-tel-input{
	width: 100%
}

.entry-content p {
  margin-bottom: 10px;
}

.sub-menu{
	background-color: #1C2C50 !important;
}
.elementor-page-1925 .ast-below-header-bar, .page-id-1933 .ast-below-header-bar
{    
	background-color: #1C2C50 !important;
}
.elementor-page-471 .ast-below-header-bar, .page-id-1933 .ast-below-header-bar
{    
	background-color: #1C2C50 !important;
}

.elementor-page-1927 .ast-below-header-bar, .page-id-1933 .ast-below-header-bar
{    
	background-color: #1C2C50 !important;
}

.elementor-page-1937 .ast-below-header-bar, .page-id-1933 .ast-below-header-bar
{    
	background-color: #1C2C50 !important;
}

.elementor-page-8623 .ast-below-header-bar, .page-id-1933 .ast-below-header-bar
{    
	background-color: #1C2C50 !important;
}

.elementor-page-8646 .ast-below-header-bar, .page-id-1933 .ast-below-header-bar
{    
	background-color: #1C2C50 !important;
}
/**—————- Media query —————-**/
@media only screen and (max-width: 600px) {
	
	.header-widget-area{
		padding: 0px !important
	}
	
 .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
	background-color: #1C2C50 !important;
}
	
	.textWhiteMobile, .textWhiteMobile h2{
		color: white !important;
	}
	
	.elementor-toggle .elementor-tab-title{
		text-align: center !important
	}
	
	.wpcf7-date {
		width: 100% !important;
		height: 50px;
		background-color: #fff;
        border-radius: 11px;
        border: 2px solid;
	}

	.column-half {
		width: 50%;
	}

	.column-tre {
		width: 100%;
	}

	input[type=email],
	input[type=number],
	input[type=password],
	input[type=reset],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=url],
	select {
		height: 50px !important;
	}

	.column-half>p {
		margin-bottom: 10px !important
	}
	
	.column-tre>p {
		margin-bottom: 10px !important
	}

	.column-half {
		padding: 10px 0px 0px 0px;
	}
	
	
	.right{
		padding-left: 5px;
	}

	.column-tre {
		padding: 0.01rem 0.60rem;
	}
}

/**—————- Per spostare il bottone invio a destra —————-**/
.wpcf7-submit {
	float: right;
}

/**—————- Per cambiare il colore del bottone —————-**/
.wpcf7-submit {
	background: #000
		/*– colore sfondo –*/
	;
	color: #1C2C50
		/*– colore testo –*/
	;
}

/**—————- Colore del bottone con il passaggio del mouse —————-**/
.wpcf7-submit:hover {
	background: #f3f3f3;
	color: #000;
}

/**—————- Per personalizzare il messaggio di successo —————-**/
div.wpcf7-mail-sent-ok {
	text-shadow: none;
	border: none;
	background: #8BC34A;
	color: white;
	font-family: ‘Raleway’;
}

.elementor-toggle .elementor-tab-title{
	padding: 0px !important
}

@media only screen and (min-width: 601px) {

	/*.elementor-toggle .elementor-tab-content {
		display: block !important;
		border-bottom: none !important;
	}
*/
	
	
	.elementor-toggle .elementor-tab-title {
		border-bottom: none !important;
	} 

	.elementor-button:focus,
	.elementor-button:hover {
		color: black !important;
	}
}


.accordionClose .elementor-accordion-item{
	border-top: 1px solid #d5d8dc !important
}


.noBorderTop .elementor-accordion-item {
	border: none !important
}

.accordionClose .elementor-accordion > :first-child {
  display: none !important
}


/*whatsapp float*/
.my-float{
	margin-top: 14px;
	color: white;
}

.float{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 25px;
	background-color: #25D366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

