/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.wpcf7 label {
	margin-bottom:10px;
}
.wpcf7 input[type=text] , .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea, .wpcf7 select{
	background:#efefef;
	border-radius:20px 20px 0px 0px;
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom:2px solid #252E52;
}
.wpcf7 textarea {
	height:100px;
}
p.submit {
	text-align:center;
}
p.submit input {
	background:#252E52;
	border:0px solid #252E52;
	color:#fff;
	text-transform:uppercase;
	border-radius:0;
	font-size:20px;
	padding:10px 20px;
}
p.submit input:hover {
	background:#0a6ee2;
}
.wpcf7-spinner {
	position:absolute !important;
}
.profiletoggle .e-n-accordion-item-title {
	border:0px solid #fff !Important;
	padding:0px !important;
}
.profiletoggle .e-n-accordion-item-title .e-n-accordion-item-title-icon {
	display: inline-block;
    width: 39px;
    border: 1px solid #000;
    border-radius: 50px;
    text-align: center;
    padding: 6px 10px;
}
.profiletoggle {
	margin-left:10px;
}
/*
.profiletoggle .e-n-accordion-item-title-icon {
	display:block !Important;
}
*/
.twae-arrow {
	display:none !important;
}
.twae-wrapper .twae-content, .twae-wrapper .twae-content:hover {
	border:0px solid #fff;
	box-shadow: none !important;
}
.twae-vertical.twae-wrapper .twae-timeline:before {
	width:2px;
}
.twae-vertical.twae-wrapper .twae-icondot {
	border-width:1px;
}
#story-93a647f .twae-icondot{
	background:#BBE1F5;
}
#story-87352b7 .twae-icondot{
	background:#D3D9EC;
}
#story-ac49777 .twae-icondot{
	background:#DAECAE;
}
#story-5b34b9d .twae-icondot{
	background:#F0CDAA;
}
#story-7a43bab .twae-icondot{
	background:#F2EDBE;
}

/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {

}

/*all mobile*/
@media screen and (max-width:767px) {

}

/*mobile portrait*/
@media screen and (max-width:479px) {

}