/*
Theme Name: AdarNet
Theme URI: https://www.AdarNet.co.il/
Author: AdarNet
Author URI: https://www.AdarNet.co.il/
Description: בנייה וקידום אתרים
Version: 1.0
License: Private License v2 or later
License URI: http://www.AdarNet.co.il
Text Domain: AdarNet
Tags: בנייה וקידום אתרים
*/
/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);

html {
	background:url('/wp-content/uploads/2015/11/pattern2.png') center center repeat #fff;
}
body {
	font-family: "Alef Hebrew";
}
.feedback .input input, 
.feedback textarea, 
body { 
	color:#898989;
	font-size:14px;
}
a {
	color:#65c5e4;
	text-decoration: none;
}
a:hover {
	color:#c0c0c0;
}
h2.entry-title a {
	color:#098586;text-decoration: underline;
}
h1.entry-title {
	color:#393939;font-size: 5px;
    color: #f2efea;
}
h2.entry-title a:hover{
	color:#c0c0c0;
}

.widget ul li a{color: #545150;font-size: 16px;}

p {
    line-height: 26px;
    color: #000;
    font-size: 18px;
}

hr {margin-bottom: 50px;margin-top: 50px}
/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
.top1 {
	border-bottom: 1px dotted #BBB4A2;
}
#logo {
	float:right;
}
#logo img {
	vertical-align:bottom; 
}

/* ---------- SEARCH ---------- */
.search-trigger,.searchbtn {
	background:url(images/search.png) center no-repeat;
	width:31px;
	height:31px;
	cursor:pointer;
	float:right;
    z-index: 99999;	
}
.search-trigger:hover, .searchbtn:hover, .search-trigger.active {
	background:url(images/search-hovered.png) center no-repeat;
}
.headersearch #s {
	width:calc(100% - 31px); 
}
#searchsubmit {
	display:none;
}
#s {	
	border:none;
	width: calc(100% - 56px);
	float:left;
	height:31px;
	line-height:24px;
	color:#a0a0a0;
	font-size:12px;
	border-radius:30px;
	background: none;
}
.headersearch .searchform {
	margin:0;
	border:none;
}
.searchform {
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	height: 31px;
}
.headersearch .searchform.active {
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	width: 100%;
	height: 31px;
}
.headersearch {
	padding: 9px 0 0;
	width: 200px;
	position: relative;
}
.headersearch .search-form {
    display: none;
    position: absolute;
    top: 0;
    z-index: 9999;
    margin: 10px 0 0;
    height: auto;
    width: 82%;
}
/* ---------- MENUS ---------- */
#top-menu {
	float:left;
}
#header #top-menu .menus > li > a, #header #main-menu .menus > li > a {
	padding: 5px 4px;
}
#header .menus > li {
	margin: 10px 0;
}
#header .menus > li > a {
	padding:15px 15px;
}
#header #main-menu > div > ul > li > a {font-size: 15px;color: #000;line-height: 23px;}
#header #main-menu > div > ul > li:hover > a {
	background: #098586;
	color:#fff;
	border-radius:3px;
}

#header #main-menu > div > ul > li.current_page_item > a {
	background: #098586;
	color:#fff;
	border-radius:3px;
}

#header .menus ul {
	background: #fff;
	border:1px solid #e5e5e5;
	border-radius: 7px;
	text-align: left;
	margin-top: 3px;
}
#header .menus ul li {
	padding: 10px 15px;
}
#header .menus li a {
	color:#6c6c6c;
	font-size: 16px;
	text-align: right;
}
#header .menus li:hover > a{
	color:#65c5e4;
}

/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		margin-top:9px;
		border-radius: 12px;
		overflow: hidden;
                height:400px;
