/*
    Theme Name: BonimOnline
    Theme URI:
    Description: Landing Page/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 2.3
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew');


body {
    font-size:25px;
	font-family: 'Assistant', sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#111938;
	}

a {
    color: #ed7f18;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#d06e13;
}

a:focus { 
    outline: none;
}

input,
textarea {
	box-sizing:border-box;
	width:100%;
	padding:10px 8px;
	margin-bottom:0px;
	color:#18306b;
	border:#18306b 2px solid;
	background: none;
	border-radius:6px;
	font-size:23px;
	
		
}

input[type="submit"] {
	cursor:pointer;
	padding:10px 25px;
	text-align:center;
	color:#FFF;
	font-size:34px;
	line-height:32px;
	font-weight: bold;
	border: none;
	border-bottom:#b76213 4px solid;
	border-radius:6px;
	text-shadow:#a6a6a6 1px 1px;
	
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F4953B),
	color-stop(1, #E07919)
);
background-image: -o-linear-gradient(bottom, #F4953B 0%, #E07919 100%);
background-image: -moz-linear-gradient(bottom, #F4953B 0%, #E07919 100%);
background-image: -webkit-linear-gradient(bottom, #F4953B 0%, #E07919 100%);
background-image: -ms-linear-gradient(bottom, #F4953B 0%, #E07919 100%);
background-image: linear-gradient(to bottom, #F4953B 0%, #E07919 100%);
	
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	}

input[type="submit"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color: #18306b;
}

:-moz-placeholder { /* Firefox 18- */
       color: #18306b;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #18306b; 
}

:-ms-input-placeholder {  
      color: #18306b;
}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}



/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	padding:40px 0;
	
	
	}

/* =HEADER
-------------------------------------------------------------- */
#header {
	padding:25px 0;
	position: relative;
	z-index:20;
	font-size:22px;
	font-weight:500;

	}

.social-icons a {
	display: inline-block;
	margin-right:5px;
	
}



.topcontact {
	position: relative;
	top:10px;
	display: inline-block;
	text-align: left;
	
}

.topcontact .txt {
	display: inline-block;
	font-size:22px;
	margin-bottom:10px;
	font-weight:700;
}

.topcontact .txt i {
	margin-left:7px;
	position: relative;
	top: -3px;
}

.topphone {
	display: inline-block;
	color:#f98724;
	margin-right:10px;
		}

.topphone a {
	color:#f98724;

}

.topcontact-line-2 {
	text-align: left;
}

.topcontact-line-2 .mail  {
	display: inline-block;
	margin-left:10px;
}

.topcontact-line-2 .mail span {
		font-weight:700;
}
.topcontact-line-2 .facebook,
.topcontact-line-2 .facebook a {
	color:#042372;
	font-weight:700;
}

.logo {
	position: relative;
	top: -5px;
}


.content {
	min-height: 500px;
}


/*********************landing1******************/
#mainslider {
	position: relative;
	height:573px;
	overflow: hidden;
	background:#7088aa;
	}


#mainslider .image-cover {
	position:absolute;
	width: 100%;
	bottom:0;
	z-index:100;
	background:rgba(255, 251, 233, 0.85);
	padding: 20px 0;
		
}

#mainslider .topimg  {
	height: auto;
	width: 100%;
	max-width: inherit;
}




.image-cover p {
	margin:0;
	line-height:0.8;
}
.image-cover strong {
	font-weight:800;
}

#contact-form {
	text-align: center;
	padding-bottom: 100px;
	}
#contact-form form {
	position: relative;
	display: flex;
	align-items: center;
}

#contact-form .wpcf7-form-control-wrap[data-name="acceptance-916"]{
	position: absolute;
	right: 0;
	top:90px;
	width: 100%;
	font-size: 16px;
	text-align: start;
}

#bottomcontact .wpcf7-acceptance .wpcf7-list-item-label {
	color: #FFF;
}

 .wpcf7-acceptance input {
	display: inline-block;
	width: auto;
	margin-left: 5px;
 }

 .wpcf7-spinner {
position: absolute !important;
 }

 .wpcf7 input[type="email"] {
	text-align: right;
 }

.form-title {
	color:#18306b;
	font-size:65px;
	font-weight:800;
	margin-bottom:10px;
	}

.form-title .chunk2 {
	color:#ed7f18;
}

.form-text {
	font-size:40px;
	margin-bottom:20px;
}

#contact-form .wpcf7-form-control-wrap {
	width:25%;
	float: right;
	margin-left:10px;
}

#contact-form .send {
	width:22%;
	float: left;
}

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

#icons-section {
	padding:40px 0;
	background:#202443;
}

.box-item {
	text-align: center;
	}

.box-img {
	display: block;
	margin:0  auto;
	
	margin-bottom:10px;
	-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}

.box-img:hover {
	transform: rotateY(180deg);
}

.box-img img {
			
}

.box-title  {
	font-size:30px;
	color:#FFF;
	font-weight: 600;
	margin-bottom:10px;
	width:60%;
	margin-left: auto;
	margin-right: auto;
}
.box-title  a {
	color:#FFF;
}

.box-title  a:hover {
	color:#ed7f18;
}
.box-text {
	font-size:18px;
	color:#8e92a1;
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	
}

.about-txt {
	padding:40px 30px;
}

