/* Core WP Tweaks */

.wp-block-media-text .wp-block-media-text__content {
    padding:0;
}
@media (max-width:767px) {
    .wp-block-media-text__media {
        margin-bottom:1rem !important;
    }
    .has-media-on-the-right {
        display:flex;
        flex-direction:column;
    }
}

/* GeoIP display */
body.gb .display-au,
body.gb .display-us,
body.au .display-gb,
body.au .display-us,
body.us .display-gb,
body.us .display-au {
    display:none;
}


/* Fonts */
@font-face {
  font-family: 'Muli';
  src: url('../fonts/muli.woff2') format('woff2'),
    url('../fonts/muli.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald.woff2') format('woff2'),
    url('../fonts/oswald.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Muli', sans-serif;
}

/* Colours */
.bg-primary {
  background-color: #ba5dca !important;
}
.text-primary {
  color: #ba5dca !important;
}
.border-primary {
  border-color: #ba5dca !important;
}

/* Buttons */
.btn-primary {
  background-color: #ba5dca !important;
  border-color: #ba5dca !important;
}
.btn-link {
  color: #ba5dca !important;
}

/* Top Bar */
#top-bar a {
  text-decoration: none;
}

/* Logo & Numbers */
#logo-numbers {
  background: url(../img/logo-numbers-bg.jpg) center / cover no-repeat;
}
#site-numbers {
  background: rgba(255, 255, 255, 0.25);
  width:100%;
}
#site-numbers .number-block {
  line-height: 1.25;
  font-size: small;
}
.shiftnav-toggle {
  right: 15px;
  z-index: 2;
}
@media(min-width:992px) {
    #site-numbers {
        max-width:66.666%;
        width:auto;
    }
}
@media(min-width:1200px) {
    #site-numbers {
        max-width:50%;
        width:auto;
    }
}

/* Main Menu */
#header-menu ul.nav > li > a {
  color: #fff;
  text-decoration: none;
}
#header-menu .dropdown-item.active,
#header-menu .dropdown-item:active {
    background-color:#ba5dca;
}

/* ShiftNav Menu */
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
    background:#ba5dca !important;
}

/* Headings */
h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: -1px;
  color: #ba5dca;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
h3 {
  margin-bottom: 1.25rem;
}

/* Links */
a,
a:hover {
  color: #ba5dca;
}
a.text-primary:hover {
  color: #ba5dca !important;
}

/* Borders */
.border-dashed {
  border-style: dashed;
}

/* Sidebar */
#sidebar-cta {
  line-height: 1.25;
}
#sidebar-cta hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.home #sidebar .inveroak_operator_feed_widget {
  display: none;
}
#sidebar .op-cta {
  display: none;
}
#sidebar .op.logged-off {
  display: none !important;
}
#sidebar-accordion .btn-link {
  text-decoration: none;
}
#sidebar.sticky-top {
    z-index:999;
}

/* Widgets */
.widget-title {
  font-size: 21px;
  color: #ba5dca;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
}
.widget-title:after {
  border: 1px solid #ba5dca;
  content: '';
  display: block;
  margin-top: 5px;
  width: 72px;
}

