/*!
Theme Name: avilia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avilia
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.

avilia 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
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

html {
	font-family: 'Open Sans Hebrew', serif;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans Hebrew', serif;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans Hebrew', serif;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Open Sans Hebrew', serif;
}

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

blockquote {
	margin: 0 1.5em;
	font-family: 'Open Sans Hebrew', serif;
}

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: 100%;
	white-space: nowrap;
}

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

.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;
}
.main-navigation ul {
	height: 5rem;
	line-height: 5rem;
}
.home .main-navigation ul {
	/* margin-left: 50px; */
}
.main-navigation li {
	padding-right: 1.3rem;
	padding-left: 1.3rem;
}
#menu-item-25 {
	padding-left: 0;
}
	
.main-navigation a {
	font-size: 1.25rem;
	line-height: 5rem;
}
.top-image {
	position: relative;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
.top-image-caption {
	position: relative;
	position: absolute;
	top: 30%;
	bottom: 0;
	right: 0;
	left: 0;
}
.top-image-caption h1 {
	font-size: 5.313rem;
	line-height: 5.313rem;
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 0;
	font-weight: bold;
}
.top-image-caption h3 {
	font-size: 2.625rem;
	line-height: 2.625rem;
	margin-bottom: 0;
	color: #fff;
}
img.home-image {
	margin-top: 3rem;
}
.first-section h3 {
	font-size: 2.813rem;
	margin: 4.375rem 0 3.75rem;
	color: #b5985a;
	font-weight: bold;
}
.first-section p {
	margin: 0;
	color: #b5985a;
	font-size: 1.625rem;
}
.container {
	max-width: 91.88rem;
}
.single-projects .container.inner-project {
	max-width: 91rem;
}
.container.smaller {
	max-width: 65rem;
}
.page-template-about-us .container.smaller {
	max-width: 63rem;
}
.box-home h3 {
	color: #4c4c4c;
	font-size: 1.625rem;
	margin: 0;
}
.box-home img {
	margin-bottom: 3.438rem;
	margin-top: 6.125rem;
}
.box-home {
	max-width: 19.69rem;
}
.box-home.middle:after {
	content: " ";
	background-color: #b5985a;
	height: 5.75rem;
	width: 0.0625rem;
	position: absolute;
	top: 6.25rem;
	left: 0;
}
.box-home.middle:before {
	content: " ";
	background-color: #b5985a;
	height: 5.75rem;
	width: 0.0625rem;
	position: absolute;
	top: 6.25rem;
	right: 0;
}
.project-section {
	margin-top: 7.813rem;
}
.project-section h3 {
	font-size: 2.813rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3.125rem;
}
p.location-project {
	font-size: 1.5rem;
	color: #666;
	margin-top: 5px;
}
.project-box {
	margin-bottom: 5rem;
}
.project-box h3 {
	font-size: 1.625rem;
	line-height: 1.625rem;
	margin-top: 1.563rem;
}
.project-image-box {
	position: relative;
}
img.product-image {
	width: 100%;
	height: 100%;
}
img.project-enter {
	position: absolute;
	bottom: 0;
	left: 0.75rem;
}
.contact-section {
	background-color: #c41230;
	position: relative;
}
.footer-fix.right {
	padding-left: 0;
}
.footer-fix.left {
	padding-right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.page-template-projects-page #site-navigation,
.single-projects #site-navigation,
.page-id-18 #site-navigation,
.page-template-about-us #site-navigation, .single.single-post #site-navigation, .elementor-page-164 #site-navigation, .page-id-255 #site-navigation {
	background-color: #c41230;
	padding: 0 3.75rem 0 5.625rem;
}
.home  #site-navigation {
	background-color: #fff;
	padding-left: 1.875rem;
}
.home .main-navigation a {
	color: #1a1a1a;
}
.page-template-projects-page .main-navigation a,
.single-projects .main-navigation a,
.page-id-18 .main-navigation a,
.page-template-about-us .main-navigation a, .single.single-post .main-navigation a, .elementor-page-164 .main-navigation a, .page-id-255 #site-navigation a {
	color: #fff;
}
.page-template-projects-page .main-navigation li.current-menu-item a,
.page-id-18 .main-navigation li.current-menu-item a, .page-template-about-us .main-navigation li.current-menu-item a, .single-projects .main-navigation li.current-menu-item a, .single.single-post .main-navigation li.current-menu-item a, .elementor-page-164 .main-navigation li.current-menu-item a, .page-id-255 .main-navigation li.current-menu-item a {
	color: #b5985a;
	font-weight: bold;
}
.page-template-projects-page .main-navigation a:hover,
.page-id-18 .main-navigation a:hover, .page-template-about-us .main-navigation :hover, .single-projects .main-navigation a:hover {
	font-weight: normal;
}
.main-navigation li.inner-logo {
	position: absolute;
    right: 35px;
    top: -2px;
}
.home .main-navigation li.inner-logo {
	display: none;
}
.main-navigation {
	position: relative;
	height: 5rem;
	line-height: 5rem;
	padding-left: 5.625rem;
	padding-right: 3.75rem;
}
.home-logo-top {
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 997;
}
.contact-section {
	padding-top: 8.75rem;
	padding-bottom: 4.75rem;
}
.contact-section p,
.contact-section a {
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #fff;
}
.contact-section h3 {
	font-size: 2.813rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	color: #b5985a;
	font-weight: bold;
}
p.email-link a {
	font-size: 1.875rem;
	color: #b5985a;
	text-decoration: underline;
}
.red-back {
	background-color: #c41230;
}
.footer-inner {
	margin-top: 6.3rem;
}
.about-background {
	background-image: url(../avilia/images/about_top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 9.688rem;
	padding-bottom: 9.688rem;
	min-height: 46rem;
	flex-grow: 1;
}
.about-top-content {
}
.about-top-content h3 {
	font-size: 2.813rem;
	color: #b5985a;
	margin-bottom: 3.75rem;
}
.about-top-content p {
	font-size: 1.375rem;
	color: #fff;
	margin-bottom: 1.875rem;
}
.about-management h3 {
	font-size: 2.813rem;
	color: #b5985a;
	margin-top: 6.2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #dadada;
}
.management-box {
	margin-top: 3.375rem;
}

h4.management-name {
	font-size: 1.75rem;
	color: #4c4c4c;
}
p.job-title {
	font-size: 1.25rem;
	font-weight: 100;
}
p.phone-email {
	font-size: 1.25rem;
	margin-bottom: 0;
}
p.phone-email a {
	color: #b5985a;
	text-decoration: underline;
}
span.ltrme {
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
}
.page-template-about-us .footer-inner {
	margin-top: 8.88rem;
}
.project-top-content h3 {
	font-size: 2.813rem;
	color: #b5985a;
	margin-bottom: 3.188rem;
}
.project-top-content {
	padding: 5rem 0 4.375rem;
}
.project-line li {
	font-size: 1.625rem;
	padding-left: 1rem; 
	text-indent: -.7rem;
}
.project-line ul {
	list-style: none;
	padding: 0 0.9375rem 0 0;
	margin: 0 0 2.25rem;
}
.project-line li::before {
	content: "•";
	color: #b5985a;
    font-size: 2rem;
    line-height: 1.625rem;
}
.project-link a {
	color: #b5985a;
	font-size: 1.625rem;
	text-decoration: underline;
}
.container.inner-project {

}
a.allprojects {
	font-size: 1.475rem;
	color: #b5985a;
    position: relative;
    /*left: -4.375rem;*/
}
a.allprojects img {
	margin-left: 0.65rem;
	height: 25px;
}
a.allprojects:hover {
	text-decoration: none;
}
.left-link-projects {
	position: relative;
}

/*a.allprojects::after {
	content: url('../avilia/images/backtoprojects.png');
	width: 3.875rem;
	height: 1.375rem;
	position: absolute;
	left: -4.8rem;
	top: 0.1875rem;
}*/
.who-designed p,
.copy-right p {
	color: #808080;
	font-size: 0.875rem;
	margin: 0;
}
.site-footer {
	padding-top: 1.25rem;
	padding-bottom: 2.813rem;
}
img.go-down {
	position: relative;
	bottom: 3.25rem;
	display: flex;
	margin: 0 auto;
}
img.go-down.only-arrow {
	position: absolute;
	bottom: 3.25rem;
	left: 0;
	right: 0;
}
img.go-down.only-arrow {
	transition-duration: 0.5s;
}
.top-image a:hover img.go-down.only-arrow {
	bottom: 2.75rem;
}
.bactotop {
	position: absolute;
	bottom: 0;
	right: 0;
}
.contact-section a#bactotop:hover img.bactotop.arrow-top {
	bottom: 0.75rem;
}
img.bactotop.arrow-top {
	transition-duration: 0.5s;
}
.clickable {
    cursor: pointer;
}
.footer-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.site-footer .container-fluid {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.single-projects .container-fluid {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
}
.mb-project {
	margin-bottom: 1.875rem;
}
.showonsingle {
	display: none;
}
.hideonsingle {
	display: block;
}
.single .hideonsingle {
	display: none;
}
.single .showonsingle {
	display: block;
}
.inner-logo img {
	height: 5rem;
}
.project-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}	
.project-box a img.arrow {
	transition-duration: 0.5s;
}
.project-box a img.arrow:hover {
	margin-right: 12px;
}
.download-goldenBtn a {
	background-color: #b5985a;
	color: #000000;
	padding: 0.75rem 1.25rem;
	font-weight: 700;
}
.download-goldenBtn a:hover {
	text-decoration: none;
}
.lang_switcher_home {
	position: absolute;
	top: 48%;
	/* left: 65%; */
	right: 25px;
	transform: translateY(-50%);
}
.btn__dropdown {
	
}
.home .btn__dropdown {
	position: absolute;
	right: 115px;
}
.page_eng .btn__dropdown {
	right: 100px;
}
@media screen and (max-width: 1440px) {
	.home .btn__dropdown {
		right: 85px;
	}
	.page_eng .btn__dropdown {
		right: 75px;
	}
}
@media screen and (max-width: 991px) {
	.home .btn__dropdown {
		position: relative;
		right: unset;
	}
}
.btn__dropdown .sub-menu {
	background: white;
	padding: 0;
	height: unset;
	width: 100%;
}
.btn__dropdown .sub-menu li {
	float: unset;
	text-align: center;
}
.btn__dropdown:hover > ul,
.btn__dropdown:focus > ul {
	/* left: -30px !important; */
}
.page_eng .btn__dropdown:hover > ul,
.page_eng .btn__dropdown:focus > ul {
	/* left: 0 !important; */
}
.btn__dropdown .sub-menu li:hover a {
	color: #b5985a;
}
.page-template-projects-page .main-navigation .btn__dropdown ul a,
.single-projects .main-navigation .btn__dropdown ul a,
.page-id-18 .main-navigation .btn__dropdown ul a,
.page-template-about-us .main-navigation .btn__dropdown ul a,
.single.single-post .main-navigation .btn__dropdown ul a,
.elementor-page-164 .main-navigation .btn__dropdown ul a,
.page-id-255 #site-navigation .btn__dropdown ul a {
	color: red;
}
button.close {
	position: relative;
	z-index: 5;
}
@media screen and (min-width: 1651px) {
	.page_eng .home-logo-top {
		width: 200px !important;
		left: 60%;
	}
}
@media (max-width: 1650px) {
	.home-logo-top {
		width: 200px !important;
		left: 60%;
	}
	/* .lang_switcher_home {
		left: 75%;
	} */
}
@media (max-width: 1620px) {
	a.allprojects {
		/*left: 0;
		margin-right: 1.563rem;*/
	}
}
@media (max-width: 1590px) {
	.page_eng .main-navigation a {
		font-size: 1.1rem;
	}
}
@media (max-width: 1460px) {
	/*.page-template-projects-page #site-navigation,
	.single-projects #site-navigation,
	.page-id-18 #site-navigation,
	.page-template-about-us #site-navigation {
		padding: 0;
	}*/
	.single-projects .container.inner-project {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	img.project-enter {
		left: 0;
	}
	.project-cover {
		right: 1px;
	}
}
@media (max-width: 1440px) {
	html {
		font-size: 12px;
	}
	.contact-section {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 1199px) {
	/* .main-navigation ul ul a {
		width: 150px;
	} */
}
@media screen and (max-width: 1130px) {
	.page_eng .main-navigation a {
		font-size: 1rem;
	}
}
@media (max-width: 1100px) {
	.home-logo-top {
		left: 65%;
	}
	/* .lang_switcher_home {
		left: unset;
		right: 25px;
	} */
}
@media (max-width: 991px) {
	.btn__dropdown:hover > ul,
	.btn__dropdown:focus > ul {
		left: 5px !important;
		white-space: nowrap;
	}
	.home-logo-top {
		left: unset;
		right: 25px;
		width: 150px !important;
		transform: unset;
	}
	.lang_switcher_home {
		right: unset;
		left: 20px;
	}
	.home .main-navigation ul {
		margin-left: 65px;
	}
	.btn__dropdown .sub-menu {
		margin-left: 0 !important;
	}
	.btn__dropdown .sub-menu li {
		padding: 0 !important;
	}
	.main-navigation ul ul a {
		/* width: 100%; */
		padding: 0 15px;
	}
}
@media screen and (max-width: 860px) {
	.page_eng .main-navigation li.inner-logo {
		right: 0;
	}
	.page_eng .main-navigation li {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 850px) {
	/* .home .main-navigation ul {
		margin-left: 0;
	} */
	.home-logo-top {
		right: 0;
		width: 150px !important;
	}
}
@media (max-width: 767px) {
	.lang_switcher_home {
		left: unset;
		position: relative;
		top: unset;
		transform: unset;
		text-align: center;
		/* margin: 0 auto; */
		/* display: none; */
	}
	html {
		font-size: 16px;
	}
	.contact-section {
		position: relative;
	}

	.project-cover {
		right: 0;
	}

	html {
		font-size: 16px;
	}
	.top-image-caption h1 {
		font-size: 5rem;
		line-height: 5rem;
	}
	img.product-image {
		width: 100%;
		height: auto;
	}
	.top-image-caption h3 {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	.first-section h3 {
		font-size: 3.625rem;
		margin: 4.625rem 0 4.625rem;
	}
	.first-section p {
		font-size: 2rem;
	}
	.box-home img {
		margin-top: 3.438rem;
		margin-bottom: 3.438rem;
	}
	.box-home.middle:after,
	.box-home.left:after {
		display: none;
	}
	.footer-fix {
		padding: 0;
	}
	#site-navigation {
		display: none;
	}
	img.go-down {
		width: 65%;
		bottom: 1.938rem;
	}
	.top-image {
		padding-top: 5px;
		/* padding-top: 1.25rem; */
		padding-right: 0.3125rem;
		padding-left: 0.3125rem;
	}
	.top-image img {
		width: 100%;
	}
	/*.single-projects .container-fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}*/
	img.home-image {
		margin-top: 4.5rem;
	}
	.bactotop {
		width: 6.875rem;
	}
	.home-logo-top {
		width: 50%;
	}
	.box-home {
		padding-right: 3.75rem;
		padding-left: 3.75rem;
		max-width: 100%;
	}
	.who-designed p,
	.copy-right p {
		font-size: 1.313rem;
	}
	.footer-inner {
		/*padding-right: 0.9375rem;
		padding-left: 0.9375rem;*/
		font-size: 1.25rem;
	}
	.right.box-home h3 {
		border-bottom: 1px solid #b5985a;
		padding-bottom: 5.625rem;
	}
	.middle.box-home h3 {
		border-bottom: 1px solid #b5985a;
		padding-bottom: 3.125rem;
	}
	.project-section {
		margin-top: 3rem;
	}
	.project-section h3 {
		font-size: 3.625rem;
		margin-bottom: 5.5rem;
	}
	.project-box {
		padding-right: 15px;
		padding-left: 15px;
	}
	.project-box h3 {
	    font-size: 1.625rem;
	    margin-top: 2.75rem;
	    line-height: 1.3;
	}
	p.location-project {
		font-size: 1.575rem;
		line-height: 2.375rem;
		margin-top: 0.3125rem;
		margin-bottom: 6.25rem;
	}
	.box-home img {
		margin-bottom: 1.563rem;
		margin-top: 6.25rem;
	}
	.mobile-menu {
		position: absolute;
		top: 0;
		right: 0.9375rem;
		z-index: 999;
	}
	.home .mobile-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.mobile-menu i,
	#exampleModal .modal-body .close i {
		color: #fff;
		font-size: 2rem;
	}
	.home-logo-top {
		z-index: 999;
	}
	#exampleModal .modal-dialog {
		width: 100%;
		height: 100%;
		min-height: 100vh;
		margin: 0;
		padding: 0;
	}
	#exampleModal .modal-content {
		height: auto;
		min-height: 100%;
		border-radius: 0;
	}
	#exampleModal .modal-body {
		background-color: #c41230;
	}
	.mobile-menu-inner {
		position: relative;
	}
	.posiiton-fix {
		position: relative;
		padding-top: 15vmax;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.mobile-menu-row {
		color: #fff;
		font-size: 3.125rem;
		margin-bottom: 3.125rem;
	}
	.about-background {
		padding-right: 2.188rem;
		padding-left: 2.188rem;
		padding-top: 2.1rem;
	}
	.about-top-content p {
		text-align: justify !important;
		font-size: 20px;
	}
	.about-top-content h3 {
		font-size: 40px;
	    margin-bottom: 20px;
	    margin-top: 0;
	}
	.about-top-content .download-goldenBtn {
	    margin-top: 3rem;
	}
	.about-top-content .download-goldenBtn a {
	    font-size: 24px;
	}
	.about-background {
		background-image: url(../avilia/images/about-us-mobile.jpg);
		min-height: 97.25rem;
	}
	.mobile-top-menu {
		/*position: absolute;
		top: 0;
		right: 0;
		left: 0;*/
		background-color: #c41230;
		z-index: 999;
	}
	.hamburger i {
		/*line-height: 5.125rem;*/
		font-size: 3rem;
		color: #fff;
		margin-left: 1.8rem;
	    margin-top: 0;
	    float: left;
	}
	.hamburger i.fa-bars:before {
		position: relative;
		top: 0.375rem;
	}
	.about-management h3 {
		border-bottom-width: 0;
		margin-top: 6.875rem;
		padding-bottom: 0;
		margin-bottom: 2.375rem;
		font-size: 3.75rem;
		line-height: 3.75rem;
	}
	.management-row {
		border-top: 1px solid #dadada;
		margin-bottom: 2.813rem;
		padding-top: 3.125rem;
		margin-right: 2.188rem;
		margin-left: 2.188rem;
	}
	.management-row .text-left {
		padding-left: 0;
	}
	.management-box {
		margin-top: 0;
		margin-right: -0.9375rem;
	}
	h4.management-name {
		font-size: 2.625rem;
		line-height: 2.625rem;
		margin-bottom: 1.25rem;
	}
	p.job-title,
	p.phone-email,
	p.email,
	p.email a {
		margin-bottom: 0;
		font-size: 1.875rem;
		line-height: 2.625rem;
	}
	p.email a {
		color: #b5985a;
		text-decoration: underline;
	}
	p.email {
		margin-top: 1.438rem;
	}
	.page-template-about-us .footer-inner,
	.footer-inner {
		margin-top: 6.25rem;
	}
	.project-top-content {
		padding: 3.25rem 0.9375rem 6.25rem;
	}
	a.allprojects {
		font-size: 1.875rem;
		line-height: 1.875rem;
		margin-left: 0;
		position: relative;
		left: 0;
	}
	a.allprojects::after {
		display: none;
	}
	a.allprojects img {
		width: 3.813rem;
	    height: 1.763rem;
		margin-right: 1.563rem;
	}
	.project-top-content h3 {
		margin-top: 0;
		font-size: 2.75rem;
		line-height: 3.75rem;
		margin-bottom: 1.688rem;
	}
	.mb-project {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
		margin-bottom: 2.188rem;
	}
	.project-line li {
		font-size: 1.75rem;
	}
	.project-line li::before {
		font-size: 3.75rem;
		position: relative;
		top: 0.5rem;
	}
	.project-link a {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
	.project-line ul {
		margin: 0 0 5rem;
	}
	.contact-section {
		margin-top: -0.625rem;
		padding-top: 9.063rem;
		padding-bottom: 10.63rem;
	}
	.contact-section h3 {
		margin: 4.063rem 0;
		font-size: 4.188rem;
	}
	p.email-link {
		margin-bottom: 0;
		font-size: 2.813rem;
		
	}
	.contact-section p,
	.contact-section a {
		font-size: 2.25rem;
		line-height: 2.813rem;
		margin-bottom: 6.25rem;
	}
	p.email-link a {
		font-size: 2.813rem;
	}
	img.header-mobile-logo {
		/*height: 8.125rem;*/
	}
	.google-map-section iframe {
		height: 31.25rem !important;
	}
	.project-enter {
		height: 6.875rem;
		width: 11.88rem;
	}
	img.project-enter {
		left: 0;
	}
	.single-projects .row.row-eq-height {

	}
	.single-projects .test-fix .col-12 {
		padding-right: 0;
		padding-left: 0;
	}
	.site-footer {
		padding-right: 8px;
		padding-left: 8px;
	}
}
@media (max-width: 376px) {
	html {
		font-size: 8px;
	}
	.management-row {
		margin-right: 0;
		margin-left: 0;
	}
	.top-image {
		padding-top: 1.813rem;
	}
	img.go-down {
		width: 65%;
		bottom: 3.438rem;
	}
}

/*
.archive-posts-top-title {
    max-width: 91.88rem;
}
.archive-posts-content {
    max-width: 91.88rem;
}

.single-post-img-top {
    max-width: 91.88rem;
}
.single-post-content {
    max-width: 91.88rem;
}
.single-post-title {
    max-width: 91.88rem;
}*/

.single-projects.postid-120 .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 91.88rem !important;
}
.single-projects.postid-53 .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 91.88rem !important;
}
.single-projects.postid-52 .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 91.88rem !important;
}
.single-projects.postid-51 .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 91.88rem !important;
}
.single-projects.postid-118 .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 91.88rem !important;
}
.single-projects.postid-57 .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 91.88rem !important;
}

