/*
    Theme Name: Asher Arts
    Theme URI:
    Description: Gallery/ WordPress theme
    Author: U-web בניית אתרים
    Author URI: 
    Version: 1.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=hebrew');

body {
    font-size:13px;
	font-family: 'Rubik', sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#444;
	}

a {
    color: #fc8801;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#333;
}

a:focus { 
    outline: none;
}

input,
textarea {
	box-sizing:border-box;
	border: none;
	width:100%;
	padding:10px 5px;
	color:#656666;
	background: #eaeaea;
			
}

input[type="submit"],
input[type="button"] {
	cursor:pointer;
	width:100%;
	padding:8px 40px;
	font-weight:300;
	text-align:center;
	color:#FFF;
	font-size:20px;
	 background: #fc8801;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	}
	

input[type="submit"]:hover,
input[type="button"]:hover {
	    color: #5e5e5e;
	background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb);
	}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.social-icons {
	font-size:26px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin-right:5px;
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}


::-webkit-input-placeholder {
  color: #941d5a;
}
::-moz-placeholder { 
  color: #941d5a;
}
:-ms-input-placeholder {
  color: #941d5a;
}
:-moz-placeholder { 
  color: #941d5a;
}


/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main.onpage {
	border-top: 1px solid #ebebeb;
	
	}


/* =HEADER
-------------------------------------------------------------- */
#header {
	position: relative;
	padding-bottom:30px;

}

#toprow {
	
	}
	
.main-menu {
	display: inline-block;
	
}

.lang {
	display: inline-block;
	width: 130px;
   	text-align: center;
		}


.lang ul li {
	display:inline-block;
	font-size:13px;
	margin-left:5px;
	padding-left:5px;
	border-left: #5b5b5b 1px solid;
	
}

.lang ul li:last-child {
	border-left: none;
}

.lang-en {
	display: none !important;
}

.lang a {
	color: #5b5b5b;
}

.lang .active {
	font-size:16px;
}

.lang .active a {
	 color: #fc8801;
	 		
}
.logo {
	position: absolute;
	left:0;
	bottom:0;
	}

	


/* =MENUS
-------------------------------------------------------------- */


.menu-primary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display: block;
	float: right;
    width: 130px;
    height: 148px;
    border-right: 1px solid #ededed;
    position: relative;
    text-align: center;
	  
}

.menu-primary li:last-child {
	 border-left: 1px solid #ededed;
}


.menu-primary ul {
	
}


/* First Level - Menu Primary */

.menu-primary li a {
	 position: absolute;
	display: block;
	width:100%;
	top: 133px;
	padding:5px 10px;
	font-size: 16px;
	 color: #5b5b5b;
	 text-align: center;
	 font-weight:300; 
    
	}
	

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	 color: #fc8801;
	
}

.menu-item-has-children:hover a {
    color: #FC8801;
}




/* Child Levels - Menu Primary */

.menu-primary li ul {
	opacity:0;
	 display: flex;
	flex-direction:column-reverse;
    position: absolute;
    bottom: 20px;
	height: 120px;
	overflow:hidden;
	padding-bottom:7px;
	background: url("images/selector.png") no-repeat center bottom;
	  	-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-primary li:hover ul {
	opacity:1;
	
}

.menu-primary li li {
	display: block;
	padding:0;
	position: relative;
	top: auto;
	height: auto;
	line-height:1;
}

.menu-primary li li a {
	position: relative;
	padding:4px 5px;
		top: auto;	  
    font-size: 13px;
	    color: #5b5b5b !important;
	
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0; 
	color: #9C9A9A !important;
			   
}

.sf-sub-indicator {
	display:none;
}

.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
	padding-left:8px;
	padding-right:8px;
}

/**********************MENU SECONDARY***************************/


.menu-secondary-container{
    position:relative;
   	z-index: 100;
	padding:0;
	text-align: center;
			
   }

.menu-secondary {
	
}

.menu-secondary li:hover ul {
	-webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    4px 4px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow:         4px 4px 2px 0px rgba(0, 0, 0, 0.2);
	}

.menu-secondary li{
	display:inline-block;
	float:none;
		  
}


.menu-secondary ul {
	min-width: 250px;
}


.menu-secondary li a {
	font-size:12px;
	display:block;
	padding: 10px 10px;
	text-decoration: none;
   	-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-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
	 
	
}

/********/
.menu-secondary li li a {
	font-size:18px;
	font-weight: normal;
	background:#FFF;
	padding:10px 10px !important;
	margin:0;
	border: none;
	border-radius:0;
	z-index:99999999;
	    }
	

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	outline: 0;
	color:#e00f21;
	border: none;
	
	
		   
}

