/*
Theme Name: JHU
Theme URI: http://www.scriptsconnect.com
Author: ScriptsConnect, LLC
Author URI: http://www.scriptsconnect.com
Description: Theme developed for the JHU.
Version: 1.2.1.2
License: Proprietary
Text Domain: jhu

jhura is a custom-developed WordPress theme. (C) 2016 JHU.
*/

header .logo,header .top-nav{
	opacity:1;
	-webkit-transition: all 0.7s ease;                  
    -moz-transition: all 0.7s ease;                 
    -o-transition: all 0.7s ease;   
    -ms-transition: all 0.7s ease;          
    transition: all 0.7s ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

header .logo{
	width: 263px;
	height: auto;
}
header .logo img{
	width:100%;
	height:auto;
}

.header.close .logo,.header.close .top-nav{
	opacity:0;
}
/* Durga */
[data-widget='articles'].loader{
    padding:50px 42%;
    background-color:rgba(225,225,225,1.00);
}
[data-widget='articles'].loader>.loading {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}