/*
Theme Name:     Cheha 
Theme URI:      http://www.technion.ac.il/
Description:    Child theme for the Twenty Sixteen theme customized for Technion WordPress multisite. Named after Aaron Ciechanover
Author:         Noam
Author URI:     http: /net.technion.ac.il/
Template:       twentysixteen
Version:        1.0
*/


@import url("../twentysixteen/style.css");

body{
    background:transparent;
}

body, div, p, table, h1, span, h2, h3, h4 {
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
}

p {
    font-size:.9em;
}

.entry-title {
    font-size:1.935em;
}
h2 {
    font-size:20px !important;
    font-size:1.355em !important;
}

.site {
    margin:0;
}

.site-inner {
    max-width:5000px;
    margin-top:0px;
}

#tech-logo {
    margin-top:-9px;
    margin-right:20px;
    width:42px;
    height:66px;
    background-image:url("./images/logo.png");
    background-repeat:no-repeat;
    background-size:100%;
}

.rtl #tech-logo {
    margin:0px;
    margin-top:-2px;
    margin-left:20px;
    background-image:url("./images/logo.png");
}

#tech-logo a {
    display:inline-block;
    width:42px;
    height:66px;
}

#masthead {
    z-index:1000;
    padding-top:20px;
    padding-bottom:22px;
}

.site-branding {
    margin-top:15px;
}

.site-header-main, .site-content {
    max-width:1200px;
    margin:auto;
}

.site-header-main{
    align-items: center !important;
    padding-bottom:0px;
}

.breadcrumbs{
    margin-top:-69px !important;
    margin-bottom:55px;
    font-size:.85em;
}

.site-content {
    padding-top:80px;
}

.site-header-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.a11y-toolbar ul li a {
    padding:2px !important;
}

.member_details {font-size:.9em !important}
.member_details h3 {font-size:1.25em !important;line-height:1.9em}
.rtl .member_wrap img {margin-right:0;}
.rtl .member_details {left:0;right: 150px !important;}

.site-footer {
    display: block;
    text-align:center;
}

.site-info {
    padding-bottom:25px;
}

#cis-foot-links {
    font-size:.825em;
}

/*
Media Queries
--------------------------
*/

@media (max-width: 910px){

    .breadcrumbs {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
    }

    button.menu-toggle {
        position: absolute;
        right:5.5567%;
        top:20px;
    }

    .rtl button.menu-toggle {
        position: initial !important;

    }
}

@media (max-width: 710px) {

    #tech-logo {
        margin-top: 0px;
        margin-right: 1.187%;
        width: 42px;
        height: 45px;
        background-image: url("./images/logo.png");
        background-repeat: no-repeat;
        background-size: 68%;
    }
}

@media (max-width: 410px){

    .breadcrumbs {
        margin-top: -60px !important;
    }
}