/* Sidebar Readers */
#sidebar .inveroak-feed-container .op {
  position: relative;
  padding: 0;
}
#sidebar .inveroak-feed-container .op-image {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}
#sidebar .inveroak-feed-container .op-info {
  background: none;
}
#sidebar .inveroak-feed-container .op-info > div {
  width: calc(100% - 100px);
  flex: none !important;
  margin-left: auto;
}
#sidebar .inveroak-feed-container .op-name {
  float: left;
  width: 33% !important;
  margin-left: 100px !important;
}
#sidebar .inveroak-feed-container .op-pin {
  float: right;
  width: auto !important;
  margin-left: 0 !important;
  font-size: small;
}
#sidebar .inveroak-feed-container .op-pin:before {
  content: 'PIN: ';
}
#sidebar .inveroak-feed-container .op-status {
  color: #fff;
  background: #666;
  width: 100% !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0 0 0 1rem;
}
#sidebar .inveroak-feed-container .op-status:before {
  content: '';
  width: 100px;
  display: inline-block;
}
#sidebar .inveroak-feed-container .op-status.available {
  background: #ba5dca;
}
#sidebar .inveroak-feed-container .op-status .symbols .icon {
    margin-top:.25rem;
    margin-bottom:.25rem;
    margin-right:.5rem;
}
#sidebar .inveroak-feed-container .op-status .symbols .available svg {
    fill:#fff;
}
#sidebar .inveroak-feed-container .op-status .symbols .busy svg,
#sidebar .inveroak-feed-container .op-status .symbols .logged-off svg {
    fill:#999;
}
@media (min-width: 1200px) {
  #sidebar .inveroak-feed-container .op-name {
    width: 50% !important;
  }
}

/* Footer Widgets */
#footer-widgets .custom-html-widget,
#footer-widgets .custom-html-widget iframe,
#footer-widgets .custom-html-widget > div,
#footer-widgets .widget-container .cff-wrapper,
#footer-widgets .widget-container .ctf {
    height:300px !important;
    overflow:hidden;
}
#menu-useful-links {
  list-style: none;
  padding-left: 0;
  font-weight: bold;
}
#menu-useful-links a {
  color: #333;
}

/* Full Width Embedding */
.wp-block-embed-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.wp-block-embed__wrapper {
    position:static;
}
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Full Width XS */
@media (max-width: 767px) {
  .full-width-xs {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-left: none;
    border-right: none;
  }
}

/* Home page*/
#dream-team-readers .card {
  height:100%;
}
#dream-team-readers .card-body {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
#dream-team-readers .footer {
  margin-top:auto;
}
#dream-team-readers .dream-team:nth-of-type(odd) .card-img-top {
  background: url(../img/dream-team-bg-1.jpg) top / cover no-repeat;
}
#dream-team-readers .dream-team:nth-of-type(even) .card-img-top {
  background: url(../img/dream-team-bg-3.jpg) top / cover no-repeat;
}
#dream-team-readers .card-img-top > .float-left {
    max-width:50%;
}

/* Main Readers */
#home-readers .inveroak-feed-container {
    justify-content: center;
}
#home-readers .inveroak-feed-container .line-break {
    flex:none;
}
#home-readers .op {
    width: 100%;
    border: 1px solid #ba5dca;
    margin: 0 5px 1rem;
}
#home-readers .op-inner {
    flex-direction:column;
    align-items: flex-start;
    align-content: flex-start;
}
#home-readers .op > div {
    align-items: flex-start;
}
#home-readers .op-image {
    width:calc(100% + 20px);
    height:170px;
    margin:-10px;
    flex: none;
    margin-bottom:1rem;
    position:relative;
    background: url(../img/dream-team-bg-2.jpg) center / cover no-repeat;
}
#home-readers .op-image img {
    position:absolute;
    height:150px;
    width:100px;
    left:auto;
    right:10px;
    top:10px;
    transform:none;
    /*-webkit-transform: perspective(200px) rotateY(-15deg);*/
}
#home-readers .op-info {
    flex:0;
    width:100%;
    background: none;
    padding:0;
}
#home-readers .op-pin:before {
  content: 'PIN: ';
}
#home-readers .op-description {
    flex:0 auto;
  background: none;
  padding: 0;
  font-size: small;
  margin-top: .5rem;
}
#home-readers .op-toolbox {
  flex-direction: column;
  margin-bottom:1rem;
}
#home-readers .op-toolbox-title {
  color: #ba5dca;
}
#home-readers .op-toolbox-list {
  padding-left: 0;
  margin-bottom: 0;
}
#home-readers .op-toolbox-list > li {
  display: inline-block;
}
#home-readers .op-toolbox-list > li:after {
  content: ',';
  margin-right: 0.25rem;
}
#home-readers .op-cta {
    flex:0 auto;
    margin-top: auto;
    padding: 0;
    background: none;
    width:100%;
}
#home-readers .op-cta a {
  background: #ba5dca;
}
@media (min-width: 768px) {
  #home-readers .op {
    width: 48%;
  }
}
@media (min-width: 992px) {
  #home-readers .op {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  #home-readers .op {
    width: 24%;
  }
}

