/*
Theme Name: izoonim
Theme URI: http://www.tbw.co.il
Description: Translated Free Wordpress Theme 
Author: aviel tbw
Author URI:  
 
*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,pre,blockquote,
a,abbr,acronym,address,big,site,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sup,sub,tt,var,
b,u,i,center,
dl,dd,dt,ul,il,ol,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,td,th{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

ol,ul{
	
	}
blockquote , q{
	quotes:none;
	}
blockquote:before ,blockquote:after ,q:before ,q:after{
	content:attr(x);}
:focus{
	outline:0;}
table{
	
	border-spacing:0;
	}
h1{
	color:#222;
	font-family: Arial,Verdana, Sans-Serif;;
	font-size:24px;
	font-weight:normal;
}
 
h2{
	
	color:#222;
	font-family: Arial,Verdana, Sans-Serif;;
	font-size:16px;
	}
h3{
font-size: 18px;
margin-bottom: 28px;
color: #008ED2;
width: 100%;
margin-top: 0px;}
h4{
	color:#222;
	font-family: Arial,Verdana, Sans-Serif;;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
h4 a {color:#666;text-decoration:none;}

h5{
	color:#666;
	font-family: Arial,Verdana, Sans-Serif;;
	font-size:18px;
	font-weight:normal;
}
 
p.meta{
	color:#444; font-size:12px; text-align:right; line-height:20px;}
  
 
.clearall {
	clear:both;
}
body img {
	border:none;
}
 
h5{
color:#5b3f1b;
border:0px;
 
margin:0px;
padding:0px;
padding-bottom:5px;

}
h6{color:#5b3f1b;font-size:18px;margin:0px;padding:0px;font-weight:normal;}
hr{color:#5b3f1b;
border:0px;
 
padding:0px;
padding-bottom:5px;
}
a {
color: #008ED2;
text-decoration: none;
}
a:hover{color:#008ed2;text-decoration:underline;}
 
form {margin:0px;padding:0px;}
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	direction: rtl;
	font-family: arial;
	font-size: 14px;
	text-align: right;
	background-color:#8DC3EA;
	
}
html{margin:0px;}

#main_bg{
background:url(images/Background.gif) repeat-x 0% 0%;
height:900px;
width:100%;
position:fixed;
top:0px;
z-index:-1000;
}

.qualification-badge {
	position: fixed;
	top: 120px;
	left: 30px;
	width: 70px;
	height: 70px;
	background: url(images/qualification-badge.png) no-repeat 0 0;
	background-size: contain;
	z-index: 100;
}

.mobile-qualification-badge {
	position: absolute;
	top: 70px;
	right: 5%;
	width: 50px;
	height: 50px;
	background: url(images/qualification-badge.png) no-repeat 0 0;
	background-size: contain;
	z-index: 100;
	display: none;
}

#main_wrapper{
width:100%;
margin-top:0px;
padding:0px;
}

#wrapper {
margin:0 auto;
width: 100%; 
max-width: 1000px;
}

#main_image{
/*background:url(images/01Header-Image.jpg) no-repeat ;*/
width:1000px;
height:433px;
}

#image_remark {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-weight: bold;
	color: #FFF;
}

/***************/
/* mobile logo */
/***************/

#logo_responsive {
	float: right;
	margin-bottom: 20px;
	padding-top: 20px;
	display: none;
}

	#logo_responsive div {
		margin: 0;
	}

	#logo_responsive div a {
		width: 177px;
		height: 41px;
		background: url("images/logo-responsive.png") no-repeat 0 0;
		display: block;
	}
	
/********************/
/* phone responsive */
/********************/

#phone_responsive {
	float: left;
	margin-bottom: 20px;
	padding-top: 20px;
	display: none;
}

	#phone_responsive a {
		width: 110px;
		height: 41px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		display: block;
	}
	
	#phone_responsive a span {
		display: block;
	}
	
/***************/
/* mobile menu */
/***************/

