/*-- Custom CSS by Matthew Sellers --*/
/*-- matt.sellers@livelinesuk.com ---*/
.psychic-readers-loading, .psychic-readers-loading h2 {
    position: relative;
    font-family: 'Exo',sans-serif;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: inline-block;
}

.bsbb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.rowz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    display: inline-flex;
    margin: 10px auto 0;
}
a.ccbutt {
    background: #000;
    color: #ffffff;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Exo',sans-serif;
    font-weight: 800;
    padding: 10px 5px;
    font-size: 1.5em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: all 200ms ease-in-out;
    /* border: 3px solid #000; */
    margin: 0 0 20px;
    text-decoration: none;
}
a.ccbutt:hover {
    background: #0fb83b;
    /* color: #000000; */
}
.feed-cc-holder {
    /* background: #000; */
    background: #000;
    background: -moz-linear-gradient(top, #000 23%, #f6f6f6 33%, #f6f6f6 33%);
    background: -webkit-linear-gradient(top, #000 23%,#f6f6f6 33%,#f6f6f6 33%);
    background: linear-gradient(to bottom, #000 23%,#f6f6f6 33%,#f6f6f6 33%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#f6f6f6',GradientType=0 );
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    transition: 200ms;
    /* -webkit-box-shadow: inset 0 0 0 1px #e2e2e2; */
    /* box-shadow: inset 0 0 0 1px #e2e2e2; */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    /* border: 3px solid #000; */
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
}
/* .feed-cc-holder:hover {
    background: #e2e2e2;
} */
.reader-status {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    padding: 5px 0;
    color: #b3b3b3;
	background: #000;
}
.busy-reader .reader-status,
.Busy-reader .reader-status {
    color: #ffa722;
}
.available-reader .reader-status,
.Available-reader .reader-status {
    color: #fff;
}
.reader-status:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #6c757d;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.busy-reader .reader-status:before,
.Busy-reader .reader-status:before {
    background-color: #ffa722;
}
.available-reader .reader-status:before,
.Available-reader .reader-status:before {
    background-color: #0fb83b;
}
.clickable:hover .reader-status:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.reader-image {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.available-reader .reader-image:before, 
.Available-reader .reader-image:before {
    /* content: 'LIVE'; */
    content: '';
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 11px;
    line-height: normal;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-top: 2px solid rgba(255, 255, 255, 0.69);
    border-left: 2px solid rgba(255, 255, 255, 0.44);
    border-bottom: 2px solid rgba(0, 0, 0, 0.17);
    border-right: 2px solid rgba(0, 0, 0, 0.07);
    /*color: #000;*/color: #000000;
    cursor: auto;
    display: inline-block;
    /* padding: 1px 5px; */
    height: 11px;
    width: 11px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    left: 5px;
    position: absolute;
    -webkit-animation: greenglow 1.5s infinite;
    -moz-animation: greenglow 1.5s infinite;
    -o-animation: greenglow 1.5s infinite;
    animation: greenglow 1.5s infinite;
    z-index: 1;
}
.clickable .reader-image img {
    transform: scale(1);
    transition: all 200ms ease-in-out;
    vertical-align: middle;
}
.clickable:hover .reader-image img {
    transform: scale(1.05);
}
.reader-vitals {
    background: #000;
    background: -moz-linear-gradient(45deg, #000 50%, #b3b3b3 50%);
    background: -webkit-linear-gradient(45deg, #000 50%,#b3b3b3 50%);
    background: linear-gradient(45deg, #000 50%,#b3b3b3 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#b3b3b3',GradientType=1 );
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
	float: left;
}
.busy-reader .reader-vitals,
.Busy-reader .reader-vitals {
	background: #000;
	background: -moz-linear-gradient(45deg, #000 50%, #ffa722 50%);
	background: -webkit-linear-gradient(45deg, #000 50%,#ffa722 50%);
	background: linear-gradient(45deg, #000 50%,#ffa722 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#ffa722',GradientType=1 );
}
.available-reader .reader-vitals,
.Available-reader .reader-vitals {
    background: #000;
	background: -moz-linear-gradient(45deg, #000 50%, #0fb83b 50%);
	background: -webkit-linear-gradient(45deg, #000 50%,#0fb83b 50%);
	background: linear-gradient(45deg, #000 50%,#0fb83b 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#0fb83b',GradientType=1 );
}
.reader-name, 
.reader-pin {
    position: relative;
    width: 50%;
	font-family: 'Exo', sans-serif;
    font-weight: 800;
}
.reader-name {
    color: #f6f6f6;
	float: left;
}
.reader-pin {
	/*color: #000;*/color: #000000;
    text-align: right;
	float: right;
}
.reader-number,
.call-charged,
.reader-description,
.reader-reviews-count,
.reader-cc {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}
.reader-number,
.reader-cc {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.1em;
    /*color: #000;*/color: #000000;
}
.reader-number {
    float: left;
    color: #f6f6f6;
    background: #000;
    padding: 5px 0;
}
.reader-number span {color: #b3b3b3;}
.busy-reader .reader-number span, 
.Busy-reader .reader-number span {color: #ffa722;}
.available-reader .reader-number span, 
.Available-reader .reader-number span {color: #0fb83b;}
.reader-cc {
    font-size: 1em;
    padding: 4px 10px 8px;
    background: #b3b3b3;
    /*color: #000;*/color: #000000;
    line-height: 1em;
}
.busy-reader .reader-cc, 
.Busy-reader .reader-cc {background: #ffa722;}
.available-reader .reader-cc, 
.Available-reader .reader-cc {background: #0fb83b;}
.reader-cc:after {
    content: url(/images/img_cc-symbols_smallest.png);
    position: relative;
    display: inline-block;
    top: 4px;
    padding-left: 4px;
}
@media screen and (max-width: 767px) {
	.reader-cc:after {
		position: relative;
		display: inline-block;
		top: 4px;
	}
}
.reader .call-charged {
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
    /* border-bottom: 2px solid #fff; */
    /* padding-bottom: 5px; */
    /* margin-bottom: 1px; */
    color: #000;
	font-family: 'Exo', sans-serif;
    font-weight: 400;
}
.reader-description {
    text-align: justify;
    font-size: 14px;
    line-height: 1.2em;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    overflow: hidden;
    height: 65px;
    float: left;
	font-family: 'Exo', sans-serif;
    font-weight: 400;
	color: #000;
}
.reader-reviews-count {
    text-align: center;
    padding: 4px 5px;
    margin: 2px 0 0;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    background: #e2e2e2;
    /*color: #000;*/color: #000000;
    /* border-top: 2px solid #fff; */
    line-height: 1.1em;
    font-size: 0.9em;
    float: left;
}
/*-- Glow --*/
@-webkit-keyframes greenglow {
	0% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
	50% { background-color: #54ff00; -webkit-box-shadow: 0 0 20px #54ff00; }
	100% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
}
@-moz-keyframes greenglow {
	0% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
	50% { background-color: #54ff00; -webkit-box-shadow: 0 0 20px #54ff00; }
	100% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
}
@-o-keyframes greenglow {
	0% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
	50% { background-color: #54ff00; -webkit-box-shadow: 0 0 20px #54ff00; }
	100% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
}
@keyframes greenglow {
	0% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
	50% { background-color: #54ff00; -webkit-box-shadow: 0 0 20px #54ff00; }
	100% { background-color: #318a05; -webkit-box-shadow: 0 0 3px #318a05; }
}
@-webkit-keyframes orangeglow {
	0% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
	50% { background-color: #ffc023; -webkit-box-shadow: 0 0 20px #ffc023; }
	100% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
}
@-moz-keyframes orangeglow {
	0% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
	50% { background-color: #ffc023; -webkit-box-shadow: 0 0 20px #ffc023; }
	100% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
}
@-o-keyframes orangeglow {
	0% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
	50% { background-color: #ffc023; -webkit-box-shadow: 0 0 20px #ffc023; }
	100% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
}
@keyframes orangeglow {
	0% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
	50% { background-color: #ffc023; -webkit-box-shadow: 0 0 20px #ffc023; }
	100% { background-color: #ffa722; -webkit-box-shadow: 0 0 3px #ffa722; }
}
/*-- Columns --*/
@media screen and (min-width: 661px) { 
.columnz {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (min-width: 720px) { 
.columnz {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media screen and (min-width: 1200px) { 
.columnz {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media screen and (max-width: 660px) { 
.columnz {
}
}
@media screen and (min-width: 661px) { 
.columnz2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media screen and (min-width: 1200px) { 
.columnz2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media screen and (max-width: 660px) { 
.columnz2 {
}
}
/*-- Specifics to Site --*/
.reader-number:after {
    content: '0982 505 4850';
}
.reader .call-charged:after {
    content: '(Call cost 35p per minute plus network access charges apply)';
}