/*
Theme Name: ROL Theme
Theme URI: http://rol.co.il
Author: RealMedia
Author URI: http://realmedia.co.il
Description: 
Version: 1.0.0
License: Commerical
License URI: 
Tags:

*/

@font-face {
    font-family: 'Alef Hebrew';
    src: url('fonts/Alef-Regular.eot');
    src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Regular.woff') format('woff'),
         url('fonts/Alef-Regular.ttf') format('truetype'),
         url('fonts/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

body {
	font-size: 12px;
	color: #000;
	font-family: 'Alef Hebrew', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 16px;
	font-size: 14px;
}

b {font-weight: bold;}

a:link, a:hover, a:visited {
	color: #000;
	text-decoration: none;
}

input, textarea, select {
	font-family: 'Alef Hebrew', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h1.entry-title {
	font-weight: bold;
	font-size: 32px;
	margin: 0 8px 16px 8px;
}

.clr {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 1064px;
	position: relative;
}

#header {
	margin: 16px 8px;
}

#header div.logo {
	float: left;
	width: 249px;
	height: 287px;
	background: #222;
}

#header div.logo h1 {
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 36px;
}

#header div.logo a {
	display: block;
}

#header div.logo img {
	display: block;
	max-width: 100%;
	margin-top: 20px;
}

.banner {
	float: right;
	width: 782px;
	height: 287px;
}

#menu {
	margin: 0 8px 3px 8px;
}

#menu input[type="checkbox"] {
	display: none;	
}

#menu input[type="checkbox"] + label {
	float: right;
	margin-left: 3px;
	background: #222;
	width: 139px;
	height: 91px;
	text-align: center;
	line-height: 91px;
	font-size: 18px;
	color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;	
    cursor: pointer;	
}

#menu input[type="checkbox"]:checked + label, #menu label:hover {
	background: #000;
}

#menu .filter {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	margin-left: 3px;	
}

#menu .filter input[type="radio"] {
	display: none;
}

#menu .filter label {
	display: block;
	cursor: pointer;
}

#menu .filter label:hover {
	background: #222;
}

#menu .filter li {
	background: #222 url('images/menuicon.png') no-repeat center 60px;
	width: 139px;
	height: 91px;
	text-align: center;
	font-size: 18px;
	color: #fff;	
}

#menu .filter li span {
	display: table-cell;
	width: 139px;
	height: 59px;
	vertical-align: bottom;
	line-height: 26px;
	padding-bottom: 32px;
}

#menu .filter li.noicon {
	background-image: none;
}

#menu .filter li a {
	color: #fff;
}

#menu .filter li div.nano {
	display: none;
	max-height: 280px;
	width: 139px;
	z-index: 1;
	background: #000;
}

#menu .filter:hover li {
	background-color: #000;
}

#menu .filter:hover li div.nano {
	display: block;
}

#menu .filter li div.nano ul li {
	line-height: 35px;
	font-size: 14px;
	height: auto;
	background: #000;
	padding-right: 15px;
}

#menu .filter li div.nano ul li:last-child {
	padding-bottom: 10px;
}

#menu .filter li div.nano ul li a {
	color: #fff;
}

#menu .filter li div.nano ul li:hover a {
	background: #222;	
	display: block;
}

#search {
	width: 338px;
	float: left;
}

#search .searchtext {
	height: 42px;
	background: #222;
}

#search input[type="text"] { 
	background: #fff url('images/searchicon.png') no-repeat 298px center;
	margin: 9px;
	height: 22px;
	padding: 0 30px 0 10px;
	width: 278px;
	border: 0;
	border: 1px #e4e4e4 solid;
	box-shadow: 0 0 0 1px #acacac;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	outline: none;
}

#search input[type="submit"] {
	border: 0;
	padding: 0;
	width: 338px;
	text-align: center;
	color: #fff;
	background: #000;
	height: 46px;
	margin-top: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}

#search input[type="submit"]:hover {
	background: #222;
	color: #000;
}

.header_msg {
	margin: 0 7px 14px 7px;
	background: #c0c0c0;
	padding: 10px;
	font-size: 14px;
}

.header_msg b {
	display: block;
	margin-bottom: 5px;
}

.resturant {
	background: #c0c0c0;
	width: 250px;
	height: 285px;
	margin: 0 8px 16px 8px;
	float: left;
	display: block;
	position: relative;
}

.resturant:hover {
	opacity: 0.6;
}

.resturant_bg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 210px;
	margin-bottom: 75px;
	display: block;	
}

