/*
Theme Name: uoft_bootstrap3
Theme URI: http://wordpress.utornoto.ca/download
Author: Strategic Communications & Marketing
Version: 2.0.2
Description: Built on Bootstrap ver 3.3.2
License: This WordPress theme package is only available for use by official U of T websites hosted on the utoronto.ca domain. Only authorized faculty and staff with a valid UTORid can download and use it.
*/

/* Change to use Asper signature */
.site-logo-link {
	width: 100%;
	height: 100px;
	max-width: 450px;
}

.site-logo {
	width: 100%;
	height: 100px;
	max-width: 450px;
}

.site-logo-link-2 {
	width: 100%;
	max-width: 371px;
}

.site-logo-2 {
	width: 100%;
	max-width: 371px;
}

@media (min-width: 240px) and (max-width: 575px) {
	.navdrawer-btn, .searchdrawer-btn {
		top: 98px;
	}
}

@media (min-width: 575px) and (max-width: 768px) {
	.navdrawer-btn, .searchdrawer-btn {
		top: 35px;
	}
}

@media (min-width: 992px) {
	.site-footer {
		position: relative;
	}
	.site-copy {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

/*Change to fix font-family news widget*/

.cat-post-title {
	font-family: Arial,Helvetica,sans-serif;
}

/*Remove random bullet from post widget*/

.cat-post-widget {
    list-style: none;
}


.primary-navigation,
.primary-navigation .container {
	background: #275880; /* Old Browsers */
	background: -webkit-linear-gradient(top,#275880,#133754); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#275880,#133754); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#275880,#133754); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #275880, #133754); /*Standard*/
}


.apser-background-gradient {
	background: #ade3ff; /* Old Browsers */
	background: -webkit-linear-gradient(top,#ade3ff 0%,#ffffff 50%); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,#ade3ff 0%,#ffffff 50%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,#ade3ff 0%,#ffffff 50%); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, #ade3ff 0%, #ffffff 50%); /*Standard*/
	padding-top: 5px;
}

.apser-background-content {
	background-color: #ffffff;
	border-radius: 5px;
}

#sidebar {
	margin-top: 80px;
}

/*.sidebar-home {
    margin-top: 79px;
}*/

.recent-posts-widget-with-thumbnails {
	list-style: none;
}

.tribe-list-widget {
	padding-left: 0;
}

.tribe-events-widget-link {
	margin-left: 15px;
}

.primary-navigation .nav-menu li a {
	color: #ffffff;
}

.navdrawer-open .overlay-close i {
	color: #ffffff;
}

@media (max-width: 992px) {
	.site-name {
		background-color: #ffffff;
	}

}

@media (min-width: 992px) {
	.site-tools {
		margin-top: 20px;
	}

	.searchdrawer-btn {
		top: 44px;
	}

	.primary-navigation .container {
		border-top: none;
	}

	.primary-navigation .sub-menu li a {
		color: #1b4466;
	}

	.primary-navigation .sub-menu li a:hover,
	.primary-navigation .sub-menu li a:focus {
		background: #ffffff;
		color: #1b4466;
	}

	.primary-navigation ul ul {
		background-color: #f7f7f7;
	}

	.primary-navigation .current-menu-item > a,
	.primary-navigation .sub-menu .current-menu-item a {
		background-color: #427BA8;
		color: #fff;
	}

	.primary-navigation li:focus > a, .primary-navigation li:hover > a {
		background-color: #427BA8;
		color: #fff;
	}

	.primary-navigation .sub-menu .current-menu-item a:hover,
	.primary-navigation .sub-menu .current-menu-item a:focus {
		background-color: #427BA8;
		color: #fff;
	}

	
}