.sp-slider {
	direction: ltr;
}
.sp-slider-nav {
	direction: ltr;
}
.lSSlideOuter {
	direction: ltr;
}
.lSSlideOuter .lSSlideWrapper {
	border: 1px solid #b5985a;
}
.lSSlideOuter .lSSlideWrapper ul li img {
    object-fit: cover;
	height: 400px;
	width: 100%;
}
.lSSlideOuter .lSSlideWrapper ul li {
    cursor: pointer;
}
.lSSlideOuter .lSPager.lSGallery li {
	/*margin: 0 6px;*/
	border: 1px solid #b5985a;
    border-radius: 0;
    cursor: pointer;
}
.lSSlideOuter .lSPager.lSGallery li img {
    object-fit: cover;
	height: 120px;
	width: 100%;
	border-radius: 0;
}
.color-grey {
color: #202020;
}
.fa-angle-right:before {
	font: 40px/1 'FontAwesome';
}
.fa-angle-left:before {
	font: 40px/1 'FontAwesome';
}
.project-acf-map {
    width: 100%;
	height: 400px;
	margin: 20px 0;
}
.project-acf-map img {
   max-width: inherit !important;
}
a.popup-btn i {
	color: white;
}
a.popup-btn span.popup-text {
    color: white;
}
.bottom-social-icons a, .bottom-social-icons a:visited {
    color: #fff !important;
}

