/*
Theme Name: Twenty Thirteen
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See http://codex.wordpress.org/Right_to_Left_Language_Support
*/

/**
 * Table of Contents:
 *
 * 0.0 Nir Kaufman Overrides 
 * 1.0 - Reset
 * 4.0 - Header
 * 4.1 - Site Header
 * 4.2 - Navigation
 * 5.0 - Content
 * 5.2 - Entry Meta
 * 5.4 - Galleries
 * 5.5 - Post Formats
 * 5.6 - Attachments
 * 5.7 - Post/Paging Navigation
 * 5.8 - Author Bio
 * 5.9 - Archives
 * 5.10 - Search Results/No posts
 * 5.12 - Comments
 * 6.0 - Sidebar
 * 6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/* *
 * 0.0 Nir Kaufman Overrides 
 * ----------------------------------------------------------------------------
 */
    
/* HOME PAGE CUSTOM STYLING */
* {
	font-family: Arial;
}
article#home-page {
    
}

article#home-page header {
    padding: 0;
}

article#home-page .entry-content {
    padding: 0 20px;
}


/* GLOBAL STYLING */

/*  make the sider bar thinner */
.site-main .widget-area {
    width: 257px;  
}

/*  make the main content larger */
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta{
    padding-left: 280px;
}

.scrollingtext {
    text-align: right !important;
}

.entry-content-full-width {
        margin: 0 120PX;
}

h1 {
    font-size:42px;
}

li.en-link a  {
    /*color:white;*/
}

/* custom home page side bars */
article#home-page .home-page-widgets-area {
    padding: 0;
}



article#home-page .home-page-widgets-area .widget-area {
    float: right;
	width: auto;
}
article#home-page .home-page-widgets-area .widget-area .widget {    
    float: right;
    height: auto !important;
    margin-left: 45px;
    min-height: 334px;
}


article#home-page .home-page-widgets-area .widget-area a.nostyle {
    text-decoration: none;
    color: black;
    transition: all 0.2s linear;
}

article#home-page .home-page-widgets-area .widget-area a.nostyle:hover {
    color: #bc360a;
}

#text-5 {
    padding-bottom: : 1px;
}




#homeOne {
    position: relative;        
}


#homeOne .widget .widget-title,
#homeTwo .widget .widget-title,
#homeThree .widget .widget-title
 {
  font-style: normal;
  background: none repeat scroll 0% 0% #ED6A31;
  padding: 10px;
/*  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;*/
  color: white;
} 

#homeTwo {
    position: relative;    
}

#homeThree {
    position: relative;
    top: 0;
    width: auto;      
}

#homeFour {
    position: relative;    
}


/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */

