/*
Theme Name: Beaniepedia
Description: Beaniepedia theme
Version: 1.0
*/

@import url("css/reset.css"); /** <---- Resets all browser default settings */
/*@import url("css/nav.css");*/ /** <---- Contains all navigation styling */
/*@import url("css/tables.css");*/ /** <---- Contains all table styling */


/* Begin Typography & Colors */ 
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	background-color: #d1c4e9;
}

body {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background: linear-gradient(to bottom, #ffdae9, #d1c4e9);
    background-size: 100% 100vh;
    background-position: top;
    background-repeat: no-repeat;
	padding-top: 70px;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#top_corners {
	background: url(images/topCorners.gif) no-repeat;
	margin: 0 auto;
	width: 882px;
	height: 23px;
}

.compensate-for-scrollbar .navbar.fixed-top {
	right: 15px;
}

#header {
	background: url(images/header.png) no-repeat !important;
	width: 835px;
	height: 131px;
	margin-left: 24px;
	position: relative;
	margin-bottom: 40px;
}

header .nav-link {
    font-size: 14px;
}

#site_wrapper {
	background: url(images/siteWrapper.png) repeat-y;
	margin: 0 auto;
	width: 882px;
}

#top_content {
	float: left;
	margin: 0 0 0 24px;
	background: url(images/topContent.gif) repeat-y;
	width: 834px;
	padding-left: 8px;
}

.top {
	width: 824px !important;
	padding-left: 10px !important;
}

#bottom_corners {
	background: url(images/bottomCorners.gif) no-repeat;
	margin: 0 auto;
	width: 882px;
	height: 22px;
}

#content {
	min-height:260px;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	/*border-left: 1px solid #ddd;*/
}

.info-box {
    background-color: #FFFFFF;
    border-left: 15px solid #e83e8c;
	border-radius: 5px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    padding: 20px;
}

.info-box h1 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
	padding: 0;	
    margin-bottom: 10px;	
}

.info-box p {
    font-size: 16px;
    line-height: 20px;
}

.beanie-info-box {
font-size: 16px !important;
    line-height: 26px;
	background-color: #FFFFFF !important;
    border: none !important;
    border-left: 7px solid #e83e8c !important;
    border-radius: 5px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    padding: 10px 20px !important;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    line-height: 28px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #4d3080;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	/*color: white;*/
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #4d3080;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #e83e8c;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding:5px 0 20px 25px;
	margin: 0px 0 0;
	width: 620px;
	}

.widecolumn {
	padding:5px 0 20px 25px;
	margin: 0px 0 0;
	width: 620px;
	}

.post {
	margin: 0 0 40px; 
    text-align: left;
    background-color: white;
    padding: 15px;
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
	border-radius: 5px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

footer p {
	font-size: 12px;
}

footer p a {
	color: #06c;
    text-decoration: none;
}

footer p a:hover {
    color: #e83e8c;
    text-decoration: underline;
}
/* End Structure */

.stats-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: left;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 10px;
	}

h2.pagetitle {
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
.sidebar .bg-white {
	border-top: 7px solid #00B1F7;
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
	border-radius: 5px;	
}

.sidebar h2 {
	margin: 0 0 15px 0;
}

.sidebar ul li ul li, .post-categories li {
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	background-color: #D2DFF4;
	color: #06c;
	border-radius: 25px;
}

.sidebar ul li ul li a, .post-categories li a {
	display: inline-block;
	padding: 5px 10px;	
	font-size: 14px;
}

.sidebar ul li ul li:hover , .post-categories li:hover {
	color: #FFFFFF;
	background-color: #e83e8c;

}

.sidebar ul li ul li:hover a, .post-categories li:hover a {
	color: #FFFFFF;
	text-decoration: none;
}

.postmetadata a, .comments-link a {
	margin: 5px 10px 5px 0;
	display: inline-block;
	background-color: #D2DFF4;
	color: #06c;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 25px;
}

.postmetadata a:hover, .comments-link a:hover {
	background-color: #e83e8c;
	color: #FFFFFF;
	text-decoration: none;
}

#commentform label {
	color: #000000;
	margin: 10px 0;
}

#commentform input[type="text"], #commentform input[name="author"], #commentform input[name="email"] {
	width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ced4da;	
}
	

