/*!
Theme Name: NETO-UD
Theme URI: http://underscores.me/
Author: UD Studio
Author URI: http://www.u-d.studio/
Description: UD Studio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: neto-ud
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NETO-UD is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);


/** customization **/

/** header **/

.site-header .login-block {
	display: none;
	width:300px;
}
.login-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.login-block .login-link {
		border: 1px solid #00b7de;
		color: #00b7de;
		padding: 0 20px;
}
.login-block .login-forget {
		color: #00b7de;
		font-size: 20px;
        letter-spacing: 1px;
		font-size: 1rem;
}



/* home page signup */
#signup {
		display: flex;
		align-items: center;
		display: none;
    color: #00b8de;
		position: absolute;
		top: 0px;
		background: url(images/map.jpg) no-repeat center center / cover;
		padding: 50px 0;
		width: 100%;
		z-index: 9;
        min-height: unset;
}
#signup.employee {
    color: #f0652a;
}
.signup-inner {
    width: 100%;
    max-width: 1030px;
    margin: auto;
}
#signup .panel-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
#signup .panel-close .dashicons-no-alt {
    width: auto;
    height: auto;
    font-size: 1.6rem;
}
#signup fieldset, #signup .signup-stage {
    display: none;
    border: none;
}
#signup h3 {
    font-weight: 300;
    font-size: 3.5rem;
		margin: 0;
		color: #00b8de;
}
#signup.employee h3 {
    color: #f0652a;
}
#signup .signup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
		flex-wrap: wrap;
}
#signup select, #signup input[type=text], #signup input[type=password] {
    background: transparent;
    border: 1px solid #00b8de;
    color: #00b8de;
		padding: 5px 12px;
		font-size: 35px;
		border-radius: 0;
		flex: 1;
		height: 60px;
		margin-left: 10px;
		width: 30%;
}
#signup.employee select, #signup.employee input[type=text], 
#signup.employee input[type=password]{
    color: #f0652a;
    border-color: #f0652a;
}
#signup .password-wrapper input {
	width: 100%;
}
#signup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00b8de;
}
#signup input::-moz-placeholder { /* Firefox 19+ */
  color: #00b8de;
}
#signup input:-ms-input-placeholder { /* IE 10+ */
  color: #00b8de;
}
#signup input:-moz-placeholder { /* Firefox 18- */
  color: #00b8de;
}
#signup input::placeholder {
		color: #00b8de;
}

#signup.employee input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f0652a;
}
#signup.employee input::-moz-placeholder { /* Firefox 19+ */
  color: #f0652a;
}
#signup.employee input:-ms-input-placeholder { /* IE 10+ */
  color: #f0652a;
}
#signup.employee input:-moz-placeholder { /* Firefox 18- */
  color: #f0652a;
}
#signup.employee input::placeholder {
		color: #f0652a;
}

