/*
Theme Name:     Israel
Theme URI:      http://www.technion.ac.il/
Description:    Child theme for the Twenty Seventeen theme customized for Technion WordPress multisite. Named after Israel Aumann
Author:         Noam
Author URI:     http://net.technion.ac.il/
Template:       twentyseventeen
Version:        1.0
*/


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

/* sidebar css */
.twentyseventeen-front-page .site-content{
    padding-top: 5.5em;
}

.twentyseventeen-front-page .panel-content .wrap{
    padding-top:0;
}

#tech-logo{
    width:140px;
    height:57px;
    float:right;
}

body.colors-dark #tech-logo, body.colors-light #tech-logo{
    background:url("./assets/images/eng_hor_dark.png");
    background-size: 99% 99%;
    background-repeat: no-repeat;
}

body.colors-techlight #tech-logo, body.colors-techdark #tech-logo {
    background:url("./assets/images/eng_hor_light.png");
    background-size: 99% 99%;
    background-repeat: no-repeat;
}

body.colors-light .site-title a {color:#002147}

body.colors-techdark .site-branding {background-color: #002147;border-bottom:1px solid #CCC}
body.colors-techdark .site-title a {color:#D59F0F;}
body.colors-techdark .site-description {color: #FFFFFF !important;}

body.colors-techlight .site-branding {background-color: #D59F0F;border-bottom:1px solid #CCCCCC}
body.colors-techlight .site-title a {color:#002147;}
body.colors-techlight .site-description {color: #FFFFFF !important;}

body.colors-dark .site-branding {background-color: #d6d2c4;border-bottom:1px solid #CCCCCC}
body.colors-dark .site-title a {color: #002147 !important;}
body.colors-dark .site-description {color: #002147 !important;}

/* featured posts buttons */
.featuredposts a img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.featuredposts a {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


@media screen and (min-width: 8em) and (max-width:48em) {

    .home .site-content .wrap{
        padding-left:1em;
        padding-right:1em;
    }

    body.colors-dark #tech-logo, body.colors-light #tech-logo {
        width:28px;
        height:45px;
        float:left;
        background-repeat: no-repeat;
        background:url("./assets/images/logo.png") !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat;
        margin-right:12px;
    }

    body.colors-techlight #tech-logo, body.colors-techdark #tech-logo {
        width:28px;
        height:45px;
        float:left;
        background-repeat: no-repeat;
        background:url("./assets/images/logo-n.png") !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat;
        margin-right:12px;

    }

}

@media screen and (min-width: 48em) {
    .has-sidebar #primary {
        width: 63% !important;
    }

    .has-sidebar #secondary {
        width: 30% !important;
    }


    .home .panel-content .wrap{
        padding-left:5em;
        padding-right:5em;
        margin-left:0;
        margin-right:0;
        max-width:1000px;
    }

    .home.has-sidebar .panel-content .wrap{
        padding-left:0em;
        padding-right:0em;
        margin-left:0;
        margin-right:0;
        max-width:1000px;
    }

}