#mobile_menu {
	margin-bottom: 20px;
	border-bottom: 1px solid #FFF;
	clear: both;
	display: none;
}

	.responsive_nav {
		display: block;
		margin: 0 auto 30px;
		width: 36px;
		height: 28px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #3c4143 url(images/resp_navi_bg.png) no-repeat 50% 50%;
	}
	
	.responsive_nav.active {
		background-color: #00c3f4;
	}
	
	.mobile_menu_navigation {
		display: none;
	}
	
	.mobile_menu_navigation ul.menu, 
	.mobile_menu_navigation ul.menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}

	.mobile_menu_navigation ul.menu:after {clear:both;}

	.mobile_menu_navigation ul.menu li {
		overflow: hidden;
	}

	.mobile_menu_navigation ul.menu > li > a,
	.mobile_menu_navigation ul.menu ul li > a {
		display: block;
		border-top: 1px solid #FFF;
		padding: 10px 30px;
		line-height: 20px;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		background-color: transparent;
		-webkit-transition:background-color .2s ease-in-out, color .2s ease-in-out;
		-moz-transition:background-color .2s ease-in-out, color .2s ease-in-out;
		-ms-transition:background-color .2s ease-in-out, color .2s ease-in-out;
		-o-transition:background-color .2s ease-in-out, color .2s ease-in-out;
		transition:background-color .2s ease-in-out, color .2s ease-in-out;
	}
	
	.mobile_menu_navigation ul.menu ul li > a {
		font-size: 13px;
		font-weight: normal;
	}

	.mobile_menu_navigation ul.menu > li.current-menu-item > a,
	.mobile_menu_navigation ul.menu > li.current-menu-ancestor > a,
	.mobile_menu_navigation ul.menu > li > a:hover,
	.mobile_menu_navigation ul.menu > li:hover > a {
		color: #008ed2;
		background-color: #fdfdfd;
	}
	
	.mobile_menu_navigation ul.menu ul > li.current-menu-item > a,
	.mobile_menu_navigation ul.menu ul > li.current-menu-ancestor > a,
	.mobile_menu_navigation ul.menu ul > li > a:hover,
	.mobile_menu_navigation ul.menu ul > li:hover > a {
		color: #008ed2;
	}
	
	.mobile_menu_navigation ul.menu li.dropdown > a > span {
		display: block;
		background: url(images/arrow_resp.png) no-repeat 0 -73px;
	}
	
	.mobile_menu_navigation ul.menu li.dropdown > a.drop_active > span {
		background-position: 0 -35px;
	}

	.mobile_menu_navigation ul.menu ul {
		display: none;
	}
	
	.mobile_menu_navigation ul.menu ul li a {
		padding-right: 50px;
	}

	.mobile_menu_navigation ul.menu ul ul li a {
		padding-right: 70px;
	}

#logo{
background:url(images/Logo.png) 0% 0%;
width:253px;
height:124px;
position:absolute;
top:0px;
right:0;
margin-top:-140px;
z-index:1000;
cursor:pointer;
}

#hornav{
position:absolute;
top:0px;
right: 0;
/*margin-top:140px;*/
margin-top:97px; /* HTMLine - Roy */
z-index:100;
width:253px;
}

.rtl #acp-toggle-toolbar {
    right: auto !important;
    left: 30px !important;
}

#hornav ul{
	margin:0px -13px 0 0;padding:0px; width:253px; 
	 float:right;
}
#hornav li{
list-style:none;
padding-right:28px;
background-color:white;
margin-top:2px;
height:20px;
width:225px;
float:right;
}
#hornav a{
font-weight:bold;
font-size:15px;
color:#5b3f1b;
}
#hornav ul ul {
display:none;
position:absolute;
margin-top:-21px
}
#hornav ul ul li{
list-style:none;
padding:0px 10px;
margin:0px;
margin-top:2px;
margin-right:245px;
min-width:188px;
}
#hornav a{text-decoration:none;}