.about-img  {
	margin-left: 40px;
}

.title {
	font-size:60px;
	font-weight: bold;
}

.title .chunk1 {
	font-weight:500;
}
.entry {
	line-height:1.3;
}

.content-item {
}

.content-img {
	margin-left:30px;
}

.content-img img {
	border-radius:6px;
}

.content-title {
	color:#009444;
	font-size:35px;
	font-weight: bold;
	margin-bottom:20px;
}

#testi-section {
	padding:60px 0;
}

.testi-item {
	text-align: center;
}

.testi-img img {
	border-radius:50%;
	border:#EFEFEF 1px solid;
	margin-bottom:10px;
}

.testi-text {
	padding:30px 0;
	margin:-30px 0;
	position: relative;
}

.testi-text .q1 {
	position: relative;
	top:-20px;
	float: right;
}
.testi-text .q2 {
	position: relative;
	bottom:-30px;
	float: left;
}

.testi-title {
	margin-top:10px;
	font-size:22px;
	color:#0885c5;
}
/*********GENERAL*******/

.no-img {
	display:block;
	background:#FFF;
	
}

.no-img img {
		
		
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry h1,
.entry h2 {
	font-size:35px;
	color:#0885c5;
	font-weight:bold;
}

.entry h3 {
	font-size:30px;
	color:#0885c5;
	font-weight:bold;
}

.entry h4 {
	font-size:28px;
	color:#03476a;
	font-weight:bold;
}
.entry h5 {
	font-size:26px;
	font-weight:bold;
}

.entry h6 {
	
}

.entry ul,
.entry ol {
	position: relative;
	right:60px;
}

.entry ul li {
	list-style: square;
}

.entry a {
	text-decoration: underline;
}

.entry a:hover {
	text-decoration:  none;
}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}

.content .entry {
	text-align: justify;
}



.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.video-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#projects {
	background:#181d40;
	padding:50px 0;
}

.pr-title {
	font-size:60px;
	color:#f4911f;
	font-weight:500;
	text-align: center;
	margin-bottom:30px;
}

.pr-title .chunk2 {
	color:#FFF;
}

.video-item {
	text-align: center;
	margin-bottom:20px;
}

.v-title {
	font-size:30px;
	margin-bottom:10px;
	margin-top:10px;
	color:#FFF;
	font-weight: bold;
}

.v-text {
	color:#8e92a1;
	font-size:18px;
}

#gallerycols {
	position: relative;
	background:#1c213e;
}

#bottomcontact  {
	padding:60px 0;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #191E41),
	color-stop(1, #0E1536)
);
background-image: -o-linear-gradient(bottom, #191E41 0%, #0E1536 100%);
background-image: -moz-linear-gradient(bottom, #191E41 0%, #0E1536 100%);
background-image: -webkit-linear-gradient(bottom, #191E41 0%, #0E1536 100%);
background-image: -ms-linear-gradient(bottom, #191E41 0%, #0E1536 100%);
background-image: linear-gradient(to bottom, #191E41 0%, #0E1536 100%);
}

#bottomcontact .form-title {
	color:#FFF;
}

#bottomcontact input {
	border:#FFF 1px solid;
	color:#FFF;
}

#bottomcontact input[type="submit"] {
	border: none;
	border-bottom:#aaacad 4px solid;
	color:#042372;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FDFDFD),
	color-stop(1, #D2D4D5)
);
background-image: -o-linear-gradient(bottom, #FDFDFD 0%, #D2D4D5 100%);
background-image: -moz-linear-gradient(bottom, #FDFDFD 0%, #D2D4D5 100%);
background-image: -webkit-linear-gradient(bottom, #FDFDFD 0%, #D2D4D5 100%);
background-image: -ms-linear-gradient(bottom, #FDFDFD 0%, #D2D4D5 100%);
background-image: linear-gradient(to bottom, #FDFDFD 0%, #D2D4D5 100%);
}

#bottomcontact ::-webkit-input-placeholder {
       color: #FFF;
}

#bottomcontact :-moz-placeholder { /* Firefox 18- */
       color: #FFF;
}

#bottomcontact ::-moz-placeholder {  /* Firefox 19+ */
       color: #FFF; 
}

#bottomcontact :-ms-input-placeholder {  
      color: #FFF;
}

#bottomcontact .form-text {
	color:#FFF;
}

/* =FOOTER
-------------------------------------------------------------- */

div.wpcf7 .ajax-loader {
	position: absolute;
	left:0;
}


#bottom {
	position:relative;
	color: #181c3f;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	
	}
	

  
#bottom a {
	color: #181c3f;
}



.copyrights {
	
	}
.credits {
	text-align:left;
	
		}

#credits img {
	vertical-align:middle;
	
}



.mk-go-top {
	display:block;
	position:absolute;
	top:-45px;
	left:50%;
	line-height:60px;
	background:#FFF;
	color:#808080 !important;
	font-size:40px;
	border:#76b5de 10px solid;
	border-radius:50%;
	z-index:10;
}

.mk-go-top i {
	padding:10px 20px;
}


.menu-secondary-container {
	text-align: center;
}

.menu-secondary li {
	display:  inline-block;
	float: none;
}

.menu-secondary li a {
	display: block;
	padding: 5px 10px;
}

.menu-secondary li a:hover {
	text-decoration: underline;
}