/*
Theme Name: itach
Theme URI: http://www.firstpage.co.il/itach
Author: eplace
Author URI: http://www.eplace.co.il
Description: 
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 


_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/


body {
	word-wrap: break-word;
background: #F7F1E3;
font-family: 'Arimo', sans-serif; 
font-size:150%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

@media (min-width: 768px)
{



.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
}
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

hr
{
	border-top: 1px solid #333;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
padding-bottom:0; 
}

.hentry {
	margin: 0 0 1em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.dropdown-menu {
right: 0;
text-align: right;
}
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; text-align: center; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }


.widget select {
	max-width: 100%;
}


 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

.site-navigation
{
background:#990100;
}
.navbar-default {
    background-color:transparent;
    border-color: transparent;
}
.navbar
{
margin-bottom:0px;
}

.site-navigation .container
{
padding-top:0;
padding-bottom:0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
{
background-color: #890000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #F7F1E3!important;
    background-color: #890000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #F7F1E3 !important;
    background-color: #890000;
}

.navbar-nav>li{
float:right;
}
.top-banner
{
margin-left: 0;
    margin-right: 0;
}

.home-intro
{
background:#D5C1A8;
padding:20px;
}
.home-intro .container
{
text-align:center;
font-size:1.1em;
}

.home-intro .container h1
{
font-size:1.8em;
font-weight:600;
color:#1D0B09;
}

#pg-8-0
{
margin-right:0 !important;
margin-left:0 !important;
}

#activities
{
margin-top:5em;
margin-bottom:5em;
margin-right:auto !important;
margin-left:auto !important;
}

#activities .panel-grid-cell .so-panel
{
background:#E5DCCB;
text-align:center;
margin-bottom: 0!important;
    padding: 15px;
}
#activities h3
{
color:#990100;
font-weight:600;
font-size:2em;
height:60px;
}

#activities .ow-button-hover
{
background:#ECE5D5;
border:1px solid #D5C1A8;
padding:5px 10px;
color:#990100 !important;
transition:all ease 0.5s;
}
#activities .ow-button-hover:hover
{
background:#990100;
color:#ECE5D5 !important;
text-decoration:none;
}

.home .home-borders
{
border:1px solid #D2B080;
}


#red-strip-home
{
background:#990100;
color:#ECE5D5;
}

#red-strip-home h3.widget-title
{
    text-align: center;
}

#red-strip-home{
    text-align: center;
}

footer#colophon {
    background: #E8E2D4;
}

.footer-title {
    font-size: 25px;
    text-align: center;
color: #990100;
    font-weight: bold;
padding: 20px;
}

span.eplace {
    float: left;
}
span.eplace a, .copyright a{
color: #990100;
}
.copyright {
    font-size: 0.9em;
    padding: 10px;
}

.copyright-wrap {
    background: #E5DCCB;
   
}

.red-strip{
    background: #990100;
    color: #ECE5D5;
   
}

.red-strip .container div
{
padding:0 8px;
}

h3.widget-title {
    text-align: center;
}

.top-social ul
{
float:left;
}

.top-social li.social-media
{
background:#D5C1A8;
border-radius: 0px 0px 80px 80px;
-moz-border-radius: 0px 0px 80px 80px;
-webkit-border-radius: 0px 0px 80px 80px;
list-style-type:none;
display: inline-block;
    width: 40px;
    height: 120px;
vertical-align:top;
}

.top-social li.hot-line
{
background:#990100;
border-radius: 0px 0px 80px 80px;
-moz-border-radius: 0px 0px 80px 80px;
-webkit-border-radius: 0px 0px 80px 80px;
list-style-type:none;
display: inline-block;
    width: 60px;
text-align:center;
    height: 120px;
vertical-align:top;

}
li.top-iguletova {
    background: #f6ced7b0;
    border-radius: 0px 0px 80px 80px;
    -moz-border-radius: 0px 0px 80px 80px;
    -webkit-border-radius: 0px 0px 80px 80px; 
	list-style-type: none;
    display: inline-block;
    width: 60px;
    text-align: center;
    height: 120px;
    vertical-align: top;
}

.top-social li img
{
margin-top:50px;
}

.top-social li.top-donate
{
background:#f9587d;
border-radius: 0px 0px 80px 80px;
-moz-border-radius: 0px 0px 80px 80px;
-webkit-border-radius: 0px 0px 80px 80px;
list-style-type:none;
display: inline-block;
    width: 60px;
text-align:center;
    height: 120px;
vertical-align:top;

}


.widget_ssba_widget
{
border:1px solid #D5C1A8;
}
.ssba.ssba-wrap div
{
text-align:center!important;
}
#top-page
{
width:100%;
background:#a57b51 url(https://www.itach.org.il/wp-content/uploads/back-title.jpg) center no-repeat;
margin-bottom:2em;
height:123px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item
{
text-align:right;
}

@media only screen and (max-width: 980px)
{
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {
    float: right !important;
}
}

h1, .h1
{
letter-spacing:-1px;
}

#breadcrumbs, #breadcrumbs a
{
color:#990100;
font-size:0.9em;
}

.sidebar .widget_sow-contact-form
{
background:#ece5d5;
padding:10px 0;
}

.sidebar .so-widget-sow-contact-form-default-672a56e770aa .sow-contact-form {
    padding: 10px;
    border: #c0c0c0 solid 0px!important;
    background-color: #ece5d5 !important;
}
.sidebar .sow-field-container input
{
float:left!important;
background:#f5efdf!important;
border:0 !important;
width:200px!important;
}
.sidebar .sow-form-field label
{
float:right;
}

.sidebar .so-widget-sow-contact-form-default-672a56e770aa .sow-contact-form .sow-submit-styled .sow-submit
{
width:100%; 
background:#990100!important;
border-radius:0 !important;
padding:5px 0 !important;
transition:all ease 0.5s;
}

.sidebar .so-widget-sow-contact-form-default-672a56e770aa .sow-contact-form .sow-submit-styled .sow-submit:hover
{
background:#333!important;
}

h2, .entry-content a
{
color:#990100!important;
}

.entry-content h2
{
font-size: 25px;
    font-weight: 600;
}

.page-template-default #content .so-widget-sow-editor, .page-template-default #content .so-widget-sow-editor h3
{
text-align:justify !important;
}

.red-strip .widget .textwidget ul li a {
    color: #f7f1e3 !important;
}

.red-strip .widget .textwidget ul{
	text-align:right;
}

.red-strip .sow-text-field
{
color:#222 !important;
background:#F7F1E3
}





.donation-logos .panel-grid-cell .so-panel
{

max-width:100%;
padding:5px;
}

.facebook-partners .container .widget
{
padding-top:20px;
}


form#mc4wp-form-1 {
    width:100%!important;
    max-width:300px!important;
}
.mc4wp-form-fields input{
float:left!important;
	width:100%;
}

.mc4wp-form-fields input[type="submit"] {

    width: 100%!important;
    background: #990100!important;
    border-radius: 0 !important;
    color: #fff!important;
    padding: 5px 0!important;
float:left;
}

.mc4wp-form-fields input[type="submit"]:hover {
    background: #333!important;
}

.red-strip .sow-form-field-label-Array >label {
margin-bottom: 1px;
}

.facebook-partners .container, .footer-title .container{
padding: 0 15px 0px 15px;
} 

.facebook-partners .partner-border
{
border-right:1px dotted #E5DCCB;
margin-bottom:0 !important;
}

.main-content-inner {
    padding-bottom: 0em!important;
}

.powerlink-form
{
width:98%;
max-width:500px;
margin:auto;
}

.powerlink-form-row
{
margin-bottom:5px;
clear:both;
display: flex;
}
.powerlink-form-row label
{
width:100px;
color:#fff;
font-weight:500;
text-align:right;
float:right;
}
html[lang="en-US"] .powerlink-form-row label  {
    text-align:left!important;
}
#header:lang(en) 
{ text-align:left!important;}

.powerlink-form-row input,
.powerlink-form-row select 
{
float:left!important;
color:#333!important;
		width:75%;
		margin-right: 5px;
}


.powerlink-form-submit input[type="submit"]
{
background:#222;
color:#fff;
width:100%;
clear:both;
border:0 !important;
margin-top:5px;
padding:3px 0;
}

div#powerlink-form-widget {
    background: #ece5d5!important;
    padding: 10px 0;
}
div#powerlink-form-widget .powerlink-form-row{
padding: 5px;
}

div#powerlink-form-widget .powerlink-form-row label{
color:#222;
font-weight: 700;
}

div#powerlink-form-widget .powerlink-form-row input,
div#powerlink-form-widget .powerlink-form-row select{
    background-color: #f5efdf!important;
	border:0px!important;
width:150px;

}
#powerlink-form-widget .powerlink-form-submit-widget input[type="submit"]{
background:#990100!important;
color:#fff;
width:100%;
clear:both;
border:0 !important;
margin-top:5px;
padding:3px 0;
}    

.pirsumim-content 
{
padding:30px;
border:1px solid #D5C1A8;
background:#ECE5D5;
}

.pirsumim-content li
{
list-style-type:none;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:2px dotted #D5C1A8;
}
.pirsumim-content ul
{
padding:20px 0 0;
}

#st_gdpr_iframe {display: none!important;}


.en .red-strip .widget .textwidget ul li  {
    text-align: left!important;
}

/* עיצוב עיר לכולן */