body {
	direction: rtl;
	unicode-bidi: embed;
	background: #d7e5b4; /* Old browsers */
background: -moz-linear-gradient(top,  #d7e5b4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e5b4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d7e5b4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d7e5b4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d7e5b4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d7e5b4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5b4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

a {
	display: inline-block;
}

blockquote blockquote {
	margin-left: 0;
	margin-right: 24px;
}

menu,
ol,
ul {
	padding: 0 40px 0 0;
}

caption,
th,
td {
	text-align: right;
}

td {
	padding-left: 10px;
	padding-right: 0;
}

.assistive-text:focus {
	left: auto;
	right: 5px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header > a:first-child {
	display: inherit;
}

.site-description {
	font-weight: bold;
    font-style: normal;
    
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

/* Navbar */
ul.nav-menu,
div.nav-menu > ul {
	margin: 0 -20px 0 0;
	padding: 0 0 0 40px;
}

.nav-menu .sub-menu,
.nav-menu .children {
	float: right;
	left: auto;
	right: -2px;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-right: 0;
	left: auto;
	right: 100%;
}

.main-navigation .search-form {
	left: 0;
	right: auto;
}

.site-header .search-field {
	background-position: 98% center;
	padding: 0 34px 0 0;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	font-style: normal;
}

.menu-toggle {
	padding-left: 0;
	padding-right: 20px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	padding-left: 376px;  
	padding-right: 60px;
    margin-top: 0;
    margin-bottom: 0;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta > span {
	margin-left: 20px;
	margin-right: auto;
}

.entry-meta > span:last-child {
	margin-left: 0;
	margin-right: auto;
}

.featured-post:before {
	margin-left: 2px;
	margin-right: auto;
}

.entry-meta .date a:before {
	margin-left: 2px;
}

.comments-link a:before {
	margin-left: 2px;
	margin-right: auto;
}

.tags-links a:first-child:before {
	margin-left: 2px;
}

.edit-link a:before {
	margin-left: 2px;
}

.page-links .page-links-title {
	margin-left: 20px;
	margin-right: auto;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-left: auto;
	margin-right: -4px;
}

.gallery-item {
	float: right;
	margin: 0 0 4px 4px;
}

.gallery-item a {
	display: inline;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

.entry-content a {
	display: inline;
}

.format-aside cite:before {
	content: normal;
	margin-right: auto;
}

.format-aside cite:after {
	content: "\2014";
	margin-left: 5px;
}

.format-audio .entry-content:before {
	float: right;
	-webkit-transform: scaleX(-1);
	-moz-transform:    scaleX(-1);
	-ms-transform:     scaleX(-1);
	-o-transform:      scaleX(-1);
	transform:         scaleX(-1);
}

.format-audio .audio-content {
	background-position: right top;
	float: left;
	padding-left: 0;
	padding-right: 35px;
}

.format-chat .entry-meta .date a:before {
	margin-left: 4px;
	margin-right: auto;
}

.format-image .wp-caption-text {
	text-align: right;
}

.format-link .entry-title {
	margin-left: 20px;
	margin-right: auto;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 0;
	padding-right: 35px;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 376px;
	padding-right: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	left: auto;
	right: 10px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: auto;
	right: 70px;
}

.format-status .entry-content p:first-child:before {
	left: auto;
	right: 4px;
}

.sidebar .format-status .entry-content p:first-child:before {
	left: auto;
	right: 64px;
}

.format-quote blockquote {
	padding-left: 0;
	padding-right: 75px;
}

.format-quote blockquote:before {
	content: '\201D';
	padding-left: 25px;
	padding-right: 0;
	left: auto;
	right: -15px;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .entry-title {
	float: right;
}

.attachment .entry-title:before {
	margin-left: 10px;
	margin-right: auto;
}

.attachment .entry-meta {
	float: left;
}

.image-navigation .nav-previous {
	left: auto;
	right: 0;
}

.image-navigation .nav-next {
	left: 0;
	right: auto;
}

.attachment .entry-caption {
	text-align: right;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: right;
}

.navigation .nav-next {
	float: left;
}

.sidebar .paging-navigation .nav-links,
.sidebar .post-navigation .nav-links {
	padding-left: 376px;
	padding-right: 60px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-left: 10px;
	margin-right: auto;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: auto;
	margin-right: 10px;
}

.post-navigation a[rel="next"] {
	float: left;
	text-align: left;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	text-align: right; /* gallery & video post formats */
}

.author.sidebar .author-info {
	padding-left: 376px;
	padding-right: 60px;
}

.author-avatar .avatar {
	float: right;
	margin: 0 0 30px 30px;
}

.author-link {
	margin-left: auto;
	margin-right: 2px;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.sidebar .archive-meta {
	padding-left: 316px;
	padding-right: 0;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.sidebar .page-content {
	padding-left: 376px;
	padding-right: 60px;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	padding-left: 376px;
	padding-right: 60px;
}

.comment-list .children {
	margin-left: auto;
	margin-right: 20px;
}

.comment-author {
	float: right;
	margin-left: 50px;
	margin-right: auto;
}

.comment-list .edit-link {
	margin-left: auto;
	margin-right: 20px;
}

.comment-metadata,
.comment-content,
.comment-list .reply,
.comment-awaiting-moderation {
	float: left;
}

.comment-awaiting-moderation:before {
	margin-left: 5px;
	margin-right: auto;
}

.comment-reply-link:before,
.comment-reply-login:before {
	margin-left: 3px;
	margin-right: auto;
	-webkit-transform: scaleX(-1);
	-moz-transform:    scaleX(-1);
	-ms-transform:     scaleX(-1);
	-o-transform:      scaleX(-1);
	transform:         scaleX(-1);
}

.comment-reply-title small a {
	float: left;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: right;
}

.form-allowed-tags code {
	margin-left: auto;
	margin-right: 3px;
}

.sidebar .no-comments {
	padding-left: 376px;
	padding-right: 60px;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: left;
}

.widget-area a {
	max-width: 100%;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget .widget-title {
	font-style: normal;
}

.widget li > ul,
.widget li > ol {
	margin-left: auto;
	margin-right: 20px;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: right;
}
.sidebar .site-footer .widget-area {
	left: auto;
	right: -158px;
}

.site-footer .widget {
	float: right;
	margin-left: 20px;
	margin-right: auto;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-left: 0;
	margin-right: auto;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1069px) {
    

	ul.nav-menu,
	div.nav-menu > ul {
		margin-left: auto;
		margin-right: 0;
	}

	.error404 .page-header,
	.sidebar .format-image .entry-content img.size-full,
	.sidebar .format-image .wp-caption:first-child .wp-caption-text {
		margin-right: auto;
	}

	.main-navigation .search-form {
		left: 20px;
		right: auto;
	}

	.site-main .widget-area {
		margin-left: 60px;
		margin-right: auto;
	}
}

@media (max-width: 999px) {
         
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info,
	.sidebar .format-image .entry-content {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.site-main .widget-area {
		float: none;
		margin-left: auto;
	}

	.attachment .entry-meta {
		float: right;
		text-align: right;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 0;
		padding-right: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: auto;
		right: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: auto;
		right: 4px;
	}

	.sidebar .site-footer .widget-area {
		left: auto;
		right: 0;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}
    
    article#home-page .home-page-widgets-area .widget-area {
        float: right;
        width: 48%;
        margin-left: 10px;    
    }

}


@media (max-width: 767px) {
    
     article#home-page .home-page-widgets-area .widget-area {
        width: 100%;
    }
    
	.format-image .entry-content img:first-of-type,
	.format-image .wp-caption:first-child .wp-caption-text {
		margin-right: auto;
}

.entry-content-full-width {
        margin: 0 50px;
    }
}

@media (max-width: 643px) {
    
    article#home-page .home-page-widgets-area .widget-area {
        width: 100%;
    }
    
    
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-navigation,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.sidebar .format-image .entry-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 0;
		padding-right: 35px;
	}

	.menu-toggle:after {
		padding-left: 0;
		padding-right: 8px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		margin-left: auto;
		margin-right: 0;
	}

	.toggled-on .nav-menu li > ul {
		margin-left: auto;
		margin-right: 20px;
		right: auto;
	}

	#content .featured-gallery {
		padding-left: 0;
		padding-right: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-left: 0;
		margin-right: auto;
	}

	.comment-author {
		margin-left: 30px;
		margin-right: auto;
	}

	.format-audio .audio-content {
		background: none;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-left: 4px;
		margin-right: auto;
	}

}

@media (max-width: 359px) {
    
    article#home-page .home-page-widgets-area .widget-area {
        width: 100%;
    }
    
	.gallery {
		margin-left: auto;
		margin-right: 0;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-left: 0;
		margin-right: auto;
	}

	.gallery .gallery-item,
	.gallery.gallery-columns-3 .gallery-item:nth-of-type(even),
	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-left: 4px;
		margin-right: auto;
	}

	.comment-author .avatar {
		margin-left: 5px;
		margin-right: auto;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: auto;
		margin-right: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-left: 0;
		margin-right: auto;
	}
}
.navbar {
	border-top: solid 1px #d4e5b1;
	border-bottom: solid 1px #bbd58b;
	background: #a3c95c; /* Old browsers */
background: -moz-linear-gradient(top,  #a3c95c 0%, #d2e4b0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3c95c), color-stop(100%,#d2e4b0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a3c95c 0%,#d2e4b0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a3c95c 0%,#d2e4b0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a3c95c 0%,#d2e4b0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a3c95c 0%,#d2e4b0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c95c', endColorstr='#d2e4b0',GradientType=0 ); /* IE6-9 */
}
.site {
    box-shadow: 0 0 8px #fff;
}
.nav-menu li a {
    border-left: 1px solid #6f3d60;
    color: #252b65;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
	margin-top: 15px;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #252b65;
    font-style: normal;
}
.nav-menu .sub-menu, .nav-menu .children {
    background-color: #d2e4b0;
	border: 0;
	box-shadow: 0 0 4px #000000;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    border: 0 none;
    color: #252b65;
    font-size: 12px;
    font-weight: normal;
    min-height: 29px;
    line-height: 29px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
    background-color: #fff;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
    background-color: transparent;
	color: #252b65;
}
.site-footer .sidebar-container {
	background-image: url(http://ipecisrael.co.il/wp-content/uploads/2014/08/bg_footer.jpg);
	margin-top: 50px;
}
.site-footer .widget a {
    color: #fff;
}
.widget a:hover {
}
#text-2 {
	background-color: hsla(0,0%,100%,0.41);
}
#text-2 p {
	color: #252b65;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: linear-gradient(to bottom, #5ba625 0%, #5ba625 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: -moz-use-text-color -moz-use-text-color #5ba625;
}
button, input, textarea {
    font-family: arial;
    font-size: 14px;
}
button, input, textarea {
    border: 0;
}
#homeOne .widget .widget-title, #homeTwo .widget .widget-title, #homeThree .widget .widget-title, #text-3 .widget-title, #sg_jquery_scroller_widget-2 .widget-title {
    background: none repeat scroll 0 0 #ed6a31;
    color: white;
    font-style: normal;
    padding: 10px;
	border-radius: 10px 10px 0 0;
		background: #b0a2c6; /* Old browsers */
background: -moz-linear-gradient(top,  #b0a2c6 1%, #2c3169 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b0a2c6), color-stop(100%,#2c3169)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b0a2c6 1%,#2c3169 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a2c6', endColorstr='#2c3169',GradientType=0 ); /* IE6-9 */
}
/*
#homeThree  #sg_jquery_scroller_widget-3 h3 {
    background-image: url("http://ipecisrael.co.il/wp-content/uploads/2014/08/news.png");
    background-repeat: no-repeat;
    background-position: 201px 5px;
    padding-right: 69px;

}
*/
#homeThree .widget, #text-3, #sg_jquery_scroller_widget-2 {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 3px 2px 10px #92bb53;
    padding: 0;
	padding-bottom: 10px;
}
#homeThree .widget .gridContainer, .widget form, .gridContainer {
	margin: 0 15px;
	color: #2c3169;
}
#homeThree .widget .gridContainer a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #2c3169;
}
#homeThree .widget .gridContainer a:hover {
	color: #2c3169;
}
#homeThree #sg_jquery_scroller_widget-3 li a {
	font-size: 14px;
	font-weight: normal;
}
.mc4wp-form input[type="text"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="url"], .mc4wp-form input[type="date"], .mc4wp-form textarea, .mc4wp-form select {
    background-color: #e1e1e9;
}
#menu-home {
	float: right;
	width: 880px;
	padding: 0;
	margin: 20px 0 31px;
}
#menu-home li {
	list-style-type: none;
	float: right;
}
#menu-home li a {
	display: inline-block;
	width: 159px;
	height: 47px;
	margin: 0 0 16px 16px;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	font-size: 18px;
	text-align: center;
	line-height: 41px;
	color: #FFFFFF;
	font-weight: bold;
	box-shadow: 4px 4px 3px #8fc065;
	background: #b0a2c6; /* Old browsers */