#hornav ul li:hover ul {display:block;}
#hornav ul li:hover {background-color:#0098DD;color:white;}

#hornav ul li.current_page_item {background-color:#0098DD;}
#hornav ul li.current_page_item a{color:white;}

#hornav ul li.current_page_parent {background-color:#0098DD;}
#hornav ul li.current_page_parent a{color:white;}

#hornav ul li:hover a{color:white;}
#hornav ul li:hover li a{color:#5b3f1b;}
#hornav ul ul li:hover a{color:white;}


.content{margin-top:18px;width:1000px;min-height:52px;margin-bottom:5px; }
.content_upper_bg{min-height:11px;background:url(images/content_bg_up.png) 50% 0%;}
.content_bootom_bg{min-height:11px;background:url(images/content_bg_down.png) 50% 0%;}
.content_div{background:white;min-height:30px;}
.mycontent_div {width:980px; padding:10px 20px 10px 0px; }

.content h1, .content h2{margin:0px;padding:0px;}

.post_outer {margin-bottom:4px;width:1000px;min-height:52px;margin-bottom:3px;}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
     
div.post {
padding-top:15px;
padding-bottom:30px;
width:655px;
margin-right:281px;
}
div.forum-post {
width: 73%;
float: left;
padding-top: 15px;
padding-bottom:30px;
}
.post h1 , div.forum-post h1{
font-size:18px;
margin-bottom:28px; 
color:#008ed2;
width:100%;
margin-top:0px;
}

.post h2{
margin-bottom:20px; 
padding-bottom:20px; 
color:#008ed2;
width:100%; border: none !important;
 
}
.post h3{
font-size:14px;
margin-bottom:28px; 
color:#008ed2;
width:100%;
margin-top:0px;
}

.post-recent-comment{
width:100%;
border-top:1px dotted #5b3f1b;
margin-top:15px;
}


.hr{border-top:1px solid #5b3f1b; margin:34px 0px; width:100%;}

#description_footer{
width:655px;
font-size:11px;
color:#5b3f1b;
margin-right:281px;

}

#credit{
color:white;
font-size:11px;
width:655px;
margin-right:281px;
min-height:34px;
}

#fixed_footer p{margin:4px 0px 0px 0px;padding:0px;}
#fixed_footer{
margin-bottom: -16px;
text-align:center;
background-color:#0098DD;
color:white;
line-height:24px;
width:100%;
}

#enter_comment_div #comment {direction:rtl;text-align:right;font-family:arial;}
.enter_comment_div{display:none;}
.comments_link{color:#008ed2;font-size:14px;cursor:pointer;}
.comments_link_div{width:100%;border-bottom:1px dotted #5b3f1b;margin-top:15px;cursor:pointer;}
.commentlist p{margin-bottom:5px;border-bottom:1px dotted #5b3f1b;width:100%;}


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}


.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

#loading_div {margin-top:10px;}
.entry code {font-family:arial;}


#si_contact_form1{width:100%;}
#izoonim_form ,.content_div{color:#5b3f1b;line-height:150%;}
.content_div p {margin:22px 0px;}
.content_div img{margin:6px 0px 11px 0;clear:both;}
.content_div a{margin:0px;padding:0px;}
.content{margin-bottom:240px; margin-bottom:30px;}

#back{margin: 34px 285px 34px 0;}
#back a{
color:white;
font-weight:bold;
font-size:14px;
}
#back a:hover{text-decoration:none;}


#hornav li.page-item-45{margin-top:17px;}
#hornav li.menu-item-2133{margin-top:17px;}

#right_sub_menu {padding-bottom:34px; float: right; margin-top:27px;   border-bottom: 1px solid #008ed2; width: 225px;}
#right_sub_menu li { list-style: none; margin-bottom: 6px;}
#right_sub_menu li a,
#right_sub_menu li a:visited { font-size:15px;}
#right_sub_menu li a:hover { text-decoration: none; }
#right_sub_menu li.current_page_item a {color: #5b3f1b;}
#right_sub_menu li.current_page_parent a {color: #5b3f1b;}
#right_sub_menu a:hover{color:#5b3f1b;}
#right_sub_menu_head {
color:#008ED2;
margin-bottom:20px;
font-size:20px;
text-decoration:none;
}

