/*
Welcome to Custom CSS!
To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* search box */
.nav .top-nav .top-container .search .box .value {
	color: #000;
}

/* Homepage hack: supress header text */
.header-content {
	display: block; 
}
.header-content .ecae {display:block;}

.page-head .header-image .header-content  {margin-top:50px;}

/* title width tweak */
.page-head .header-image .header-content .title {
    width: 350px;
}

/* Homepage hack: content box width */
.page-head .header-image .header-content .title {
	width: 320px;
}

/* Homepage v2 colors */
/*
.page-head .header-image .header-content {
 color: #1caad9;
}
*/
.page-head a:hover {
	text-decoration: none;
}

.content em.spotlight {
	display: none;
}

/* homepage */
body.home .hide_home {
	display: none;
}

.page-head .overlay {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: linear-gradient(135deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%);
}

/* hot topics */
.hot-topics {
	display: none;
}

/* login */
.actions {
	display: none;
}

/* article tweaks */
h3 {
	font-weight: bold;
   font-size: 1.1rem;
}

.content img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content img.alignleft,
.content img.alignright {
	margin-top: 0;
}

.content .notify-icon {
	padding-right: 5px;
}

.wp-caption {
	border: none;
	max-width: 100%;
}

.alert a {
	text-decoration: underline;
}

/* sidebar */
.sidebar h2 {
	font-weight: normal;
	font-size: 1.3rem;
/* color: #999; */
}

.sidebar .textwidget img {
	width: 100%;
}

/* recent posts widget */
.rpwe-img .rpwe-alignleft {
	border: none !important;
	padding-top: 0 !important;
}

ul.rpwe-ul {
	padding-top: 10px;
}

/* embeds */
/* Embeds with constant aspect-ratio */
.oembed-sketchfab-com,
.oembed-skfb-ly,
.embed-vimeo,
.embed-youtube,
.googlemaps {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 20px;
	margin-bottom: 50px;
}

.oembed-sketchfab-com iframe,
.oembed-skfb-ly iframe,
.embed-vimeo iframe,
.embed-youtube iframe,
.googlemaps iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.embed-vimeo,
.embed-youtube {
/* 16:9 */
	padding-top: 56.25%;
}

.oembed-sketchfab-com,
.oembed-skfb-ly,
.googlemaps {
/* 16:10 */
	padding-top: 62.5%;
}

.twitter-tweet-rendered {
	margin-top: 20px !important;
	margin-right: auto;
	margin-bottom: 20px !important;
	margin-left: auto;
}

/* author bio */
.author-info img {
	margin-top: 0;
}

.author-info + hr {
	clear: both;
}

/* comments */
.comment-author img {
	margin-top: 0;
}

/* social icons */
.socials .facebook {
	background-color: #3b5998;
}

.socials .twitter {
	background-color: #00aced;
}

.socials .google {
	background-color: #dd4b39;
}

.socials .linkedin {
	background-color: #007bb5;
}

/*wp video*/
.wp-video{
	width:100%
}