/*
Theme Name: Child Care Creative
Theme URI: http://themeforest.net/user/dtbaker
Description: The Child Care Creative Themeforest Template created by <a href="http://themeforest.net/user/dtbaker">dtbaker</a>.
Version: 1.0
Author: David Baker & Hayley Crook
Author URI: http://hayleycrook.com

	Child Care Creative v1.0
	http://hayleycrook.com

	This theme was designed and built by David Baker & Hayley Crook,
	whose blog you will find at http://hayleycrook.com

*/

/*menu*/
#main_menu {
    clear: both;
    height: 30px;
    padding: 16px 0px 6px;
}
#main_menu > div > ul {
	margin:0px 0 0 0px; /*indent to line up with the logo*/
	padding:0px;
	float:right;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:70; /*makes dropdown sit on top of flash & map*/
}
#main_menu > div > ul li {
	float:right;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
#main_menu > div > ul a {
	float:right; /*makes the text sit beside each other not down the page*/
	color:#cccabe; /*menu color normal*/
	padding:0px 11px 8px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration:none; /*no underline*/
	text-transform:uppercase; /*all in capitals*/
	font-size:19px;
	letter-spacing:1px; /*space out the letters, remove if you want it normal*/
	border-right:1px solid #068ca0;
	padding-bottom:10px;
    height:16px;
	font-family: Gisha;
}


#main_menu > div > ul a:first-child {
	border-right:1px solid #068ca0;
}
#main_menu > div > ul li.hover a,
#main_menu > div > ul li:hover a,
#main_menu > div > ul li.current-menu-item a,
#main_menu > div > ul li.current_page_item a,
#main_menu > div > ul li.current_page_parent a,
#main_menu > div > ul a:hover {
	color:#fcf7e8; /*color of text on mouse over*/
}
/*--drop down menu sub-menu - this is optional--*/
#main_menu > div > ul li.hover, #main_menu > div > ul li:hover {
	position:relative;
}
#main_menu > div > ul li.hover ul.sub-menu, #main_menu > div > ul li:hover ul.sub-menu {
	display:block;
}
#main_menu > div > ul li.hover ul.sub-menu ul.sub-menu, #main_menu > div > ul li:hover ul.sub-menu ul.sub-menu {
	display:none;
}
#main_menu > div > ul ul.sub-menu {
	position:absolute;
	top:30px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:5px;
	width:250px;
	display:none;
	background-color:#6fbc93; /*color of the dropdown*/
}
#main_menu > div > ul ul.sub-menu li {
	width:250px;
	margin:0;
}
#main_menu > div > ul ul.sub-menu a {
	display:block;
	float:none;
	width:230px;
	border:none;
	padding:10px 10px;
	background:none;
	font-size:15px; /*font size */
	line-height:14px;
	color:#fff;
	border-bottom:1px solid #068ca0;
	text-transform:none; /*turns off the uppercase*/
}
#main_menu > div > ul ul.sub-menu li.hover a, #main_menu > div > ul ul.sub-menu li:hover a, #main_menu > div > ul ul.sub-menu a:hover {
	color:#c3dc78;
	background-color:#068ca0;
}

