/* Theme Name: Sahar Law */

@import url(fonts/opensanshebrew.css);

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
body {
	direction:rtl;
	font-family: 'Open Sans Hebrew', serif;
	font-size:17px;
}
a {
	color:inherit;
	text-decoration: none;
}
ul, form {
	margin:0;
}
.footer_menu li{
    display:inline-block;
    padding:0 10px;
}
.footer_menu{
    width:100%;
    text-align:center;
    padding:20px;
}
h1,h2,h3,h4,h5 {
	font-family: 'Open Sans Hebrew', serif;
	padding:0;
	margin:0;
	font-weight:normal;
	color:#bca382;
}
p {
	text-align: justify;
}
.pagewrap {
	display: block;
	width:100%;
	max-width:1050px;
	margin:0 auto;
}
header#header {
	position: relative;
	display: block;
}
header#header .first_row {
	display: block;
	position: relative;
}
header#header .logo {
	display: inline-block;
	width:80%;
	float:right;
	margin:30px 0 25px 0;
}
.top_bg {
	display: block;
	width:100%;
	height:5px;
	background:url(img/bg_footer.png);
}
header#header .icons {
	display: inline-block;
	width:20%;
	float:left;
	margin-top:45px;
}
.logo span.address {
	font-size: 18px;
	display: block;
	margin-top:5px;
}
.logo a {
	display: inline-block;
}
header#header .icons .mailto,
header#header .icons .search,
header#header .icons .waze {
    background:url(img/header_btns_sprite.png);
	display: inline-block;
	float:left;
	width:34px;
	height:34px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
