/*!
Theme Name: assafitzhaki
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: assafitzhaki
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.

assafitzhaki 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 {
	-webkit-box-sizing: content-box;
	        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 */
	-webkit-text-decoration: underline dotted;
	        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: Rubik; /* 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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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: Rubik;
	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 {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	padding-bottom: 180px;
	/* 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;
    background-color: rgba(65, 65, 65, 1);
    font: normal normal normal 24px/1.4em alef-regular,sans-serif;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: 0;
    max-width: 35%;
    border-radius: 8px;
    padding: 5px;
    float: left;
}

button {
	cursor: pointer;
}
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 {
    font: normal normal normal 24px/1.4em Rubik;
    background-color: rgba(65, 65, 65, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px solid rgba(0, 46, 93, 1);
    color: #FFFFFF;
    margin: 0 0 5px;
    width: 100%;
    padding-right: 15px;border-radius: 8px;
    padding: 5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
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: #fff;
}

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;
}

.aherfMapPage a {
    font-size: 20px;
    color: white;
    text-decoration: unset;
    font-weight: 500;
}
.aherfMapPage a:hover {
	color: #f0b000;
}
.aherfMapPage p {
    font-size: 20px;
    margin-bottom: 5px !important;
}
.aherfMapPage {
    font-size: 20px !important;
}
.aherfMapPage ul {
    padding-right: 20px;
}
/*--------------------------------------------------------------
## 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 {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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: right;
    position: relative;
    padding: 0 2px;
}

.main-navigation a {
	display: block;
    text-decoration: none;
    padding: 0 10px;
    color: #FFFFFF;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    font-size: 20px;
}
.main-navigation a:hover {
	color: #f0b000;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
.main-navigation ul {
    display: block;
    float: right;
    padding: 0;
}
}

.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);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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%;
	    border: none;
}

/* 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;
}
#controls i {
    cursor: pointer;
    font-size: 36px;
    margin: 0 5px;
    color: #fff;
}
div#controls {
    position: absolute;
    left: 20px;
    bottom: 150px;
}
i#btnMute {
    display: none;
}
.home-buttons {
    position: relative;
}
.main-slider {
    height: 100vh;
    overflow: hidden;
}
.main-slider video{
  position: relative;
  width: 100%;
}

.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.slick-slide, .slick-list {
  position: relative;
}
.home .slick-slide, .home .slick-list {
  height: 100vh;
}
.slick-slide::before {
content: "";
    background-color: #000;
    opacity: .3;
    z-index: 1;
}
.slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
  iframe {
    position: relative;
    width: 100%;
    /*pointer-events: none;*/
  }
  figure {
    position: relative;
    height: 100%;
  }
  .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
  }
  .slick-active {
    z-index: 1;
  }
  .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.container {
	max-width: 980px;
	    margin: 0 auto;
}
footer#colophon {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(24, 24, 24, 1);
        z-index: 9;
}
footer#colophon svg {
fill-opacity: 1;
    stroke-width: 0;
    stroke: rgb(102, 98, 119);
    stroke-opacity: 1;
    fill: rgb(219, 219, 219);
    -webkit-transform: rotate(270deg) translateZ(0px);
            transform: rotate(270deg) translateZ(0px);
    width: 40px;
}
footer#colophon .site-info.container > div {
	display: inline-block;
	vertical-align: middle;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
body {
	background-color: #000;
background-size: cover;
}
h1, h2, h3 {
	margin: 0;
	line-height: 1.2;
}
h1 {
    font-size: 4.6875vw;
}
h2 {
    font-size: 34px;
    font-weight: 400;
}
p {
	font-size: 20px;
}
/*Anton*/
.event-row .date-column a span {
    color: #404040 !important;
    text-decoration: none !important;
}

.event-row .date-column a  {
    color: #404040 !important;
    text-decoration: none !important;
}


.event-row .place-column a span {
    color: #404040 !important;
    text-decoration: none !important;
}

.event-row .place-column a  {
    color: #404040 !important;
    text-decoration: none !important;
}