/* Home Page Readers */
#home-readers .op.logged-off {
  display: none !important;
}

/* Blog */
#home-blog .card-img-top {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Blog Pagination */
.page-item.active .page-link {
  background-color: #ba5dca;
  border-color: #ba5dca;
}
.page-link,
.page-link:hover {
  color: #ba5dca;
}

/* Newsletter Signup */
.newsletter-signup-bg {
  background: url(/wp-content/uploads/hands-holding-crystal-ball.jpg) center / cover no-repeat;
}
.newsletter-signup-bg  :not(.submit-container) .nf-field-label {
    color:#fff;
    text-align:left;
}
.newsletter-signup-bg .submit-container .nf-field-label {
    display:none;
}
@media(max-width:767px) {
    .newsletter-signup-bg .submit-container .btn {
        width:100% !important;
    }
}
@media(min-width:768px) {
    .newsletter-signup-bg .submit-container {
        text-align:right;
    }
}

.apply-reader-bg {
  background: url(../img/tunning-now.jpg) center / cover no-repeat;
}

.documentary-bg {
  height: 350px;
  background: url(../img/documentary-banner.jpg) center / cover no-repeat;
}

/* Find A Psychic */
main .inveroak-feed-container {
  justify-content: space-between;
}
main .inveroak-feed-container .op-inner {
    flex-wrap:wrap;
}
main .inveroak-feed-container .op {
  /* border: 1px solid #ba5dca; */
  padding:0;
  margin-bottom: 1rem;
}
main .inveroak-feed-container .op-image {
    height:100px;
}
main .inveroak-feed-container .op-info,
main .inveroak-feed-container .op-description {
  background: none;
}
main .inveroak-feed-container .op-description {
  font-size: 0.8rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
main .inveroak-feed-container .op-toolbox ul {
  padding-left:0;
}
main .inveroak-feed-container .op-toolbox li {
  list-style:none;
  color:#6c757d;
}
main .inveroak-feed-container .op-cta {
  background:none;
  padding-left:0;
  padding-right:0;
}
main .inveroak-feed-container .op-cta a {
  background:#999;
  border-radius:.25rem;
}
@media (max-width: 992px) {
  main .inveroak-feed-container .op {
    width: 100%;
  }
  main .inveroak-feed-container .op-toolbox {
    flex-direction: column;
  }
}
@media(min-width:992px) {
    main .inveroak-feed-container .op {
        width:49%;
    }
}
.inveroak-feed-container:after {
  flex:0 0 32%;
  max-width:480px;
}




/*=============Start documentary================*/
.docu-page {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/docu-bg.jpg);
  background-origin: padding-box;
  background-position: 0 0;
  background-size: cover;
  color: #fff;
}

.docu-page .docu-heading::after {
  background: #7d4099 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto 30px;
  width: 300px;
}

.docu-page .wp-block-buttons {
  text-align: center;
}
.docu-page h1, .docu-page h2, .docu-page h3 {
  color: #fff;
  letter-spacing: normal;
}

