/*******************************/
/*STARTER*/
/*******************************/
/* My Minimal WordPress Styling comes here */

@font-face {
    font-family:'Open Sans Hebrew Bold';
    src: url('../fonts/OpenSansHebrew-Bold.eot');
    src: url('../fonts/OpenSansHebrew-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansHebrew-Bold.woff2') format('woff2'),
        url('../fonts/OpenSansHebrew-Bold.woff') format('woff'),
        url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype'),
        url('../fonts/OpenSansHebrew-Bold.svg#OpenSansHebrew-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family:'Open Sans Hebrew Light';
    src: url('../fonts/OpenSansHebrew-Light.eot');
    src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansHebrew-Light.woff2') format('woff2'),
        url('../fonts/OpenSansHebrew-Light.woff') format('woff'),
        url('../fonts/OpenSansHebrew-Light.ttf') format('truetype'),
        url('../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family:'Open Sans Hebrew';
    src: url('../fonts/OpenSansHebrew-Regular.eot');
    src: url('../fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansHebrew-Regular.woff2') format('woff2'),
        url('../fonts/OpenSansHebrew-Regular.woff') format('woff'),
        url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype'),
        url('../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family:'Open Sans Hebrew';
	background-color: #fff;
}



/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 0; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	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;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}




/*======================================================================*/
					/*Dev Styles*/
/*======================================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
a,a:hover, input:hover, textarea:hover{
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:focus, a:visited, a:active{
	outline:none;
}
.container,p,div,ul,ol{
	margin-bottom: 0;
}
ul{
	padding-right:0;
}
body[dir="rtl"] .float-left{
	float: right;
}
body[dir="rtl"] .float-right{
	float: left;
}
form{
	direction: rtl;
}
.search-items form input,.search-items{
	direction: rtl;
}
.navbar-nav{
	float: left;
}
.navbar-default .navbar-nav .open .dropdown-menu>li{
	text-align: center;
}
.navbar.navbar-default{
	float: right;
}
.navbar-nav>li>.dropdown-menu{
	text-align: right;
}
ul.navbar-nav{
	padding-right: 0px;
}
.navbar-nav>li{
	float: right;
}
.nav>li:first-child>a {
    padding-right: 0;
}
.nav>li:nth-last-child(2)>a{
	padding-right: 14px;
}
.site-footer_map .nav>li:nth-last-child(2)>a{
	padding-right: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a{
 	background-image: none;
 	background-color: transparent;
 }
.lang-switcher{
	list-style-type: none;
	padding-right: 75px;
	padding-left: 0px;

}

/*[dir="rtl"] .row [class*="col-"] {
  float: right;
}*/

/*******************************/
/*Header*/
/*******************************/
header{
	direction: ltr;
}
.site-navigation_search{
	/*float: right;*/
}
.site-navigation_search form.search-form input.search-field{
	font-family:'Open Sans Hebrew Light';
	right: 0px;
}
.site-navigation_search form.search-form input[type="submit"]{
	left: 0px;
    top: -5px;
}
.site-navigation_search form.search-form label{
	float: inherit;
}
.site-navigation_search form.search-form label:after{
	/*left: 60px;*/
	left: 15px;
	right: inherit;
}

h1.header-title strong,
.header_btn a,
h2.main_catalog-title,
h2.agronews-title,
h2.latest_news-title,
.search-btn,
.more-btn,
.agronews-form  input[type="submit"],
.contact_us-form input[type="submit"],
.contact_us-info span,
.contact_us-agronoms h4,
.single-product_download-items span,
.single-product_related-items > div span{
   font-family:'Open Sans Hebrew Bold';

}


h1.header-title,
h1.header-title>strong{
	font-size: 58px;
}
h1.header-title strong{
	line-height: inherit;
}
h1.header-title>p:first-child{
	margin-bottom: inherit;
	display: inherit;
}

/*******************************/
/*Main Catalog Block*/
/*******************************/










/*******************************/
/*Catalog Search Block Link*/
/*******************************/
.main_catalog_description,
.contact_us-items p{
	font-family:'Open Sans Hebrew Light';
}




/*******************************/
/*Latest News Block*/
/*******************************/
.swiper-slide .slide-wrapper p.slide-title,
.swiper-slide .slide-wrapper p,
.blog-item p.slide-title,
h2.product-title{
	font-family:'Open Sans Hebrew';
}


/*******************************/
/*Blog Page*/
/*******************************/
.blog-items_content>div:first-child{
	float: right;
	/*width: 65%;*/
}


/*******************************/
/*Single Post Page*/
/*******************************/
/*.single-post article{
	margin-bottom: 0;
}*/
.single-post .catalog_search_block{
	background-color: #022f28;
	margin-bottom: 50px;
}
.single-post .entry-content-thumbnail{
	display: inline;
	float: right;
	margin:10px;
	margin-left: 1.5em;
}
.entry-content-text h4{
	font-weight: 600;
}
.addtoany_content{
	left: 0;
	right: inherit;
}







/*******************************/
/*Single Product Page*/
/*******************************/
.single-product_download h2,
.single-product_related h2{
	font-family:'Open Sans Hebrew';
}
.single-product_download-items>div{
	float: right;
}
.single-product_download-items span{
	margin-left: 15px;
}


/*Table Style*/
.tablepress thead th, .tablepress tfoot th{
	text-align: center;
}





/*******************************/
/*Taxonomy Page*/
/*******************************/
.tax-plant_food_he .catalog_search-icon,
.tax-plant_food_he .catalog_title_icon,
.tax-plant_food_he .catalog_search-title{
	display: inline-block;
}
.tax-plant_food_he .catalog_search-icon{
	float: right;
}
.tax-plant_food_he .catalog_search-icon img{
	max-height: 70px;
    margin-left: 20px;
}
.tax-plant_food_he h2.catalog_search-title{
	color: #ffffff;
	font-size: 34px;
	font-family:'Open Sans Hebrew Bold';
	line-height: 72px;
	margin-top: 0;
}





/*******************************/
/*Default Search Page*/
/*******************************/
.search-results h2.page-title{
	direction: rtl
}
.search-results article,
.search-results h1,
.search-results .entry-meta{
	direction: rtl;
}




/*******************************/
/*Search Products Page*/
/*******************************/
form#search-filter-form-238 select{
	padding:12px 15px 11px 0px;
}




/*Contact Forms*/
.agronews-form input,
.agronews-form textarea{
	color:  #fcfdff;
	font-family: 'Open Sans Hebrew';
	font-size: 13px;

}
.agronews-form input::-webkit-input-placeholder,
.agronews-form textarea::-webkit-input-placeholder{
	color:  #fcfdff;
	font-family: 'Open Sans Hebrew';
	font-size: 13px;

}
.agronews-form input:-ms-input-placeholder,
.agronews-form textarea:-ms-input-placeholder{
	color:  #fcfdff;
	font-family: 'Open Sans Hebrew';
	font-size: 13px;

}
.agronews-form input::-ms-input-placeholder,
.agronews-form textarea::-ms-input-placeholder{
	color:  #fcfdff;
	font-family: 'Open Sans Hebrew';
	font-size: 13px;

}
.agronews-form input::placeholder,
.agronews-form textarea::placeholder{
	color:  #fcfdff;
	font-family: 'Open Sans Hebrew';
	font-size: 13px;

}
.contact_us-form input::placeholder,
.contact_us-form textarea::placeholder{
	color: #37ac9a;
	font-family: 'Open Sans Hebrew';
	font-size: 13px;
}
.agronews-form input,
.agronews-form textarea,
.contact_us-form input,
.contact_us-form textarea,
form textarea{
	padding: 12px 13px 12px 0px;
}












/*Media*/
@media(min-width: 992px){
	.single-post .entry-content{
		padding: 0 150px;
	}
}
@media (min-width: 768px){
	.archive .main-content .row [class*="col-"],
	.single-product_wrap .row [class*="col-"],
	.search-filter-results [class*="col-"],
	.blog-items_content [class*="col-"],
	.main_catalog-items [class*="col-"]{
	  float: right;
	}
	/*.single-product_content .entry-content-thumbnail{
		float: left!important;
	}
	.single-product_content .entry-content-text{
		float: none!important;
	}*/

}
@media (max-width: 1200px){
	.site-navigation_search form.search-form input[type="submit"]{
		left: 10px;
	}
	.site-navigation_search form.search-form label:after{
		left: 15px;
	}

}

@media(max-width: 991px){
	.site-navigation_search form.search-form{
		position: relative;
    	left:inherit;
	}
	.site-navigation_search form.search-form input[type="submit"]{
		left: -30px;
	}
	.site-navigation_search form.search-form label:after{
		left: -40px;
	}
	.nav>li:nth-last-child(2)>a{
		padding-right: 10px;
	}
}

@media (max-width: 767px){
	.navbar.navbar-default{
		float:none;
	}
	.navbar-toggle{
		float: left;
	}
	.navbar-default .navbar-toggle:focus,
	 .navbar-default .navbar-toggle:hover{
	 	float: left;
	 }
	 ul.navbar-nav{
	 	padding-right: 0px;
	 }
	.navbar-nav>li{
	float: none;
	}
	/*.search-items{
		float: left;
	}*/
	.lang-switcher{
		padding-right: 0px;
	}
	.icon-main,h2.icon-head{
		float: none;
		display: block;
		text-align: center!important;
	}
	.products-items{
		float: none;
	}
	.nav>li>a{
		margin-left: 0px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a{
		background-color: #e7e7e7;
	}
	#responsive-menu-container li.responsive-menu-item{
		text-align: right;
	}
	#responsive-menu-container #responsive-menu-wrapper{
		padding-top: 75px;
   		padding-right: 45px;
	}
	.header-main__options {
	    padding-right: 45px;
	    padding-left: 15px;
	}
}

@media(max-width: 620px){
	.single-post .entry-content-thumbnail{
		display: block;
	    float: none;
	    text-align: center;
	    margin:0;
	    margin-bottom: 25px;
	}
	.single-post .entry-content-thumbnail>img{
		width: 100%;
	}
}

@media(max-width: 600px){
	.single-product_download-items>div{
		margin-bottom: 30px;
		float: none;
	}
}

/* Start Portalmedia Custom Style */
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  text-align: right;
}
.wpcf7-spinner {
	position: absolute;
}
header h1{
font-family: 'Open Sans Hebrew Bold';
color: #176e60;
font-size: 31px;
text-align: center;
font-weight: 700;
margin-top: 50px;
margin-bottom: 50px;
}
#post-3425 a span, #post-3425 .entry-content a img {
	text-align: center;
	margin: 0 auto;
	display: block;
}


/* @media(max-width: 1024px){
  .page-title {
    display: none;
  }
}