/*Anton*/
.button-column {position: relative;}
.button-column .sale {
	position: absolute;
	left: -45px;
	width: 70px;
	height: 70px;
	background: #ee7779;
	border-radius: 50%;
	top: -15px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 1.2;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-light, .text-light p, .text-light h1, .text-light h2 {
	color: #fff;
	margin-bottom: 0;
}
.content-area.content-contact {
    max-width: 835px;
    margin: 0 auto;
}
.content-area.content-contact h1 {
    margin-bottom: 30px;
}
.content-area.content-contact p {
	font-size: 27px;
	margin-top: 0;
}
.content-area.content-contact p a {
	color: #fff;
}
.content-area.content-contact p:last-child {
	margin-top: 20px;
}
.content-area.content-contact .alignleft {
    margin-top: -25px;
}
.content-area.content-contact form.wpcf7-form {
    margin-top: 10px;
        margin-bottom: 40px;
}
.columns2 {
	-webkit-columns: 2;
	        columns: 2;
	margin-top: 30px;
}
.columns2 .alignright {
    /*margin-top: 15px;*/
    margin-left: 0;
}
.video-item-thumb {
	cursor: pointer;
}
.line-slider {
	text-align: center;
}
.row.content-line {
	overflow: hidden;
    background: rgba(255,255,255,0.72);
    max-width: 95%;
    margin: 0 auto;
        padding: 30px;
}
.content-line .col-width-45 {
    width: 50%;
}
.content-line ul.about-gallery.slick-slider {
	margin-top: 20px;
}
.content-area.text-dark p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5

}
.events-block {
	position: relative;
}
.row-child {
    clear: both;
    height: 100%;
}
.row-child:before, .row-child:after {
    clear: both;
        display: block;
    content: "";
}
.events-block--dropdown {
    color: #000;
}
.events-block--button {
	text-align: center;
}
.events-block--dropdown .event-row > div {
    padding: 0px 0;
    border: none;
}
.events-block--dropdown .event-row {
        margin-bottom: 5px;
    -webkit-box-shadow: 0px 9px 9.1px 3.9px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 9px 9.1px 3.9px rgba(0, 0, 0, 0.18);
    padding: 7px 0;
}
.events-block--dropdown span {
    font-size: 14px;
    font-weight: 400;
}
.events-block--dropdown .button-column a {
    color: #fff;
    text-decoration: none;
    padding: 0px 12px 1px;
    border: 2px solid #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.28);
            box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.28);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #c2232d;
    border: none;
}
.content-area.text-dark p strong {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.event-row {
    background: #fff;
    margin-bottom: 16px;
    transition: all ease-out 0.15s;
}
.event-row:hover {
    transform: scale(1.1);
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all ease-out 0.25s;
}
.event-row > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0 5px;
    border-left: 1px solid;
}
.event-row > div:last-child {
	border:none;
}
.date-column {
    width: 20%;
}
.button-column {
	width: 32%;
}
.place-column {
	width: calc(100% - 53% - 9px);
}
.event-row span {
	display: block;
	    line-height: 1.25;
}
.r1 {
    font-size: 2vw;
    font-weight: 700;
}
.r2 {
    font-size: 1.5vw;
}
.r3 {
    font-size: 1.5vw;
    font-weight: 700;
}
.button-column a {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border: 2px solid #fff;
    font-size: 28px;
    -webkit-box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.28);
            box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.28);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}