.bottom-social-icons a .fa-whatsapp:before {
	font-size: 18px;
	vertical-align: middle;
}
.bottom-social-icons a .fa-phone:before {
	font-size: 18px;
	vertical-align: middle;
}
.bottom-social-icons a .fa-facebook:before {
	font-size: 18px;
	vertical-align: middle;
}
.bottom-social-icons a .fa-waze:before {
	font-size: 18px;
	vertical-align: middle;
}
.site-header {
	position: relative;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1005;
}

.header-fb {
  position: absolute;
  top: 25.6px;
  left: 56px;
  z-index: 101;
  background: #b5985a;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.header-fb .fa-facebook:before {
	font-size: 16px;
	color: #fff;
}
.blog h1.elementor-heading-title {
    font-family: 'Open Sans Hebrew', serif !important;
}
.blog .archive-posts-content h2.elementor-post__title a {
    font-family: 'Open Sans Hebrew', serif !important;
}
.blog .archive-posts-content .elementor-post__excerpt p {
    font-family: 'Open Sans Hebrew', serif !important;
}
.blog .archive-posts-content a.elementor-post__read-more p {
    font-family: 'Open Sans Hebrew', serif !important;
}
.single.single-post h1.elementor-heading-title {
    font-family: 'Open Sans Hebrew', serif !important;
}
.single.single-post .elementor-widget-container {
    font-family: 'Open Sans Hebrew', serif !important;
}
.single.single-post .elementor-widget-container p {
    font-family: 'Open Sans Hebrew', serif !important;
}
a.popup-btn {
	font-size: 22px;
	left: -47px;
	width: 142px;
	height: 48px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Open Sans Hebrew', serif !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Open Sans Hebrew', serif !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Open Sans Hebrew', serif !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Open Sans Hebrew', serif !important;
}
.elementor-form .elementor-button>span {
	font-family: 'Open Sans Hebrew', serif !important;
}
a.close-btn {
	border-radius: 100%;
}
h3.popup-headline {
    margin-bottom: 2rem;
	line-height: 1em;
	font-size: 2rem;
}
.cf-popup p {
    font-size: 1.25rem;
    color: #404040;
}
.cf-popup a {
    font-size: 1.25rem;
    color: #404040;
}
.cf-popup a:hover {
    font-size: 1.25rem;
    color: #404040;
}
.cf-popup p.email-link a {
	font-size: 1.25rem;
	color: #404040;
	text-decoration: none;
}
.cf-popup p.email-link a:hover {
	color: #404040;
}
.home .header-fb {
	top: 26px;
	left: 50px;
	right: auto;
  }