.docu-page .wp-block-column a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.docu-page .wp-block-column  strong {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.aweber-form {
	background: #694376 none repeat scroll 0 0;
	padding: 5px;
}
.aweber-form .af-header {
	background: #381b42 none repeat scroll 0 0;
	padding: 0;
}
.aweber-form .af-header h2 {
	color: #ffffff;
	padding: 13px;
	text-align: center;
}
.aweber-form .af-form {
  max-width: 100%;
  padding: 15px;
}
.aweber-form .af-form .af-header {
  font-size: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 12px 9px;
  color: #555;
  line-height: 25px;
}
.aweber-form .aweber-form form {
  margin-top: -19px;
}
.aweber-form #af-form-1224888779 .af-standards .af-element {
	padding-left: 20px;
	padding-right: 20px;
}
.aweber-form #af-form-1224888779 .af-standards .af-element .af-textWrap input {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	font-size: 16px;
  padding: 8px !important;
  width: 100%;
}
.aweber-form .af-standards .af-element input[type="image"] {
	background: #ffffff none repeat scroll 0 0;
	color: #381b42;
	float: left;
	font-size: 20px;
	margin-top: 9px;
	padding: 11px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#af-form-1224888779 .af-body label.previewLabel {
	color: #fff !important;
}
.aweber-form .submit {
	background: #ffffff none repeat scroll 0 0 !important;
	color: #381b42;
	float: left;
	font-size: 20px !important;
	margin-top: 9px !important;
	padding: 11px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#af-footer-1224888779 {
	display: none;
}
.af-element.privacyPolicy p {
	color: #ffffff !important;
}
.af-element.privacyPolicy a {
	text-transform: none;
}

.people-sections {
	border: 2px solid #381b42;
	margin-top: 20px;
}
.people-sections h3 {
	background: #381b42 none repeat scroll 0 0;
	font-size: 24px;
	font-weight: lighter;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.content-section {
	background: #100a1a none repeat scroll 0 0;
	padding: 12px;
}
.content-section img {
	float: left;
	margin-right: 12px;
	width: 40%;
}
.content-section p {
	color: #ffffff !important;
	font-size: 15px !important;
	padding-left: 0;
}
.people-links a {
	color: #fff;
	text-transform: uppercase;
}

.donate-page .wp-block-button__link {
  font-size: 16px;
}

.donate-page .wp-block-column p {
  color: #555;
  font-size: 16px;
  line-height: 25px;
  padding: 0.53rem 0;
}
.donate-page .donate-heading {
  text-align: center;
  padding: 30px 0;
}
.donate-page .donate-text {
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 12px;
}
/*=============end documentary================*/

/* Style of footer instagram widget*/
#custom_html-3 .textwidget.custom-html-widget {
  height: 300px;
  overflow: scroll;
}

/* rewrite bootstrap style*/
.list-group-item.active {
  background: #ba5dca;
  border: 1px solid #ba5dca;
}

/* Prices */
.price-table {
    text-align:center;
}
.price-table .wp-block-column {
    overflow:hidden;
}
.price-table h2 {
    position:relative;
    padding-top:1rem;
    color:#fff;
}
.price-table h2:after {
    position:absolute;
    content:'';
    border-right:110px solid transparent;
    border-top:30px solid transparent;
    border-left:110px solid transparent;
    border-bottom:none;
    top:100%;
    left:50%;
    transform:translateX(-50%);
}
.price-table ul {
    background:#fafafa;
}
.price-table ul li {
    padding:.5rem 0;
}
.price-table ul li:nth-child(odd) {
    background:#fff;
}
.price-table .platinum {
    border:1px solid #c2531b;
}
.price-table .platinum h2 {
    background:#c2531b;
}
.price-table .platinum h2:after {
    border-top-color:#c2531b;
}
.price-table .gold {
    border:1px solid #e3a502;
}
.price-table .gold h2 {
    background:#e3a502;
}
.price-table .gold h2:after {
    border-top-color:#e3a502;
}
.price-table .silver {
    border:1px solid #c3c6cf;
}
.price-table .silver h2 {
    background:#c3c6cf;
}
.price-table .silver h2:after {
    border-top-color:#c3c6cf;
}
/* End Prices */

