/* 
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 */

.nomargin h1,
.nomargin h2,
.nomargin h3,
.nomargin h4,
.nomargin h5,
.nomargin p {
	margin-bottom: 0 !important;
}
.phone-menu-item {
	display: none;
}
.current_page_item a {
  color: #000 !important;
}
h4 {
  margin-top: 30px;
  color: #000;
}
.hfe-nav-menu__toggle.elementor-clickable {
  margin-right: 0 !important;
}
.gform_next_button {
  flex: 1;
}
#field_1_37 {
  color: #fff;
  font-size: 13px;
  height: 400px;
  overflow: auto;
  padding-right: 10px;
  text-align: justify;
}
.phon-header a {
  background: #1a2c5f;
  padding: 7px 20px;
  border-radius: 50px;
  color: #fff;
}
.phon-header a:hover {
  background: #333;	
}
#usdotform h3 {
  color: #fff !important;
  font-size: 24px !important;
}
.dotiko {
  width: 65px !important;
  height: 65px !important;
	min-height: 65px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1) !important;
  backdrop-filter: blur(10px);
}
body #outer-wrap #usdotform .gform_next_button {
  background: #1916ff !important;
  flex: 1;
}
#label_64_5_1 {
  font-size: 12px !important;
}
#menu-1-d6d3e6e {
  padding: 20px;
}
#usdotform  .gf_progressbar .percentbar_blue {
  background: #1916ff;
}
.dotiko * {
  width: 100% !important;
  height: 100%;
}
#usdotform .gform-field-label {
  color: #fff !important;
}
#usdotform .gform_description,
#usdotform .gform_title {
	display: none;
}
#usdotform .gfield_label {
  color: #fff !important;
  font-size: 16px !important;
}
#usdotform .gf_progressbar_title {
	color: #fff;
}

@media all and (max-width: 980px) {
	.phone-menu-item {
		display: block;
	}
}