#contact_form_table td{vertical-align:middle;}
#wrapper_contact input {width:352px;height:20px;}
.text_field , .text_area{border:1px solid #0099DD;margin-bottom:1px;font-family:arial;}
.text_area{width:352px;height:135px;}
.answers{float:right;margin-top:20px;margin-bottom:30px;}
.answer_boxes{border:1px solid #0099DD;width:20px;height:20px;}
.answer_labels{width:30px;text-align:center;height:20px;padding-top:2px;}
input#send_btn{width:74px;background:url(images/send_2b.png) 0% 0%; border:0px;background-position: 0px 20px;}
input#send_btn:hover{border:0px;width:74px;background-position: 0px 0px;}
#wrapper_contact{margin-top:25px;}
#confirmation {float:left;font-size:15px;}


img.wp-image-98{
margin:0px;
margin-top:6px;
margin-bottom:11px;

}

/*************************************************************************************
* CSS ADDED BY SAGIVE SEO - WWW.SAGIVE.CO.IL
*************************************************************************************/
.clr {clear: both;}

.singlepostable td {
	vertical-align: top;
}

.sidebarsingle {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 15px;
    width: 250px;
}

.sidebarsingle  ul,.sidebarsingle  ul li ul {
    list-style: none outside none;
    padding: 0;
}

.postsingle {
    padding-bottom: 30px;
    padding-top: 15px;
    width: 655px;
}

.postsingle h1 a{
    color: #008ED2;
    font-size: 18px;
    margin-bottom: 28px;
    text-decoration: none;
}

.readmore {
    background: url("images/readmorearrow.png") no-repeat scroll right 3px transparent;
    margin-right: 10px;
    padding-right: 16px;
}

.tagsingle {
	
}

.tagsingle a {
	background: #f3f3f3;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	text-decoration: none;
}

.tagsingle a:hover {
	text-decoration: none;
	background: #f8f8f8;
}


/**********************************************************************
*	ADDED BY SAGIVE SEO
**********************************************************************/

/*************************************
*	SIDEBAR CSS
*************************************/
.widget {
	margin-bottom: 20px;
}

.widget h2 {
    color: #008ED2;
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: none;
}



/*************************************
*	CONTACT FORM
*************************************/

/**** GENERAL ****/
.fastContactForm {
	background: #B7D8F2;
    border: 1px solid #2177BB;	
	padding: 10px 15px;
}

.fastContactForm p {
	margin: 0;
}

/**** right part ****/
.fastContactForm .rightPart {
    float: right;
    width: 200px;
}

.fastContactForm .inputfcf p, .fastContactForm .inputfcfText p {
    font-weight: bold;
    margin: 0 0 3px;
}

.fastContactForm .inputfcf input{
    padding: 3px;
    width: 175px;
}

.fastContactForm .inputfcf {
    color: #FFFFFF;
 /*   height: 47px;*/
    line-height: 100% !important;
}

/**** mid part ****/
.fastContactForm .midPart {
    float: right;
    width: 150px;
}

.fastContactForm .midPart span {
    float: right;
}

.fastContactForm .midPart .wpcf7-list-item {
    float: right;
    line-height: 18px;
    margin: 9px 0 0;
}

.fastContactForm .midPart input {
    float: right;
}


/**** left part ****/
.fastContactForm .leftPart {
    float: right;
}

.fastContactForm .inputfcfText {
    color: #FFFFFF;
    line-height: 100% !important;
}

.fastContactForm .inputfcfText textarea {
    height: 112px;
    width: 255px;
}

.fastContactForm  .inputfcfButton {
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}

.fastContactForm  .inputfcfButton input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 2px 15px;
}

/**************************************************
*	SHORTCODES
**************************************************/
/*********** INFO BOXES *************/

/** info box **/
.info_box {
	background: #C3DFF4;
	border: 1px solid #589AFF;
	margin: 15px auto;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.info_box div {
	background:url("images/shortcodes/infobox.png") no-repeat right center;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 14px;
	color: #142B3A;
	font-weight: bold;
}

/** alert box **/
.alert_box {
	background: #FFFFC7;
	border: 1px solid #F9F900;
	margin: 15px auto;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.alert_box div {
	background:url("images/shortcodes/alertbox.png") no-repeat right center;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 14px;
	color: #F37A1E;
	font-weight: bold;
}

/** success box **/
.success_box {
	background: #F5FDDF;
	border: 1px solid #4D8100;
	margin: 15px auto;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.success_box div {
	background:url("images/shortcodes/icon_success.png") no-repeat right center;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 14px;
	color: #4D8100;
	font-weight: bold;
}

/*************** LISTS **************/
.list_star, .list_blue {
    padding: 8px 0;
}

/** list star **/
.list_star ul {
	list-style: none;
	padding: 0px 10px;
    margin: 0;	
}

.list_star li {
	background: url("images/shortcodes/bullet_star.png") no-repeat scroll right 1px transparent;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 21px 0 0;
}

/** list blue **/
.list_blue ul {
	list-style: none;
	padding: 0px 10px;
    margin: 0;	
}

.list_blue li {
	background: url("images/shortcodes/bullet_blue.png") no-repeat scroll right 1px transparent;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 21px 0 0;
}

/** list black **/
.list_black ul {
	list-style: none;
	padding: 0px 10px;
    margin: 0;	
}

.list_black li {
	background: url("images/shortcodes/bullet_darkgrey.png") no-repeat scroll right 1px transparent;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 21px 0 0;
}

/** list green **/
.list_green ul {
	list-style: none;
	padding: 0px 10px;
    margin: 0;	
}

.list_green li {
	background: url("images/shortcodes/bullet_green.png") no-repeat scroll right 1px transparent;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 21px 0 0;
}

/** list red **/
.list_red ul {
	list-style: none;
	padding: 0px 10px;
    margin: 0;	
}

.list_red li {
	background: url("images/shortcodes/bullet_red.png") no-repeat scroll right 1px transparent;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 21px 0 0;
}

/** arrow arrow **/
.list_arrow ul {
	list-style: none;
	padding: 0px 10px;
    margin: 0;	
}

.list_arrow li {
	background: url("images/shortcodes/bullet_green_arrow.png") no-repeat scroll right 1px transparent;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 21px 0 0;
}

/** arrow ticker **/
.list_v ul {
	list-style: none;
	padding: 0px 10px;
    margin: 0;	
}

.list_v li {
	background: url("images/shortcodes/bullet_true.jpg") no-repeat scroll right 1px transparent;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 21px 0 0;
}

/*** DIVIDERS ***/
.simpleDivider {
    border-color: -moz-use-text-color -moz-use-text-color #008ED2;
    border-style: none none solid;
    border-width: medium medium 1px;
	height: 20px;
	margin-bottom: 20px;	
}

.dashedDivider {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #008ED2;
}	

.dottedDivider {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #008ED2;
}	


/* === Highlighting === */
.highlight_yellow { background-color:#FFFF00; color:#000; padding:0px 5px 0px 5px; height:20px; border:1px solid #f0f000; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_black { background-color:#000; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #000; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_green { background-color:#009900; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #006e00; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_blue { background-color:#1b98da; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #0074aa; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_red { background-color:#c80000; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #890101; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_grey { background-color:#e6e4e4; color:#000; padding:0px 5px 0px 5px; height:20px;border:1px solid #d4d4d4; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}

.mycodeblock {
    border: 2px solid #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px 0px #444444;
	-moz-box-shadow: 2px 2px 2px 0px #444444;
	box-shadow: 2px 2px 2px 0px #444444;
}

/****** SHARE PLZ BUTTONS *****/
.sharebox {
width: 180px;
}

.shareface {
	float: right;
}


/********************************
*	COMMENTS
********************************/
.singleComments {

}

.singleComments li.even {
    padding: 10px 10px 1px;
}

.singleComments li.odd {
    background: none repeat scroll 0 0 #EAF3FB;
    padding: 10px 10px 1px;
}

.singleComments .comments {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

.singleComments .comments ul#comments {
	padding: 0px;
	list-style: none;
}

.singleComments .commentAvatar {
    float: right;
    margin: 0 0 0 10px;
}

.singleComments .commentAvatar img {
	margin: 0px;
}

.singleComments .comment-author {
    float: right;
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: -3px;
    padding: 0;
    text-align: center;
}

.singleComments .comment-date {
    font-size: 11px;
    margin-top: 2px;
}

.singleComments .comment-text {
    margin-top: 5px;
}

.singleComments .comment-text p {
    margin-top: 0px;
}

.singleComments .comments textarea {
	width: 400px;
}
.mzfooter {
	width:1000px;
	float:right;
	min-height:10px;
	margin-bottom:60px;
	display: none;
}
.clearall { clear:both ; }
#footer-widget-area .widget-area {
	width:220px;
	float:right; 
	overflow-x:hidden;
}
#footer-widget-area .widget-area h3.widget-title {
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	color:#008ED2;
}
#footer-widget-area .widget-area ul li ul {
	margin:0 !important;
}
#footer-widget-area .widget-area ul li ul li {
background: url("images/shortcodes/bullet_blue.png") no-repeat scroll right 1px transparent;
line-height: 20px;
margin: 0 0 4px;
padding: 0 21px 0 0;
}
#footer-widget-area .widget-area ul li ul li a {
	color:#222;
}
#footer-widget-area form#searchform label { display:none; }
#main_image {
               
                background: url(images/header.jpg) no-repeat 50% 0;
                position: relative;
}
#primary {
	float:right !important;
	margin-right:0 !important;
	padding-right:15px; width:227px;
	margin-top:-11px;
}
#primary h3.widget-title { 
 margin-bottom:10px;
}
#primary ul li { margin-bottom:15px ; border-bottom:1px solid #fefefe; }
#primary ul li ul { margin:0; }
#primary ul li ul li {
background: url("images/shortcodes/bullet_darkgrey.png") no-repeat scroll right 1px transparent;
line-height: 20px;
margin: 0 0 4px;
padding: 0 21px 0 0;
}
#primary ul li ul li a {
	color:#5B3F1B ; 
}
#primary  form#searchform label { display:none; }
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
#contact_form_table td {
vertical-align: middle;
white-space:nowrap;
}
#contact_form_table td {
vertical-align: middle;
}






 
#wpcf7-f1458-p48-o1 form {
width:490px;
min-height:20px;
float:right;
margin:20px 0px 0 0;
}