h3 {
	padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

.entry p {
	font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
	text-align: left;
}

.post .ez-slot, .post [id^="ezoic-pub-ad-placeholder-"] {
    display: block;
    width: 100%;
    min-height: 280px;
    /*aspect-ratio: 4 / 2;*/
    background: #f5f5f5;
    margin: 1.5em 0;
    padding: 15px;
}

.white-box {
	/*background-color: #FFFFFF;
    padding: 15px;
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
	border-radius: 5px;
	*/
	background-color: transparent;
	padding: 15px 0;	
}

.m-t-10 {
	margin-top: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.br-5 {
	border-radius: 5px;
}

.bg-white.br-5 {
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);	
}

.adsbygoogle {
	margin: 10px 0;
}

.play-btn {
	position: relative;
	display: block;
}

.play-btn:after {
    content: '';
    position: absolute;
    background-image: url(/images/play.png);
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    background-size: contain;
    margin-top: -50px;
    margin-left: -55px;
	opacity: 0.7;
}

.play-btn:hover:after {
	opacity: 1;
}

/* Begin Images */
p img {
	padding: 20px 0;
	max-width: 100%;
	height: auto;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

*/

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {
	width: 130px;
	}


#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	border: 1px solid #ced4da;
    font-size: 16px;
    line-height: 30px;
	padding: 0 5px;	
	height: 200px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
    /* margin: 0 0 5px auto; */
    float: right;
    margin: 10px 0 5px 0;
    display: inline-block;
    /* background-color: #D2DFF4; */
    /* color: #06c; */
    padding: 5px 10px;
    font-size: 14px;
	border-radius: 0;
	margin-top: 10px !important;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left:675px;
	padding:10px 0;
	position:absolute;
	top:190px;
	width:190px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



#header h1 {
	display: none;
}

#header p {
	display: none;
}

#sidebar {	
	text-align:left;
}

#respond {
	text-align:left;
	padding: 15px;
}

.page {
	text-align:left;
}

#pageTitle h1, .pageTitle h1 {
	color:#4d3080;
	font-size:2em;
	text-align:left;
	padding-top: 0;
}

#pageTitle p, .pageTitle p {
	text-align:left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 5px;
	color: #4d3080;
	background-color: #D2DFF4;
	font-size: 16px;
}

#content {
	min-height: 800px;
}

#register label {
	display:inline-block;
	width: 100px;
}

#footerText a {
	color: #FFFFFF;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 100% !important;
	overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 100% !important;
}

.btn-search {
    color: #fff;
    background-color: #e83e8c;
	border-color: #e83e8c;
}

.btn-search:hover {
    color: #e83e8c;
    background-color: #FFFFFF;
    background-image: none;
    border-color: #e83e8c;	
}

.nav-btns a {
	position: relative;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #fff;
	background-color: #e83e8c;
	border-color: #e83e8c;
	max-width: 100%;
	white-space: nowrap;    /* keep text on one line */
	overflow: hidden;       /* hide anything that overflows */
	text-overflow: ellipsis;
	padding-left: 25px;
}

.nav-btns .text-right a, .nav-btns .alignright a {
	padding-left: .75rem;
	padding-right: 25px;
}

.nav-btns a:before {
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f053";
	left: 10px;
}

.nav-btns .text-right a:before, .nav-btns .alignright a:before {
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f054";
	left: auto;
	right: 10px;
}

.nav-btns a:hover {
    color: #e83e8c;
    background-color: #FFFFFF;
    background-image: none;
    border-color: #e83e8c;	
	text-decoration: none;
}

.navbar-brand {
    background-image: url(./images/beaniepedia-logo.webp);
    text-indent: -9999px;
    width: 220px;
	background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
}

.blueBack {
    text-align: left;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 10px;
    /*border: 1px solid #00B1F7;*/
    background-color: #D2DFF4;
    font-size: 14px;
    border-radius: 5px;
	box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}

.blueBack .btn-search:hover {
    background-color: #FFFFFF;
}

.hide-filters {
	display: block;
}

.show-filters {
	display: none;
}

.collapsed .hide-filters {
	display: none;
}

.collapsed .show-filters {
	display: block;
}

a.filter-btn {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
	background-color: #FFFFFF;
	color: #e83e8c;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
}

a.filter-btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c8";
    margin-right: 8px;
    display: inline-block;
    width: 13px;	
}

a.filter-btn:hover {
    color: #FFFFFF;
	background-color: #e83e8c;
	text-decoration: none;
}