/*dtbaker widget*/
.dtbaker_widget {
	width:100%;
	text-align:right;
	margin-bottom:20px;
}
.dtbaker_widget h2{
    background:url('images/sidebar_title_bg.jpg') no-repeat left;
	text-align:right;
    height:20px;
    margin:2px 0 9px 0;
    padding:14px 10px 10px 0;
}
.dtbaker_widget h2 a{
    text-decoration:none;
}
.dtbaker_widget ul {
	margin:0;
    padding:0;
}
.dtbaker_widget ul li {
	list-style:none;
	color:#846324;
	display:block;
	/*float:left;*/
    height:20px;
	clear:right;
	margin:4px 0 0 0;;
	padding:1px 0 0 0;text-align:right;
	width:298px;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
    overflow:visible;
}
.dtbaker_widget ul li ul li{
    border:none;
}
.dtbaker_widget ul li a,
.dtbaker_widget ul li a:link,
.dtbaker_widget ul li a:visited {
	text-decoration:none;
	color:#037B8D;text-align:right;
	display:block;
	float:right;
	clear:right;
	background:url(images/icon_arrow.gif) no-repeat right;
	padding:0px 22px 4px 7px;
}
.dtbaker_widget ul li ul li a,
.dtbaker_widget ul li ul li a:link,
.dtbaker_widget ul li ul li a:visited {
	border-bottom:none;
	font-size:0.9em;
	padding:2px 7px 1px 20px;
	background:url(images/icon_arrow.gif) no-repeat 10px;
}
.dtbaker_widget ul li a:hover {
	color:#630;
}
.dtbaker_widget ul li ul {
	margin:0 0 0px 15px;
	padding:0;
}
.dtbaker_widget ul li li li a {
/*border-left:1px solid #e5e5e5;*/
}
.dtbaker_widget ul li a span.count {
	margin-left:20px;
	color:#CCC;
}
.dtbaker_widget input[type=text]{
    background-color:#FFFFFF;
	border:1px solid #c8cdd2;
	font-family: Gisha, Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:3px 0px;
	padding:4px;
	color:#999999;
}
/* TESTIMONIALS */
.testimonials_box{
	text-align:right;
    height:166px;
    background:url('images/testimonial_bg_small.png') no-repeat 0 0;
    margin-bottom:10px;
}
.testimonials_box h2{
    margin:0;
    padding:6px 0 3px 0;
}
.testimonials_box .text{
	text-align:right;
    height:89px;
    font-size:0.9em;
    padding:10px;
    margin:0 56px;
}
.testimonials_box .text p{
	text-align:right;
    margin:0;
    padding:0;
}
.testimonials_box .stats{
	text-align:right;
	color:#999999;
    font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	display:block;
	margin:7px 65px;
}
.testimonials_box .stats a,
.testimonials_box .stats a:link,
.testimonials_box .stats a:visited {
	color:#999999;
}

/* BLOG SUMMARY PAGE */

.smallpost {
	/*width:600px;*/
	margin-bottom:30px;
	height:140px;
}
.news_box .image {
	width:154px;
	height:154px;
	margin:0px;
float:left;
}
.image_border {
	padding:4px;
    display:inline-block;
	border:1px solid #dedede;
	background-color:#f3f3f3;
}
.news_box .image img {
	border:none;
}
.smallpost .news_text {
	margin-left:160px;
	height:106px;
	overflow:hidden;
}
.smallpost .stats {
	margin-left:160px;
	color:#999999;
}
.smallpost .news_box .news_text p {
	padding:0px;
	margin:0px;
	text-align:right;
}
/* FULL BLOG PAGE */


.news_box .bigimage {
	float:right;
	margin-left:30px;
}
.news_box .bigimage img {
	border:none;
}
.bigpost .news_text {
	min-height:300px;
}
.bigpost {
	margin-bottom:10px;
}
.bigpost .date {
	float:left;
	width:80px;
	margin:0px 20px 0px 0px;
	text-align:center;
}
.bigpost .date .day {
	display:block;
	font-size:60px;
	padding:16px 0;
	font-weight:bold;
	color:#febf78;
	height: 21px;
}
.bigpost .date .month, .bigpost .date .year {
	display:block;
	font-family: Gisha, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffb8b8;
}
.bigpost .date .image {
	padding:15px 0 0 0;
}
.bigpost .post-content {
	float:left;
	width:560px;
}
.bigpost .post-content h3 {
	line-height:36px;
	margin:0px;
	padding:0px;
	color:#ffffff;
}
.bigpost .post-content .entry {
	font-size:13px;
	line-height:18px;
	margin:0;
	padding:0;
}
.bigpost .post-content .entry p {
}
.bigpost .post-content .entry .image {
	float:left;
	margin: 0 9px 9px 0;
}
.bigpost .tags {
	font-size:11px;
	border-top:dashed 1px #1c1c1c;
	border-bottom:dashed 1px #1c1c1c;
	margin:5px 0px;
}
.bigpost .blog_image {
	border:1px solid #1c1c1c;
	margin:5px 0px 5px 10px;
	padding:3px;
	float:right;
}
/* GENERIC BLOG STYLES */

#blog_header {
	clear:both;
	margin-bottom:30px;
}
.smallpost .news_text {
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
}
.news_box .stats {
	font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	display:block;
	margin-top:7px;
}
.news_box .stats a, .news_box .stats a:link, .news_box .stats a:visited {
	color:#999999;
}
.news_box .news_text h2 {
	color: #037DB0;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
}
.news_box .news_text h2 a, .news_box .news_text h2 a:link, .news_box .news_text h2 a:visited {
	text-decoration:none;
}
.news_box .news_text h2 a:hover {
	color:#960;
}
.stats ul {
	list-style:none;
	margin:0;
	padding:0;
}
.stats ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
.stats ul li a, .stats ul li a:link, .stats ul li a:visited {
	color:#999999;
	text-decoration:none;
}
.stats ul li a:hover {
	text-decoration:underline;
}
/*Portfolio*/



