
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 300px; 
	background-color: unset;
}

html{
    background-color: #e6ecf02e;
}

@font-face {
	font-family: visbyMedium;
	src: url('../fonts/VisbyRoundCF-Medium.woff');
}

@font-face {
	font-family: visbyReg;
	src: url('../fonts/VisbyRoundCF-Regular.woff');
}
body{
	font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: lighter;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a, a:hover, a:focus, a:active {
	color: #981CEB;
}
a.btn:hover{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: visbyReg, Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
}
hr{
	opacity: .10;
}

.pf-bg-light{
	background-color: #ffffff!important;
    border-bottom: #ccc 1px solid;
}
.navbar-brand img {
    height: 30px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: #ccc 1px solid;
}

.btn-primary {
	color: #fff;
	background-color: #ac49ef;
	border-color: #ac49ef;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus{
	background-color: #6c0fac;
}
.btn-primary:focus{
	box-shadow: 0 0 0 0.2rem rgba(172,73,239,.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ac49ef;
    border-color: #ac49ef;
}
.btn-facebook {
	color: white;
	background-color: #3b5998;
}
.btn-twitter {
	color: white;
	background-color: #1da1f3;
}
.btn-facebook:hover{
	color: white;
}
.btn-twitter:hover{
	color: white;
}
.text-primary{
	color: #981CEB !important;
}
.search-result:hover {
    background-color: #0000000a;
    cursor: pointer;
}
.tab-icon{
    width: 12px;
    height: 12px;
    top: -1px;
    position: relative;
}
.claim-link{
	font-size: 1.3em;
}
.claim-link-border {
    border: 4px dashed #ac49ef47;
    border-radius: 20px;
    padding: 15px;
}
.claim-podcast-block .btn {
    margin: 20px 0px;
}
.claim-podcast-block {
    padding-bottom: 15px;
}
.device-icon {
    font-size: 3rem;
    width: 4rem;
    text-align: center;
    color: #ccc;
}
.episode-manage-row td{
	position: relative;
}
.episode-manage-row button{
	display: none;
	position: absolute;
	right: 0px;
    top: 8px;
    opacity: 0.7;
}
.episode-manage-row.active button{
	display: block;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #ac49ef;
}
.invalid-check{
	color: red;
}
.valid-check{
	color: green;
}
h1, h2, h3{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
img, svg {
    max-width: 100%;
}
.max-w-300-px{
	max-width: 300px;
}
.max-w-inherit{
	max-width: inherit;
}
img.podview-listen-button {
    padding: 5px;
    padding-left: 0px;
}
.podcast-view-link {
    padding: 10px 0px;
    color: #AC49EF;
}
.timeline {
    border-left: 4px solid #981ceb;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 10px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    float: right;
    width: 100%;
}
.timeline .event {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 15px 0px 15px 15px;
}
.timeline .event:last-of-type {
	margin-bottom: 0;
	border: none;
}
.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}
.timeline .event:before {
	left: -160px;
	content: attr(data-date);
	text-align: right;
	font-weight: 100;
	font-size: 0.9em;
	min-width: 120px;
	top: 25px;
}
.timeline .event:after {
	box-shadow: 0 0 0 4px #981ceb;
	left: -13.75px;
	background: #fafbfc;
	border-radius: 50%;
	height: 3px;
	width: 3px;
	content: "";
	top: 37.75px;
}

.timeline .event:hover{
	cursor: pointer;
	background-color: #00000010;
}

.timeline ul{
	padding-inline-start: 20px;
}

.timeline a{
	text-decoration: none;
	color: #000;
}
#search-bar input{
	border-width: 0px;
	border: none;
	box-shadow: none;
	width: 100%;
}
#search-bar input:focus{
	outline: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .15s ease;
	   -o-transition: height .15s ease;
	      transition: height .15s ease;
}
.page-link {
	color: #ac49ef;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #ac49ef;
    border-color: #ac49ef;
}
.pf-br-5{ border-radius: 5px; }
.pf-br-4{ border-radius: 4px; }
.pf-br-3{ border-radius: 3px; }
.pf-br-2{ border-radius: 2px; }
.navbar-brand>img{
	max-width: none;
}
#floating-search-container{
	display: none;
	position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 4;
}
figcaption{
    margin-top: 4px;
    font-style: italic;	
}
.user-access-row {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 2.4;
}
.inline-social-icons {
    color: #AC49EF;
    font-size: 1.5rem;
    position: relative;
    top: 3px;
    padding: 3px;
}
.wp-block-media-text{
	grid-template-columns: 1fr 4fr !important;
}
.wp-block-media-text{
	margin-bottom: 10px;
}
.form-control-file{
	display: block;
}
label{
	margin: .5rem 0;
}
#toastHolder{
	position: fixed; 
	right: 10px; 
	top: 10px; 
	z-index: 1000;
}
#toastContainer{
	position: relative; 
	min-height: 200px;
}
.sqr-ph-50{
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.26);
	max-width: none;
}
.sqr-ph-100{
	width: 120px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.26);
	max-width: none;
}
.sqr-ph-120{
	width: 120px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.26);
	max-width: none;
}
.sqr-ph-300{
	width: 300px;
	height: 300px;
	background-color: rgba(0, 0, 0, 0.26);
	max-width: none;
}
.faded-out {
    opacity: 0.2;
    pointer-events: none;
}