@media only screen and (max-width: 768px) {
  .header-fb {
    display:none;
  }
  .home .header-fb {
    display:none;
  }
  .home .hamburger i {
	color: #fff;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .project-top-content h3 {
	margin-top: 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .header-fb {
    right: auto;
	top: 17px;
	left: 32px;
  }
  .home .header-fb {
    top: 17px;
	left: 38px;
	right: auto;
  }
}

.dmFacebook {
	top: 56% !important;
}

.modal {
	z-index: 10050;
}
.modal-backdrop {
	z-index: 0;
}
@media (max-width: 376px) {
  .about-background {
	min-height: 130.25rem;
  }
}
.lSAction > a {
    background-color: rgba(0,0,0,0.6);
    border-radius: 100%;
}
@media (max-width: 767px) {
.lSSlideOuter .lSSlideWrapper ul li img {
    object-fit: cover;
	height: 220px;
	width: 100%;
}
.lSSlideOuter .lSPager.lSGallery li img {
    object-fit: cover;
	height: 65px;
	width: 100%;
	border-radius: 0;
}

}
.popup-btn {
	display: none !important;
}
#lang_switcher {
	display: flex;
	/* flex-direction: row-reverse; */
	justify-content: space-between;
}
.lang__item {
	color: #000;
	padding: 0 1.3rem;
	text-decoration: none;
	text-transform: capitalize;
	/* display; */
}
.lang__item-color {
	color: #fff !important;
}
.lang__item:hover {
	color: #b5985a !important;
	text-decoration: none;
}
.lang__item:visited {
	color: #000;
}
#header_modal_btn {
	position: fixed;
	top: 50%;
	left: 0;
	/* transform-origin: 100% 100% 0; */
	/* transform: rotateX(50deg); */
	background: #b5985a;
	color: #fff;
	white-space: nowrap;
	min-height: 50px;
	display: inline-flex;
	min-width: 150px;
	padding: 0 15px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 30;
	cursor: pointer;
	transform: rotate(-90deg);
    transform-origin: left top 0;
}
/* #header_modal_btn::after {
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	background: url('') center no-repeat;
	background-size: contain;
	content: '';
} */
#contactUsModal {
	z-index: 9999;
}
#contactUsModal .modal-content {
	background: #dedede;
	padding: 0 30px;
}
#contactUsModal .modal-header {
	border: none;
	font-size: 20px;
}
#contactUsModal .modal-body {
	border: none;
}
.contact-info-modal {
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #000
}
.contact-info-modal a {
	color: #000;
	text-decoration: none;
}
.contact-modal__img {
	text-align: center;
	margin-bottom: 10px;
}
.modal_input input {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	padding: 5px 10px;
	outline: none;
}
.modal_input textarea {
	width: 100%;
	background: none;
	border: none;
	padding: 5px 10px;
	outline: none;
	resize: none;
}
.modal_input {
	min-height: 40px;
	border-radius: 12px;
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	background: #fff;
}
/* .modal_button {
	margin-bottom: 15px; */
