@charset "utf-8";

/* ===================================================================================== */
/* ====== New Design Fix - Design by Matt Sellers - matt.sellers@livelinesuk.com ======= */
/* ================================================== www.adult-chat-lines.co.uk ======= */

/* ============================================================ */ 
/* --- fonts ------------------------------------------------- */
@font-face {
    font-family: 'swis721_hv_btheavy';
    src: url('/fonts/swz721h-webfont.eot');
    src: url('/fonts/swz721h-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/swz721h-webfont.woff') format('woff'),
         url('/fonts/swz721h-webfont.ttf') format('truetype'),
         url('/fonts/swz721h-webfont.svg#titania') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'swiss921_btregular';
    src: url('/fonts/swz921n-webfont.eot');
    src: url('/fonts/swz921n-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/swz921n-webfont.woff') format('woff'),
         url('/fonts/swz921n-webfont.ttf') format('truetype'),
         url('/fonts/swz921n-webfont.svg#swiss921_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thurston_ercregular';
    src: url('/fonts/thurston_erc-webfont.eot');
    src: url('/fonts/thurston_erc-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/thurston_erc-webfont.woff') format('woff'),
         url('/fonts/thurston_erc-webfont.ttf') format('truetype'),
         url('/fonts/thurston_erc-webfont.svg#thurston_ercregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sweet_as_candyregular';
    src: url('/fonts/sweetascandy-webfont.eot');
    src: url('/fonts/sweetascandy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sweetascandy-webfont.woff') format('woff'),
         url('/fonts/sweetascandy-webfont.ttf') format('truetype'),
         url('/fonts/sweetascandy-webfont.svg#sweet_as_candyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('/fonts/bebasneue_0-webfont.eot');
    src: url('/fonts/bebasneue_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bebasneue_0-webfont.woff') format('woff'),
         url('/fonts/bebasneue_0-webfont.ttf') format('truetype'),
         url('/fonts/bebasneue_0-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pacificoregular';
    src: url('/fonts/pacifico_0-webfont.eot');
    src: url('/fonts/pacifico_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pacifico_0-webfont.woff') format('woff'),
         url('/fonts/pacifico_0-webfont.ttf') format('truetype'),
         url('/fonts/pacifico_0-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aaaiightregular';
    src: url('/fonts/aaaiight_0-webfont.eot');
    src: url('/fonts/aaaiight_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aaaiight_0-webfont.woff2') format('woff2'),
         url('/fonts/aaaiight_0-webfont.woff') format('woff'),
         url('/fonts/aaaiight_0-webfont.ttf') format('truetype'),
         url('aaaiight_0-webfont.svg#aaaiightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aaaiight_fatregular';
    src: url('/fonts/aaaiight-fat_0-webfont.eot');
    src: url('/fonts/aaaiight-fat_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aaaiight-fat_0-webfont.woff2') format('woff2'),
         url('/fonts/aaaiight-fat_0-webfont.woff') format('woff'),
         url('/fonts/aaaiight-fat_0-webfont.ttf') format('truetype'),
         url('aaaiight-fat_0-webfont.svg#aaaiight_fatregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bleeding_cowboysregular';
    src: url('/fonts/bleeding_cowboys_0-webfont.eot');
    src: url('/fonts/bleeding_cowboys_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bleeding_cowboys_0-webfont.woff2') format('woff2'),
         url('/fonts/bleeding_cowboys_0-webfont.woff') format('woff'),
         url('/fonts/bleeding_cowboys_0-webfont.ttf') format('truetype'),
         url('/fonts/bleeding_cowboys_0-webfont.svg#bleeding_cowboysregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ============================================================ */
/* --- Clickable ---------------------------------------------- */
.clickable {position:relative;}
.clickable a {
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #FFF;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.clickable img {opacity: 1;}
.clickable img:hover {opacity: 0.69;}
a, img a {transition-duration: 200ms;}
a:link, a:visited {
    color: #6d0085;
}
a:active, a:hover {
    color: #6d0085;
}
/* ============================================================ */
/* --- Body & Layout ------------------------------------------ */
body {
    background: #ffffff;
    /* background-image: url(/images/img_adult-chat-lines_bg.png); */
    /* background-position: top center; */
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
}
#wrapper {
    background: transparent;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 38px;
}
/* ============================================================ */
/* --- Header ------------------------------------------------- */
.entry-meta, .comment-meta {
    display: none;
}
#site-title, #site-description {
    /* visibility: hidden; */
    display: none;
}
#branding img {
    border: 0px solid #000;
    display: block;
    float: left;
    height: inherit;
    visibility: hidden;
}
#branding {
    background-image: url(/images/img_adult-chat-lines_home-header-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 200px;
}
#header {
    padding: 0;
}
/* ============================================================ */
/* --- Menu --------------------------------------------------- */
#access .menu-header, div.menu {
    font-size: 1em;
    /* margin-left: 8px; */
    width: auto;
    margin: 0 auto;
    display: table;
}
#access {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    height: 38px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #C1C1C1;
    -webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
	-webkit-transform: translate3d(0,0,0);
}
#access:after {
    content: "";
    background-image: url(/images/img_access-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 10px;
    display: block;
    position: relative;
    top: 0px;
}
#access a {
    color: #000000;
    display: block;
    font-size: 1.6em;
    padding: 0 15px;
    font-family: 'bebas_neueregular';
    text-decoration: none;
    margin-right: 0;
    border: 1px solid rgba(147, 147, 147, 0);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(206, 206, 206, 0);
    box-shadow: inset 0px 0px 0px 1px rgba(206, 206, 206, 0);
    height: 37px;
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}
#access ul ul a {
    line-height: 1em;
    padding: 10px;
    width: 168px;
    color: #000000;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    border: 1px solid #939393;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
    box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
    height: auto;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}
#access li:hover > a, #access ul ul :hover > a {
    color: #6d0085;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#cecece 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
    border: 1px solid #939393;
	-webkit-box-shadow: inset 0px 0px 0px 1px #FDFDFD;
    box-shadow: inset 0px 0px 0px 1px #FDFDFD;
    height: 37px;
    text-shadow: 1px 0 0 #ECECEC, -1px 0 0 #ECECEC, 0 1px 0 #ECECEC, 0 -1px 0 #ECECEC, 1px 1px #ECECEC, -1px -1px 0 #ECECEC, 1px -1px 0 #ECECEC, -1px 1px 0 #ECECEC;
}
#access ul ul :hover > a {height: auto;}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
    border: 1px solid #939393;
    -webkit-box-shadow: inset 0px 0px 0px 1px #CECECE;
    box-shadow: inset 0px 0px 0px 1px #CECECE;
    text-decoration: none;
    color: #000;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 49%, #eaeaea 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(51%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#eaeaea 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#eaeaea 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#eaeaea 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 49%,#eaeaea 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
    height: 37px;
}
#access ul ul li.current-menu-item > a {
    height: auto!important;
    color: #9A9A9A;
}
#access ul ul li.current-menu-item > a:before {
    content: "\f0a8";
    font-size: 1em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 0 0 0 5px;
}
#access ul li.current_page_item:hover > a,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a {
    border: 1px solid #939393;
    -webkit-box-shadow: inset 0px 0px 0px 1px #CECECE;
    box-shadow: inset 0px 0px 0px 1px #CECECE;
    text-decoration: none;    
	color: #fff;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #5e5e5e 49%, #000000 51%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(49%,#5e5e5e), color-stop(51%,#000000), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #000000 0%,#5e5e5e 49%,#000000 51%,#000000 100%);
    background: -o-linear-gradient(top, #000000 0%,#5e5e5e 49%,#000000 51%,#000000 100%);
    background: -ms-linear-gradient(top, #000000 0%,#5e5e5e 49%,#000000 51%,#000000 100%);
    background: linear-gradient(to bottom, #000000 0%,#5e5e5e 49%,#000000 51%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    background: #000; 
	border: 1px solid #000;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
	text-decoration: none;
	color: #fff;
}
#menu-item-17.menu-top-logo a {
	position: relative;
    /* font-family: 'aaaiightregular'!important; */
    /* font-size: 1.3em; */
    /* letter-spacing: 0.1em; */
	display: inline-block;
}
.menu-top-logo a:after {
    /* content: "\f10b"; */
	/* font-size: 1.4em; */
	content: "\f098";
	font-size: 1em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /* color: #000; */
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 0 0 0 5px;
}
#menu-item-24.menu-cc-top a {
	position: relative;
	display: inline-block;
}
.menu-cc-top a:after {
    /* content: "\f1f0  \f1f1  \f1f2  \f1f3"; */
	/* font-size: 0.8em; */
	content: "\f09d";	
	font-size: 1em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /* color: #000; */
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 0 0 0 5px;
}
.menu-cc-top:hover a:after {
    /* color: #fff; */
}
#menu-item-19.menu-plus a,
#menu-item-20.menu-plus a,
#menu-item-21.menu-plus a,
#menu-item-22.menu-plus a,
#menu-item-23.menu-plus a {
	position: relative;
	display: inline-block;
}
.menu-plus a:after {
    /* content: "\f103"; */
	/* font-size: 0.9em; */
	content: "\f0ab";
	font-size: 1em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;   
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 0 0 0 5px;
}
/* .menu-no-plus a:after{
	display: none;
} */
ul.sub-menu li a:after {
    display: none;
}
/* ============================================================ */
/* --- Main Content ------------------------------------------- */
.entry-content, .entry-summary {
    clear: both;
    padding: 0;
}
#main {
    clear: both;
    overflow: hidden;
    padding: 15px 0 0 0;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.47); */
    /* box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.47); */
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.19);
    border: 1px solid rgb(193, 193, 193);
    width: 938px;
    position: relative;
    top: 0px;
    background-image: url(/images/img_adult-chat-lines_main-bg.png);
    background-color: rgba(253, 253, 253, 0.4);
    background-position: top center;
    background-repeat: repeat-y;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#content {
    margin: 0 260px 0 20px;
}
#content .entry-title {
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 0;
}
#content h2.entry-title {
    /* display: none; */
}
h2.entry-title a {
    color: #ffffff!important;
}
h2.entry-title a:hover {
    color: #FFF000!important;
}
.category h2.entry-title a, .tag h2.entry-title a, .search h2.entry-title a {
    color: #000000!important;
    font-size: 0.8em;
}
.category h2.entry-title a:hover, .tag h2.entry-title a:hover, .search h2.entry-title a:hover {
    color: #6d0085!important;
}
#content p {
    font-family: Arial, Tahoma, sans-serif, Trebuchet MS;
    text-align: justify;
    /* text-shadow: 0px 0px 7px #FFFFFF; */
    font-weight: normal;
    color: #000;
    font-size: 0.9em;
    line-height: 1.5em;
    position: relative;
}
#content p a {
    color: #6d0085;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