/************sidebar sidemenu*******************/
#sidebar .widget_nav_menu li a {
	display: block;
	border-bottom: 1px solid #ebebeb;
    line-height: 27px;
	color: #9c9a9a;
}
#sidebar .widget_nav_menu li a:hover, #sidebar .widget_nav_menu li.current-menu-item a {
	color: #fc8801;
}


/***************************************HOMEPAGE*************************/
#mainslider {
	position: relative;
	direction:ltr;	
	overflow:hidden;
	}
	
#mainslider .msimg {
	
	}

#mainslider .text-holder {
	position:absolute;
	bottom: 30px;
	width:100%;
	z-index:100;
	text-align: left;
}



.slide-text {
    border-left: 4px solid #FC8801;
    display: inline-block;
    left: 20px;
    padding: 0px 10px;
    line-height: 28px;
  	font-size: 18px;
	font-weight:300;
    background:rgba(0, 0, 0, 0.7);
    color: #fff;
}



/*********GENERAL*******/

.no-img {
	display:block;
	background:#efe8dd;
	
}

.no-img img {
		
		
}

img.alignright {
	margin-left:40px;
	margin-bottom:40px;
}

img.alignleft{
	margin-right:40px;
	margin-bottom:40px;
}
.title {
  font-size:38px;
	font-weight:600;
		}

.title a {
    color: #6fc6d3;
    text-decoration: none;
}

.title a:hover {
	color:#9fc317;
}

page-title {
	font-size:36px;
	font-weight:700;
	
}

.border {
  background: url(images/border.png) repeat-x;
  height: 8px;
  margin: 15px 0;
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	line-height:1.5;
}

.entry ul,
.entry ol {
	margin-right: 30px;
	margin-top:1em;
	margin-bottom:1em;
}

.entry ul li {
	list-style: square;
}


.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}




.one-third {
	width:33.33%;
	float:right;
}

.one-half {
	width:50%;
	float: left;
}

.content.eng {
	direction:ltr;
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
	position: relative;
	margin-right:20px;
	margin-bottom:20px;
		
}

.single-img.alignright {
	position: relative;
	margin-left:20px;
	margin-bottom:20px;
	
}

.single-img img {
	}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}

#breadcrumbs {
	margin-bottom:20px;
	color:#000;
	font-weight:600;
	font-size:16px;
	}

#breadcrumbs a {
	color:#000;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

.page-title {
	font-size: 28px;
    color: #fc8801;
    margin-bottom: 24px;
	border-left: 4px solid #fc8801;
	margin-top:-2px;
	background:#FFF;
	font-weight:300;
	padding:5px 0;
}

.content-wrap {
	    background: rgba(255, 255, 255, 0.7);
		width:100%;
		min-height:100%;
		padding-top:20px;
		padding-bottom:50px;
		padding-left:50px;
		padding-right:50px;
}

.page-content {
	font-weight:500;
}

.entry hr {
	border-top:#7d7d7d 1px solid;
}

.entry h1 {
	font-size:45px;
	font-weight: bold;
	color:#000;
}

.entry h2 {
	font-size:45px;
	font-weight: bold;
	color:#941d5a;
}

.entry h3 {
	font-size:38px;
	font-weight: bold;
	color:#000;
}
.entry h4 {
	font-size:32px;
	font-weight: bold;
	color:#941d5a;
}


.entry h5 {
	font-size:24px;
	font-weight: bold;
	color:#941d5a;
}
.entry h6 {
	font-size:20px;
	font-weight: bold;
	color:#941d5a;
}

/**************GALLERY**************/

.mas-item {
	width: calc(25% - 20px);
	float: right;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

.gal-item {
	position: relative;
}

.gallery-title {
	background:rgba(0, 0, 0, 0.7);
	padding:5px 10px;
	text-align: center;
	position: absolute;
	bottom:20px;
	width:100%;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

.gal-item:hover .gallery-title {
	opacity:0;
}

.gallery-title a {
	color: #fc8801;
}

.menu-galmenu-container {
	position: relative;
	margin-top:8px;
}

.menu-gallery li {
	display: inline-block;
	padding:5px 7px;
	position: relative;
	
}

.menu-gallery li:after {
	content:"|";
	position: absolute;
	left:0;
	top:10px;
	color:#ebebeb;	
	
}

.menu-gallery li:last-child:after {
	content:"";
}

.menu-gallery li a {
	display: block;
	padding:3px 4px;
	margin-bottom:2px;
	font-size:13px;
	color: #9c9a9a;
}

.menu-gallery li:hover, .menu-gallery li.current-menu-item {
	background: url(images/selector.png) no-repeat center bottom;
}

.menu-gallery li a:hover, .menu-gallery li.current-menu-item a {
	background: #fc8801;
    color: #fff;
}

.entry-attachment {
	position: relative;
	text-align: center;
}

#image-navigation {
	position: relative;
	top:0px;
	width:100%;
	z-index:200;
	font-size:30px;
	color:#252122;
	margin-bottom:10px;
}

#image-navigation a {
	color:#252122;
}

