/* COMING SOON */
body.page-id-3790 .site-desc, body.page-id-3790 aside {
  display:none;
}
body.page-id-3790 .header1, body.page-id-3790 .header2 {
  display:none;
}

/* HEADER */
.navbar-brand img {
	height: auto;
	max-width: 150px;
}
#social-main{
  margin-bottom:50px;
}
.nav > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-right {
	margin-top: 22px;
}
.navbar-collapse ul > li > a {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.caret {
  display: none;
}
.navbar-collapse ul > li > a {
	font-weight: bold !important;
	font-size: 14px;
	color: #000 !important;
}
ul.dropdown-menu {
	min-width: 225px !important;
}
ul.dropdown-menu li a{
  padding:10px !important;
}
.site-desc {
  margin-bottom:60px !important;
}
body.page-id-4116 .site-desc {margin-bottom:0px !important;}
body.page-id-5637 .site-desc {margin-bottom:0px !important;}

/* FOOTER */
aside ul.menu {
  list-style:none;
  padding:0;
}
aside ul.menu li{
  margin-bottom:10px;
}


/* GLOBAL */
.sow-image-container:hover img {
    -webkit-transform:scale(1.01); /* Safari and Chrome */
    -moz-transform:scale(1.01); /* Firefox */
    -ms-transform:scale(1.01); /* IE 9 */
    -o-transform:scale(1.01); /* Opera */
     transform:scale(1.01);
  	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 		 filter: grayscale(100%);
 		 webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
h1 {
  font-size:32px;
}
h2 {
  font-size:28px;
}
h3 {
  font-size:24px;
}
h4 {
  font-size:22px;
}
h5 {
  font-size:20px;
}
h6 {
  font-size:18px;
}
p a, .textwidget p a {
  border-bottom:1px solid;
}
p a:hover, .textwidget p a:hover {
  border-bottom:1px dashed;
  text-decoration: none;
}

.sp-post .sp-post-img {
	overflow: hidden;
	max-height: 140px !important;
}
.sp-post-img img {
	width: 100% !important;
	height: auto;
}
@keyframes blink { 50% {border-color: #f58634} }
@media (max-width:768px) {
  ul.dropdown-menu {padding-left:30px;}
  .navbar-brand {padding:0 0 0 8px !important;}
  .navbar-collapse ul.navbar-nav {background-color:#eee !important;}
}
/* SINGLE POST IMAGE */
.wp-caption.alignleft {
		float: left;
		margin: 15px 10px;
		font-size: 0.9em;
}
.wp-caption.alignright {
  float: right;
  margin: 15px 10px;
  font-size: 0.9em;
}
/* SINGLE POST NO SIDEBAR */
.post-template-full-width-post #single-post.container {
  width: 800px;
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width:768px) {
		.post-template-full-width-post #single-post.container {
  			width: 100%;
  			font-size: 1.2em;
  			line-height: 1.6em;
		}
}
body.projects-template .post-meta .coauthors-link, body.projects-template-default .post-meta .coauthors-link {display:none;}

/* */
.search-pagination {background-color:white !important;}
/*.sarai-search-filter .archive-search-wrapper {position:fixed;}*/