/*
Theme Name: davik-th
Theme URI: http://coweb.com/
Author: Yaniv Sasson
Author URI: http://yanivsasson.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.01
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/
#acwp-toolbar-btn {display:none !important;}
iframe[name="google_conversion_frame"] {
	position: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-size: 1.2vw;
	font-family:'Open Sans Hebrew';
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans Hebrew';
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 61px;
    line-height: 71px;
	
    font-size: 3.177vw;
    line-height: 3.698vw;
}
h2, .h2 {
    font-size: 30px;
	font-size: 1.52vw;
}
h3, .h3 {
    font-size: 24px;
	font-size: 1.26vw;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}
artical {
	margin-bottom: 0;
}
form br {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
p,ul,ol {
	margin: 0 0 10px 0;
}
input {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
textarea {
	width: 100%;
	height: 90px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
input[type="submit"] {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-weight: 700;
	font-size: 22px;
	text-align: center;		
}
.ajax-loader {
	position: absolute;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
}
.image-center {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.image-center img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;	
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;	
	margin: auto;
}
.box-img-center {
	width: 100%;
    display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.box-img-center:after {
	content: '';
	display: block;
	padding-top: 90%;
}
.box-img-center img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}

/* slick slider */
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-arrow {
	position: absolute;
	outline: 0;
	top: 45%;
	z-index: 1;
    width: 33px;
    height: 50px;
	color: transparent;
	border: 0px;	
	background-color: transparent;
	font-size: 1px;		
}
.slick-next.slick-arrow {
	left: -60px;
}
.slick-prev.slick-arrow {
	right: -60px;
}
.slick-arrow:after {
    display: block;
    width: 33px;
    height: 50px;
    position: absolute;
    top: 0px;	
    color: #000;
    font-size: 100px;
    line-height: 40px;
}
.slick-next.slick-arrow:after {
    content: '‹';
	left: 0px;	
}
.slick-prev.slick-arrow:after {
	content: '›';	
    right: 0px;	
}
ul.slick-dots {
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	margin: 10px;
	width: 36px;
	height: 36px;
	border: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}
ul.slick-dots li button {
	width: 36px;
	height: 36px;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	background-color: #ccc;
	background-size: 100% 100%;
	color: transparent;
}
ul.slick-dots li.slick-active button {
	background-color: #000;
}
/*elementor*/
#elementor-add-new-section {
    max-width: 100%;
    float: left;
    width: 100%;
}
/*page*/
#main {
	padding-top: 60px;
	padding-bottom: 80px;
}

/* post */
.post-box {
	padding: 1vw;
}
.post-thumb{
    float: right;
    padding: 0px 0px 15px 15px;
}
.img-post.box-img-center:after {
    padding-top: 60%;
}
.post-box-text {
	text-align: left;
}
.post-box-text-inner {
	min-height: 163px;
}
.post-box-btn-link {
	margin-right: 1vw;
	float: right;
}
.post-title {
	margin-top: 0;
    line-height: 1;	
}
.post-title a{
	color: #ffa621;
}
.article-row {
	margin-top: 3vw;
	padding-bottom: 1.6vw;
	border-bottom: 2px solid #324556;
	position: relative;
}
a.post-read-more {
	color: #ff9c08;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	width: 4.5vw;
	height: 4.5vw;
	line-height: 4.2vw;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    font-size: 0.6vw;	
    border: 2px solid #324556;
    border-radius: 50%;
	background-color: #fff;
	text-align: center;
}
a.post-read-more:after{
	content: ' >';
}

.post-thumb-events {
	width:400px;
	float:right;
}

