/*

	Theme Name: Anova

	Theme URI: https://www.anova.co.il

	Description: HTML5 Blank WordPress Theme

	Version: 1.4.3

	Author: Anova

	Author URI: https://www.anova.co.il

	Tags: Blank, HTML5, CSS3



	License: MIT

	License URI: http://opensource.org/licenses/mit-license.php

*/



/*------------------------------------*\

    MAIN

\*------------------------------------*/



/* global box-sizing */

*,

*:after,

*:before {

	-moz-box-sizing:border-box;

	box-sizing:border-box;

	-webkit-font-smoothing:antialiased;

	font-smoothing:antialiased;

	text-rendering:optimizeLegibility;

}

/* html element 62.5% font-size for REM use */

html {

	font-size:62.5%;

}

/* clear */

.clear:before,

.clear:after {

    content:' ';

    display:table;

}



.clear:after {

    clear:both;

}

.clear {

    *zoom:1;

}

img {

	max-width:100%;

	vertical-align:bottom;

}

a {

	color:#444;

	text-decoration:none;

}
a:focus {

	outline:0;

}

a:hover,

a:active {

	outline:0;

}

input:focus {

	outline:0;

	border:1px solid #04A4CC;

}

/*------------------------------------*\

    MISC

\*------------------------------------*/



::selection {

	background:#04A4CC;

	color:#FFF;

	text-shadow:none;

}

::-webkit-selection {

	background:#04A4CC;

	color:#FFF;

	text-shadow:none;

}

::-moz-selection {

	background:#04A4CC;

	color:#FFF;

	text-shadow:none;

}



/*------------------------------------*\

    WORDPRESS CORE

\*------------------------------------*/



.alignnone {

	margin:5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

	display:block;

	margin:5px auto 5px auto;

}

.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.alignright {

	float:right;

	margin:5px 0 20px 20px;

}

a img.alignnone {

	margin:5px 20px 20px 0;

}

a img.alignleft {

	float:left;

	margin:5px 20px 20px 0;

}

a img.aligncenter {

	display:block;

	margin-left:auto;

	margin-right:auto;

}

.wp-caption {

	background:#FFF;

	border:1px solid #F0F0F0;

	max-width:96%;

	padding:5px 3px 10px;

	text-align:center;

}

.wp-caption.alignnone {

	margin:5px 20px 20px 0;

}

.wp-caption.alignleft {

	margin:5px 20px 20px 0;

}

.wp-caption.alignright {

	margin:5px 0 20px 20px;

}

.wp-caption img {

	border:0 none;

	height:auto;

	margin:0;

	max-width:98.5%;

	padding:0;

	width:auto;

}

.wp-caption .wp-caption-text,

.gallery-caption {

	font-size:11px;

	line-height:17px;

	margin:0;

	padding:0 4px 5px;

}

/*------------------------------------*\

    PRINT

\*------------------------------------*/



@media print {

	* {

		background:transparent !important;

		color:#000 !important;

		box-shadow:none !important;

		text-shadow:none !important;

	}

	a,

	a:visited {

		text-decoration:underline;

	}

	a[href]:after {

		content:" (" attr(href) ")";

	}

	abbr[title]:after {

		content:" (" attr(title) ")";

	}

	.ir a:after,

	a[href^="javascript:"]:after,

	a[href^="#"]:after {

		content:"";

	}

	pre,blockquote {

		border:1px solid #999;

		page-break-inside:avoid;

	}

	thead {

		display:table-header-group;

	}

	tr,img {

		page-break-inside:avoid;

	}

	img {

		max-width:100% !important;

	}

	@page {

		margin:0.5cm;

	}

	p,

	h2,

	h3 {

		orphans:3;

		widows:3;

	}

	h2,

	h3 {

		page-break-after:avoid;

	}

}