#wpcf7-f1458-p48-o1 #namec2 {
	
	border: 1px solid #09D;
	float:left;
	width: 352px;
height: 20px;
	background:#fff;
	margin-bottom:4px;
	
}
#wpcf7-f1458-p48-o1 #namec2t {
	
	border: 1px solid #09D;
	float:left;
	width: 352px;
height: 120px;
	background:#fff;
	margin-bottom:4px;
	
}
#wpcf7-f1458-p48-o1  p{
	float:right; 
	width:488px; 
	margin:0px 0 6px 0; 
}
 #wpcf7-f1458-p48-o1 p { *margin-top:0px; *width:480px; *height:30px; }
#wpcf7-f1458-p48-o1  label { 
	display:block;
	width:130px;
	float:right;
	height:18px; 
	color:#000; 
}
#wpcf7-f1458-p48-o1  p#butsend {
	width:480px;
	height:30px;
	float:left;
	margin-top:25px;
	line-height:18px;
	padding-right:0px;
	text-align:center;
	
}
 
*html   p#butsend { margin-top:5px;}	
  p#butsend  .wpcf7-submit  {
	width:60px;
	height:25px;
	cursor:pointer;
	color:#000;
	float:right;
	font-size:14px;
	font-weight:bold;
	line-height:20px; 
	background:#09D; margin-left:150px;
	border: 1px solid #09D; color:#fff;
}
 p#butsend  .wpcf7-submit:hover {
	background:#fff;
	color:#09D;
 }