/* Webcam / Webchat Readers */
.webcam-readers .photo img,
.webchat-readers .photo img {
    width:72px;
    height:108px;
}
.webcam-readers .name,
.webcam-readers .status,
.webchat-readers .name,
.webchat-readers .status {
    flex:0 0 100%;
}
/* End Webcam / Webchat Readers */

/* Webcam / Webchat Controls */
#webcam_caller_controls {
    padding:1rem;
    background-color:#f8f9fa;
    margin-bottom:1rem;
    border-radius:.25rem;
}
#webcam_caller_controls #step_list {
    list-style:none;
    padding-left:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:0;
}
#webcam_caller_controls #step_list > li {
    width:32%;
}
#webcam_caller_controls #step_list > li > input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#webcam_caller_controls #step_list > li > button {
    width:100%;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    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;
    background-color: #ba5dca !important;
    border-color: #ba5dca !important;
}
@media(max-width:992px) {
    #webcam_caller_controls #step_list {
        flex-direction:column;
    }
    #webcam_caller_controls #step_list > li {
        width:100%;
    }
}
@media(max-width:1200px) {
    #webcam_caller_controls #step_list > li > input {
        margin-bottom:.5rem;
    }
    #webcam_caller_controls #step_list > li > button {
        flex:0 0 100%;
    }
}
@media(min-width:992px) and (max-width:1200px) {
    #webcam_caller_controls #step_list > li {
        width:49%;
    }
    #webcam_caller_controls #step_list > li:last-child {
        width:100%;
    }
}
/* End Webcam / Webchat Controls */

/* Webcam Window */
#video_parent {
    position:relative;
    margin-bottom:.5rem;
}
#video_host_remote {
    background:#333;
    background:radial-gradient(circle, #666 0%, #333 100%);
    border-radius:.25rem;
}
#video_host_local {
    background:#444;
    background:radial-gradient(circle, #666 0%, #333 100%);
    border-radius:.25rem;
    border:2px solid #fff;
    z-index:2;
    box-shadow:0 0 5px rgba(0,0,0,1);
}
#video_host_local:hover {
    cursor:move;
}
/* End Webcam Window */

/* Webcam Buttons */
#button_host {
    position:absolute;
    bottom:1rem;
    left:1rem;
}
#button_host > button {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right:.25rem;
}
/* End Webcam Buttons */

/* Webchat Window */
#chat_host {
    background:#fafafa;
    height:250px;
    border:1px solid #ba5dca;
    border-bottom-color:transparent;
    overflow-x:hidden;
    overflow-y:auto;
    padding:1rem;
    font-size:1rem;
    border-radius:.25rem .25rem 0 0;
}
#chat_host > section > div {
    margin-top:.5rem;
    margin-bottom:.5rem;
}
#chat_input {
    height:100px;
    border:1px solid #ba5dca;
    border-radius:0 0 .25rem .25rem;
    overflow-y:auto;
    padding:1rem;
}
#chat_input:empty:before {
    content:attr(data-placeholder);
    color:#999;
}
/* End Webchat Window */

/* Webchat Status */
.chat_status {
    text-align:center;
    color:#999;
    font-size:small;
}
/* End Webchat Status */

/* Webchat Messages */
.chat_from,
.chat_to {
    position:relative;
    padding:.5rem 1rem;
    border-radius:1rem;
    max-width:80%;
}
.chat_from {
    float:left;
    background:#eee;
    color:#333;
}
.chat_to {
    float:right;
    background:#ba5dca;
    color:#fff;
}
.chat_to:before {
    content:"";
    position:absolute;
    bottom:-2px;
    right:-7px;
    height:20px;
    border-right:20px solid #ba5dca;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform:translate(0, -2px);
}
.chat_to:after {
    content:"";
    position:absolute;
    bottom:-2px;
    right:-56px;
    width:26px;
    height:20px;
    background:white;
    border-bottom-left-radius: 10px;
    -webkit-transform:translate(-30px, -2px);
}
.chat_from:before {
    content:"";
    position:absolute;
    bottom:-2px;
    left:-7px;
    height:20px;
    border-left:20px solid #eee;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform:translate(0, -2px);
}
.chat_from:after {
    content:"";
    position:absolute;
    bottom:-2px;
    left:4px;
    width:26px;
    height:20px;
    background:white;
    border-bottom-right-radius: 10px;
    -webkit-transform:translate(-30px, -2px);
}
.chat_typing:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
  }

  @keyframes ellipsis {
    to {
      width: 1.25em;    
    }
  }

  @-webkit-keyframes ellipsis {
    to {
      width: 1.25em;    
    }
  }
