/*!
Theme Name: wiki-news
Theme URI: http://underscores.me/
Author: MDN
Author URI: #
Description: Theme Developer by MDN
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wiki-news
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.sticky-heading{
	font-weight: bold;
}
#sticky-after-content .post:after{
	content: "";
	display: block;
	clear: both;
}
#sticky-after-title{
	border-left: none;
}
#sticky-after-title li{
	position: relative;
	padding-left: 15px;
}
#sticky-after-title li:before{
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 11px;
	left: 0;
}
.page-header-inner{
	background: #fcfcfc;
}
#modal-popup .close{
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	opacity: 1;
	position: absolute;
	right: -10px;
	top: -10px;
}
#modal-popup .modal-content {
	width: auto;
	margin: 0 auto;
	background: #fff;
}

#modal-popup .modal-content img {
	width: 100%;
}
#modal-popup .send-question {
	padding: 20px;
	margin-top: -50px;
}
#modal-popup .form-group {
	margin-bottom: 12px;
}
#modal-popup .form-control {
	border-radius: 5px;
	margin-bottom: 0;
}
#modal-popup .btn-primary {
	background: #FBE32C;
	border: 0;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px;
	color: #9E2C30;
  	animation: background 1s infinite;
}
@keyframes background {
	0% {
		background: #FBE32C;
		color: #9E2C30;
	}
	100% {
		background: #9E2C30;
		color: #fff;
	}
}
.mdn-chat.close-tag .action-chat {
	height: auto;
}