div.wpcf7-response-output  {
position: absolute;
margin: 22em 0em 0em 0;
padding: 0.2em 1em;
z-index: 100;
}
span.wpcf7-not-valid-tip-no-ajax {
	position:relative;
	z-index:10 ;
	width:260px;
	height:14px;
	display:none;
}
div.wpcf7-validation-errors {
border: 2px solid #F7E700;
margin-top:22em;
}
#wpcf7-f1458-p48-o1 form div.wpcf7-validation-errors {
	margin:15em 0 0 0;
	background:#FF3;
}



/* HTMLINE - Roy */

/* BBPress */
#bbpress-forums div.bbp-forum-content {
  clear: both !important;
  margin-right: 0 !important;
  padding: 0  !important;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content { border: 1px solid; }


/* Stores */


.hl-branches__container {
    text-align: center;
}

.branches-cpt div.post {
    width: 97%;
    margin: 0;
    padding: 15px;
}

.hl-branches__area-title {
    text-align: center;
    padding-bottom: 0 !important;
    font-size: 25px;
    margin: 25px 0 33px !important;
}


.hl-branches__city-title {
    font-size: 17px !important;
    margin-top: 0px !important;
    border: 1px solid #008ed2;
    width: 25% !important;
    display: inline-block;
    padding: 15px;
    margin-right: 12px;
    text-align: center;
}