.post {
	margin: 0px 0px 20px 0px;
	text-align: justify;
}
.postmetadata { /*comments and tags*/
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	font-size:11px;
	color:#a2a2a2;
	clear:both;
	margin-top:20px;
}
.postmetadata a, .postmetadata a:link, .postmetadata a:visited {
	color:#838383;
}
.alignright { /*blog image*/
	margin:0px 0px 15px 15px;
	float:right;
}
.alignleft {
	margin:0px 15px 15px 0px;
	float:left;
}
.entry {
}
blockquote {
	border-left:3px solid #e7e7e7;
	padding:10px;
}
.more-link {
}
.post small {
}
/* Comments */
#comment-block {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	/*border:1px solid #c8cdd2 !important;*/
	font-family: Gisha, Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:0 0 28px;
	/*padding:15px;*/
}
#comment_header{
    background:#efecdb;
    color:#222222;
	font-weight:normal;
    height: 20px;
    padding: 14px 0px 0px 10px;
}
.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}
.commentlist li {
	margin:0;
	padding:0;
	list-style:none;
}
.commentlist li div.comment-body {
	margin:6px;
	height:1%;
	margin:0 0 20px;
	min-height:115px;
}
.commentlist li div.comment-left {
	float:right;
	clear:right;
	width:100px;
	padding:15px;
}
.commentlist li div.comment-author img {
	margin:0 0 6px 0;
}
.commentlist li div.comment-meta {
	font-size:10px;
}
.commentlist li div.comment-right {
	float:left;
	clear:left;
	margin:10px 10px 0 0;
	padding:15px;
	width:369px;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #CFCFCF;
}
.commentlist li div.reply {
	float:right;
	clear:right;
	margin:0px 10px 0 0;
	padding:5px;
}
input[type=text] {
	background-color:#FFFFFF;
	border:1px solid #c8cdd2;
	font-family: Gisha, Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:3px 0px;
	padding:4px;
	color:#999999;
}
textarea {
	background-color:#FFFFFF;
	border:1px solid #c8cdd2;
	font-family: Gisha, Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:3px 0px;
	padding:4px;
	color:#999999;
}
.post-edit-link {
	clear:both;
}
/** Styles for the newsletter plugin **/
#newsletter_subscribe tr th {
	
}
#newsletter_subscribe_name td,
#newsletter_subscribe_email td{
    white-space:nowrap;
}
#newsletter_subscribe_name input,
#newsletter_subscribe_email input{
    background-color:#FFFFFF !important;
	border:1px solid #c8cdd2 !important;
	font-family: Gisha, Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:3px 0px;
	padding:4px;
	color:#999999;
    width:95%;
}
#newsletter_subscribe .small {
	display:block;
	text-align:center;
	font-size:11px;
}
#wp3newsletter_name {
	width:125px;
}
#wp3newsletter_email {
	width:125px;
}
#newsletter_subscribe_to {
	height:32px;
}
#newsletter_subscribe_submit input {
    border: none !important;
    clear: right;
    color: white;
    font-size: 15px;
    margin: 2px 0px 0px 8px;
    text-transform: uppercase;
    background-color:#037b8c !important;
    border-radius:5px;
    padding:5px;
}

/* קוד שזאב כתב */
#cloud2.special_font, div.title.special_font {
font-family: Gisha;
}
div.title.special_font {
font-family: Gisha;
font-size:26px;
}

#cloud2.special_font {
font-family:"Gisha";
 font-size: 20px;
 
}
@font-face {
    font-family: 'Gisha';
    src: url('Gisha.eot');
    src: url('Gisha.eot?#iefix') format('embedded-opentype'),
         url('Gisha.woff') format('woff'),
         url('Gisha.ttf') format('truetype'),
         url('Gisha.svg#Gisha') format('svg');
    font-weight: normal;
    font-style: normal;

}