#signup input#signup-salary {
    margin-left: 0;
}
.combobox-wrapper {
    position: relative;
		width: 30%;
		margin-left: 15px;
}
#signup .combobox-wrapper input {
	width: 100%;
	/*background: url(images/triangle-down.png) no-repeat 15px 50% transparent;*/
}
#signup .combobox-wrapper input[type=text] {
    padding-left: 45px;
}
.combobox-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		cursor: pointer;
}
.combobox-hover:after {
    content: "";
    position: absolute;
    left: 15px;
    height: 0px;
    display: block;
    width: 20px;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    top: 25px;
}
.combobox-options {
    position: absolute;
    top: 100%;
    background: #00b8de;
    color: white;
    display: flex;
    flex-wrap: wrap;
		flex-direction: column;
		display: none;
		width: 100%;
		overflow: hidden;
		height: 300px; /* temp */
		z-index: 2;
}
.employee .combobox-options {
    background: #f0652a;
}
.combobox-option {
	  padding: 3px 15px;
		/*flex: 1;*/
		cursor: pointer;
		min-width: 142px;
}
.combobox-option:hover {
    background: rgba(255,255,255,0.3);
}
.area-combobox {
    width: 75%
}
.password-wrapper {
    position: relative;
}
#signup .password-wrapper button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
		min-width: 0;
		width: 70px;
		/*background: url(images/show-icon.png) no-repeat center center transparent !important;*/
    border: none;
    outline: none;
    padding: 10px;
    background: transparent !important;
    color: inherit;
}
#signup .password-wrapper button .dashicons-visibility {
  font-size: 44px;
    width: 44px;
    height: 44px;  
}
.password-wrapper button.hide:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #00b8de;
    display: block;
    transform: rotate(-35deg);
    position: absolute;
    top: 30px;
    left: 10px;
}
.employee .password-wrapper button.hide:after {
    background: #f0652a;
}
.signup-error {
    color: #f11111;
    font-size: 25px;
}
.signup-row .checkbox-group label {
		font-size: 25px;
		cursor: pointer;
}
.signup-row .checkbox-group label a {
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}
.checkbox.hidden {
    display: none;
}
label.checkbox-style {
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
		vertical-align: middle;
}
label.checkbox-style:before {
    display: block;
    width: 23px;
    height: 23px;
    text-align: center;
		border: 1px solid black;
    content: '';
}
.checkbox:checked + label.checkbox-style:before {
    /*background: #00b8de;*/
    content: '\f147';
    color: #00b8de;
}
.employee .checkbox:checked + label.checkbox-style:before {
    /*background: #f0652a;*/
    content: '\f147';
    color: #f0652a;
}

#signup button, #signup input[type=button], #signup input[type=submit] {
	color: #fff;
	font-size: 30px;
	background: #00b8de;
	font-weight: bold;
	padding: 15px 20px;
  border: none;
  border-radius: 0;
	min-width: 200px;
}
#signup.employee button, #signup.employee input[type=button], #signup.employee input[type=submit] {
   background: #f0652a;
}
.submit-group {
    display: flex;
		align-items: center;
}
.submit-group .forgot-password {
    line-height: 1;
    color: #00b8de;
    font-weight: bold;
    font-size: 22px;
		margin: 0 0 0 40px;
}
.employee .submit-group .forgot-password {
    color: #f0652a;
}

#signup .signup-finish {
	display: flex;
	align-items: center;
}
#signup .signup-finish h3 {
    font-size: 3.5rem;
    font-weight: bold;
		line-height: 1;
		width: 33%;
}
.signup-finish-message {
    padding: 50px 90px;
    background: #00b8de;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
		text-align: center;
}
.employee .signup-finish-message {
    background: #f0652a;
}
.signup-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.signup-dot {
    background: #0b7f97;
    width: 5px;
    height: 5px;
    display: block;
    margin: 0 7px;
}
.signup-dot.current {
		height: 10px;
		width: 10px;
}



/* buttons */
.neto-bttn {
    display: inline-block;
    border: 1px solid;
    padding: 5px 20px;
    margin-bottom: 15px;
    width: 49%;
    text-align: center;
    font-size: 30px;
}
.neto-bttn:first-child {
    margin: 0 0 0 2%;
}
.neto-bttn-employer, .neto-bttn-employer:visited, .neto-bttn-employer:hover,
.neto-bttn-employer:focus, .neto-bttn-employer:active {
    border-color: #00b8de;
    color: #00b8de;
}
.neto-bttn-employee, .neto-bttn-employee:visited, .neto-bttn-employee:hover,
.neto-bttn-employee:focus, .neto-bttn-employee:active {
    border-color: #f0652a;
    color: #f0652a;
}
.neto-bttn-theme-white, .neto-bttn-theme-white:visited, .neto-bttn-theme-white:hover,
.neto-bttn-theme-white:focus, .neto-bttn-theme-white:active {
    border-color: white;
    color: white;
}
.neto-bttn span {
	font-weight: 900;
}
.neto-bttn-employer span {
    color: #00b8de;
}
.neto-bttn-employee span {
    color: #f0652a;
}


/* home customizations */
.home #masthead {
    background: #e7eaed;
}
.home .side-menu-toggle .dashicons-menu {
    color: #f0652a;
}
.home .entry-content {
    margin: 0;
}


