/*
 Theme Name:     Northwestern Theme
 Theme URI:      http://sites.northwestern.edu/
 Description:    This theme was customized for Northwestern University. It is a child of the Oxygen Theme. 

 If you wish to create a website similar to the screenshot, change the static page template to 'full width.'
 Author:         Customized by Santina Croniser, Northwestern University
 Author URI:     http://www.weinberg.northwestern.edu
 Template:       oxygen
 Version:        1.0.0
*/
 
@import url("../oxygen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Normalize
-------------------------------------------------------------- */
#site-description {
    display: none;
}
.read-more, .read-more:visited, .pagination a:hover, .comment-navigation a:hover, #respond #submit, .button, a.button, #subscribe #subbutton, .wpcf7-submit, #loginform .button-primary {
    background-color: #4E2A84;
}
.read-more, .read-more:visited {
    position: absolute;
    top: 116px;
    right: 0;
    z-index: 10;
    color: #fff;
    background: #4E2A84;
    padding: .1em .8em;
    font-size: 0.9166666666666667em;
    display: block;
}
.byline-cat, .byline-cat a, .byline-cat a:visited {
	color: #fff !important;
	color: rgba(255,255,255,.75);
	max-height: 45px;
	overflow: hidden;
}
.content-wrap {
    float: left;
    width: 96%;
    border-left: 10px solid #4E2A84;
    padding-left: 30px;
}
#content {
    /* float: left; */
    /*width: 51.66666666666667% !important;*/
    /* padding: 0 0 50px 0; */
}
#sidebar-secondary {
    float: right;
	/*width: 25%;*/
}
#sidebar-subsidiary .widget {
    float: left;
    width: 30%;
    margin: 0 3.191489361702128% 20px 0;
    font-size: 1em;
    padding-top: 20px;
    border-top: 1px solid #bbb;
}
.page-template-fullwidth #content {
    width: 95% !important;
	
}
#menu-primary ul li a {
    font-weight: normal;
	letter-spacing: 0.5px;
	color: #4E2A84;

}
#menu-primary ul li a:hover, #menu-primary li ul li a:hover {
    color: #ccc;
    border-bottom: none;
}
#menu-secondary li.current-menu-item a {
color: #969696;
}
#menu-secondary li a {
    background: #4E2A84;
border-bottom: 1px solid #969696;
}
#site-title a {
    color: #4E2A84;
    font-weight: bold;
}
#footer {
    border-top: 1.5px solid #4E2A84;
}

.sidebar-wrapper {
	margin:0;
	height:100px;
	float:right;
}

/* ------------------------ */

#sidebar-header {
    height: auto;
    width: auto;
}
#sidebar-header {
    overflow: hidden;
    float: right;
    margin-bottom: 20px;
}
.sidebar img{
	float: right; 
	display:inline-block;
	margin-left:20px;
}
.sidebar .widget {
    /* float: left; */
    width: 100%;
    margin-bottom: 15px;
}

.logo-image {
	float: right;
	display:none !important;
}
.nulogo {
    margin: 0 10px;
    float: right;
}

@media only screen and (max-width: 767px) {
#sidebar-secondary {
    float: none; 	
   width: 90%; 
}
#sidebar-header {
  display:none;
}
#branding {
    text-align: center;
}
.nulogo {
   display:none;
}

#content {
	    /* float: left; */
    width: 90% !important;
    /* padding: 0 0 50px 0; */
    margin-left: 0;
}

.read-more, .read-more:visited {
   display: none;
}

	}
	
div:empty {
  display:none;
}
p:empty {
  display:none;
}
#res-header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
#res-img {

    float:left;
    padding:5px;
}
.res-img img {
	width:200px;
	height: 200px;
}
#res-address {
    background-color: #EFECF4;
    /* margin: 5px; */
    /* height: auto; */
    width: 95%;
    /* float: left; */
    padding: 5px;
    border: 1px solid black;
    /* clear: both; */
}

#res-highlight {
    width:75%;
    float:left;
    padding:5px;
	margin:5px; 
    background-color:#EFECF4;
	border: 1px solid black; 
}
#res-section {
    width:75%;
    float:left;
    padding:10px;
	margin:5px ; 
}

#res-content {
	width: 100%;
}
#res-highlight ul {
	list-style-type:none!important;
}

#res-highlight ul li {
	line-height:18px;
	font-style:italic;
}


@media only screen and (max-width: 767px) {
	
#res-img {
    margin: 0 auto;
    width: 100%;
}
#res-address {
    width:90%;
}
#res-highlight {
    width:90%;
  
}
}
	