.button-column a:hover {
-webkit-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.28);
        box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.28);
}
a.top_logo {
    position: absolute;
    left: 60px;
    top: 30px;
}
	.col-width {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
@media (min-width: 768px) {
	.col-width-50 {
		width: 50%;
		float: left;
	}
	.col-width-45 {
		width: 45%;
		float: right;
	}
}
.slick-prev {
	display: inline-block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid rgba(255,255,255,0.66);
    background: transparent;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -50px;
    border-left: none;
}
.slick-next {
	display: inline-block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid rgba(255,255,255,0.66);
    background: transparent;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -50px;
    border-right: none;
}
ul.about-gallery.slick-slider {
    padding: 0;
    margin: 0;
}
.title-container {
	margin-bottom: 40px;
}
button.slick-prev:hover, button.slick-prev:active, button.slick-prev:focus {
    background: transparent!important;
}
button.slick-prev, button.slick-next {
	outline: none;
}
.about-area p {
font-size: 20px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}

.home .content-center {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 0 20px;
}
.home .content-center h1 {
	font-size: 27px;
	font-weight: 400;
	text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}
.home .content-center h2 {
	font-size: 22px;
	font-weight: 400;
		text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;

}
.home .content-center p {
	font-size: 18px;
}
.home .content-center .home-buttons a {
    color: #fff;
    border: 1px solid;
    /* padding: 8px 25px; */
    font-size: 22px;
    font-weight: 700;
    width: 227px;
    display: block;
    margin: 25px auto 0;
    line-height: 45px;
    text-decoration: none;
}
.home .content-center {
	max-width: 450px;
	margin: 0 auto;
}
body.home {
    padding-bottom: 0;
}
section.main-slider_mobile {
    height: 100vh;
    background-size: cover;
}
.social-media ul {
	    margin: 0;
    padding: 0;
}
.social-media li {
    display: inline-block;
    margin: 0 11px;
    font-size: 28px;
}
.social-media li a {
    color: #fff;
        -webkit-transition: color 0.4s ease 0s;
        -o-transition: color 0.4s ease 0s;
        transition: color 0.4s ease 0s;
}
.social-media li a:hover {
	color: #f0b000;
}
.text-light.content-area h1, .text-light.content-area h2 {
    text-align: center;
}
.grid-item { margin-bottom: 10px; }
/*
section#photos {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 10px;
        margin-top: 80px;
}*/
.post-tags {
    text-align: center;
    margin-bottom: 20px;
}
.post-tags a {
    font-size: 27px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 25px;
    margin: 0 5px;
}
.post-tags a.active, .post-tags a:hover {
	background-color: #fff;
	color: #000;
}
.video-desc {
	text-align: center;
	margin:10px 0;
}
.video-desc p {
	margin-top: 0;
}
div#video_description_block {
    text-align: center;
}
.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.cbp-lightbox img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.cbp-caption-activeWrap {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
        opacity: 0;
    top: 0;
    background-color: rgba(0,0,0,0.9);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.grid {
    padding: 1px 0px;
}
.grid-item {
    background-color: white;
    float: left;
    cursor: default;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
    .dbl-height {
        padding-bottom: calc(((100% - 2px)/4)*2);
    }
        .right-one {
            padding-bottom: calc((((100% - 2px)/4)*2) - 1px);
        }
    .dbl-width {
        width: calc(((100% - 2px)/4)*2);
    }

    .mrg-on-left {
        margin-left: 1px;
    }
    .mrg-on-top {
        margin-top: 1px;
    }
    .middle-one {
        padding-bottom: calc(((100% - 2px)/4) - 1px);
    }
    .pull-up-one {
        margin-top: calc(((100% - 2px)/(-4)));
    }
    .bot-one {
        padding-bottom: calc(((100% - 2px)/4) - 1px);
    }
    .bot-one:nth-last-child(2) {
        margin-bottom: 2px;
    }
    section#photos {
    margin-top: 90px;
}
.banner {
	margin-top: 25px;
	text-align: center;
}
.menu-toggle {
	display: none;
}
.video-slider button{
opacity: 0;
}
.video-slider:hover button{
opacity: 1;
}
.wpsm-show a, .wpsm-show:active, .wpsm-show:visited {
   cursor: pointer;
   /*text-decoration: none;*/
   /*font-size: 100%;*/
}
.wpsm-show {
   cursor: pointer;
   text-decoration: underline;
}
.wpsm-hide a, .wpsm-hide:active, .wpsm-hide:visited {
   cursor: pointer;
   text-decoration: none;
}
.wpsm-hide {
   cursor: pointer;
   text-decoration: underline;
}
.wpsm-content-hide {
  display: none;
}
.albom-row {
    margin: 80px 0 0;
    text-align: center;
}
.albom-row h3 {
  color: #fff;
  text-align: center;
  font-size: 4.6875vw;
}
.albom-block {
    /* float: right; */
    display: inline-block;
        margin: 15px 15px;
}
.albom-block h4 {
    font-size: 27px;
    margin: 0;
    color: #fff;
}
.fixed-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    background: rgba(24, 24, 24, 1);
    text-align: center;
}
.fixed-mobile a {
	color:#fff;
	text-decoration: underline;
}
.bottom-text {
        background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 10px 15px;
}
.bottom-text p {
    margin: 0;
    font-size: 22px;
}
.bottom-text a {
	color: #fff;
}
.title-container h1 {
	margin-top: 35px;
}
.col-width.col-width-50.line-slider img {
    zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: center top;
    -o-transform: scale(0.9);
    -o-transform-origin: center top;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: center top;
    transform: scale(0.9);
    transform-origin: center top;
        margin: 0 auto;
}
.page-template-page-line-php .content-area.text-dark p {
	line-height: 1.35;
}
.page-template-page-line-php .banner {
    margin-top: 0px;
}
.page-template-page-line-php .title-container {
    margin-bottom: 20px;
}
.content-contact {
	padding-top: 35px;
}
@media (max-width: 1680px) and (min-width: 768px) {
.home .content-center {
    max-width: 450px;
    margin: 0 auto;
    zoom: 0.9;
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform-origin: center top;
    -o-transform: translate(-50%, -50%) scale(0.9);
    -o-transform-origin: center top;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -webkit-transform-origin: center top;
    transform: translate(-50%, -50%) scale(0.9);
    transform-origin: center top;
}

}
.to-top {display: none;}
.to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9;
    font-size: 36px;
    color: rgba(255,255,255,0.8);
}
.page-template-page-events .to-top.to-top-showed {
	display: block;
}
.page-template-page-events .to-top {
    bottom: 15%;
    right: 5%;
}
.page-template-page-events .bottom-text li {
    list-style: none;
}
@media (max-width: 768px) {

.to-top.to-top-showed {
	display: block;
}
	a.home_logo {
    max-width: 50%;
    display: block;
    margin: 60px auto 0;

}
.page-template-page-events .main-content {
	padding-bottom: 60px;
	    margin: 0 20px;
}
section.main-slider_mobile {
    background-size: contain;
}
footer#colophon {
    position: absolute;
    top: 0;
    bottom: auto;
    padding: 10px 0;
}
footer#colophon .site-info.container > div.logo, footer svg {
	display: none;
}
footer#colophon .social-media {
    float: left;
}
.home .content-center h2 {display: none;}
.home .content-center {
    width: 90%;
}
.home .content-center .home-buttons a {
    font-size: 20px;
    width: 183px;
    margin: 10px auto 0;
    line-height: 40px;
}
.buttons_bottom a {
    color: #fff;
    border: 1px solid;
    /* padding: 8px 25px; */
    font-size: 20px;
    font-weight: 700;
    width: 49%;
    display: inline-block;
    margin: 0 -2px 0;
    line-height: 45px;
    text-decoration: none;
}
.menu-toggle {
	display: block;
    text-align: left;
    float: right;
    padding: 20px 0;
    cursor: pointer;
    width: 25px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
      background: none;
    border: none;
        margin-top: -3px;


}
.menu-toggle span {
    background: #fff;
      display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;


}
.menu-toggle span:nth-child(1) {
  top: 15px;
}