.testimonial_full, .testimonial_home {
text-align:right;
}
.button.special_font a {
font-family: Gisha;
font-size:26px;
}
.button.special_font a:hover {
font-family: Gisha;
font-size:26px;
color:#000!important;
}
.entry h1 {
font-family:Gisha;
font-size:26px;
}
.testimonial_full h1 {
font-family: Gisha;
font-size:20px;
}
div.news_text2,div.comment-right p,form#commentform{
text-align:right;
}
li.depth-2 .comment-right {
width:355px !important;
}
li.depth-3 .comment-right {
width:345px !important;
}
li.depth-4 .comment-right {
width:335px !important;
}
li.depth-5 .comment-right {
width:325px !important;
}
div#zeev-flags{
position:fixed;
left:0;
top:10px;
}
div#zeev-flags ul {
list-style:none;
margin-left:15px;
}
div#zeev-flags ul li{
margin-top:-10px;
}
div#zeev_english {
text-align:left;
direction:ltr;
}

/*-------------- bubbles ---------------- */
#slide_content { position:relative; width:987px; height:632px; background:#fff url(images/spinning_slide_bg.jpg) no-repeat top left; }

.navigation{
    margin: 0px auto;
	font-family: Gisha, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.user{
    top:42px;
    left:86px;
}
.home{
   top:42px;
   left:310px;
}
.shop{
   top:42px;
   left:536px;
}
.camera{
   top:42px;
   left:768px;
}

a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
/*
.user a.icon{
    background:transparent url(/images/user.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(/images/home.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(/images/shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(images/camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(/images/fav.png) no-repeat 0px 0px;
}
*/
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.2;
}
.item h2{
    position:absolute;
    width:147px;
    height:52px;
    color:#222;
    font-size:18px;
    top:0px;
    left:8px;
    text-indent:10px;
    line-height:40px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2.active{
    color:#fff;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:28px;
    left:23px;
    display:none;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#fff;
    padding:3px;
    float:left;
    clear:both;
    width:100px;
    /*    text-shadow:1px 1px 1px #000; */
}
.item ul li a:hover{
    background-color:#fff;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
}

/* -------------- end of bubbles -------------*/
.reel-indicator{ display:none !important; }

.jcarousel-control {  margin-bottom: 10px;  text-align: center; }
.jcarousel-control a {   font-size: 75%;  text-decoration: none;   padding: 5px 10px 5px 10px;   margin: 0 0 5px 0;   border: 1px solid #ccc;   color: #000;   background-color: #fff;   font-weight: bold;font-family: Gisha, Arial, Helvetica, sans-serif; }
.jcarousel-control a:hover { background-color: #cff0f3; }
.jcarousel-scroll {   margin-top: 10px;   text-align: center; }
.jcarousel-scroll form {    margin: 0;    padding: 0; }
.jcarousel-scroll select {    font-size: 75%; }
#mycarousel-next,
#mycarousel-prev {    cursor: pointer;    margin-bottom: -10px;    text-decoration: underline;    font-size: 11px; }
	.reel-indicator{ display:none; }
	.reel-annotation a {margin-right:6px; color:#888; font:Arial, Helvetica, sans-serifl; font-size:12px;}
	.reel-annotation { font:Arial, Helvetica, sans-serifl; font-size:12px; color:#888;}
	h4 { font-size:12px; font-weight:bold;}
	#image_sipn360v_container { text-align:center;  margin:10px auto auto auto; width:735px; height:500px;}
	#image_spinv { margin:10px auto auto autot; }
	
.jcarousel-skin-tango .jcarousel-container {

    border: 0px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 720px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  720px;
    height: 135px;
	
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 180px;
    height: 135px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0px;
	cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 33px;
    right: 5px;
    width: 96px;
    height: 96px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: -40px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -192px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -288px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 33px;
    left: 40px;
    width: 96px;
    height: 96px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: -40px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -192px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -288px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


.jcarousel-skin-tango {  width:800px; margin:auto; }

.spin_cat_butt {display:inline-block; !important; margin:2px; }
.bigpost.news_box h1 {
font-family: Gisha;
	font-size:26px;
}
#breadcrumbs{
    list-style:none;
    margin:-30px 0 0 -10px;
    overflow:hidden;
float:right;
padding:0;
}
 
#breadcrumbs li{
    float:right;
    margin-right:5px;
}
 
#breadcrumbs .separator{
    font-weight:700;
    font-size:20px;
    color:#999;
}
.news_text p,.stats,.relatedposts-in p {
text-align:right;
}
p.cf7 {
float:right;
margin-right:10px;
}
p.cf7 input[type=text] {
width:100px;
text-align:center;
}
input.wpcf7-submit {
padding:5px 15px; background:#ccc; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.homepage {
width:360px;
float:right;
font-size:16px;
text-align:right;
font-weight:bold;
margin:0 20px 0 40px;
}

.homepage h1.home-h1{
color:#111;
}
.home-contact {
float:right;
width:515px;
height:270px;
background:#fff url(images/home-contact.jpg) no-repeat top left; 

}
.home-contact h1 {
font-family: Gisha;
font-size:20px;
letter-spacing:1.5px;
margin-top:50px;
margin-right:20px;
}
.home-contact input.wpcf7-text{
float:right;
margin: 10px 20px 15px 0;
text-align:right;
width:340px;
height:20px;
background:#fff url(images/contactbox.jpg) no-repeat right; 
}
.home-contact input.wpcf7-submit{
position:relative;
left:133px;
top:137px;
}
.testimonial_home_zeev {
background: url(images/writtenabout.jpg) no-repeat; 
}
.testimonial_home_zeev{
margin-top:20px;
width:760px;
height:219px;
float:right;
}
.testimonial_home_zeev a{
text-decoration:none;
position:relative;
right:20px;
top:-25px;
}
.testimonial_home_zeev .text div {
width:550px!important;
text-align:right;
margin-right:100px;
font-size:17px;
}
.home-gallery {
padding-top: 10px;
}
.home-gallery h3 {
font-family: Gisha;
color:#047b8f;
font-size:22px;
margin:0;
}
.home-gallery img{
float:right;
margin:0 0 5px 5px;
}
.zeev-icons {
float:right;
}
.zeev-icons ul li {
list-style:none;
display:inline-block;
vertical-align: middle;
width:148px;
height:84px;
margin-left:20px;
}
.zeev-icons ul li:hover {
background-position:0 -85px;
}
.zeev-icons li.contact {
background: url(images/contact.png) no-repeat; 
}
.zeev-icons li.weddings {
background: url(images/weddings.png) no-repeat; 
}
.zeev-icons li.mizva {
background: url(images/mizva.png) no-repeat; 
}
.zeev-icons li.brit {
background: url(images/brit.png) no-repeat; 
}
.zeev-icons li.academy {
background: url(images/academy.png) no-repeat; 
}
.amazingslider-box-1 a{
font-size:0px!important;
background:none!important;
}
/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
#wrapper,#header,#content,#main_left,#column_right,#content_bottom img,#footer,.left,.right,.post,.entry,.left li,iframe,.avs_player,#main_right,#footer_design{
width:100%!important;
}
.entry,.news_text2,.relatedposts,.tagcloud,.title {
width:85%!important;
margin-right:4%;
}
input,textarea{
width:85%!important;
}
#slider-wrapper{
width:94%!important;
}
#content,#footer {
padding:0!important;
}