#content p a:hover {
    color: #000000;
    text-decoration: none;
}
#content h1 {
    display: block;
    position: relative;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgb(219, 219, 219); */
    /* box-shadow: inset 0px 0px 0px 1px rgb(219, 219, 219); */
    text-align: center;
    padding: 5px;
    color: #6d0085!important;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.6em;
    text-shadow: none;
    line-height: normal!important;
    margin: 0;
    /* border: 1px solid rgb(255, 255, 255); */
    /* background: rgba(255, 255, 255, 0.5); */
}
#content h1.plus-text-service {
    padding: 5px 10px 0;
}
#content h1.plus-text-service::after {
    /* content: "OR TEXT 'SEX' TO 69469 FOR A TEXT WANK"; */
	content: "Text Local Babes Now : 07441 915 094";
    display: block;
    color: #6d0085;
    position: relative;
    /* border-top: 1px solid #AFA2A2; */
    /* border-bottom: 1px solid #FFFFFF; */
    padding: 0 0 5px;
    /* background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(204,204,204,0) 10%, rgba(0,0,0,1) 50%, rgba(204,204,204,0) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(204,204,204,0) 10%,rgba(0,0,0,1) 50%,rgba(204,204,204,0) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(204,204,204,0) 10%,rgba(0,0,0,1) 50%,rgba(204,204,204,0) 90%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); */
    /* text-shadow: 2px 0 0 #3B3800, -2px 0 0 #3B3800, 0 2px 0 #3B3800, 0 -2px 0 #3B3800, 1px 1px #3B3800, -1px -1px 0 #3B3800, 1px -1px 0 #3B3800, -1px 1px 0 #3B3800; */
    /* text-shadow: 0 1px 7px #000; */
}
#content h1 span {
    /* font-family: 'swiss921_btregular'; */
    font-family: 'bebas_neueregular';
    font-size: 2.6em;
    font-weight: normal;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    line-height: 0.7em;
}
#content h1 span:before {
    content: url(/images/img_phone-large.png);
    position: absolute;
    left: -60px;
    top: -5px;
}
.category #content h1 span:before,
.tag  #content h1 span:before,
.search  #content h1 span:before {
	display:none;
}
#content h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 5px 10px;
    color: #6d0085!important;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    /* font-family: 'bleeding_cowboysregular'; */
    /* font-family: 'swiss921_btregular'; */
    font-size: 1.6em;
    line-height: normal!important;
    text-transform: capitalize;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#content h2 {
    display: block;
    /* width: 100%; */
    margin: 0 auto;
    padding: 10px 10px 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #6d0085!important;
    position: relative;
    /* border-top: 1px solid #595959; */
    border-top: 0px solid rgba(238, 238, 238, 0.5);
    border-left: 0px solid #CCC;
    border-right: 0px solid #CCC;
}
#content .call-charge {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.7em;
    line-height: 1.3em;
    color: #000000;
    margin: 5px 0 10px;
    text-align: center;
}
#content .call-charge a {
        text-decoration: none;
        color: #474747;
}
#content .call-charge a:hover {
        text-decoration: none;
        color: #000;
}
#content h1.page-title {
    font-size: 2em;
}
#content h1.page-title span {
    font-size: 1em;
    font-style: normal;
}
h1.entry-title {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0);
    text-align: center;
    padding: 0!important;
    color: #000!important;
    text-shadow: 0 2px 10px #000;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 2em;
    line-height: normal!important;
    margin: 0;
    text-shadow: none!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: none!important;
}
.single-post h1.entry-title {
    display: none!important;
}
.archive h2.entry-title, .search h2.entry-title {
    font-size: 2.2em!important;
}
.type-post .entry-summary, .type-page .entry-summary {
    padding: 0 10px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.entry-summary a:after {
    content: "\f045";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    top: 1px;
    right: 0;
}
.credit-card-jerk {
    display: block;
    position: relative;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgb(219, 219, 219); */
    /* box-shadow: inset 0px 0px 0px 1px rgb(219, 219, 219); */
    text-align: center;
    padding: 5px;
    color: #6d0085!important;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.6em;
    text-shadow: none;
    line-height: normal!important;
    margin: 0;
    border-top: 1px solid rgba(238, 238, 238, 0.5);
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 200ms;
}
.credit-card-jerk p {
    display: none;
}
.credit-card-jerk .text:after {
    content: "\f1f0  \f1f1  \f1f2  \f1f3";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /* color: #000; */
    font-size: 0.8em;
    position: relative;
    /* float: right; */
    top: -2px;
    right: 0;
    padding: 0 0 0 5px;
}
.credit-card-jerk:hover {
	background: rgb(210,0,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(210,0,255,1) 0%, rgba(132,0,160,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(210,0,255,1) 0%,rgba(132,0,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(210,0,255,1) 0%,rgba(132,0,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d200ff', endColorstr='#8400a0',GradientType=0 ); /* IE6-9 */
	color: #ffffff!important;
}
/* ============================================================ */
/* --- Side Nav 'Next/Prev' ----------------------------------- */
#nav-above {
    margin: 0;
}
.navigation {
    font-weight: normal!important;
    font-family: 'bebas_neueregular';
    font-size: 1.2em;
    color: #fff;
    overflow: hidden;
}
.navigation a:active, .navigation a:hover {
    color: #000!important;
}
.navigation a:link, .navigation a:visited {
    color: #FFF;
    text-decoration: none;
}
.nav-previous , .nav-next {
	background-image: none;
}
.nav-previous a, .nav-next a {
    background-color: rgba(0, 0, 0, 0.09);
    /* display: block; */
    min-width: 69px;
    max-width: 100px;
    top: 50%;
    border: 1px solid #EEEEEE;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px #5E0000; */
    /* box-shadow: inset 0px 0px 0px 1px #5E0000; */
}
.nav-previous a {
    z-index: 99998;
    position: fixed;
    left: 0;
    text-align: left;
    padding: 20px 10px 20px 30px;
	border-left: 0px;
    background-image: url(/images/img_prev.png);
    background-position: left 7px center;
    background-repeat: no-repeat;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.nav-next a {
    z-index: 99997;	
    position: fixed;
    right: 0;
	text-align: right;
    padding: 20px 30px 20px 10px;
	border-right: 0px;
	background-image: url(/images/img_next.png);
    background-position: right 7px center;
    background-repeat: no-repeat;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.nav-previous a:hover, .nav-next a:hover {
    background-color: rgba(109, 0, 133, 0.3);
}
.nav-previous a:hover {
    background-image: url(/images/img_prev-hov.png);
}
.nav-next a:hover {
	background-image: url(/images/img_next-hov.png);
}
span.meta-nav {
    display: none;
}
/* ============================================================ */
/* --- Front Page Profiles ------------------------------------ */
#profile-holder {
    margin: 0 0 10px;
    position: relative;
    float: left;
}
#profile {
    position: relative;
    display: inline-block;
    float: left;
    background-color: rgba(52, 24, 16, 0.18);
    margin: 0 0 15px;
    padding: 0;
    width: 658px;
    height: 300px;
    /* border: 1px solid rgb(249, 249, 249); */
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    /* box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    transition: 200ms;
    -webkit-box-shadow: 0 2px 3px 5px rgba(0, 0, 0, 0.33);
    box-shadow: 0 2px 3px 5px rgba(0, 0, 0, 0.33);
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 5px;
}
/* #profile::before {
    content: "Read More";
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 1.3em;
    color: #FFF;
    position: relative;
    top: 272px;
    left: 571px;
    z-index: 999;
    padding: 5px 5px 5px 8px;
    background-color: rgb(255, 0, 186);
    border: 1px solid #ebebeb;
    cursor: pointer;
    -webkit-box-shadow: -2px -3px 4px 2px rgba(0, 0, 0, 0.33);
    box-shadow: -2px -3px 4px 2px rgba(0, 0, 0, 0.33);
} */
#profile-holder p {
    margin: 0;
}
#profile:hover {
    background-color: #FFF000;
    /* border: 1px solid #FF0300; */
}
.profile-img {
    background-color: #FFF000;
    position: absolute;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.profile-img img {
    width: 150px;
    height: auto;
    transition: 200ms;
}
.clickable:hover .profile-img img {
	opacity: 0.69;
}
.profile-description {
    position: absolute;
    top: 0;
    left: 155px;
    display: block;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 0;
    height: 291px;
    overflow: hidden;
}
.clickable:hover .profile-text {
    color: #99642C;
}
.profile-header {
    display: block;
    position: relative;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF; */
    /* box-shadow: inset 0px 0px 0px 1px #FFFFFF; */
    text-align: center;
    padding: 5px 0;
    color: #FFF!important;
    text-shadow: 0 2px 10px #000;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 2em;
    line-height: normal!important;
}
.profile-header span {
    font-family: 'bebas_neueregular';
    font-size: 2em;
    font-weight: normal;
    position: relative;
    color: #FFF000;
    letter-spacing: -0.01em;
    line-height: 0.7em;
}
.clickable:hover .profile-header {
    color: #fff;
    /* background: #D00000; */
}
.clickable:hover .profile-header span {
	color: #fff;
}
.profile-cc {
    position: relative;
    display: block;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.7em;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
    color: #5B3814;
    transition: 200ms;
}
.clickable:hover .profile-cc {
	color: #99642C;
}
.profile-text {
    position: relative;
    display: block;
    font-family: Arial, Tahoma, sans-serif, Trebuchet MS;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4em;
    text-align: justify;
    padding: 5px 10px 10px;
    transition: 200ms;
    color: #FFF;
}
.profile-text span {
    color: #000000;
    white-space: nowrap;
    font-weight: bold;
    font-size: 0.9em;
}
.clickable:hover .profile-text span {
	color: #ffffff;
}
.read-more-prof {
    content: "Read More";
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 1.3em;
    color: #000;
    position: absolute;
    /* top: 265px; */
    /* left: 571px; */
    /* z-index: 999; */
    padding: 5px 0 5px 8px;
    background-color: rgb(255, 240, 0);
    border: 1px solid #ebebeb;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px #7B7B7B; */
    /* box-shadow: inset 0px 0px 0px 1px #7B7B7B; */
    cursor: pointer;
    -webkit-box-shadow: -2px -3px 4px 2px rgba(0, 0, 0, 0.33);
    box-shadow: -2px -3px 4px 2px rgba(0, 0, 0, 0.33);
    width: 76px;
    bottom: -1px;
    right: -1px;
}
.clickable:hover .read-more-prof {
    color: #fff;
    text-shadow: 0 0 14px #FFFFFF;
    background-color: rgb(0, 0, 0);
}
/* ============================================================ */
/* --- Content Images ----------------------------------------- */
#sex-chat-img {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    line-height: 0;
    /* -webkit-box-shadow: 0 2px 3px 5px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1); */
}
#sex-chat-img img {
	opacity: 1;
    transition: 200ms;
}
#sex-chat-img br {
	display: none;
}
.clickable:hover#sex-chat-img img {
    opacity: 0.69;
}
/* .clickable:hover#sex-chat-img:after {
    content: "Click Here For Cheaper Credit Card Fun";
    position: absolute;
    color: #FF0300;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.6em;
    background: rgba(255, 255, 255, 0.69);
    padding: 20px;
    top: 45%;
    left: 23%;
    -webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.39);
    box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.39);
    border: 1px solid rgb(255, 255, 255);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
} */
.clickable:hover#sex-chat-img:after {
    content: "";
    position: absolute;
    color: #212121;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.6em;
    background: rgba(255, 255, 255, 0.69);
    padding: 20px;
    top: 205px;
    /* right: 50%; */
    left: 59px;
    /* z-index: 9995; */
    -webkit-box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: url(/images/img_adult-chat-lines_credit-card-wank_img-hov.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 500px;
    width: 500px;
    height: 25px;
}
#sex-chat-cc-img {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    line-height: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,240,0,0) 20%, rgba(255,240,0,1) 50%, rgba(255,240,0,0) 80%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,240,0,0) 20%,rgba(255,240,0,1) 50%,rgba(255,240,0,0) 80%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,240,0,0) 20%,rgba(255,240,0,1) 50%,rgba(255,240,0,0) 80%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#sex-chat-cc-img img {
	opacity: 1;
    transition: 200ms;
}
#sex-chat-cc-img br {
	display: none;
}
.clickable:hover#sex-chat-cc-img img {
    opacity: 0.69;
}
/* ============================================================ */
/* --- Sidebar ------------------------------------------------ */
.text-service a {
    background-color: rgba(249, 249, 249, 0)!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.text-service a:hover {
    background: none!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.text-service img  {
	opacity: 1;
    transition: 200ms;
}
.text-service img:hover  {
    opacity: 0.5;
}
.widget-title {
    color: #000000;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    /* font-family: 'aaaiightregular'; */
    /* font-family: 'swiss921_btregular'; */
    /* font-family: 'thurston_ercregular'; */
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1em;
    /* border: 1px solid rgb(70, 70, 70); */
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.33);
    display: block;
    padding: 4px 0 4px 10px;
    margin: 0 0 5px 1px;
    /* letter-spacing: 0.05em; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}
#main .widget-area ul ul {
    border: none;
    margin-left: 0;
    padding: 0;
    list-style: none;
}
.widget-area a:link, .widget-area a:visited {
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    /* font-family: 'bebas_neueregular'; */
    /* font-family: 'swiss921_btregular'; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    border-left: 5px solid rgba(109, 0, 133, 0);
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    /* box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    display: block;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px;
    background-color: rgba(253, 253, 253, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget-area a:hover {
    text-decoration: none;
    color: #6d0085;
    border-left: 5px solid rgba(109, 0, 133, 1);
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    /* box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    display: block;
    background-color: rgba(255, 255, 255, 1);
}
.widget-area a:active {
    text-decoration: none;
    color: #FFF;
    /* border: 1px solid rgb(204, 204, 204); */
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    /* box-shadow: inset 0px 0px 0px 1px rgb(249, 249, 249); */
    display: block;
    padding: 5px;
    margin: 0 0 5px;
    background-color: #000;
}
/* #primary ul li a:after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    float: right;
    top: 0;
    left: 0;
} */
#recent-posts-2 .widget-title:after {
    content: "\f1ea";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    float: right;
    top: 1px;
    right: 9px;
}
#categories-2 .widget-title:after {
    content: "\f022";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    float: right;
    top: 1px;
    right: 9px;
}
#tag_cloud-2 .widget-title:after {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    float: right;
    top: 0;
    right: 9px;
}
.widget_search #s {
    width: 130px;
}
.widget_search input#s {
    color: #000000;
}
input[type="text"], textarea {
    background: #EEEEEE;
    border: 3px solid #ffffff;
    font-size: 1.3em;
    line-height: 1.3em;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
}
input[type="submit"] {
    background: #EEEEEE;
    border: 3px solid #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.3em;
    line-height: 1.3em;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px 7px 2px 7px;
    transition: 200ms;
}
.home input[type="submit"], .home input[type="text"], textarea {
    border: 3px solid #ffffff;
}
input[type="submit"]:hover {
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}
.widget-logo img {
	width: 100%;
	height: auto;
}