body.page-template-page-city-to-all
{
	background:#fff;
}

.page-template-page-city-to-all .main-content
{
	background:url(https://www.itach.org.il/wp-content/uploads/back-circles.png) left top no-repeat;
}


.page-template-page-city-to-all #top-page
{
	background:transparent;
}

.page-template-page-city-to-all, .page-template-page-city-to-all p, .page-template-page-city-to-all li
{
	font-family:alef, arimo, arial, sans-serif;
	font-size:18px;
}

.page-template-page-city-to-all .side-menu-blue-city-square h2,
.page-template-page-city-to-all .side-menu-red-city-square h2,
.page-template-page-city-to-all .side-menu-gray-city-square h2,
.page-template-page-city-to-all .side-menu-yellow-city-square h2{
	color:#fff!important;
	    line-height: 70px;
}

.page-template-page-city-to-all .side-menu-blue-city-square h2 a,
.page-template-page-city-to-all .side-menu-red-city-square h2 a,
.page-template-page-city-to-all .side-menu-gray-city-square h2 a,
.page-template-page-city-to-all .side-menu-yellow-city-square h2 a{
	
		color:#fff!important;
}

.page-template-page-city-to-all .blue-city-square
{
	background:url(https://www.itach.org.il/wp-content/uploads/blue-city-square.jpg) center no-repeat;
	color:#fff;
	text-align:center;
	width:262px;
	height:262px;
	margin: 10px auto;
	transition:ease all 0.8s;
}

.page-template-page-city-to-all .side-menu-blue-city-square{
	background-color:#84C7DA;
	text-align:center;
	width:262px;
	height:70px;
	margin: 10px auto;	

}

.page-template-page-city-to-all .red-city-square
{
	background:url(https://www.itach.org.il/wp-content/uploads/red-city-square.jpg) center no-repeat;
	color:#fff;
	text-align:center;
	width:262px;
	height:262px;
	margin: 10px auto;
	transition:ease all 0.8s;
}

.page-template-page-city-to-all .side-menu-red-city-square
{
	background-color:#94352F;
	color:#fff;
	text-align:center;
	width:262px;
	height:70px;	
	margin: 10px auto;
}

.page-template-page-city-to-all .green-city-square
{
	background:url(https://www.itach.org.il/wp-content/uploads/green-city-square.jpg) center no-repeat;
	color:#fff;
	text-align:center;
	width:262px;
	height:262px;
	margin: 10px auto;
	transition:ease all 0.8s;

}

.page-template-page-city-to-all .side-menu-gray-city-square
{
	background-color:#D0D4D5;
	color:#fff;
	text-align:center;
	width:262px;
	height:70px;	
	margin: 10px auto;	

}

.page-template-page-city-to-all .yellow-city-square
{
	background:url(https://www.itach.org.il/wp-content/uploads/yellow-city-square.jpg) center no-repeat;
	color:#fff;
	text-align:center;
	width:262px;
	height:262px;
	margin: 10px auto;
	transition:ease all 0.8s;

}

.page-template-page-city-to-all .green-city-square:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	
}

.page-template-page-city-to-all .green-city-square a:hover,
.page-template-page-city-to-all .yellow-city-square a:hover,
.page-template-page-city-to-all .red-city-square a:hover,
.page-template-page-city-to-all .blue-city-square a:hover
{
	text-decoration:none;
	color:#a8c83f;
	
}


.page-template-page-city-to-all .side-menu-yellow-city-square
{
	background-color:#F1A73A;
	color:#fff;
	text-align:center;
	width:262px;
	height:70px;
	margin: 10px auto;
}

.page-template-page-city-to-all .side-menu-city-square, .page-template-page-city-to-all .city-buttons{
	color:#000;
	text-align:center;
	width:262px;
	height:70px;	
	border:3px solid #E5DCCB;
	margin: 10px auto;
}

.page-template-page-city-to-all .side-menu-city-square h2, .page-template-page-city-to-all .city-buttons h2{
	
	color:#000!important;
	
}
.page-template-page-city-to-all .city-square-row h2, .page-template-page-city-to-all .city-square-row h2 a
{
	color:#fff!important;
	padding-top:100px;
	padding-bottom:100px;
	transition:ease all 0.8s;
}

.page-template-page-city-to-all .red-number
{
	color:#fff!important;
	background:#94352F;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
    margin: 0 5px;
	   border: 1px solid #fff;
}

.page-template-page-city-to-all .blue-number
{
	color:#fff!important;
	background:#84C7DA;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
    margin: 0 5px;
	border: 1px solid #fff;
}

.page-template-page-city-to-all .yellow-number
{
	color:#fff!important;
	background:#F1A73A;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
    margin: 0 5px;
	    border: 1px solid #fff;
}

.page-template-page-city-to-all .green-number
{
	color:#fff!important;
	background:#A8C83F;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
    margin: 0 5px;
	    border: 1px solid #fff;
}




.page-template-page-city-to-all .gray-number
{
	color:#fff!important;
	background:#D0D4D5;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
    margin: 0 5px;
	    border: 1px solid #fff;
}

.page-template-page-city-to-all .sow-tabs-tab {
    margin: 0px 5px 10px 5px!important;
	padding: 23px 15px 23px 15px!important;
    font-size:23px!important;
    width: 18%;
    font-weight: 600;
}

@media (max-width: 768px){
	.page-template-page-city-to-all .sow-tabs-tab{
		   width: 100%;
	}
	.page-template-page-city-to-all .global-tabs .sow-tabs-tab{
		   width: 100%!important;
		
	}
}

.rtl.page-template-page-city-to-all .sow-tabs-panel-container {
    text-align: right;
}

.page-template-page-city-to-all .sow-tabs-panel {
    border: 1px solid #A8C83F;
    background: #fff;
	min-height:400px;
}

.city-tabs-eng .sow-tabs-title
{
	font-size:16px !important;
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0!important;
    padding-right:0!important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0!important;
    padding-right: 0!important;
}

html:lang(en) .row  { 
margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 980px){
html:lang(en) #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    float: left;
}

html:lang(en) #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    direction: ltr;
    float: left;
}


html:lang(en) #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {
    float: left !important;
	}	
	
html:lang(en)  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	 float: left;
	}	
	
html:lang(en)  	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		text-align:left;
	}
	
}