@media all and (max-width: 768px) {
		/* signup form */
		#signup .signup-row {
		  flex-direction: column;
		}
		#signup select, #signup input[type=text], #signup input[type=password],
		.password-wrapper, .checkbox-group, .combobox-wrapper {
			margin-bottom: 15px;
    	width: 100%;
			margin-left: 0;
		}
		.checkbox-group {
			text-align: center;
		}
		#signup .password-wrapper input[type=password],
		#signup .password-wrapper input[type=text],
		.combobox-wrapper input {
			margin-bottom: 0;
		}
		.signup-error {
				text-align: center;
		}
		#signup .signup-finish {
			flex-direction: column;
		}
		#signup .signup-finish h3 {
				margin-bottom: 20px;
				width: auto;
		}
		.combobox-options {
		    width: 100%!important;
            height: auto!important;
		}
}
@media all and (max-width: 600px) {
	.sidebar-footer {
		width: 100%;
	}
	.sidebar-footer:before {
    	content: "";
    	display: block;
    	height: 100%;
    	width: 1px;
    	border: 1px solid black;
    	position: absolute;
		right: 0;
    	top: 0;
	}
}

/* ============================================================
   MOBILE MENU — NETO CUSTOM STYLES
   ============================================================ */
@media screen and (max-width: 37.5em) {

    /* Toggle button: teal background, white text, full width */
    .menu-toggle {
        background: #00b8de;
        color: #fff;
        border: none;
        width: 100%;
        padding: 12px 20px;
        font-size: 1rem;
        cursor: pointer;
        text-align: start;
        border-radius: 0;
    }

    /* Nav container: full width on all pages */
    .main-navigation,
    .main-navigation.toggled ul {
        width: 100%;
    }

    /* Open menu: teal background */
    .main-navigation.toggled ul {
        background: #00b8de;
    }

    /* Stack items vertically — fixes narrow menu on inner pages */
    .main-navigation li {
        float: none;
        width: 100%;
        position: relative;
    }

    /* All menu links: white text */
    .main-navigation a,
    .main-navigation a:link,
    .main-navigation a:visited,
    .main-navigation a:hover,
    .main-navigation a:focus,
    .main-navigation a:active {
        color: #fff;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* Submenu: orange, pushes content down (not absolute) */
    .main-navigation ul ul {
        position: static;
        float: none;
        left: 0 !important;
        top: auto;
        box-shadow: none;
        background: #f0652a;
        width: 100%;
        display: none;
    }

    /* Show submenu below parent when tapped (JS adds .focus class) */
    .main-navigation ul li.focus > ul {
        display: block;
        left: 0 !important;
    }

    /* Submenu links: white, indented */
    .main-navigation ul ul a,
    .main-navigation ul ul a:link,
    .main-navigation ul ul a:visited,
    .main-navigation ul ul a:hover,
    .main-navigation ul ul a:focus,
    .main-navigation ul ul a:active {
        color: #fff;
        padding-right: 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

/* ============================================================
   MOBILE FIXES — ELEMENTOR NAV + GLOBAL LAYOUT
   ============================================================ */
@media (max-width: 768px) {

    /* Elementor hamburger button: teal */
    .elementor-menu-toggle,
    .elementor-menu-toggle:focus {
        background: #00b8de !important;
        color: #fff !important;
        border-color: rgba(255,255,255,0.4) !important;
    }

    /* Elementor dropdown: teal, full width */
    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        background: #00b8de !important;
        min-width: 95vw !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* Dropdown items: white text */
    .elementor-nav-menu--dropdown .elementor-item,
    .elementor-nav-menu--dropdown .elementor-item:hover,
    .elementor-nav-menu--dropdown .elementor-item:visited {
        color: #fff !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }

    /* Sub-menu: orange, flows inline (pushes content down) */
    .elementor-nav-menu--dropdown .sub-menu {
        background: #f0652a !important;
        position: static !important;
        min-width: 100% !important;
    }
    .elementor-nav-menu--dropdown .elementor-sub-item {
        color: #fff !important;
    }

    /* Logo: constrain size */
    .custom-logo-link img,
    .elementor-widget-site-logo img,
    .site-branding img {
        max-height: 50px !important;
        width: auto !important;
    }

    /* Language switcher: prevent overlap with logo/hamburger */
    .wpml-ls,
    .pll-parent-menu-item,
    [class*="lang-switcher"],
    [class*="language-switcher"] {
        position: relative !important;
        z-index: 100 !important;
        display: block;
        clear: both;
    }

    /* Internal pages: remove excess side margins */
    body:not(.home) .elementor-section .elementor-container,
    body:not(.home) .elementor-top-section > .elementor-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100% !important;
    }

    /* Hide black sidebar / side panel on internal pages */
    #secondary,
    .widget-area,
    body:not(.home) .sidebar,
    body:not(.home) aside.sidebar {
        display: none !important;
    }

    /* About page (ID 49): single column, tight layout */
    .page-id-49 .elementor-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100% !important;
    }
    .page-id-49 .elementor-column:not(.elementor-col-100) {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* ============================================================
   MOBILE HEADER & NAV — FIXES V2
   ============================================================ */
@media (max-width: 768px) {

    /* ── FIX 1: כפתור המבורגר — קווים לבנים על רקע תכלת (עברית ואנגלית) ── */
    .elementor-menu-toggle {
        background-color: #00b8de !important;
        color: #fff !important;
        border-color: rgba(255,255,255,0.4) !important;
    }
    /* האייקון עצמו (font icon ו-SVG) */
    .elementor-menu-toggle i,
    .elementor-menu-toggle i::before,
    .elementor-menu-toggle svg,
    .elementor-menu-toggle svg path,
    .elementor-menu-toggle svg rect,
    .elementor-menu-toggle svg line {
        color: #fff !important;
        fill: #fff !important;
        stroke: #fff !important;
    }
    /* ספציפי לעברית / RTL */
    html[dir="rtl"] .elementor-menu-toggle,
    html[lang*="he"] .elementor-menu-toggle {
        background-color: #00b8de !important;
        color: #fff !important;
    }
    html[dir="rtl"] .elementor-menu-toggle i,
    html[lang*="he"] .elementor-menu-toggle i,
    html[dir="rtl"] .elementor-menu-toggle svg,
    html[lang*="he"] .elementor-menu-toggle svg {
        color: #fff !important;
        fill: #fff !important;
    }

    /* ── FIX 2: תפריט דפים פנימיים — זהה לדף הבית באנגלית ── */
    body .elementor-menu-toggle {
        background-color: #00b8de !important;
        color: #fff !important;
    }
    body .elementor-nav-menu--dropdown .elementor-nav-menu__container {
        background-color: #00b8de !important;
        width: 95vw !important;
        max-width: 95vw !important;
    }
    body .elementor-nav-menu--dropdown .elementor-item,
    body .elementor-nav-menu--dropdown .elementor-item:hover,
    body .elementor-nav-menu--dropdown .elementor-item:focus,
    body .elementor-nav-menu--dropdown .elementor-item:visited {
        color: #fff !important;
        padding: 12px 20px !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }
    /* תת-תפריט: כתום, דוחק למטה */
    body .elementor-nav-menu--dropdown .sub-menu {
        background-color: #f0652a !important;
        position: static !important;
        width: 100% !important;
        min-width: 100% !important;
        box-shadow: none !important;
    }
    body .elementor-nav-menu--dropdown .elementor-sub-item,
    body .elementor-nav-menu--dropdown .elementor-sub-item:hover {
        color: #fff !important;
        padding-right: 35px !important;
        border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    }

    /* ── FIX 3: לוגו — רקע שקוף לחלוטין (עברית ואנגלית) ── */
    .elementor-widget-site-logo,
    .elementor-widget-site-logo .elementor-widget-container,
    .elementor-widget-site-logo img,
    .elementor-widget-site-logo a,
    .elementor-widget-site-logo a:hover,
    html[lang*="en"] .elementor-widget-site-logo,
    html[lang*="en"] .elementor-widget-site-logo img,
    html[lang*="he"] .elementor-widget-site-logo,
    html[lang*="he"] .elementor-widget-site-logo img {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    /* ── FIX 4: סידור ה-Header — לוגו קטן, אין חפיפות ── */
    /* לוגו מוקטן */
    .elementor-widget-site-logo img {
        max-height: 40px !important;
        max-width: 110px !important;
        width: auto !important;
        height: auto !important;
    }
    /* בורר שפה — לא מעל אלמנטים אחרים */
    .elementor-widget-wpml-language-switcher,
    .elementor-widget-pll-language-switcher,
    .wpml-ls,
    .wpml-ls-statics-shortcode_actions,
    [class*="wpml-ls"] {
        position: relative !important;
        z-index: 50 !important;
        float: none !important;
        clear: both !important;
    }
    /* כפתורי כניסה/הרשמה — לא חוצים */
    .elementor-location-header .elementor-widget-button a,
    .site-header .login-block {
        font-size: 13px !important;
        padding: 6px 12px !important;
        white-space: nowrap !important;
    }
}

/* ============================================================
   MOBILE HEADER V4 — LOGO SMALL + GOOGLE TRANSLATE HIDE + LANG FIX
   ============================================================ */
@media (max-width: 768px) {

    /* ── 1. לוגו קטן — ללא סלוגן ── */
    .elementor-widget-site-logo img,
    .elementor-widget-site-logo .elementor-widget-container img,
    html[dir="rtl"] .elementor-widget-site-logo img,
    html[lang*="en"] .elementor-widget-site-logo img {
        max-height: 36px !important;
        max-width: 100px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* ── 2. הסתרת סלוגן — במקרה שהוא widget/tagline נפרד ── */
    .elementor-location-header .site-description,
    .elementor-location-header .elementor-widget-site-logo .site-description,
    .elementor-location-header [class*="tagline"],
    .elementor-location-header [class*="slogan"],
    .elementor-location-header .elementor-heading-title + .elementor-widget-text-editor {
        display: none !important;
    }

    /* ── 3. הסתרת Google Translate לחלוטין ── */
    #google_translate_element,
    .goog-te-gadget,
    .goog-te-banner-frame,
    .skiptranslate,
    .goog-te-menu-frame,
    [class*="goog-te"],
    [id*="google_translate"],
    .VIpgJd-ZVi9od-l4eHX-hSRGPd,
    body > .skiptranslate {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    /* מניעת תזוזת body שגוגל טרנסלייט גורם */
    body {
        top: 0 !important;
    }

    /* ── 4. כפתורי כניסה/הרשמה — מוסתרים על מובייל ── */
    .elementor-location-header .elementor-widget-button a[href*="login"],
    .elementor-location-header .elementor-widget-button a[href*="register"],
    .elementor-location-header .elementor-widget-button a[href*="כניסה"],
    .elementor-location-header .elementor-widget-button a[href*="הרשמה"] {
        display: none !important;
    }

    /* ── 5. טלפון ב-header — מוקטן ── */
    .elementor-location-header [class*="phone"],
    .elementor-location-header [class*="tel"],
    .elementor-location-header a[href^="tel"] {
        font-size: 12px !important;
    }
}

/* ============================================================
   MOBILE HEADER V3 — LANGUAGE SWITCHER + LOGO FIX
   ============================================================ */
@media (max-width: 768px) {

    /* ── 1. הצג רק כפתור שפה אחד (השפה השנייה, לא הנוכחית) ── */
    /* WPML */
    .wpml-ls-current-language,
    li.wpml-ls-current-language,
    .wpml-ls ul li.wpml-ls-current-language {
        display: none !important;
    }
    /* Polylang */
    .lang-item.current-lang,
    li.lang-item.current-lang,
    .pll-parent-menu-item .current-lang {
        display: none !important;
    }

    /* ── 2. עיצוב כפתור השפה הנותר ── */
    .wpml-ls-item a,
    .wpml-ls-item a:link,
    .wpml-ls-item a:visited,
    .lang-item a,
    .lang-item a:link {
        display: inline-block !important;
        background: transparent !important;
        color: #00b8de !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        padding: 5px 10px !important;
        border: 2px solid #00b8de !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }
    /* כפתור על רקע תכלת (בתוך תפריט פתוח) */
    .elementor-nav-menu--dropdown .wpml-ls-item a {
        color: #fff !important;
        border-color: #fff !important;
    }

    /* ── 3. לוגו עברית = אותו גודל כמו אנגלית בדפים פנימיים ── */
    html[dir="rtl"] body:not(.home) .elementor-widget-site-logo img,
    html[lang*="he"] body:not(.home) .elementor-widget-site-logo img {
        max-height: 35px !important;
        max-width: 95px !important;
        width: auto !important;
        height: auto !important;
    }

    /* ── 4. מיקום: כפתור שפה בין לוגו להמבורגר ── */
    /* ה-header row = flex container */
    .elementor-location-header .elementor-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }
    /* עברית RTL: לוגו ימין → שפה אמצע → המבורגר שמאל */
    html[dir="rtl"] .elementor-location-header .elementor-widget-site-logo {
        order: 1 !important;
    }
    html[dir="rtl"] .elementor-location-header .elementor-widget-wpml-language-switcher,
    html[dir="rtl"] .elementor-location-header .elementor-widget-pll-language-switcher,
    html[dir="rtl"] .elementor-location-header [class*="language-switcher"] {
        order: 2 !important;
        margin: 0 auto !important;
    }
    html[dir="rtl"] .elementor-location-header .elementor-widget-nav-menu {
        order: 3 !important;
    }
    /* אנגלית LTR: לוגו שמאל → שפה אמצע → המבורגר ימין */
    html[lang*="en"] .elementor-location-header .elementor-widget-site-logo {
        order: 1 !important;
    }
    html[lang*="en"] .elementor-location-header .elementor-widget-wpml-language-switcher,
    html[lang*="en"] .elementor-location-header .elementor-widget-pll-language-switcher,
    html[lang*="en"] .elementor-location-header [class*="language-switcher"] {
        order: 2 !important;
        margin: 0 auto !important;
    }
    html[lang*="en"] .elementor-location-header .elementor-widget-nav-menu {
        order: 3 !important;
    }
}

/* ============================================================
   MOBILE HEADER V5 — EN HOMEPAGE LANGUAGE BUTTON PILOT
   Scope: missing mobile language switchers only.
   ============================================================ */
@media (max-width: 768px) {
    html[lang*="en"] body.home .neto-mobile-lang-clone,
    html[lang*="he"] body:not(.home) .neto-mobile-lang-clone,
    html[dir="rtl"] body:not(.home) .neto-mobile-lang-clone {
        position: absolute !important;
        top: 10px !important;
        left: 125px !important;
        z-index: 9999 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 27px !important;
        padding: 5px 12px !important;
        border: 2px solid #00b8de !important;
        border-radius: 16px !important;
        background: rgba(0, 184, 222, 0.08) !important;
        color: #00b8de !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    html[lang*="en"] body.home .neto-mobile-lang-clone,
    html[lang*="en"] body.home .neto-mobile-lang-clone span,
    html[lang*="he"] body:not(.home) .neto-mobile-lang-clone,
    html[lang*="he"] body:not(.home) .neto-mobile-lang-clone span,
    html[dir="rtl"] body:not(.home) .neto-mobile-lang-clone,
    html[dir="rtl"] body:not(.home) .neto-mobile-lang-clone span {
        color: #00b8de !important;
    }

    /* Homepage lower freelancer benefits text: Elementor set this to ~3.9px on mobile. */
    body.home [data-id="94f566b"] .elementor-icon-list-text,
    body.home [data-id="94f566b"] a,
    body.home [data-id="94f566b"] span {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    body.home [data-id="94f566b"] .elementor-icon-list-item {
        align-items: flex-start !important;
        margin-bottom: 12px !important;
    }
}