.resturant img.logo {
	position: absolute;
	bottom: 0;
	right: 0;
}

.resturant_sidemenu {
	width: 250px;
	height: 285px;
	margin: 0 8px 16px 8px;
	float: left;
	display: block;
}

.resturant_center {
	width: 250px;
	margin: 0 auto;
	position: relative;
}

.resturant_sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.resturant_sidemenu ul li {
	text-align: center;
	font-size: 16px;
	margin-top: 3px;
}

.resturant_sidemenu ul li:first-child {
	margin-top: 0;
}

.resturant_sidemenu ul li a {
	background: #c0c0c0;
	line-height: 45px;
	display: block;
}

.resturant_sidemenu ul li a:hover {
	background: #000;
	color: #fff;
}

.banner_widget {
	display: block;
	background: #c0c0c0;
	height: 285px;
	overflow: hidden;
	width: 516px;
	float: left;
	margin: 0 8px 16px 8px;
}

.resturant_big_img {
	float: left;
	width: 250px;
	display: block;
	height: 164px;
	background-size: cover;
	background-position: center center;
	margin: 0 8px 16px 8px;
}

.resturant_big {
	display: block;
	border: 7px #dedbdb solid;
	width: 768px;
	height: 150px;
	margin: 0 8px 16px 8px;
	overflow: hidden;
}

.resturant_big div.logo {
	float: right;
	width: 180px;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}

.resturant_big div.logo img {
	max-width: 180px;
	max-height: 75px;
}

.resturant_big div.description {
	float: right;
	padding: 10px 5px;
	width: 297px;
	overflow: hidden;
}

.resturant_big div.info {
	float: left;
	width: 260px;
	padding: 5px;
	text-align: center;
}

.resturant_big div.info h4 {
	margin: 5px;
	font-size: 16px;
}

.resturant_big div.info h3 {
	margin: 5px 5px 10px 5px;
	font-size: 18px;
	font-weight: bold;
}

.resturant_big div.info ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.resturant_big div.info ul li {
	float: right;
	padding: 0 5px;
	margin-top: 10px;
	text-align: center;
}

.resturant_big div.info ul li a {
	line-height: 22px;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
	display: block;
	width: 120px;
	background: #e5e5e5;
	font-weight: bold;
}

.resturant_big div.info ul li a:hover {
	color: #fff;
	background: #222;
}

#single-home-container-3, #single-home-container-7, #single-home-container-9 {
	clear: both;
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 0 8px 16px 8px;	
}

#mobile-1, #mobile-2, #mobile-3, #mobile-4, #mobile-5, #mobile-6, #mobile-7, #mobile-8, #mobile-9 {
	clear: both;
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 0 8px 3px 8px;		
}

.resturant_big_ajax {
	display: block;
	background: #dedbdb;
	width: 1032px;
	padding: 16px 8px;
	margin: 0;
	font-size: 14px;
	text-align: right;
}

.resturant_big_ajax_img {
	float: left;
	width: 400px;
	display: block;
	height: 210px;
	margin: 0 8px 0 8px;
	background-size: cover;
}

.resturant_big_ajax div.logo {
	float: right;
	width: 244px;
	height: 191px;
	padding: 0 8px;
	margin: 0 8px;
	background: #fff;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.resturant_big_ajax div.logo img {
	max-width: 180px;
	max-height: 75px;
	display: block;
	margin: 0 auto 10px auto;
}

.resturant_big_ajax div.description {
	float: left;
	padding: 0 8px;
	width: 320px;
}

.resturant_big_ajax div.logo h4 {
	font-size: 18px;
	margin: 10px 0;
}

.resturant_big_ajax div.logo h3 {
	font-size: 22px;
	font-weight: bold;
}

.resturant_big_ajax div.description ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.resturant_big_ajax div.description ul li {
	float: right;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}

.resturant_big_ajax div.description ul li:first-child {
	margin-left: 20px;
}

.resturant_big_ajax div.description ul li a {
	line-height: 22px;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
	display: block;
	width: 110px;
	background: #e5e5e5;
	font-weight: bold;
}

.resturant_big_ajax div.description ul li a:hover {
	background: #222;
}

#loading {
	background: url('images/loading.gif') no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

#footer {
	margin: 0px 8px 30px 8px;
	padding: 19px;
	background: #dedbdb;
}

#footer .widget {
	width: 186px;
	float: right;
	margin-right: 20px;
}

#footer .widget:first-child {
	margin-right: 0;
}

