/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.firstcharacter {
	float: left;
	color: #f55eb1;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia;
}

.available {
	width: 100%;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 18px;
	text-align: center;
	font-size: 1em;
	border-top: 4px solid #f55eb1;
	border-bottom: 1px solid #ccc;
}

.spoiler, .spoiler2 {
	color: #000;
	background-color: #000;
}

.spoiler:hover {
	color: #fff;
}

.spoiler2:hover {
	background-color: #fff;
}

.widget-title {
font-size: 15px !important;
color: #f55eb1 !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px double #f06eaa;
}
.tooltip {
	margin-bottom: 1.5em;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #f06eaa;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}



/* Let's set and reset some common styles */
.mb-wrap {
	width: 400px;
	margin: 20px auto;
	padding: 20px;
	position: relative;	
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-wrap cite {
	font-style: normal;
}

.mb-style-2 blockquote{
  padding-top: 150px;
}

.mb-style-2 blockquote:after {
  font-family: Baskerville, Georgia, serif;
	background: #f06eaa;
	width: 130px;
	height: 130px;
	border-radius: 50%; 
	content: url(http://moviessilently.com/wp-content/uploads/2018/06/quotation-mark.png);
	position: absolute;
	font-size: 70px;
	line-height: 130px;
	text-align: center;
	top: 0px;
	left: 50%;
	margin-left: -65px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.mb-style-2 blockquote:before{
  content: '';
	width: 500px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: -50px;
	z-index: -1;
}

.mb-style-2 blockquote p {
  font-family: Baskerville, Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	display: inline;
	color: #f06eaa;
	text-shadow: 0 1px 1px #fff;
	line-height: 36px;
	box-shadow: 0 -6px 0 #ddd;
}

.mb-style-2 .mb-attribution {
  text-align: right;
}

.mb-style-2 .mb-author{
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
	color: #f06eaa;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.mb-style-2 cite a{
	color: #ddd;
	font-style: italic;
}

.mb-style-2 cite a:hover{
	color: #111;
}