.menu-toggle span:nth-child(2),.menu-toggle span:nth-child(3) {
  top: 21px;
}

.menu-toggle span:nth-child(4) {
  top: 27px;
}

.menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.main-navigation.open ul {
	display: block;
}
.main-navigation ul {

    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    padding: 0;
    top: 60px;
    width: 100%;
    padding: 0 17px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.main-navigation li {
    float: right;
    position: relative;
    padding: 0px 0px;
    width: 100%;
    /* color: rgba(24, 24, 24, 1); */
    background: rgba(255,255,255,0.9);
    /* margin-bottom: 5px; */
    opacity: 0.95;
    height: 48px;
    line-height: 48px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(24, 24, 24, 1);
    cursor: pointer;
    position: relative;
    color: rgba(24, 24, 24, 1);
}
.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0 10px;
    color: #FFFFFF;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    padding: 0 17px;
    color: rgba(24, 24, 24, 1);
}
.main-navigation li.current-menu-item a {
	background-color: rgba(240, 176, 0, 1);
}
a.top_logo {
	display: none;
}
body {
    padding-top: 70px;
        padding-bottom: 30px;
}
body.page-template-page-events {
	padding-bottom: 60px;
}
h1, .content-area.content-contact h1, .albom-row h3 {
    font-size: 7vw;
}
h2 {
    font-size: 5vw;
}
.button-column a {
    padding: 10px 15px;
    font-size: 18px;
}
.event-row {
    margin-bottom: 10px;
}
p {
    font-size: 16px;
}
.r1 {
    font-size: 5vw;
}
.r2 {
    font-size: 2.5vw;
}
.r3 {
    font-size: 2.5vw;
}
.event-row > div {
    padding: 2px 0 5px;
}
.title-container {
    margin-bottom: 15px;
}
.row.content-line {
    padding: 20px 10px;
}
.logo-line_mobile {
	display: block;
	margin:0 auto;
}
.content-line .col-width-45, .content-line .col-width-50 {
    width: 100%;
}
.post-tags a {
    font-size: 18px;
}
.video-slider iframe {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: block;
    max-height: 200px;
}
.slick-next {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid rgba(255,255,255,0.66);
    margin-top: -25px;
}
.slick-prev {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 15px solid rgba(255,255,255,0.66);
    margin-top: -25px;
}
section#photos {
    margin-top: 30px;
}
.content-area.about-area.row {
    margin: 0 auto;
}
.about-area p {
    font-size: 16px;
    margin-bottom: 15px;
}
.content-area.content-contact h1 {
	margin-bottom: 0;
}
.content-area.content-contact p {
    font-size: 20px;
}
.content-area.content-contact {
    max-width: 90%;
}
.content-area.content-contact p a:last-child {
	display: block;
}
.content-area.content-contact .alignleft {

    display: block;
    float: right;
    clear: both;
    margin: 0;
    margin-top: 10px;
}
section.main-slider_mobile:before {
	content: "";
	position: absolute;
	top:0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.3);
}
.albom-block h4 {
    font-size: 20px;
}
.columns2 {
	-webkit-columns: 1;
	        columns: 1;
}
}
@media (max-width: 460px) {
.button-column a {
    padding: 8px 5px;
    font-size: 12px;
}
.r1 {
    font-size: 4vw;
}
.r2 {
    font-size: 3vw;
}
.r3 {
    font-size: 3.5vw;
}
.button-column .sale {
    position: absolute;
    left: 90%;
    width: 30px;
    height: 30px;
    background: #ee7779;
    border-radius: 50%;
    top: -1px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 30px;
    font-size: 10px;
}
.text-contact {
    background: rgba(0,0,0,0.5);
    padding: 0 20px;
}

}
.wpcf7 input {
    color: #fff;
}
div.wpcf7-mail-sent-ok {
    border: none;
    margin: 0;
    color: #f0b000;
    font-size: 20px;
}
.home .content-center .home-buttons a {
	transition: all 0.4s ease;
}
.home .content-center .home-buttons a:hover {
    background: #fff;
    color: #000;
}


