/*
Theme Name: CS General Use Theme
Author: School of Computer Science
Description: CS General Use Theme.
Version: 0.1
*/

@import url( "inc/css/base.css" );
@import url( "inc/css/mobile-menu.css" );
@import url( "inc/css/cs-general.css" );
@import url( "inc/css/structure.css" );
@import url( "inc/css/genericons.css" );

.footer-wrap .social-menu a:hover{
    text-decoration: none;
}

.genericon {
	height: 24px;
	width: 24px;
	font-size: 24px;
}

#page {
	margin-top: 1em;
}

#masthead {
	padding-bottom: 0px;
}

#site-navigation {
	margin-top: 0.5em;
}

h1.site-title{
        font-size: 2.5em;
        font-weight: bold;
}

img#brand_logo{
        height: 110px;
	margin-bottom: 5px;
}

.menu .current-menu-item{
	font-weight: bold;
}

.site-header {
        background-image: url("images/cs_logo_t.png");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 25% auto;
}

#tertiary, #colophon {
    color: #fff;
}

#lowerfooter {
    text-align: right;
    background-image: url(images/bits_fade.png);
    background-repeat: repeat-y;
    position: relative;
    background-color: #000;
    border-top: 1px solid #777;
/*    line-height: 2em; */
    /*font-size: 0.9em;*/
    min-height: 28px;
    line-height: 28px;

}

#lowerfooter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

#lowerfooter a {
    color: #fff;
}

#lowerfooter a:hover {
    color: #0074a2;
}

#lowerfooter ul li {
    padding-left: 15px;
}

#tertiary .widget_meta .widget-title {
    display: none;
}

h1.site-title {
    padding-bottom: 0.3em;
}

@media screen and ( max-width: 450px ) {
    #lowerfooter {
      background-image: none;
    }

    img#brand_logo{
        height: 45px;
    }

    #lowerfooter ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 1em;
        line-height: 2em;
        display: block;
    }

    #lowerfooter ul li {
        padding-left: 0px;
    }
}

@media screen and ( max-width: 782px ) and ( min-width: 451px ) { 
        img#brand_logo{
                height: 55px;
        }
}

@media screen and ( max-width: 782px ) { 
	img#brand_logo{
		margin-left: 65px;
		margin-bottom: auto;
	}

	.mobile-header {
		padding-right: 1em;
		padding-top: 0.3em;
		height: auto;
		min-width: 320px;
	}
	h1.site-title {
		font-size: 1.5em;
	}
	
	.site-info, #footer-navigation {
    		text-align: left;
		margin-bottom: 0px;
	}

	.site-footer {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
}

/*@media screen and ( max-width: 320px ) {
    img#brand_logo{
        height: 45px;
        margin-left: 65px;
    }

    #lowerfooter ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 1em;
        line-height: 2em;
        display: block;
    }

    #lowerfooter ul li {
        padding-left: 0px;
    }
}*/