a.filter-btn.active {
    color: #FFFFFF;
	background-color: #e83e8c;
}

a.filter-btn.active:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
}

a.filter-btn.active:hover {
	background-color: #FFFFFF;
	color: #e83e8c;
	text-decoration: none;
}

a.gen-btn {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    color: #06c;
	background-color: #D2DFF4;
	padding: 5px 10px;
	text-decoration: none;
}

a.gen-btn:hover {
	background-color: #e83e8c;
	color: #FFFFFF;	
	text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

/* Birthday menu */
@media (max-width: 991px) {

	.birthday-menu {
		position: fixed;
		top: 56px;
		left: 0;
		right: 0;
		height: 95px;
		z-index: 3;
		margin: 0;	
	}

	.birthday-menu-inner {
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-color: #e83e8c transparent;
		scrollbar-width: thin;	
		padding: 0 0 10px 0;
	}

	.birthday-menu-offset {
		margin-top: 180px;
	}

	.birthday-menu-month {
		top: 56px;
	}

	.birthday-menu-day {
		top: 150px;	
	}

	.birthday-menu h2 {
		margin: 0;
		line-height: 30px;
		font-size: 16px;	
	}

	.birthday-menu a.filter-btn {
		margin-bottom: 0;
		height: 32px;
	}

}

/*.beanie-themes {
	text-align: left;
}*/

.beanie-themes a, .beanie-themes a:hover, .beanie-themes a:visited {
	text-decoration: none;
}

.beanie-themes div.beanie-theme {
    margin-bottom: 10px;
    color: #FFFFFF;
	background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
	transition: transform 0.3s ease;
}

.beanie-themes div.beanie-theme:hover {
	transform: scale(1.05);
}

.beanie-themes div.beanie-theme .beanie-image {
	padding: 5px;
}

.beanie-themes div.beanie-theme img {
	max-width: 100%;
	height: auto;
}

.beanie-themes div.beanie-theme div.beanie-title {
    background-color: #06c;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    border-top: 7px solid #e83e8c;
}

.beanie-themes a:hover div.beanie-theme div.beanie-title {
	color: #fff;
    background-color: #e83e8c;
	border-top: 7px solid #06c;
}

.beanie-themes.beanie-listing div.beanie-theme div.beanie-image {
	position: relative;
	min-height: 165px;
}

.beanie-themes.beanie-listing div.beanie-theme div.beanie-image .beanie-rating {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.beanie-themes.beanie-listing div.beanie-theme div.beanie-title {
	text-align: left;
    padding: 5px 10px;	
}

.beanie-themes.beanie-listing div.beanie-theme:hover div.beanie-title {
    background-color: #e83e8c;	
}

.beanie-themes.beanie-listing div.beanie-theme div.beanie-title h3 {
	width: 100%;
}

.beanie-themes.beanie-listing div.beanie-theme div.beanie-title h3 a, .beanie-themes.beanie-listing div.beanie-theme div.beanie-title h3 a:link, .beanie-themes.beanie-listing div.beanie-theme div.beanie-title h3 a:visited {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;	
}

.beanie-themes.beanie-listing div.beanie-theme div.beanie-title a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;	
}

.beanie-themes.beanie-listing div.beanie-theme div.beanie-title a:hover {
	text-decoration: underline;
}

.beanie-news .beanie-image {
    width: 100%;
    height: 275px;
    padding: 0 !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.beanie-news .beanie-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.navigation-row {
	margin: 30px -15px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


/* share widget -------------------------------------------------------- */
.relative {
	position: relative;
}

.share-btn {
    display: inline-block;
    background-color: #e83e8c;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
	border-radius: 5px;
}

.share-btn:hover {
    color: #FFFFFF;
	background-color: #00B1F7;
	text-decoration: none;
}

.main-share-widget {
	position: absolute;
    top: 5px;
    right: 5px;
}

.main-share-widget .btn {
	padding: 5px 10px;
	border-radius: 2px;
}


.main-share-widget__toggle .glyphicon {
	margin-right: 5px;
	top: 3px;	
}

.main-share-widget__list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0.625em; /* 10px */
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(-1em);
	    -ms-transform: translateY(-1em);
	        transform: translateY(-1em);
	transition: opacity 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms;
	transition: opacity 150ms ease-out, transform 150ms ease-out, visibility 150ms ease-out 150ms, -webkit-transform 150ms ease-out;
	visibility: hidden;
	z-index: 6;
    right: 0;
	top: 45px;
	width: 300px; 
	text-align: right;

}

.main-share-widget--is-active + .main-share-widget__list,
.no-js .share-widget__list, .page-share-widget .main-share-widget__list {
	opacity: 1;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	transition: all 150ms ease-out;
	visibility: visible;
}
.main-share-widget__list-item {
	margin-bottom: 0.325em; /* 6px */
	display:inline-block;
}

.page-share-widget {
	margin: 20px 0;
}

.page-share-widget .main-share-widget__list {
	position: initial;
	width: auto;
	margin:0;
	text-align: left;
}


/* ---------- Links */
.popover-title, .popover-header {
    font-family: 'Roboto';
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	line-height: 22px;	
	width: 100%;
}

.main-share-widget__link {
	background-size: 1.375em; /* 22px */
	background: #fff no-repeat center;
	border-radius: 50%;
	border: 1px solid red;
	display: block;
	height: 36px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	transition: background-color 150ms ease-out, border 150ms ease-out;
	white-space: nowrap;
	width: 36px;
    text-indent: 9999px;
}

/*	Network modifiers */
.main-share-widget__link--facebook {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%225%20-5%2030%2030%22%3E%3Cpath%20fill%3D%22%233b5998%22%20d%3D%22M21.9%2022V11.1h3.7l.6-4.3H22V4.1c-.1-1.3.2-2.1%202-2.1h2.3v-3.8c-.5-.1-1.8-.2-3.4-.2-3.3%200-5.5%202-5.5%205.6v3.1h-3.7V11h3.7v11h4.5z%22/%3E%3C/svg%3E');
	border-color: #3b5998;
	background-size: 24px;
}

.main-share-widget__link--facebook:hover,
.main-share-widget__link--facebook:focus {
	background-color: #3b5998 !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%225%20-5%2030%2030%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.9%2022V11.1h3.7l.6-4.3H22V4.1c-.1-1.3.2-2.1%202-2.1h2.3v-3.8c-.5-.1-1.8-.2-3.4-.2-3.3%200-5.5%202-5.5%205.6v3.1h-3.7V11h3.7v11h4.5z%22/%3E%3C/svg%3E');
}

.main-share-widget__link--twitter {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M27.5%207.2c-.9.4-1.9.7-3%20.8%201.1-.6%201.9-1.6%202.3-2.8-1%20.6-2.1%201-3.3%201.2-.9-1-2.3-1.6-3.8-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4%200%20.8.1%201.2-4.3-.2-8.1-2.3-10.6-5.4-.3.8-.6%201.7-.6%202.6%200%201.8.9%203.4%202.3%204.3-.8%200-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.4.2-.3%200-.7%200-1-.1.7%202%202.6%203.5%204.8%203.6C8.2%2022.2%206%2023%203.6%2023c-.4%200-.8%200-1.2-.1%202.3%201.5%205%202.3%207.9%202.3%209.5%200%2014.6-7.8%2014.6-14.6v-.7c1.1-.7%201.9-1.6%202.6-2.7z%22/%3E%3C/svg%3E');
	border-color: #55acee;
	background-size: 21px;
}

.main-share-widget__link--twitter:hover,
.main-share-widget__link--twitter:focus {
	background-color: #55acee !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.5%207.2c-.9.4-1.9.7-3%20.8%201.1-.6%201.9-1.6%202.3-2.8-1%20.6-2.1%201-3.3%201.2-.9-1-2.3-1.6-3.8-1.6-2.8%200-5.1%202.3-5.1%205.1%200%20.4%200%20.8.1%201.2-4.3-.2-8.1-2.3-10.6-5.4-.3.8-.6%201.7-.6%202.6%200%201.8.9%203.4%202.3%204.3-.8%200-1.6-.3-2.3-.6v.1c0%202.5%201.8%204.6%204.1%205-.4.1-.9.2-1.4.2-.3%200-.7%200-1-.1.7%202%202.6%203.5%204.8%203.6C8.2%2022.2%206%2023%203.6%2023c-.4%200-.8%200-1.2-.1%202.3%201.5%205%202.3%207.9%202.3%209.5%200%2014.6-7.8%2014.6-14.6v-.7c1.1-.7%201.9-1.6%202.6-2.7z%22/%3E%3C/svg%3E');;
}


.main-share-widget__link--email {
    position: relative;
    border: 1px solid #071920;
}

.main-share-widget__link--email:hover, .main-share-widget__link--email:focus {
    background-color: #071920 !important;
}

.share-widget__link--email:after {
    font-family: "Font Awesome 5 Free";
    content: "\f003";
    color: #071920;
    position: absolute;
    top: 6px;
    left: -25px;
    z-index: 1;
}

.main-share-widget__link--email:hover:after, .main-share-widget__link--email:focus:after {
    color: #FFFFFF;
}

.main-share-widget__link--url {
    position: relative;
    border: 1px solid #071920;
}

.main-share-widget__link--url:hover, .main-share-widget__link--url:focus {
    background-color: #0066CC !important;
    border: 1px solid #0066CC;
}

.main-share-widget__link--url:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    color: #071920;
    position: absolute;
	top: 4px;
    left: 5px;
    z-index: 1;
    font-size: 18px;
    text-indent: 4px;
}

.main-share-widget__link--url:hover:after, .main-share-widget__link--url:focus:after {
    color: #FFFFFF;
}

.main-share-widget__link--pinterest {
    position: relative;
    border: 1px solid #cb2320;
}

.main-share-widget__link--pinterest:hover, .main-share-widget__link--pinterest:focus {
    background-color: #cb2320 !important;
    border: 1px solid #cb2320;
}

.main-share-widget__link--pinterest:after {
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    content: "\f0d2";
    color: #cb2320;
    position: absolute;
	top: 4px;
    left: 5px;
    z-index: 9999999;
    font-size: 18px;
    text-indent: 4px;
}

.main-share-widget__link--pinterest:hover:after, .main-share-widget__link--pinterest:focus:after {
    color: #FFFFFF;
}

.main-share-url-msg {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    background-color: #145569;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-size: 14px;    
}

ul.main-share-item-list {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.main-share-item-list > li {
    padding-left: 0;
}

ul.main-share-item-list > li > div {
    position: relative;
    overflow-wrap: break-word;
    line-height: 35px;
    color: #000000;
    padding: 0;
    text-align: left;
    display: block;
    clear: both;
    font-weight: 400;
    white-space: nowrap;    
}

ul.main-share-item-list > li > div > p {
    font-size: 14px;
    line-height: 35px;
    margin: 0 55px 0 0;
}

ul.main-share-item-list > li > div > p.link-container {
    position: relative;
	margin: 0;
    overflow: hidden;
}

ul.main-share-item-list > li > div > p.link-container a {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    text-align: center;
    background-color: #e83e8c;
    color: #FFFFFF;
}

ul.main-share-item-list > li > div > p.link-container a i {
    line-height: 37px;
}

ul.main-share-item-list > li > div > p.link-container a:hover {
    opacity: 0.8;
}


ul.main-share-item-list > li > div > p.link-container a i:before {
    color: #FFFFFF;
}

ul.main-share-item-list > li > div > p.link-container.copied a {
    background-color: #D2DFF4;
}

ul.main-share-item-list > li > div > p input {
    letter-spacing: normal;
    padding: 8px 40px 6px 10px;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    color: rgba(0, 0, 0, 0.23);
    font-size: 18px;
    line-height: 18px;
}

#month, #bday {
    height: 39px;
    padding: 0px 15px 0 5px;
    border: none;
    background-color: #D2DFF4;
    color: #06c;
    border-radius: 3px;
    /* border-top: #dd24d1 5px solid; */
    font-size: 14px;
}

.affiliate-disclosure {
	border: 1px solid #0066CC;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: #D2DFF4;
}

.floatingchat-container-wrap {
    bottom: 155px !important;
	/*left: auto !important;
	right: 16px !important;*/
}

.floating-chat-kofi-popup-iframe {
    bottom: 210px !important;
	/*left: auto !important;
	right: 16px !important;*/
}

.floatingchat-container-wrap-mobi {
	bottom: 148px !important;
	/*left: auto !important;
	right: 16px !important;*/
}

.floating-chat-kofi-popup-iframe-mobi {
	bottom: 205px !important;
	/*left: auto !important;
	right: 16px !important;*/
}

.bp-orderby-menu {
	height: 39px;
    padding: 0px 15px 0 5px;
    border: none;
    background-color: #e83e8c;
    color: white;
    border-radius: 3px;
    font-size: 14px;
	margin-bottom: 15px;
}