/*//////////// --NEW HP 06/2022-- /////////////*/
@font-face {
	font-family: Danidin-Bold;
	src: url(/wp-content/themes/assafitzhaki/Fonts/Danidin-Bold.otf);
	font-weight: bold;
}
@font-face {
	font-family: Mandatory-17;
	src: url(/wp-content/themes/assafitzhaki/Fonts/Mandatory-17.otf);
	font-weight: normal;
}
@font-face {
	font-family: Mandatory-18;
	src: url(/wp-content/themes/assafitzhaki/Fonts/Mandatory-18.otf);
	font-weight: normal;
}
@font-face {
	font-family: Mandatory-29;
	src: url(/wp-content/themes/assafitzhaki/Fonts/Mandatory-29.otf);
	font-weight: normal;
}
@font-face {
	font-family: Mandatory-47;
	src: url(/wp-content/themes/assafitzhaki/Fonts/Mandatory-47.otf);
	font-weight: normal;
}
body.page-id-2597{
	padding: 0;
}
body.page-id-2597 .top_logo{
	display: none;
}
body.page-id-2597{
	background-image: none !important;
}

.site-info.container {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.hp-main-sec{*/
/*	height: calc(100vh - 70px);*/
/*}*/

.elementor-element.elementor-element-6a6f2dc.face-logo.elementor-widget.elementor-widget-image {
	margin-top: 18vh;
	/*margin-left: 58px;*/
	/*width: 40vh;*/
}
#hp-vid-box{
	display: none;
}
#hp-vid-box .eicon-play:before {
	content: url(/wp-content/uploads/2022/06/ASAF-WEB-06.png);
}