width:100%;
	}
	.slide-back {

	}
	.slider {
		position:relative;
		width:1000px;
		max-width: 100%;
	}
	.fp-prev {
		left:18px;
		height:48px;
		width:48px;
		
	}
	.fp-next {
		right:18px;
		height:48px;
		width:48px;
		
	}
	.fp-content-wrap {
	    z-index: 5;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 30%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fp-content {
		width:50%;
		text-align:left;
		left:5%;
		right:0;
		bottom:0;
		top:0;
		text-transform: uppercase;
		font-size: 12px;
	}
	.fp-title a{
		color:#fff;
		font-size: 40px;		
	}
	.fp-desc {
		color:#fff;
	}
	a.fp-more {
	    color: #eeff7b;
		border: 2px solid #eeff7b;
		border-radius: 30px;
		padding: 10px 35px;
		display: block;
		float: left;
	}
	a.fp-more:hover {		
		color: #71c9e6;
		border: 1px solid #eeff7b;
		background: #eeff7b;
	}
	.fp-prev-next-wrap {
	    margin: 0 0px;
		position: absolute;
		z-index: 6;
		top: 46%;
		width: 100%;
	}
	
	


/*------------------------------ CONTENT ------------------------------*/
#content {
	padding: 10px 0 0;
}
a.readmore {
	margin-top: 12px;
}
#commentform #submit, input.readmore, a.readmore {
	border:2px solid #098586;
	border-radius: 30px;
	padding: 7px 25px;
	text-transform: uppercase;
	font-size: 12px;
	color:#098586;
	float: left;
	background: none;
}
input.readmore {
	float: none;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:#098586;
	color:#fff;
}
.hentry {
	border-bottom: 1px solid #e6e6e6;
}
article {
	padding: 30px 0 0;
}
.entry-meta > span {
	margin-right: 15px;
	color: #c0c0c0;
	font-size: 13px;
	margin: 10px 10px 0 0;display: none;
}
.entry-title {
	margin: 7px 0 9px;
}
.featured_image {
	border-radius: 12px;
}	
.tags {
	padding: 15px 0;
}
.post-date {
	text-transform: uppercase;
	font-size: 12px !important;	
	display: block;
    margin: 8px 0 5px;
    color: #c0c0c0;
}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a, .widget_comments img {
	border:none;
	padding:0;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
}
.widget_posts a, .widget_flickr a, .widget_comments a {
	color:#65c5e4;
}
.widget_posts a:hover, .widget_flickr a:hover, .widget_comments a:hover {
	color:#c0c0c0;
}
.pagination{
	margin:30px 0 0;
}
.pagination.classic {
	text-align:left;
}
.page-numbers {
	padding:5px 10px;
	font-family: "Alef Hebrew";
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.page-numbers.dots {
	background: none;
	color: #65c5e4;
}
a.page-numbers,
body.woocommerce #main_content nav.woocommerce-pagination ul li a,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li a,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a,
body.woocommerce #main_content nav.woocommerce-pagination ul li span,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li span,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li span {
	background: #65c5e4;
	color:#fff;
	width: 45px;
	height: 45px;
}
.woocommerce #content #main_content nav.woocommerce-pagination ul li, 
.woocommerce #main_content nav.woocommerce-pagination ul li, 
.woocommerce-page #content #main_content nav.woocommerce-pagination ul li, 
.woocommerce-page #main_content nav.woocommerce-pagination ul li   { 
	margin-right:9px;
} 
a.page-numbers:hover, 
span.page-numbers,
body.woocommerce #main_content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li span.current,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li span.current,
body.woocommerce #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a:hover,
body.woocommerce #main_content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #main_content nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content #main_content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content #main_content nav.woocommerce-pagination ul li a:focus {
	background: #ec7da2;
	color:#eeff7b;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background: #000;
	background: url('/wp-content/uploads/2015/11/pattern1.png') top center repeat;
	background-size: cover;
}

#footer a{}

#footer h3{
    margin: 0;
    background: #545150;
    color: #D9F0F1;
    text-align: center;
    line-height: 40px;
    border-radius: 25px 0;
    border-right: 2px solid #0E9D9E;
    border-left: 2px solid #0E9D9E;
}

#footer .container {
}

#footer .footer_txt {
	padding: 15px 0;
	color: #FFFFFF;
}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:25px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:25px;
}


.mobile-icons {
    display: none;
   
}




.widget .caption h3 {
margin: 0 0 5px;      background: #545150;      color: #D9F0F1;      font-size: 23px;text-align: center;      line-height: 40px;      border-radius: 25px 0;      border-right: 2px solid #0E9D9E;      border-left: 2px solid #0E9D9E;}
#content .widget {
	 margin-bottom: 35px;
}
.widget_comments .comment:before, .widget_comments .comment:after , .widget_comments .comment{
	content: none;
	font-style: normal;
	display: block;
}
.comment_author {
	display: block;
    margin-bottom: 5px;
}
.widget_categories ul li:before, .widget_archive ul li:before {
	content: none;
}
.widget_categories ul li a, .widget_archive ul li a {
	color: #898989;
}
.widget_categories ul li a:hover, .widget_archive ul li a:hover {
	color: #65c5e4;
}
.widget ul li {
	border: none;
}
.tabs_captions {
	padding: 0;
}
.tabs_captions .tabscaption{
	color: #393939;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 20px;
}
.tabs_captions .tabscaption.active, .tabs_captions .tabscaption:hover{
	color: #65c5e4;
	border-bottom:2px solid #65c5e4;
	padding: 10px 20px 9px;
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content .container {
	}
	.menusearch {
		width:260px;
	}
	/*------------------------------ MENU ------------------------------*/
	
	#header-block {
		position:relative;
	}
	
	/*------------------------------ FOOTER ------------------------------*/
	#footer .footer_txt  {
		margin:0 auto;
		padding-left:0;
		padding:20px 0;
	}
	
	#footer .footer_txt .container { padding-left:20px; }

}	