#footer .widget b {
	font-size: 18px;
	display: block;
	margin-bottom: 25px;
}

#footer .widget ul li {
	border-top: 1px #a1a0a0 dashed;
	padding-top: 5px;
	margin-top: 5px;
}

#footer .widget ul li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#footer .widget ul li a:hover {
	color: #333;
}

.pchide {
	display: none;
}

.mobilehide {
	display: block;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.search .hidesearch {
	display: none;
}

.right-banners, .left-banners {
	display: none;
}

.nano .nano-content {
	left: -15px !important;
}

ul.footer-links {
	width: 1048px;
	margin: 0 8px 65px 8px;
	text-align: center;
}

ul.footer-links li {
	display: inline-block;
	margin: 0 10px;
	line-height: 30px;
}

ul.footer-links li a {
	color: #888;
}

ul.footer-links li a:hover {
	color: #000;
}

@media
(min-width : 1280px) {
	
.right-banners {
	display: block;
	position: absolute;
	right: -94px;
	top: 303px;
}

.right-banners li {
	margin-bottom: 16px;
}

.left-banners {
	display: block;
	position: absolute;
	left: -94px;
	top: 303px;
}

.left-banners li {
	margin-bottom: 16px;
}

}

@media
(min-width : 320px) 
and (max-width : 768px) {

input, select {
    -webkit-appearance: none;
    border-radius: 0;
}

#wrapper {
	width: auto;
}

#header {
	padding: 0;
	margin: 8px 8px 3px 8px;
	text-align: center;
}

#header div.logo {
	float: none;
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
	text-align: center;
	padding: 20px 0 30px 0;
}

#header div.logo img {
	margin: 0 auto;
	max-height: 120px;
}

.banner {
	display: none;
}

#menu .filter {
	float: none;
	margin-bottom: 3px;
	margin-left: 0;
}

select {
	width: 100%;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	background: #222 url('images/menuicon.png') no-repeat 10px center;
	border-radius: 0;	
	border: 0;
	color: #fff;
	margin-bottom: 3px;
	font-size: 18px;
	text-align: center;
	padding: 0 10px;
}

select:hover {
	background-color: #000;
}

option {
	text-align: center;
	display: block;
}

#menu input[type="checkbox"] + label {
	float: none;
	margin-left: 0;
	background: #222;
	width: auto;
	height: 42px;
	text-align: right;
	display: block;
	line-height: 42px;
	padding: 0 10px;
	margin-bottom: 3px;
}

#menu .filter li {
	width: auto;
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: right;
	padding: 0 10px;
}

#search {
	width: auto;
	float: none;
}

#search .searchtext {
	height: 42px;
	background: #222;
	text-align: center;
}

#search .searchtext input[type="text"] {
	width: 250px;
	text-align: center;
}

#search input[type="submit"] {
	width: 100%;
}

.header_msg {
	margin-bottom: 3px;
}

.resturant {
	width: auto;
	float: none;
	margin-bottom: 3px;
}

.resturant_sidemenu {
	float: none;
	width: auto;
	margin-bottom: 3px;
}

.resturant_bg {
	width: auto;
}

.banner_widget {
	width: auto;
	margin-bottom: 3px;
}

.resturant_big_img {
	display: none;
}

.resturant_big {
	float: none;
	width: auto;
	height: auto;
	padding: 10px;
	margin-bottom: 3px;
}

.resturant_big div.logo {
	width: auto;
	float: none;
}

.resturant_big div.description {
	float: none;
	width: auto;
}

.resturant_big div.info {
	float: none;
	margin: 0 auto;
}

.resturant_big div.info h4 a, .resturant_big div.info h3 a {
	color: #222;
}

.resturant_big_ajax {
	width: auto;
	margin-bottom: 3px;
}

.resturant_big_ajax div.logo {
	height: auto;
	width: auto;
	float: none;
	padding: 10px 10px 15px 10px;
}

.resturant_big_ajax div.logo h4 a, .resturant_big_ajax div.logo h3 a {
	color: #222;
}

.resturant_big_ajax_img {
	float: none;
	width: auto;
}

.resturant_big_ajax div.description {
	float: none;
	width: auto;
	padding-top: 10px;
}

.mobilehide {
	display: none;
}

.pchide {
	display: block;
}

#footer .widget {
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-right: 0;
}

#footer .widget:first-child {
	margin-top: 0;
}

ul.footer-links {
	width: auto;
	margin-bottom: 30px;
}

}