/*
Theme Name:     Ada
Theme URI:      http: //www.technion.ac.il/
Description:    Accessible child theme of the zacklive customized for Technion WordPress multisite. Named after Prof. Ada Yonath Nobel prize laureate in Chemistry 2009
Author:         Cis WebDev
Author URI:     http: //net.technion.ac.il/
Template:       zacklive
Version:        1.3.2
Text Domain:  	ada
*/

/* Include the parent theme's stylesheet(s). Then anything you change below that will
 * override those styles. If you'd rather start from scratch, you can comment out this
 * next line.
 */
@import url("../zacklive/style.css");

/* RTL FIX [@v1.3.2] set .dropdown-submenu arrow direction to right */
body.rtl .dropdown-submenu>a:after {
	border-right-color: #ccc;
	border-width: 5px 5px 5px 0px;
}

/* members fixes */
.member_wrap .member_title { margin-top:5px; }

/* wp-accessibility plugin-fixes */
.wpa-hide-rtl#skiplinks a, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited ,
.wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited {
    z-index: 100000;
}
/* skiplinks: rtl fix */
.wpa-hide-rtl#skiplinks a:focus , 
body.rtl #wpadminbar .screen-reader-shortcut { 
	left: auto;     right:2px !important; min-width: 150px !important;
} 

#lang_sel{ margin: 16px 0 0px; }
#lang_sel_list.lang_sel_list_vertical { margin: 10px 0 8px; }



/* fix focus outline */
body #content:focus ,body #site-navigation:focus { outline:none !important; }

/* fix breadcrumbs */
body .breadcrumbs { padding: 0 38px;}
body .breadcrumbs a { color: #23527c; }

/* Service menu */
	
.header-top-1 	.service-nav-menu  { margin: 20px 10px 0;} 
.header-top-1 	.service-nav-menu .service-menu-container { display:inline-block; }
.header-top-1 	.service-nav-menu  a { color: #23527c;}  	

/* heigher entry title */
body header.entry-header { padding-top: 3px; } 

/* hide entry-footer: posted-on and author  */
article.type-page .entry-footer { border-top :none; }
article.type-page .entry-footer .posted-on ,
article.type-page .entry-footer .byline {display:none;}

/* FIX for pages with admin-bar caused by: tcc-site-init/css/technion-admin-bar-style.css?ver=1.6.7.wp2 */
body.admin-bar #page { margin-top: 0 !important;}	

/* Fix footer credits */
footer .site-info {text-align: center;}
footer #cis-foot-links { top:5px !important ; }

/* Site Branding fixes */
.site-branding 	{ margin-top:10px ; margin-bottom:5px ; }
.site-branding .technion-logo-link img 	{ max-height:65px ; vertical-align: baseline;} 



@media (min-width: 768px) {
	 body.page-template-default  .site-branding .site-header-text { margin-top:4px; }
}

/* Add extra Head Space  */
 
#content.site-content { margin-top: 50px; }
/* ____________  body.design-style-default _________________ */
body.design-style-default  .site-branding  { min-height: 90px;  margin-top: 30px;	} 



/* optional fix(???)  for collapsed dropdownmenu */
@media (max-width: 767px) {
	XXX body .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;     background-color: red;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}



/*
################################
   Ultimate Shortcodes
################################
*/

body.contrast .su-tabs-nav span {background-color:#E0E0E0;}
body.contrast .su-tabs-current {background-color:#FFF !important;}
body.fontsize .su-tabs-panes div,body.fontsize .su-tabs-nav span {font-size:1.5em !important;}