html:lang(en) .top-social ul {
	float: right!important;
}

html:lang(en) .sidebar {
    float: right!important;
}

@media (min-width: 768px){
	html:lang(en) .col-sm-1, 
	html:lang(en) .col-sm-2,
	html:lang(en) .col-sm-3,
	html:lang(en) .col-sm-4,
	html:lang(en) .col-sm-5,
	html:lang(en) .col-sm-6,
	html:lang(en) .col-sm-7,
	html:lang(en) .col-sm-8,
	html:lang(en) .col-sm-9,
	html:lang(en) .col-sm-10,
	html:lang(en) .col-sm-11,
	html:lang(en) .col-sm-12 {
   		float: left;
	}
}

.page-template-page-city-to-all .global-tabs .sow-tabs-tab {
    margin: 0px 3px 10px 2px!important;
    padding: 21px 8px 21px 8px!important;
    font-size: 20px!important;
    width: 23%;
    font-weight: 600;
}

.entry-meta
{
	display:none;
}

.popup-heb, .popup-eng, .popup-arb
{
	text-align:center;
}

.popup-heb .button a, .popup-eng .button a, .popup-arb .button a {
	background: #990100;
	 color: #ECE5D5!important;
	text-decoration: none;
    font-size: 28px!important;
	line-height:28px;
     border: 1px solid #D5C1A8;
     transition: all ease 0.5s;
	width: 230px;
	display:block;
    margin: 10px auto;
}