background: -moz-linear-gradient(top,  #b0a2c6 1%, #2c3169 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b0a2c6), color-stop(100%,#2c3169)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b0a2c6 1%,#2c3169 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a2c6', endColorstr='#2c3169',GradientType=0 ); /* IE6-9 */
}
#menu-home li a:hover {
	text-decoration: none;
	background: #2c3169; /* Old browsers */
background: -moz-linear-gradient(top,  #2c3169 0%, #b0a2c6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3169), color-stop(100%,#b0a2c6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c3169 0%,#b0a2c6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c3169 0%,#b0a2c6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c3169 0%,#b0a2c6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c3169 0%,#b0a2c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3169', endColorstr='#b0a2c6',GradientType=0 ); /* IE6-9 */

}
#found {
	font-size: 24px;
	font-weight: bold;
	color: #2c3169;
	text-align: center;
	display: inline-block;
	background-image: url(http://ipecisrael.co.il/wp-content/uploads/2014/08/found.png);
	width: 148px;
	height: 149px;
	background-repeat: no-repeat;
	line-height: 30px;
	padding-top: 50px;
	float: left;	
}
@media (max-width: 643px) {

#found {
	display: none;
}
}

.mc4wp-form label {
    margin-bottom: 0;
    font-size: 13px;
	font-weight: normal;
}
#mc4wp-form-1 p {
	 margin: 0 0 11px;
}
#homeThree #sg_jquery_scroller_widget-3 h3, #sg_jquery_scroller_widget-2 .widget-title, #text-3 h3, #homeThree #text-7 .widget-title, #text-3 .widget-title {
    padding-right: 58px;
}
#search-3 .search-form {
	width: 282px;
	height: 51px;
	margin: 0 0 16px 16px;
	border-radius: 15px;
	font-size: 18px;
	box-shadow: 4px 4px 3px #8fc065;
	background: #b0a2c6; /* Old browsers */