/* End Webchat Messages */

/* Pin Tier Badges */
.pintier-platinum {
    background: #555555;
    background: linear-gradient(to bottom, #555555 0%, #464646 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #464646));
    background: -webkit-linear-gradient(top, #555555 0%, #464646 100%);
    background: -moz-linear-gradient(top, #555555 0%, #464646 100%);
    background: -o-linear-gradient(top, #555555 0%, #464646 100%);
    background: -ms-linear-gradient(top, #555555 0%, #464646 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#464646', GradientType=0);
    color:#fff;
}
.pintier-gold {
    background: #D4AF37;
    background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AF37), color-stop(100%, #C5A028));
    background: -webkit-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -moz-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -o-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -ms-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#C5A028', GradientType=0);
    color:#fff;
}
.pintier-silver {
    background: #ccc;
    background: linear-gradient(to bottom, #ccc 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #ddd));
    background: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -moz-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -o-linear-gradient(top, #ccc 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ddd', GradientType=0);
    color:#666;
}
/* End Pin Tier Badges */

/* Reader Interviews */
#reader-interviews > .row > div:nth-child(1n+0) .card-img-top {
  background: url(../img/dream-team-bg-1.jpg) center / cover no-repeat;
}
#reader-interviews .row > div:nth-child(2n+0) .card-img-top {
  background: url(../img/dream-team-bg-2.jpg) center / cover no-repeat;
}
#reader-interviews .row > div:nth-child(3n+0) .card-img-top {
  background: url(../img/dream-team-bg-3.jpg) center / cover no-repeat;
}
#reader-interviews .card-img-top img {
  -webkit-transform: perspective(200px) rotateY(-15deg);
}
/* End Reader Interviews */

/* Reader Profile */
#reader-profile .reader-pin-tier {
    position:absolute;
    bottom:.5rem;
    width:100%;
}
#reader-profile .reader-pin-tier:before,
#reader-profile .reader-pin-tier:after {
    display:block;
    width:1.5rem;
    height:0px;
    position:absolute;
    z-index:-1;
}
#reader-profile .reader-pin-tier:before {
    top:-.5rem;
    left:0;
    content:"";
    border-top:.5rem solid transparent;
    border-right:1.5rem solid #a63cb8;
}
#reader-profile .reader-pin-tier::after{
    top:-.5rem;
    right:0;
    content:"";
    border-top:.5rem solid transparent;
    border-left:1.5rem solid #a63cb8;
}
#reader-profile .blockquote {
  font-size:1rem;
  position:relative;
}
#reader-profile .blockquote:before {
  position:absolute;
  top:-1rem;
  left:-.5rem;
  font-family:'Font Awesome 5 Free';
  color:#a63cb8;
  font-size:2.5rem;
  font-weight:bold;
  content:'\f10d';
  z-index:0;
  opacity:.25;
}
/* End Reader Profile */

/* Booking Form */
#booking-form-iframe {
    border:0;
}
/* End Booking Form */

/* Horoscopes */
.horoscope-grid h2 {
    margin-top:1rem;
    margin-bottom:0;
}
.horoscope-grid p {
    font-size:small;
    margin-bottom:1rem !important;
    color:#6c757d;
}
/* End Horoscopes */

/* SD-4139: Removing the 'Logged off' label */
.inveroak-feed-container .op-status.logged-off {
  display:none;
}