.popup-heb .button a:hover,
.popup-arb .button a:hover,
.popup-eng .button a:hover{
	  color: #990100 !important;
	background: #ECE5D5;
	
}

.mtphr-dnt-tick-contents a
{
	color:#fff !important;

}

.mtphr-dnt-tick-contents a:hover
{
	text-decoration:underline;

}

.sidebar-mail {
    background: #ece5d5!important;
    padding: 10px 0;
}


.home-pdf-button a
{
	background: #990100;
    color: #fff !important;
    margin: 35px auto 0;
    padding: 5px;
    display: block;
    width: 260px;
    transition: ease all 0.8s;
    font-size: 2rem;
    text-decoration: none;
}
.home-pdf-button a:hover{
	background:#333;
}

.red-pdf-button a
{
	background: #990100;
    color: #fff !important;
    margin: 20px auto;
    padding: 5px;
    display: block;
    width: 260px;
    transition: ease all 0.8s;
    font-size: 2rem;
    text-decoration: none;
}
.red-pdf-button a:hover{
	background:#333;
}

.top-newsletter-button 
{
	margin:40px 0;
	text-align:center;
}

.top-newsletter-button a
{
	background: #990100;
    color: #fff !important;
    margin: auto;
    padding: 8px;
    display: block;
    width: 260px;
    transition: ease all 0.8s;
    font-size: 2rem;
    text-decoration: none;
}
.top-newsletter-button a:hover{
	background:#333;
}

.pum-content.popmake-content img
{
	margin:0!important;
}

.bottom-contact {
    background: #d5c1a8;
    display: flex;
}

.bottom-contact .widget {
    margin-bottom: 0px!important;
    padding: 10px 0;
    font-size: 160%;
	font-weight:bold;
}

.bottom-contact .widget a
{
	color:#990100;
}

footer aside.widget
{margin-bottom:0}