/* -- ***** Store 
---------------------------------------------------------------*/

#wpsl-search-wrap {
    float: right !important;
}


#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: auto !important;
    margin-left: 10px !important;
    float: right !important;
    direction: rtl !important;
}


.wpsl-input label, 
#wpsl-radius label, 
#wpsl-category label {
    width: auto !important;
}


#wpsl-stores .wpsl-store-thumb {
    float: left !important;
}

#wpsl-search-wrap #wpsl-results label,
#wpsl-search-wrap #wpsl-radius label {
    float: right !important;
    margin-right: auto !important;
    margin-left: 10px !important;
}


ul.store-treatments-list li .store-treatments-list__title {
    margin-left: auto !important;
    margin-right: 13px !important;
}

 
.store-working-hours__text {
    margin-left: auto !important;
    margin-right: 2px !important;
}
 

.store-phone a { 
    margin-left: auto !important;
    margin-right: 30px !important;
}


ul.store-treatments-list li .store-treatments-list__title {
    margin-left: auto !important;
    margin-right: 13px !important;
}


#wpsl-gmap {
    float: left !important;
}

/* -- ***** Stores Widget 
---------------------------------------------------------------*/

.sidebar-form-stores ul {
    text-align: right !important;
}


.sidebar-form-stores ul li a:before {
    right: -5px !important;
}



.branch_details_container {
    margin: 15px 0;
}


.branch_details_container div {
    font-weight: bold;
    margin-bottom: 15px;
} 



#wpsl-stores {
        min-height: 600px !important;
}

#wpsl-result-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}



@media (max-width: 767px) {

    #wpsl-result-list ul {
        display: block;
    }
    
} /*767*/



@media (max-width: 605px) {

    .grecaptcha-badge { 
        visibility: hidden;
    }
    
    #fixed_footer {
        height: 77px !important;
    }
    
    #wrapper {
        padding-bottom: 36px;
    }
    
} /* 605 */



/* Social Bar */

.awesome-social {
    line-height: 35px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 21px !important;
    border-radius: 50%;
    margin-bottom: 8px;
}


@media (min-width: 1200px) {
    
    #icon_wrapper {
        left: 39px !important;
    }

    
} /* 1200 */  