/*
Theme Name: Weesh Theme-11v2
Theme URI: http://weesh.co.il
Description: Child Theme of Weesh
Version:1
Author: chen cohen
Author URI: http://ocw.co.il
Template: grandweesh
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

html {
	font-family: 'Alex', sans-serif;
	font-size: 17px;
}

body {
	font-family: 'Alex', sans-serif;
	background: #fff;
	color: #000 !important;
	font-size: 17px;
}

body > * {
	font-family: 'Alex', sans-serif;
}

body.second_color_back.boxed {
	background: #fff;
}

.boxed .footer_wraapper {
	max-width: 100%;
}

a, input, button {
	font-family: 'Alex', sans-serif;
	transition: .2s ease;
}

h1 {
	color: #ed3f27;
	font-size: 79px;
	font-weight: 400;
	line-height: 1.1;
}

h2 {
	position: relative;
	color: #ed3f27;
	font-size: 43px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 40px;
}

h3 {
	font-size: 28px;
	color: inherit;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	color: inherit;
}

.header {
	position: relative;
	background-color: #fff;
	z-index: 3;
}

.header-navbar {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 994px;
	padding: 0 15px;
	margin: 0 auto;
}

.navbar-logo {
	position: relative;
	display: block;
	align-self: stretch;
	width: 90px;
	height: auto;
}

.navbar-logo a,
.navbar-logo div {
	display: block;
	height: auto;
	z-index: 3;
}

.navbar-logo img {
	display: block;
	border-radius: 5px;
	width: 100%;
}

.navbar-toggle .icon-bar {
	background: #000;
}

.collapse.navbar-collapse.navbar-responsive-collapse {
	flex-grow: 1;
	max-width: 600px;
}

@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: flex !important;
	}
}

header .nav {
	display: flex;
	flex-grow: 1;
	justify-content: space-around;
	padding: 10px 0;
}

header .nav li {
	flex-grow: 1;
	text-align: center;
	margin: 0 8px;
}

header .nav li a {
	position: relative;
	display: block;
	color: #262626;
	font-size: 18px;
	font-weight: normal;
	padding: 4px 12px;
}

header .nav > li > a {
	margin: 0 5px;
}

header .nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #ed3f27 !important;
}

.header-phone a {
	position: relative;
	display: block;
	color: #373737;
	font-size: 25px;
	font-weight: 400;
	padding-left: 32px;
}

.header-phone a:hover {
	color: #ed3f27;
}

.header-phone a:before {
	position: absolute;
	display: block;
	content: "\f095";
	font-family: 'FontAwesome';
	color: #ed3f27;
	font-size: 30px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.footer_wraapper {
	background-color: #e3e3e3 !important;
}

.footer_wraapper .footer-copyrights {
	color: #616161;
}

.NB-row .button,
.weesh_container .button {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-size: 31px;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	background: #ed3f27;
	border: 1px solid white;
	border-radius: 17px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 12px 50px;
	margin: 0;
}

.NB-row .button:hover,
.weesh_container .button:hover {
	background: #f25741;
	color: #fff;
	text-decoration: none;
}

.NB-row .button:active,
.weesh_container .button:active {
	background-color: #ff6f5a;
	text-decoration: none;
}

[data-type='text'].col-sm-4 h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 6px;
}

[data-type='text'].col-sm-4 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding: 35px 35px 35px 75px;
}

[data-type='text'].col-sm-4:after {
	position: absolute;
	display: block;
	content: '';
	border: 1px solid #d3d3d3;
	top: 0;
	bottom: 0;
	left: 60px;
	right: 0;
	opacity: 1;
	pointer-events: none;
}

[data-type='text'].col-sm-4:before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: FontAwesome;
	content: "\f06c";
	font-size: 32px;
	color: #fff;
	background-color: #c6c6c6;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	top: 50%;
	right: -30px;
	padding: 0;
	transform: translateY(-50%);
	transition: .2s;
	z-index: 3;
}

[data-type='text'].col-sm-4:hover:before {
	background-color: #ed3f27;
}

[data-type='text'] a {
	color: #000;
}

[data-type='text'] a:hover {
	color: #ed3f27;
}

[data-type='text'] ul {
	list-style-type: none;
	padding: 0;
	margin-top: 30px;
}

[data-type='text'] ul li {
	position: relative;
	padding-right: 16px;
	margin-top: 10px;
}

[data-type='text'] ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #ed3f27;
	top: 8px;
	right: 0;
}

@media screen and (max-width: 767px) {
	[data-type='text'].col-sm-4 {
		padding: 35px 80px 35px 25px;
	}
	
	[data-type='text'].col-sm-4:before {
		right: 10px;
	}
	
	[data-type='text'].col-sm-4:after {
		right: 40px;
		left: 15px;
	}
}

[data-type='article'].col-sm-3 .click_to_edit_article {
	display: block;
	left: 50%;
	transform: translateX(-50%);
}

[data-type='article'].col-sm-3 .article-section-block {
	position: relative;
}


[data-type='article'].col-sm-3 .article-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

[data-type='article'].col-sm-3 .article-section-block {
	position: relative;
	display: block;
	border: 4px solid #ebebeb;
	background: rgba(237, 191, 71, 0.83);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.32);
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}

[data-type='article'].col-sm-3 .article-image-wrapper img {
	display: block;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

[data-type='article'].col-sm-3 .article-image-wrapper .builder-placer {
	display: none;
	height: 100%;
}

[data-type='article'].col-sm-3 .article-text-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(237, 191, 71, 0.83);
	color: #000;
	width: 100%;
	height: 100%;
	min-height: 340px;
	padding: 25px 10px;
	opacity: 0;
	transition: 0.2s;
}

[data-type='article'].col-sm-3 .article-text-wrapper:hover {
	opacity: 1;
}

[data-type='article'].col-sm-3 h3 {
	color: #000;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px;
}

[data-type='article'].col-sm-3 .article-button-wrapper {
	width: 100%;
}

[data-type='article'].col-sm-3 .button {
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
	font-weight: 600;
	padding: 0;
	margin-top: 10px;
}

[data-type='article'].col-sm-3 .button:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	[data-type='article'] .article--double {
		display: flex;
		justify-content: space-between;
	}
	
	[data-type='article'] .article--double.article--reverse {
		flex-direction: row-reverse;
	}
	
	[data-type='article'] .article--double .article-image-wrapper {
		width: 41.667%;
		margin-bottom: 0;
	}
	
	[data-type='article'] .article--double .article-image-wrapper img {
		margin-right: auto;
		margin-left: 0;
	}
	
	[data-type='article'] .article--double .article-text-wrapper {
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	
	[data-type='article'] .article--double .block-text {
		width: 100%;
		flex-grow: 1;
	}
	
	[data-type='article'] .article--double .block-text.builder-placer {
		max-height: none;
	}
}

@media screen and (max-width: 767px) {
	[data-type='article'] .article--double .article-image-wrapper {
		margin-bottom: 30px;
	}
}

[data-type='number'] .number-section-block {
	text-align: center;
}

[data-type='number'] .number-icon-block {
	color: #fff;
	font-size: 36px;
}

[data-type='number'] .number-count-wrapper {
	color: #fff;
	font-size: 59px;
	font-weight: 400;
	margin: 0 auto;
}

[data-type='number'] .number-text-wrapper {
	font-size: 15px;
	color: #fff;
}

[data-type='number'] .number-section-block {
	margin-bottom: 35px;
}

[data-type='form'] .form-control {
	display: block;
	color: #525252;
	font-size: 16px;
	font-weight: 400;
	background-color: white;
	border-radius: 17px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
	width: 100%;
	max-width: 313px;
	height: 33px;
	padding: 0 15px;
	margin: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

[data-type='form'] .form_vertical .form-control {
	max-width: 100%;
}

[data-type='form'] .form-control::-webkit-input-placeholder {
	color: #525252;
	font-family: 'Alex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: .2s;
}

[data-type='form'] .form-control:-ms-input-placeholder {
	color: #525252;
	font-family: 'Alex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: .2s;
}

[data-type='form'] .form-control::-moz-placeholder {
	color: #525252;
	font-family: 'Alex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: .2s;
}

[data-type='form'] .form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}

[data-type='form'] .form-control:focus:-ms-input-placeholder {
	opacity: 0;
}

[data-type='form'] .form-control:focus::-moz-placeholder {
	opacity: 0;
}

[data-type='form'] textarea.form-control {
	resize: none;
	overflow: auto;
	max-width: none;
	height: 165px;
	padding: 10px 15px;
	margin: 0 0 18px;
}

[data-type='form'] .form-group label[for] {
	font-size: 17px;
	font-weight: 400;
	color: #525252;
}

[data-type='form'] .btn[type='submit'] {
	display: block;
	background: #ed3f27;
	border: none;
	border-radius: 17px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	min-width: 115px;
	height: 33px;
	padding: 0 5px;
	margin: -10px 0 0;
}

[data-type='form'] .btn[type='submit']:hover {
	color: #fff !important;
	background: #f25741;
}

[data-type='form'] .btn[type='submit']:active {
	color: #fff !important;
	background: #ff6f5a;
}

@media screen and (max-width: 767px) {
	[data-type='form'] .form-control {
		max-width: 100%;
	}
}

[data-type='button'] .button-text-wrapper.vertical {
	text-align: right;
}

[data-type='button'] .button-text-wrapper .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ed3f27;
	border: 1px solid white;
	border-radius: 29px;
	text-align: center;
	font-size: 31px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	height: 57px;
	padding: 0 45px;
	margin: 0;
}

[data-type='button'] .button-text-wrapper .btn:hover {
	background: #f25741;
}

[data-type='button'] .button-text-wrapper .btn:active {
	background: #ff6f5a;
}

[data-type='icon'] .icon-block-wrapper {
	font-size: 59px;
	color: #ed3f27;
}

[data-type='icon'] h1,
[data-type='icon'] h2,
[data-type='icon'] h3,
[data-type='icon'] h4 {
	font-size: 21px;
	font-weight: 700;
	margin-top: 0;
}

[data-type='icon'] a {
	color: #525252;
}

.bussines_details a {
	color: #ccc;
}

.image-wrapper img,
.block-img img {
	border-radius: 15px;
}

@media screen and (max-width: 767px) {
	.header {
		/*background: none;*/
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;   
		border: none;
	} 
    
    .weesh_container {
        margin-top: 2em;
    }
	
	header .nav {
		display: block;
	}
	
	header .navbar-collapse {
		background: #000;
	}
	
	header .nav li a {
		color: #fff;
	}
	
	.navbar-logo img {
		width: 80px;
		margin-left: 0;
		margin-right: auto;
	}
}