.tagcloud {
    /* margin-bottom: 10px!important; */
    display: inline-block;
}
.tagcloud a {
    font-size: 0.9em!important;
    width: 75px;
    height: 14px;
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 2px 4px!important;
    padding: 2px 8px 9px!important;
}
/* ============================================================ */
/* --- Footer ------------------------------------------------- */
#footer {
    margin-bottom: 0;
    border: 0 solid #FFFFFF;
    width: 100%;
    position: relative;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: none;
    box-shadow: none;
}
#colophon {
    border-top: 0px solid #000;
    margin-top: 0;
    overflow: hidden;
    padding: 18px 0 18px 20px;
    width: 918px;
}
#site-generator {
    float: right;
    width: 240px;
}
#site-generator a {
    background: none;
    color: #000;
    display: inline-block;
    line-height: 16px;
    padding: 0 20px 0 0;
    text-decoration: none;
    float: right;
}
#site-generator a:hover {
    color: #fff;
	text-decoration: none;
}
#site-info {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 658px;
    padding: 0 0 0 20px;
}
#site-info a {
    text-decoration: none;
}
#site-info a:hover {
    color: #fff;
	text-decoration: none;
}
#callcharge {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.9em;
    text-align: justify;
    text-transform: none;
    color: #DDDDDD;
    background-color: rgba(0, 0, 0, 0.15);
    background-image: url(/images/img_adult-chat-lines_dash-bg.png);
    background-position: top center;
    background-repeat: repeat;
    padding: 20px 20px 20px 20px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.47); */
    /* box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.47); */
    /* border: 1px solid rgba(0, 0, 0, 0); */
}
#callcharge a {
        color: #FFC4DC;    
}  
#callcharge a:hover {
        color: #fff;
}
.entry-meta a:hover, .entry-utility a:hover {
    color: #6d0085;
}
.entry-title a:active, .entry-title a:hover {
    color: #FFFFFF;
}
.entry-utility {
    clear: both;
    color: #B4B4B4;
    font-size: 12px;
    line-height: 18px;
}
.entry-utility a {
    color: #787878;
}
/* ============================================================ */
/* --- Breadcrumbs -------------------------------------------- */
#breadcrumbs {
    position: relative;
    margin: 0;
}
p#breadcrumbs {
    margin: 0;
    padding: 0 0 1px;
    font-size: 0.7em;
    font-weight: normal;
    text-transform: capitalize;
    color: #515151;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.22);
    border-top: 1px dashed rgba(0, 0, 0, 0.22);
}
#breadcrumbs a {
    color: #515151!important;
    text-decoration: none;
    font-weight: bold;
}
#breadcrumbs a:hover {
    color: #6d0085!important;
    text-decoration: none;
    font-weight: bold;
}
/* ============================================================ */
/* --- Search Images and Text --------------------------------- */
.search-cat {
    position: relative;
    display: inline-block;
}
.search-cat-img {
    position: relative;
    display: block;
    float: left;
    height: 270px;
    width: 355px;
    margin: 5px 10px 5px 0;
}
.search-cat-img img {
    position: relative;
    width: inherit;
    height: auto;
}
.search-cat-img:before {
    content: 'Call 0982 505 4982';
    position: absolute;
    bottom: 15px;
    left: 0px;
    color: #6d0085;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.6em;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.69);
    padding: 2px 5px 0;
}
.search-cat-img:after {
    content: 'Call cost 35p per minute + your phone company’s access charge';
    position: absolute;
    bottom: 0;
    left: 0;
    color: #737373;
    font-weight: normal;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.7em;
    line-height: 1em;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.69);
    padding: 2px 5px;
}
/* ============================================================ */
/* --- Read More First Para ----------------------------------- */
#first-para {
    background-color: rgba(255, 255, 255, 0.7);
    /* padding: 3px 1% 0px; */
    /* width: 98%; */
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 5px;
}
#first-para p {
    padding: 5px 15px 10px;
}
#read-more-para {
    /* border-bottom: 1px solid #ccc; */
}
.read-more-first-para-state {
  display: none;
}
.read-more-first-para-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
.read-more-first-para-wrap {
    margin: 0!important;
}
.read-more-first-para-state:checked ~ .read-more-first-para-wrap .read-more-first-para-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-first-para-state ~ #read-more-para .read-more-first-para-trigger:before {
  content: 'Show Me More';
}
.read-more-first-para-state ~ #read-more-para .read-more-first-para-trigger:after {
    /* content: "\f065"; */
	content: "\f204";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 0 0 0 5px;
}
.read-more-first-para-state:checked ~ #read-more-para .read-more-first-para-trigger:before {
  content: 'Show Me Less';
}
.read-more-first-para-state:checked ~ #read-more-para .read-more-first-para-trigger:after{
    /* content: "\f066"; */
	content: "\f205";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    padding: 0 0 0 5px;
}
#read-more-para .read-more-first-para-trigger {
    cursor: pointer;
    display: inline-block!important;
    padding: 0 9px;
    color: #6d0085!important;
    font-size: 0.9em!important;
    font-weight: bold;
    line-height: 1.5em;
    border-right: 0px solid #cccccc;
    border-left: 0px solid #cccccc;
    border-bottom: 1px solid #959595;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    float: right;
    margin: 0 0 10px;
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    transition: 200ms;
}
#read-more-para .read-more-first-para-trigger:hover {
    color: #000000!important;
    /* font-weight: normal; */
}
input#extend-me + p {
    display: none;
}
/* ============================================================ */
/* --- Body & Layout for HOME Front Page ---------------------- */
.home #first-para {
    /* background-color: rgba(255, 255, 255, 0.5); */
    /* padding: 3px 1% 0px; */
    /* width: 98%; */
    border: none;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 5px;
}
.home #read-more-para .read-more-first-para-trigger:hover {
    /* color: #6d0085!important; */
    /* font-weight: normal; */
}
.home #first-para p {
    padding: 2px 15px 13px;
}
/* body.home {
    background: #929292;
    background-image: url(/images/img_adult-chat-lines_home-bg.png);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
} */
.home #branding {
    background-image: url(/images/img_adult-chat-lines_home-header-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    /* height: 90px; */
}
.home #branding img {
    border: 0px solid #000;
    display: block;
    float: left;
    height: inherit;
    visibility: hidden;
}
.home #wrapper {
    background: transparent;
    margin-top: 0;
    padding: 0;
    position: relative;
    margin: 0;
    top: 38px;
    width: 100%;
}
.home #main {
    clear: both;
    overflow: hidden;
    padding: 0 1% 0;
    border: 0;
    /* width: 99%; */
	width: 90%;
    position: relative;
    top: 0px;
    background-image: none;
    background-color: rgba(222, 148, 66, 0);
    background-position: top center;
    background-repeat: repeat-y;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home .entry-content {
    clear: both;
    padding: 0;
}
.home .one-column #content {
    margin: 0 auto;
    width: 100%;
}
.home #content h2.entry-title {
    display: none;
}
.home #content p {
    font-family: Arial, Tahoma, sans-serif, Trebuchet MS;
    text-align: justify;
    /* text-shadow: 0px 0px 7px #FFFFFF; */
    font-weight: normal;
    /* color: #000; */
    font-size: 0.9em;
}
.home #content h1 {
    display: block;
    position: relative;
    /* -webkit-box-shadow: inset 0px 0px 0px 1px rgb(219, 219, 219); */
    /* box-shadow: inset 0px 0px 0px 1px rgb(219, 219, 219); */
    text-align: center;
    padding: 5px;
    /* color: #ffffff!important; */
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.6em;
    text-shadow: none;
    line-height: normal!important;
    margin: 0;
    border-top: 1px solid rgba(238, 238, 238, 0.5);
    background: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.home #content h1 span:before {
    content: url(/images/img_phone-large.png);
    position: absolute;
    left: -60px;
    top: -5px;
}
.home #content h2 {
    display: block;
    /* width: 100%; */
    margin: 0 auto;
    padding: 15px 15px 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #6d0085!important;
    position: relative;
    border-top: 1px solid rgba(238, 238, 238, 0.5);
    border-left: 0px solid #CCC;
    border-right: 0px solid #CCC;
    text-align: left;
}
.home #content .call-charge {
    /* color: #FFFFFF; */
}
.home #footer {
    margin-bottom: 0;
    border: 0 solid #FFFFFF;
    width: inherit;
    position: relative;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home #callcharge {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.9em;
    text-align: justify;
    text-transform: none;
    color: #FFFFFF;
    /* background-color: rgba(130, 130, 130, 0.7); */
    /* background-color: rgba(0, 0, 0, 0.15); */
    background-image: url(/images/img_adult-chat-lines_dash-bg.png);
    background-position: top center;
    background-repeat: repeat;
    padding: 20px 20px 20px 20px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #9B9B9B;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home #colophon {
    border-top: 0px solid #000;
    margin-top: 0;
    overflow: hidden;
    padding: 18px 0;
    width: 100%;
}
.home #site-generator a {
    background: none;
    color: #000;
    display: inline-block;
    line-height: 16px;
    padding: 0 44px 0 0;
    text-decoration: none;
    float: right;
}
.home #site-generator a:hover{
    color: #fff;
}
.home #secondary {
    display: none;
}
/* ============================================================ */
/* --- Front Page Profiles for HOME Front Page ---------------- */
.home #profile-holder {
    margin: 0 0 10px;
    position: relative;
    float: left;
    width: 100%;
}
.home #profile {
    position: relative;
    display: inline-block;
    float: left;
    /* background-color: rgb(255, 255, 255); */
	background-color: rgba(255, 255, 255, 0.5);
    margin: 0 0.5% 15px;
    padding: 0.5%;
    width: 18%;
    height: auto;
    transition: 200ms;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	transition: 200ms;
}
.home #profile-holder p {
    margin: 0;
}
.home #profile:hover {
    /* background-color: #FFFFFF; */
    background-color: rgb(255, 255, 255);
    /* border: 1px solid #FF0300; */
    -webkit-box-shadow: 0 1px 6px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 6px 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1200px) {
.home #profile:before {
    content: url(/images/img_tab-35p.png);
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 9;
}
}
.home .profile-img {
    /* background-color: #6d0085; */
	background-color: #6d0085;
    position: relative;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    float: left;
	overflow: hidden;
}
.home .profile-img:after {
    content: url(/images/img_online.png);
    position: absolute;
    top: 2px;
    right: 2px;
}
.home .profile-img img {
    width: 100%;
    height: auto;
    /* transition: 200ms; */
	transition: all .2s ease-in-out
}
.home .clickable:hover .profile-img img {
    opacity: 0.69;
    width: 100%;
    height: auto;
    transform: scale(1.1);
}
.home .profile-description {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 174px;
    overflow: hidden;
    float: left;
}
.home .profile-header {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 0;
    margin: 0 0 5px;
    color: #000000!important;
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1.1em;
    line-height: normal!important;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.33);
    /* letter-spacing: 0.05em; */
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: 200ms;
}
.home .profile-header span {
    font-family: 'bebas_neueregular';
    font-size: 1.4em;
    font-weight: normal;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    line-height: 0.7em;
}
/* .home .profile-header:before {
    content: url(/images/img_phone.png);
    position: absolute;
    left: 4px;
    top: 2px;
} */
/* @media only screen and (min-width: 1000px) {
.tab-mature:before,
.tab-fetish:before {
    position: absolute;
    left: -14px;
    top: -14px;
    z-index: 9;
    cursor: pointer;
}
.tab-mature:before {
    content: url(/images/img_tab-mature.png);
}
.tab-fetish:before {
    content: url(/images/img_tab-fetish.png);
}
} */
@media only screen and (max-width: 1400px) {
	.home .profile-header:before {
    display: none;
}
}
.home .clickable:hover .profile-header {
    color: #ffffff!important;
    background: #d200ff;
    background: -moz-linear-gradient(top, #d200ff 0%, #8400a0 100%);
    background: -webkit-linear-gradient(top, #d200ff 0%,#8400a0 100%);
    background: linear-gradient(to bottom, #d200ff 0%,#8400a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d200ff', endColorstr='#8400a0',GradientType=0 );
    text-shadow: 1px 0 0 #8400a0, -1px 0 0 #8400a0, 0 1px 0 #8400a0, 0 -1px 0 #8400a0, 1px 1px #8400a0, -1px -1px 0 #8400a0, 1px -1px 0 #8400a0, -1px 1px 0 #8400a0;
    border: 1px solid rgba(210, 0, 255, 1);
}
.home .clickable:hover .profile-header span {
	color: #ffffff;
}
.home .profile-cc {
    position: relative;
    display: block;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.7em;
    line-height: 1em;
    font-weight: normal;
    text-align: center;
    color: #8B8B8B;
    transition: 200ms;
}
.home .clickable:hover .profile-cc {
    color: #8B8B8B;
}
.home .profile-text {
    position: relative;
    display: block;
    font-family: Arial, Tahoma, sans-serif, Trebuchet MS;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: justify;
    padding: 1% 0 0;
    transition: 200ms;
    color: #000000;
}
.home .clickable:hover .profile-text {
	color: #000000;
}
.home .profile-text span {
    color: #000000;
    white-space: nowrap;
    font-weight: bold;
    font-size: 0.9em;
}
.home .clickable:hover .profile-text span {
	color: #ffffff;
}
.home .read-more-prof {
    /* content: "Read More"; */
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 1em;
    text-align: right;
    color: #6d0085;
    position: absolute;
    display: block;
    padding: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
    border: 0px solid #000000;
    cursor: pointer;
    -webkit-box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.33);
    width: 100%;
    bottom: 0px;
    right: 0px;
    /* -webkit-border-top-left-radius: 7px; */
    /* -moz-border-radius-topleft: 7px; */
    /* border-top-left-radius: 7px; */
    transition: 200ms;
}
.home .clickable:hover .read-more-prof {
    color: #ffffff;
    /* text-shadow: 0 0 10px #FFFFFF; */
    background: #d200ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #d200ff 0%, #8400a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d200ff 0%,#8400a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d200ff 0%,#8400a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d200ff', endColorstr='#8400a0',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 0 0 #8400a0, -1px 0 0 #8400a0, 0 1px 0 #8400a0, 0 -1px 0 #8400a0, 1px 1px #8400a0, -1px -1px 0 #8400a0, 1px -1px 0 #8400a0, -1px 1px 0 #8400a0;
	/* border: 1px solid #6d0085; */
}
.home .read-more-prof:after {
    content: "\f045";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /* font-size: 1em; */
    position: relative;
    float: right;
    top: 1px;
    right: 0;
    padding: 0 5px;
}
.home .credit-card-jerk-prof {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 0.5% 15px;
    padding: 4px 0.5% 0;
    width: 18%;
    /* width: 23%; */
    height: auto;
    transition: 200ms;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    /* background: #ffffff; */
    background-color: rgba(255, 255, 255, 0.5);
    color: #6d0085;
    line-height: 1em;
}
.home .credit-card-jerk-prof br {
	display: none;
}
.home .credit-card-jerk-prof img {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    padding: 0;
}
.home .credit-card-jerk-prof:before {
	position: relative;
    content: "Click For Cheaper Sex Chat";
    font-weight: normal;
    font-family: 'bebas_neueregular';
    font-size: 1em;
	display: block;
}
.home .credit-card-jerk-prof.clickable:hover {
	color: #6d0085;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
	/* -webkit-box-shadow: 0 1px 6px 1px rgba(255, 255, 255, 0.5); */
    /* box-shadow: 0 1px 6px 1px rgba(255, 255, 255, 0.5); */
	/* text-shadow: 1px 0 0 #c10000, -1px 0 0 #c10000, 0 1px 0 #c10000, 0 -1px 0 #c10000, 1px 1px #c10000, -1px -1px 0 #c10000, 1px -1px 0 #c10000, -1px 1px 0 #c10000; */
}
.home #search-2,
.home #categories-2 {
	display: none;
}
/* ============================================================ */
/* --- Parallax ----------------------------------------------- */
.parallax-window {
    /* min-height: 100%; */
	/* height: 100%; */
    background: transparent;
	/* -webkit-background-size: cover; */
	/* -moz-background-size: cover; */
	/* -o-background-size: cover; */
	/* background-size: cover; */
	/* display: inline-block; */
}
/* .parallax-mirror {
    height: 100%!important;
    width: 100%!important;
    overflow: visible!important;
} */
/* --- Parallax IE Fix ---------------------------------------- */
@media screen and (min-width:0\0) {
/* .parallax-window {
    background-image: url(/images/img_adult-chat-lines_home-bg.png)!important;
	background-position: top center!important;
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
}
.parallax-mirror  {
	visibility: hidden!important;
} */
.nav-previous, .nav-next {
	visibility: hidden;
}
}
/* --- Parallax Mobile Fix ---------------------------------------- */
@media only screen and (max-width: 800px) {
/* body {
    background-image: url(/images/img_adult-chat-lines_home-bg.png)!important;
    background-position: top center!important;
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
}
.parallax-window {
    background-image: none!important;
}
.parallax-mirror  {
	visibility: hidden!important;
} */
}
/* ============================================================ */
/* ======== SMS-Feed === */
@-webkit-keyframes glowing {
	0% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
	50% { background-color: #ff00f0; -webkit-box-shadow: 0 0 20px #ff00f0; }
	100% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
}
@-moz-keyframes glowing {
	0% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
	50% { background-color: #ff00f0; -webkit-box-shadow: 0 0 20px #ff00f0; }
	100% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
}
@-o-keyframes glowing {
	0% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
	50% { background-color: #ff00f0; -webkit-box-shadow: 0 0 20px #ff00f0; }
	100% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
}
@keyframes glowing {
	0% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
	50% { background-color: #ff00f0; -webkit-box-shadow: 0 0 20px #ff00f0; }
	100% { background-color: #6d0085; -webkit-box-shadow: 0 0 3px #6d0085; }
}
.sms-persona-holder {
    position: relative;
    display: inline-block;
    margin: 30px auto;	
}
.sms-persona-header {
    font-size: 1.8em;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    position: relative;
    padding: 10px;
    margin: 10px 0 1%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: grid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.sms-persona-header span {
	/* font-family: 'bebas_neueregular'; */
    font-size: 0.7em;
    font-weight: normal;
    display: block;
}
.sms-persona-header.clickable:hover,
.side-sms .sms-persona-header.clickable:hover {
    color: #ffffff;
    background: #6d0085;
}
.sms-persona {
    display: inline-block;
    float: left;
    position: relative;
    width: 31%;
    height: 430px;
    margin: 10px 1%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sms-persona-header, .sms-persona {
    color: #000000;
    background: rgba(255, 255, 255, 0.7);
    border: #ffffff solid 1px;
    /* box-shadow: inset 0px 0px 0px 1px #ffffff; */
    /* -moz-box-shadow: inset 0px 0px 0px 1px #ffffff; */
    /* -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff; */
}
.sms-persona-image:before,
.sms-persona-name,
.sms-persona-age,
.sms-persona-number {
	font-family: 'bebas_neueregular';
	/* font-family: 'haettenschweilerregular'; */
	font-weight: normal;
	/* font-weight: bold; */
}
@media screen and (min-width: 479px) {
	.sms-persona {
		pointer-events: none;
		cursor: default;
	}
}
@media screen and (max-width: 1169px) {
	.sms-persona {
		height: 433px;
	}
}
@media screen and (max-width: 767px) {
	.sms-persona {
		width: 47%;
		margin: 10px 1%;
		height: 500px;
	}
}
@media screen and (max-width: 479px) {
	.sms-persona {
		width: 98%;
		margin: 10px 1%;
		height: auto;
	}
}
.sms-persona-image {
    position: inherit;
    float: left;
    width: 100%;
    height: auto;
    display: inherit;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* border: 1px solid #efefef; */
	padding: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sms-persona-image:before {
    content: 'Text Me';
    font-size: 1.2em;
    line-height: normal;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border: none;
    color: #ffffff;
    cursor: auto;
    display: inline-block;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    left: 5px;
    position: absolute;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
.sms-persona-image img {
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    width: 100%;
}
.sms-persona-details {
	position: relative;
	top: 0;
	transform: none;
	width: 100%;
	float: left;
	margin-left: 0;
	padding: 5px 0;
	font-size: 0.84em; /* Important for Resizing All Description Text */
}
.sms-persona-name, 
.sms-persona-age, 
.sms-persona-number, 
.sms-persona-location, 
.sms-persona-description {
    padding: 1px 10px;
    position: relative;
}
.sms-persona-name {
    font-size: 2em;
    float: left;
	padding-right: 0;
}
.sms-persona-age {
    font-size: 1.5em;
    float: left;
}
.sms-persona-age:before {
    content: 'Age : ';
	position: inherit;
    font-size: 0.8em;
    opacity: 0.69;
}
.sms-persona-number {
    display: inline-block;
    width: 100%;
    padding: 1px 4%;
    font-size: 1.7em;
    /* text-align: center; */
    /* background: rgba(255, 255, 255, 0.77); */
    background: #6d0085;
    background: -moz-linear-gradient(top, #6d0085 0%, #6d0085 40%, #4c035c 60%, #6d0085 100%);
    background: -webkit-linear-gradient(top, #6d0085 0%,#6d0085 40%,#4c035c 60%,#6d0085 100%);
    background: linear-gradient(to bottom, #6d0085 0%,#6d0085 40%,#4c035c 60%,#6d0085 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0085', endColorstr='#6d0085',GradientType=0 );
    color: #ffffff!important;
    text-shadow: -1px -1px 0 #4c035c, 1px -1px 0 #4c035c, -1px 1px 0 #4c035c, 1px 1px 0 #4c035c;
	/* text-shadow: -1px -1px 0 #6d0085, 1px -1px 0 #6d0085, -1px 1px 0 #6d0085, 1px 1px 0 #6d0085; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.clickable .sms-persona-number {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.clickable:hover .sms-persona-number {
	color: #000000;
	text-shadow: -1px -1px 0 #6d0085, 1px -1px 0 #6d0085, -1px 1px 0 #6d0085, 1px 1px 0 #6d0085;
}
.sms-persona-number:before {
    content: 'Text Me : ';
    position: inherit;
    font-size: 0.7em;
	opacity: 0.69;
}
@media screen and (max-width: 479px) {
	.sms-persona-number {
		font-size: 2em;
	}
	.sms-persona-number:before {
		content: 'Click To Text Me : ';
	}
}
.sms-persona-number a {
    text-decoration: none;
    color: inherit;
	pointer-events: none;/*Disables Safari Problem*/
}
.sms-persona-location {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.44);
}
.sms-persona-location:before {
	content: 'Location : ';
    font-weight: normal;
}
.sms-persona-description {
    line-height: 1.5em;
    text-align: justify;
}
/* ======== SMS-Side-Feed === */
.sms-persona-header.side-sms, 
.sms-persona.side-sms, 
.side-sms .sms-persona-header.clickable {
	
}
.sms-persona-holder.side-sms {
    margin: 0 auto;
    width: 100%;
}
.sms-persona-holder.side-sms a {
    padding: 0;
}
.side-sms .sms-persona-header.clickable {
    display: inline-block;
}
@media screen and (max-width: 940px) {
	.sms-persona-holder.side-sms {
		display: none;
	}
}
.sms-persona-header.side-sms {
    margin: 0;
}
.sms-persona-header.side-sms, .side-sms .sms-persona-header.clickable {
	font-size: 1.5em;
}
.sms-persona.side-sms {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
}
.sms-persona-details.side-sms {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.8em;
}
/* ======== Feed End === */
.dates-for-you {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.dates-for-you img {
    width: inherit;
    max-width: 845px;
}