@media screen and (max-width:1690px) {
.inner-banner {
    min-height: 600px;
}
}
@media screen and (max-width:1369px) {
.inner-banner {
    min-height: 600px;
}
}
@media screen and (max-width:1200px) {
.item-blog.right{
	width: 66%;
}
.item-blog.left{
	width: 33%;
}
.item-blog-two {
    gap: 0;
    justify-content: space-between;
}
.img-apartment{
	width: 50%;
}
.list-apartment{
	width:48%;
}
.item-blog.blog-755 {
    min-width: inherit;
}
.item-blog.blog-355 {
    min-width: inherit;
}
}
@media screen and (max-width:990px) {
.box-info h4 {
    margin: 2px 0 0;
    font-size: 20px;
}
.box-info span {
    font-size: 18px;
}
.content-sg p {
    font-size: 18px;
    line-height: 29px;
}
}
@media screen and (max-width:800px) {
.top-title h1 span {
    font-size: 35px;
}
.top-title h1 {
    font-size: 26px;
    line-height: 36px;
}
.main-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9;
    width: 100%;
}
.top-main-navigation {
    display: block;
}
.main-navigation ul li {
    background: #262626;
    display:block;
    width: 100%;
    margin-left: 0;
    line-height: 35px;
    padding: 0;
    margin: 0;
    border-left: 0;
}
.main-navigation ul li a {
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}
.main-navigation ul li.current-menu-item a {
    border-bottom: 1px solid  #fff;
}
.main-navigation ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    padding: 0;
}
.main-navigation ul ul li {
    background: #38bfbf;
}
.main-navigation >ul> li:hover >a {
    color: #fff;
}
.main-header .main-navigation ul li.hide-page{
    display: block;
}
.open-menu-mobile{
    display: block;
}
}
@media screen and (max-width:767px) {
.menu-tab  li {
    margin: 6px 0;
}
/*.menu-tab  li a {
    font-size: 18px;
    line-height: 20px;
    padding-right: 35px;
    //background: url(img/tab.png) no-repeat 100% center;
    height: 45px;
    padding-top: 2px;
}*/
/*.menu-tab  li.active a {
    padding-right: 57px;
    background: url(img/active.png) no-repeat 100% center;
}*/
.menu-tab li a {
    background: none;
    text-align: center;
    padding-top: 25px;
    padding-right: 0;
}
.menu-tab li a br {
	display: none;
}
.content-order {
    margin-top: 22px;
}
.menu-tab li span {
    top: 0;
    position: inherit;
    display: inline-block;
    vertical-align: middle;
}
.img-apartment{
	width: 100%;
	text-align: center;
}
.inner-apartment {
    display: block;
}
.list-apartment{
	width:100%;
	margin-top: 30px;
}
.info-project {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box-info {
    width: 31%;
}
.inner-banner:before {
    width: 80px;
    height: 45px;
    top: -19px;
}
.inner-banner:after {
    width: 80px;
    height: 45px;
    bottom: -18px;
}

.image-suport:before {
    width: 80px;
    height: 45px;
    top: -19px;
}
.image-suport:after {
    width: 80px;
    height: 45px;
    bottom: -18px;
}

.img-tab:before {
    width: 80px;
    height: 45px;
    top: -19px;
}
.img-tab:after {
    width: 80px;
    height: 45px;
    bottom: -18px;
}

.right-about:before {
    width: 80px;
    height: 45px;
    top: -19px;
}
.right-about:after {
    width: 80px;
    height: 45px;
    bottom: -18px;
}
.right-about {
    width: 100%;
    text-align: center;
}
.left-about {
    width: 100%;
    margin-top: 30px;
}
.founder .left-about {
    width: 100%;
}
.what-we-do .left-about {
    width: 100%;
}
.join-us p {
    font-size: 18px;
    line-height: 25px;
}
h2.title {
    font-size: 30px;
}
h1.title {
    font-size: 35px;
}
.founder .right-about {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.item-blog-two {
	flex-wrap:wrap;
}
.item-blog.right,
.item-blog.left {
    width: 100%;
}
.item-blog img {
    width: 100%;
}
.banner .container {
    padding: 0;
}
.image-ab {
    width: 100%;
    text-align: center;
}
.content-ab {
    width: 100%;
    margin-top: 40px;
}
.tab-order {
    display: block;
}
.menu-tab {
    width: 100%;
}
.content-order {
    width: 100%;
    margin-top: 25px;
}
.content-tab h3 {
    text-align: center;
}
.logo-footer, .info-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.social {
    width: 100%;
    text-align: center;
}
.social ul li {
    margin: 0 10px;
}
.social ul li img {
	max-width: 50px;
}
.image-suport {
    width: 70%;
    margin:0 auto;
}
.content-suport {
    width: 100%;
    margin-top: 30px;
}
.content-sg {
    padding: 0;
}
.item-blog .status {
    width: 70px;
    height: 70px;
}
.item-blog .status span {
    font-size: 14px;
    padding-top: 0;
    line-height: 14px;
    padding-right: 34px;
}
}
@media screen and (max-width:540px) {
.form-footer input[type=text], .form-footer input[type=tel], .form-footer input[type=email] {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
.form-footer input[type=submit] {
    width: 100%;
}
.title-blog a {
    font-size: 16px;
}
.list-apartment ul li a {
    font-size: 18px;
}
.form-footer .wpcf7-not-valid-tip {
    bottom: 0;
    right: inherit;
    left: 5px;
}
}
@media screen and (max-width:490px) {
.form-footer h2 {
    font-size: 30px;
}
.box-info {
    width: 48%;
}
}
@media screen and (max-width:420px) {
.image-suport {
    width: 100%;
}
}
@media screen and (max-width:370px) {

}