/* WooCommerce */
.woocommerce #main_content a.button.alt, 
.woocommerce-page #main_content a.button.alt, 
.woocommerce #main_content button.button.alt, 
.woocommerce-page #main_content button.button.alt, 
.woocommerce #main_content input.button.alt, 
.woocommerce-page #main_content input.button.alt, 
.woocommerce #main_content #respond input#submit.alt, 
.woocommerce-page #main_content #respond input#submit.alt, 
.woocommerce #main_content #content input.button.alt, 
.woocommerce-page #main_content #content input.button.alt,
.woocommerce-page #main_content #content .products li a.button {
}
.woocommerce #main_content a.button.alt:hover, 
.woocommerce-page #main_content a.button.alt:hover, 
.woocommerce #main_content button.button.alt:hover, 
.woocommerce-page #main_content button.button.alt:hover, 
.woocommerce #main_content input.button.alt:hover, 
.woocommerce-page #main_content input.button.alt:hover, 
.woocommerce #main_content #respond input#submit.alt:hover, 
.woocommerce-page #main_content #respond input#submit.alt:hover, 
.woocommerce #main_content #content input.button.alt:hover, 
.woocommerce-page #main_content #content input.button.alt:hover,
.woocommerce-page #main_content #content .products li a.button:hover  {
}
.sidebar .widget.woocommerce.widget_product_search #s {    
}
.sidebar .widget.woocommerce.widget_product_search #searchsubmit {
}
.sidebar .widget.woocommerce.widget_product_search #searchsubmit:hover { 
}
.sidebar .widget.woocommerce.widget_product_search { 
}
.woocommerce #main_content table.shop_table, .woocommerce-page #main_content table.shop_table {
}
.woocommerce .sidebar .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
}
.woocommerce .sidebar .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
}
.woocommerce #main_content ul.products li.product h3, .woocommerce-page #main_content  ul.products li.product h3  { 
}
.woocommerce-page #main_content > #container > #content { 
}
/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	.headersearch {
		top: -60px !important;
	}
	.top1 {
		border: none;
	}
	.fp-content-wrap {
		top:10%;
	}
	.fp-content {
		height: auto !important;
	}
	/*------------------------------ MENU ------------------------------*/
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		/* margin-bottom:-35px; */
		float: none;
	}
	.top1 {
		border: none;
	}
	.headersearch .searchform.active {
		margin-top: 20px;
	}
	.headersearch .search-form {
		display: block;
		float: left;
		width: 100%;
	}
	.search-trigger {
		display:none;
	}
	.headersearch #s {
		width: 79%;
	}
	#searchsubmit {
		display:block;
		float:right;
		width: 34px;
	}
	.headersearch {
		float: right !important;
		position:relative;
	}
	.headersearch .searchform {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
		padding: 0;
		height: auto;
		margin: 5px;
		height: 49px;
		border: 1px solid #e5e5e5;
	}
	.fp-content-wrap {
	    display: none;
	}
	.searchbtn {
		width:auto !important;
	}
	.headersearch {
		position: relative;
		height:43px;
	}	
	
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
	}
}





@media screen and (max-width: 600px){
.mobile-icons {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    background: black;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
	.mobile-icons li {
    float: right;
    width: 50%;
}
	.mobile-icons li a {
    position: relative;
    display: block;
    padding: 30px 10px 10px;
    display: block;
    position: relative;
    color: #509cd3;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
}
	.mobile-icons li a span {
    position: absolute;
    border: 4px solid #fff;
    left: 50%;
    background: #000;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    margin-left: -30px;
    top: -35px;
}
	.mobile-icons a small {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
}
	.mobile-icons li a span {
    position: absolute;
    border: 4px solid #fff;
    left: 50%;
    background: #000;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    margin-left: -30px;
    top: -35px;
}
.whatsapp span {background:rgb(126 172 0)!important	}
.phoneapp span img {
    top: 9px;
    position: relative;
    width: 34px;
}
	
}