/* } */
.modal_btn {
	min-height: 45px;
	width: 100%;
	background: #c41230 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	border-radius: 12px;
	color: #fff !important;
	font-size: 22px !important;
	padding: 0 10px;
	outline: none !important;
	border: none !important;
}
.modal_btn:hover {
	color: #c41230 !important;
	background: #fff !important;
}
.contact-modal__social {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.contact-modal__item {
	/* width: 40px; */
	/* height: 40px; */
	max-width: 40px;
	margin: 0 10px;
}
.contact-modal__item i {
	font-size: 40px;
}
.contact-modal__social {
	margin-bottom: 20px;
}
#page {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	min-height: 100vh;
	overflow: hidden;
}
#content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}
.about-background {
	height: unset !important;
}
.nav__wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 0 25px;
	/* justify-content: ; */
}
.nav__wrapper-bg {
	background: #c41230;
}
#site-navigation {
	width: unset !important;
	float: unset !important;
	padding: 0 !important;
	margin: 0 !important;
	flex-grow: 1 !important;
}
.nav__wrapper-en {
	flex-direction: row;
}
@media screen and (max-width: 767px) {
	.nav__wrapper {
		justify-content: center;
	}
	#lang_switcher {
		margin-top: 5px;
	}
}
#masthead {
	background: #fff;
}