/* contact-page */
.contact-page {
    position: relative; 
    background-image: url(img/bg-contact-page.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

}
.contact-warp.contact {
	margin-top: 0;
	background-image: none;
	color: #003a62;
	width: 54.73vw;	
	padding-right:20px;
}

.contact-warp.contact a {	
	color: #003a62;
}

.contact-warp.contact .contact-form h2, .contact-warp.contact .contact-text {
	color: #003a62;	
}
.contact-warp.contact .contact-form input{
	color: #003a62;	
	border-color:  #003a62;	
}
.contact-warp.contact .contact-form input::-webkit-input-placeholder {
	color: #003a62;
}
.contact-warp.contact .contact-form input:-moz-placeholder { 
	color: #003a62;
}
.contact-warp.contact .contact-form input::-moz-placeholder {  
	color:#003a62; 
}
.contact-warp.contact .contact-form input:-ms-input-placeholder {  
	color: #003a62;
}
.newsletter-warp.contact {
    background-image: url(img/bg-contact-orange.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    color: #fff;
    margin-left: 0;
    padding-left: 7vw;
    padding-right: 7vw;
    width: 43.167vw;
    margin-top: 0vw;
    padding-top: 9vw;
}
.newsletter-warp.contact  .title-h2-wrap h2, .newsletter-warp.contact .newsletter-text , .contact-warp.contact .contact-form input[type="submit"]{
	color: #fff;	
}
.newsletter-warp.contact .title-h2-wrap:after {
	background-color: #003a62;	
}
.newsletter-warp.contact .es_shortcode_form input {
	border-color:  #fff;		
}
.post-box-btn-link {
    border: 2px solid #edb049;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.container.container-wide {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
		width: 60.937vw;
	}
	.container.container-wide {
		width: 100%;
	}
}
@media (min-width: 1630px) {
	.container.container-wide {
		width: 1600px;
		width: 83.33vw;
	}
}
@media (max-width: 991px) {
	body{
		margin: 0px;
		padding: 0px;
		font-size: 16px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
	.article-row {
		margin-top: 50px;
		padding-bottom: 35px;
	}
	a.post-read-more {
		width: 55px;
		height: 55px;
		line-height: 50px;
		font-size: 11px;
	}	
	.post-slider {
		margin: 0 60px 100px; 
	}
	.header-title {
		min-height: 65px;
	}
	.contact-warp.contact {
		width: 100%;	
		float: unset;
		margin: 0 auto;		
		max-width: 500px;
	}
	.newsletter-warp.contact {
		background-size: auto 100%;
		padding-left: 7vw;
		padding-right: 7vw;
		width: 100%;
		padding-top: 10px;
		max-width: 485px;
		margin: 0 auto;
		float: initial;
	}
}
@media (max-width: 767px) {

}
@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
	.post-thumb{
		width: 100%;
		text-align: center;
		padding: 0px 0px 15px 0px;
	}
	.post-box-text-inner {
		min-height: initial;
	}
}

.footer-copyright {
	text-align:center !important;
}


.gform_footer  .gform_button{    border: none !important;
    color: #fff;
    font-weight: 300;
    background-color: #ff9c08 !important;
    margin-top: 1.2vw;
    font-size: 1.7vw;
    text-align: center;
    width: 100% !important;
}
.gform_wrapper .gform_footer {
    padding: 0;
}

#gform_fields_2 #input_2_1{
	height: 42px;
    margin-top: 13px;
    margin-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
	border-radius: 0px;
    font-size: 18px;
	    border: none;
    border-bottom: 2px solid #ff9c08;
    border-left: 2px solid #ff9c08;
    background-color: transparent;
    text-align: left;
    color: #003a63;
    width: 100%;
}

#gform_fields_2  #gform_submit_button_2{    
	border: none;
    color: #fff;
    font-weight: 300;
    background: #003a63 !important;
    text-align: center;
}
.gform_wrapper .gform_footer #gform_submit_button_2.button{
		border: none;
    color: #fff;
    font-weight: 300;
    background: #003a63 !important;
    text-align: center;
}
#gform_wrapper_3 {position:relative;}
#gform_wrapper_3 .gform_title{display:none}
#field_3_1,#field_3_3,#field_3_5{    float: left;      margin-top: 0px;  clear: none;
    width: 48%;}
#field_3_2,#field_3_4,#field_3_6{float:right; width: 48%;     margin-top: 0px;  clear: none;}

#gform_wrapper_3 .ginput_container,#gform_wrapper_3 .ginput_container input {    width: 100%;}

#gform_wrapper_3 textarea.large {  
    margin: 0;
    margin-left: 11px;
    max-height: 90px;    margin-top: 23px;
}

#gform_submit_button_3{       color: #fff;
    font-weight: 600;
    padding: 0 4vw 0 2vw;
    background-image: url(img/form-btn-ltr.png);
    background-repeat: no-repeat;
    background-position: right 1vw center;
    background-size: auto 60%;
    font-size: 1.5vw;
    width: 209px !important;
    height: 56px;
    margin: 0 auto;
    display: block;
    float: none;
    clear: both;
    position: absolute;
    left: 50%;
    margin-left: -104px;
        bottom: -131px;}

.form-main.neww {
    background-color: #f1f1f3;
    border: none;
    padding: 1vw;
    margin-bottom: 71px;
}

.lang-swich {
    width: 20px;
    position: relative;
    right: 60px;
    display: inline-block;
    bottom: 1.39em;
    float: left;
}
a.swich {
    padding: 3px;
    border: 1px solid #3332;
}

p#breadcrumbs {
    padding-left: 20px;
    padding-top: 30px;
    margin-bottom: 40px;
}

.container {
    margin-bottom: -11vh;
}

@media screen and (max-width: 1199px) {
 .lang-swich {
	width: 20px;
    position: relative;
    left: 27px;
    padding-right: 20px;
    top: 0.5em;
    display: block;
	 margin:10px 0px;
}
	a.swich {
    font-size:18px;
}

  .container {
    margin-bottom: 1vh;
}
  p#breadcrumbs {
    padding-top: 30px;
    margin-bottom: 80px;
}
}