.entry img,.news_text2 img{
width:100%;
}
img.arrow {
width:30px;
}
#wpcf7-f1473-p5-o2 {
display:none;
}
h2.widgettitle,.textwidget h2 {
background-position:right;
}
#logo{
position:relative;
right:20px;
top:-120px;
}
#zeev-flags {
display:none;
}
body{
padding:130px 0 0 0!important;
overflow-x:hidden;
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#header #cloud2 {
font-size:20px;
width:242px;
float:left;
margin:-15px 0 0 20px;
text-align:center;
background: url(images/phone-ico.png) no-repeat left; 
}

#main_menu {
display:none;
}
.ngg-widget.entry-content a {
float:right;
}
.home-contact  {
background:none;
width:100%;
height:270px;
}
.home-contact input.wpcf7-text{
background:none;
float:right;
margin: 10px 10px 15px 0;
text-align:right;
width:80%;
height:20px;
}
.home-contact input.wpcf7-submit{
position:relative;
right:-6%;
width:85%;
text-align:center;
top:17px;
}
.testimonial_home_zeev {
background: #d0d0d0;
border-radius:10px;
}
.testimonial_home_zeev{
width:87%;
margin-right:2%;
}
.testimonial_home_zeev a{
top:-36px;
}
.testimonial_home_zeev .text div {
width:100%!important;
margin-right:5px;
}
.entry-title.widget-title {
clear:both;
}
.zeev-icons ul li {
list-style:none;
display:inline-block;
vertical-align: middle;
width:148px;
height:84px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
float:right;
}
.news_box {
margin-bottom:120px;
}
#wpcf7-f1473-p1520-o1 {
margin:20px;
}
.home-gallery {
float:right;
margin-top: 12px;
margin-right:2%;
}
}