header#header .icons .search {

}
header#header .icons .search:hover {
	background:url(img/header_btns_sprite_hover.png);
}
header#header .icons .waze {
  background-position: 74px 0px;
  margin-left: 5px;
}
header#header .icons .waze:hover {
  background-position: 74px 34px;
  margin-left: 5px;
}
header#header .icons .mailto {

  background-position: 35px 0px;
  margin-left: 5px;
}
header#header .icons .mailto:hover {
  background-position: 35px 34px;
  margin-left: 5px;
}
header#header .menu_bg {
	display: block;
	background:url(img/bg_menu.jpg);
	line-height:0;
}
header#header .menu_wrapper {
	display: inline-block;
	width:100%;
}
.menu_wrapper ul.main_menu {
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.menu_wrapper ul.main_menu li {
	display: inline-block;
	float:right;
}
.menu_wrapper ul.main_menu li a {
	color:#fff;
	display: inline-block;
	font-weight:bold;
	font-size:18px;
	padding:12px 10px;
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.menu_wrapper ul.main_menu li:hover > a{
	background:#cab08f;
}
.menu_wrapper ul.main_menu > li > a:hover:after {
	display: none;
}
.menu_wrapper ul.main_menu > li > a:after {
	content:'';
	height:18px;
	width:1px;
	background:#fff;
	position: absolute;
	left:0;
	top:15px;
}
.menu_wrapper ul.main_menu > li:last-child a:after {
	display: none;
}
.main_menu li.current-menu-item a {
	background:#cab08f;
}
.main_menu li.current-menu-item a:after {
	display: none;
}
.hp_content {
	display: inline-block;
	width:100%;
	margin:45px 0 20px 0;
}
.hp_content a {
	color:#a27e4f;
}
.hp_content a:hover {
	color:#cab08f;
}
.hp_content a:before {
	content:"\0BB \020";
}
div.hp_sep {
	display: inline-block;
	height:31px;
	width:100%;
	background:url(img/sep.png) no-repeat 100% 100%;
}
footer#footer {
	display: inline-block;
	position: relative;
	width:100%;
	background:url(img/bg_footer.png);
}
footer#footer .footer_text {
	text-align: center;
	display: inline-block;
	width:100%;
	color:#fff;
	font-size:15px;
	padding:15px 0;
}
.page_header {
	display: block;
	min-height:160px;
}
.pagetitle {
	display: inline-block;
	width:100%;
	border-bottom:1px solid #e6e6e6;
	padding:20px 0 15px 0;
}
.pagetitle h1 {
	display: inline-block;
	width:50%;
	font-size:24px;
	color:#bca382;
	float:right;
}
div.pagetitle div.breadcrumbs {
	display: inline-block;
	width:50%;
	float:left;
	color:#876a54;
	margin:0;
}
div.breadcrumbs p#breadcrumbs  {
	margin:0;
	text-align:left
}
div.breadcrumbs p#breadcrumbs .current {
	color:#c7b096;
}
.content_wrapper {
	display: inline-block;
	width:100%;
	position: relative;
	margin-top:25px;
}
.page_content {
	display: inline-block;
	width:100%;
	text-align: justify;
}
.post_thumbnail {
	display: inline-block;
	width:100%;
	text-align:left;
}
.menu_wrapper ul.sub-menu {
	display:none;
	position:absolute;
	background:#8b6d56;
	margin:0;
  z-index:999;
}
.menu_wrapper ul.sub-menu li {
	display: inline-block;
	width:100%;
}
.menu_wrapper .main_menu li.menu-item-has-children:hover ul.sub-menu {
	display:block;
}
.menu_wrapper .main_menu li.menu-item-has-children:hover ul.sub-menu li a{
	display: inline-block;
	width:100%;
	color:#fff;
	font-weight:normal;
}
.cform h3 {
	color:#8b6d56;
	font-size:20px;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:5px;
	margin-bottom:13px;
}
.ajax-loader {
	display:none;
}
.cform input,
.cform textarea {
	width:100%;
	font-family: 'Open Sans Hebrew', serif;
}
.cform span.wpcf7-not-valid-tip {
	display:none;
}
.cform input[type="submit"] {
	cursor:pointer;
}
.cform div.wpcf7-validation-errors,
.cform div.wpcf7-mail-sent-ng {
	border:none;
	color:red;
	line-height:1.2;
}
.cform div.wpcf7-mail-sent-ok {
	border:none;
	color:#398f14;
}
.cform div.wpcf7-response-output {
	margin:0;
	padding:0;
}
.cform p {
	margin-bottom:7px;
}
.cform textarea {
	height:60px;
	margin:11px 0;
}
.cform .cform_send {
	background:url(img/bg_send_btn.jpg);
	color:#fff;
	font-size:20px;
	padding:0;
}
.cform .cform_send:hover {
	background:#CEBE91;
	color:#fff;
}
#map_canvas {
	width:100%;
	height:400px;
	direction:ltr;
}
#map_canvas img { max-width: none; }
img { max-width: 100%; }
.contact_page {
	margin-bottom:60px;
}
article.article_post {
	display: inline-block;
	width:85%;
}
.article_post h2 {
	font-size:24px;
}
article.article_post p {
	margin:0;
}
a.exp {
	color:#bb9e7c;
}
.article_sep {
	background:#e6e6e6;
	height:1px;
	width:45%;
	margin:20px 0 25px;
}
.category_page {
	margin-bottom:60px;
}
.tips_page ul {
	list-style-type:none;
}
.tips_page ul li {
	background:url(img/list_dot.png) no-repeat right 17px;
	border-bottom:1px solid #e6e6e6;
	padding:7px 17px 10px 0;
	width:98%;
}
.tips_page ul li:first-child {
	border-top:1px solid #e6e6e6
}
.tips_page {
	margin-bottom:100px;
}
.lawyer_archive {
	text-align: center;
}
.tp-rightarrow.default {
	background:url(img/slider_next.png) no-repeat;
	width: 29px;
	height: 62px;
}
.tp-leftarrow.default {
	background:url(img/slider_prev.png) no-repeat;
	width: 29px;
	height: 62px;
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	opacity:0.6;
}
.single_lawyer a {
	color:#8b6d56;
}
.single_lawyer {
	margin-bottom:100px;
}
.single_lawyer h2 {
	color:#8b6d56;
	font-size:26px;
	margin-bottom:20px;
}
.single_lawyer .page_content {
	padding-left:30px;
	text-align: center;
}
.lawyer_box {
	display: inline-block;
	width:22%;
	margin-bottom:30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.lawyer_box:hover {
	opacity:0.7;
}
.lawyer_name {
	display: inline-block;
	margin-top:10px;
}
.break {
	height:1px;
	width:100%;
}
.hp_pages {
	margin-top:15px;
}
.hp_pages .hp_pages_content {
	display: inline-block;
	width:70%;
	float:right;
	padding-left: 20px;
}
.hp_pages .hp_thumb {
	display: inline-block;
	width: 30%;
	float: right;
	margin-top:29px;
}
.hp_pages_content h2 {
	border-bottom:1px solid #e6e6e6;
	font-size:24px;
	color:#bca382;
	margin-bottom:10px;
	padding-bottom:3px;
}
a.hp_exp {
	color:#bca382;
}
a.hp_exp:before {
	content: "\0BB \020";
	margin-right:8px;
}
.not_found {
	padding:60px 0 120px;
}
.not_found h1 {
	margin-bottom:40px;
}
.amount {
	margin-bottom:20px;
}
.amount span {
	color:#bca382;
}
.search_form {
	display: none;
	width:100%;
}
.search_form input {
	width:100%;
	margin-top:5px;
}
.search_form form {
	display: inline-block;
}
.search_form .search_f input[type="search"] {
	border-radius:5px;
}
#res_menu {
	display: none;
	width:100%;
	text-align: center;
}
.res_menu_wrapper {
	display: none;
}
#res_menu span {
	background:url(img/icon_menu.png) right no-repeat;
	background-size:24px;
	font-size:24px;
	padding-right:40px;
	cursor:pointer;
}
.res_menu_wrapper .main_menu li.current-menu-item a {
	background:none;
}
.res_menu_wrapper li:hover ul.sub-menu {
	display: none;
}
.res_menu_wrapper ul.sub-menu {
	display: none;
	list-style-type: none;
	margin:0;
	font-size:14px;
}
img.sep {
	width:100%;
	margin:20px 0;
}
.hp_pages_content p {
	margin:0;
}
.page_1,.page_2 {
	display: inline-block;
}
.homepage {
	margin-bottom:50px;
}