#image-navigation a:hover {
	color:#fc8801;
}

#image-navigation span {
	display: inline-block;
}

.nav-previous {
	float: left;
}

.nav-next  {
	float: right;
}

.page-title.imgpage {
	direction:ltr;
	text-align: right;
}


/************CONTACT**************/
.contact-info {
}

.contact-info  .c-li {
	padding-bottom: 15px;
	color: #9c9a9a;
}

.contact-info .c-li i {
	display: inline-block;
	width: 20px;
	color:#000;
	text-align: center;
	font-size:15px;
	
}
.contact-info .c-li span {
	display: inline-block;
	border-right: #D8D8D8 1px solid;
	padding-right:10px;
}

.contact-info .c-li a {
	color:#525252;
}

.contact-info .c-li.email a {
	color: #fc8801;
}

#maincontact {
	position: relative;
}

#maincontact  .nf-form-fields-required {
	display: none;
}

#maincontact .nf-field-container {
	margin-bottom:15px;
}

#maincontact .nf-field-container.half {
	width:50%;
}

#maincontact .nf-field-label label {
	font-weight:300;
	font-size:18px;
	
}
#maincontact .label-above .nf-field-label {
	margin-bottom:4px;
}

#maincontact .textarea-container {
	width:50%;
	position: absolute;
	left:0;
	top:0;
	padding-right:25px;
	
}

#maincontact .textarea-container textarea {
	height:180px;
}

#maincontact .submit-container  {
	text-align: end;
}

#maincontact .submit-container input {
	display: inline-block;
}



/**********************SEARCH*****************/

#search {
    border: 1px solid #D8D8D8;
    background: #f1f1f1 url(images/search.png) 1% 50% no-repeat;
    padding:6px;
	padding-left:24px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}




/**************************WIDGETS****************/

.widget-container {
	list-style: none;
}

.widget-container li {
	padding: 0;
	margin:0;
	list-style: none;
}


/* =FOOTER
-------------------------------------------------------------- */
#footer {
	padding-top: 130px;
	padding-bottom:15px;
	font-size:11px;
	color: #9c9a9a;
		}


#footer a {
	color: #9c9a9a;
}

	
#footer a:hover {
	color:#333;
}
	

.copyrights {
	padding-top:10px;
	display: inline-block; 
	}
.credits {
	padding-top:10px;
	direction:ltr;
	text-transform:uppercase;
	font-family: 'Alef', sans-serif;
	text-align: left;
}

#credits a span {
	display: inline-block;
	margin-right:10px;
}

#credits img {
	vertical-align:middle;
}

.bottom {
	position: relative;
	border-top: 1px solid #ededed;
}

.facebook  {
	display: inline-block;
	margin-bottom:10px; margin-bottom:0;
}

.facebook i {
	color: #fc8801;
	margin-left:5px;
	font-size:14px;
}

.facebook a:hover {
	color: #fc8801;
}

.tree {
    background: url(images/tree.png) no-repeat 0 0;
    width: 144px;
    height: 125px;
    position: absolute;
	top:-125px;
    right: 40px;
    z-index: -1;
}

body.c1 {background:url('images/bg_construction.png') no-repeat 50% 50%; min-height:93vh;}
body.c1 > *, .single-attachment .tree {display:none !important;}
.single-attachment #footer {padding-top:10px;}
.single-attachment .entry-attachment img {max-height:72vh;}
.single-attachment .menu-primary li1 {height:110px;}
.single-attachment .menu-primary li1 a {top:100px;}
#image-navigation {margin-bottom:0;}
.single-attachment h1 {font-size:14px; margin-bottom:3px;}
.single-attachment #image-navigation {position:absolute; top:50%;}
.nav-previous {position:absolute; top:50%; left:-30px;}
.nav-next {position:absolute; top:50%; right:-30px;}

@media (min-width: 768px){
.facebook {position:absolute; top:7px; right:100%; white-space:nowrap; z-index:999;}
}