background: -moz-linear-gradient(top,  #b0a2c6 1%, #2c3169 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b0a2c6), color-stop(100%,#2c3169)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b0a2c6 1%,#2c3169 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b0a2c6 1%,#2c3169 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0a2c6', endColorstr='#2c3169',GradientType=0 ); /* IE6-9 */

}
#search-3 h3 {
	color: #8689a8;
	font-size: 24px;
	font-weight: bold;
}
input[type="search"] {
	background-color: #dddde7;
	width: 230px;
	height: 30px;
	padding-right: 10px;
	color: #8588a9;
	font-size: 14px;
	margin: 9px 25px;
}
#wpcf7-f773-p48-o1 {
	background-color: #f6f9ee;
    box-shadow: 3px 2px 10px #92bb53;
    padding: 20px;
	width: 615px;
}
#wpcf7-f773-p48-o1 p { 
font-size: 16px;
color: #252b65;
}
h1.entry-title {
background:#73b134;
	color: #FFFFFF;
	font-size: 30px;
	font-family: Arial;
	border-radius: 15px;
	padding: 10px 20px 10px 0;
	line-height: 53px;
    margin-bottom: 18px;
	margin-top: 26px;
}
h2.entry-title {
	font-size: 21px;
	font-weight: bold;
	color: #252b65;
}
.post, .articles {
    margin: 40px 0px;
}
.entry-content p {
	font-size: 14px;
	line-height: 20px;
	color: #252b65;
}
h2.entry-title a, h2.entry-title a:hover {
    color: #252b65;
}
.entry-content .more-link, .entry-content .more-link:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 15px 0;
	border: 1px solid #FFFFFF;
	box-shadow: 3px 3px 3px #55a546;
	height: 35px;
	width: 139px;
	line-height: 35px;
	border-radius: 10px;
    margin-bottom: 24px;
	padding-right: 8px;
	padding-left: 20px;
	background: #7ac043; /* Old browsers */
background: -moz-linear-gradient(top,  #7ac043 0%, #55a546 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ac043), color-stop(100%,#55a546)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7ac043 0%,#55a546 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7ac043 0%,#55a546 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7ac043 0%,#55a546 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7ac043 0%,#55a546 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac043', endColorstr='#55a546',GradientType=0 ); /* IE6-9 */


}
#text-2 {
	padding: 15px;
}
.tablepress tfoot th, .tablepress thead th {
background: rgb(174,162,198); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(174,162,198,1) 0%, rgba(44,49,105,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,162,198,1)), color-stop(100%,rgba(44,49,105,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(174,162,198,1) 0%,rgba(44,49,105,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(174,162,198,1) 0%,rgba(44,49,105,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(174,162,198,1) 0%,rgba(44,49,105,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(174,162,198,1) 0%,rgba(44,49,105,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aea2c6', endColorstr='#2c3169',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
}
.column-1 {
	border-radius: 0 10px 10px 0;
}
.column-7 {
	border-radius: 10px 0 0 10px;
}
#tablepress-1_filter {
	margin-bottom: 20px;
}
#tablepress-1_filter input {
	background-color: #e9f1d9;
	border-radius: 5px;
	border: 1px solid #726c9a;
}