#img-box{
	margin-top: 18vh;
	display: flex;
	justify-content: flex-end;
}
div#img-cont {
	width: 482px;
	width: 482px;
	height: 1003px;
	padding: 625px 50px 163px;
	background-repeat: no-repeat;
}
.elementor-element.elementor-element-c683891.hp-title-1.elementor-widget.elementor-widget-image {
	margin-right: -148px;
}

.hp-title-2{
	transform: skew(0deg, 16deg);
	margin-top: -130px;
	margin-right: 8px;
}
.hp-title-2 h1.elementor-heading-title.elementor-size-default{
	font-family: Mandatory-17;
	font-size: 37px;
	font-weight: 400;
}

.hp-title-3{
	transform: skew(0deg, 16deg);
	margin-top: -90px;
	margin-right: 8px;
}
.hp-title-3 h2.elementor-heading-title.elementor-size-default{
	font-family: Mandatory-29;
	font-size: 37px;
	font-weight: 400;
	letter-spacing: 1.3px;
}
.hp-title-name{
	transform: skew(0deg, 16deg);
	margin-top: -50px;
	margin-right: 8px;
}
.hp-title-name h2.elementor-heading-title.elementor-size-default{
	font-family: Mandatory-29;
	font-size: 150px;
	font-weight: 400;
	letter-spacing: 1.3px;
}
.hp-order-title{
	transform: skew(0deg, 16deg);
	margin-top: 20px;
	margin-right: 8px;
}
.hp-order-title h3.elementor-heading-title.elementor-size-default{
	font-family: Mandatory-17;
	font-size: 36px;
	font-weight: 400;
}

.hp-order-text{
	transform: skew(0deg, 16deg);
	margin-top: 8px;
	margin-right: 8px;
}
.hp-order-text p{
	line-height: 1.3;
	font-family: Mandatory-18;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 1.2px;
}
.hp-order-phone{
	transform: skew(0deg, 16deg);
	margin-top: -12px;
	margin-right: 8px;
}
.hp-order-phone h3.elementor-heading-title.elementor-size-default{
	font-family: Mandatory-47;
	font-size: 117px;
	font-weight: 400;
	margin: 0;
}
.hp-about-text{
	transform: skew(0deg, 16deg);
	margin-top: 60px;
	margin-right: 8px;
}
.hp-about-text p{
	font-family: Danidin-Bold;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	line-height: 1.3;
}
@media (min-width: 768px) {
	.elementor-2597 .elementor-element.elementor-element-57d3c58 {
		height: 1300px;
	}
}