/* ============================================================= */
/* === Design by Matt Sellers - matt.sellers@livelinesuk.com === */
/* ================================ www.big-booty-chat.co.uk === */
/* ============================================================= */

@import url("../soledad/style.css");

/* ============ Fonts === */
@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: 'edoregular';
    src: url('/fonts/edo_0-webfont.eot');
    src: url('/fonts/edo_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/edo_0-webfont.woff2') format('woff2'),
         url('/fonts/edo_0-webfont.woff') format('woff'),
         url('/fonts/edo_0-webfont.ttf') format('truetype'),
         url('/fonts/edo_0-webfont.svg#edoregular') 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: #ffffff;
    opacity: 0;
    margin: 0;
    padding: 0;
}
/* ============ Menu === */
#navigation .menu li a , #navigation .menu li ul li a{
	font-size: 16px;
}
#navigation .menu li a i {
    font-size: 16px;
}
#navigation .penci-megamenu .penci-mega-thumbnail {
    display: block;
    margin: 0 0 3px 0;
    position: relative;
}
/* ============ Top Bar & Slider === */
.penci-top-bar .container {
    display: block;
}
.penci-mag2-carousel {
    background: #ffffff;
}
.featured-area {
    margin-top: -61px;
    margin-bottom: 20px;
}
#logo img, .header-banner img {
    transition: 200ms;
}
#logo img:hover, .header-banner img:hover {
    transform: scale(0.97);
}
/* ============ Background === */
.wrapper-boxed {
    background-image: url(/images/img_big-booty-chat_phone-sex-chat-online_bg.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
/* ============ Headers === */
h1, h2, h3, h4, h5, h6 {
    font-size: 130%;
    font-weight: normal;
}
/* ============ Main Page === */
.penci-grid > li {
    margin-bottom: 30px;
}
article {
    padding: 20px;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.69);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.69);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.home article:before {
    content: url(/images/img_35p-overlay.png);
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 9;
}
.penci-grid li .item > .thumbnail, .penci-masonry .item-masonry > .thumbnail {
	margin-bottom: 10px;
}
.grid-header-box h2.grid-title:after {
    content: "Call 0982 505 4950";
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 2.5em;
    display: block;
    padding: 0;
    /* border: 1px solid #dbdbdb; */
    position: relative;
}
.grid-header-box:after {
    content: "(Call cost 35p per minute + your phone company's access charge)";
    font-size: 11px;
    color: #313131;
    padding: 5px 0;
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    background-color: rgba(255, 255, 255, 0)!important;
    left: 0;
    margin-left: 0;
}
.penci-post-box-meta.penci-post-box-grid .penci-post-share-box {
    border: 1px solid #dedede;
}
.penci-readmore-btn, .penci-featured-cat-seemore {
    padding: 10px;
    /* background: #f6d8af; */
    background: #ff00d2;
    background: -moz-linear-gradient(top, #ff00d2 34%, #78217b 66%);
    background: -webkit-linear-gradient(top, #ff00d2 34%,#78217b 66%);
    background: linear-gradient(to bottom, #ff00d2 34%,#78217b 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00d2', endColorstr='#78217b',GradientType=0 );
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.69);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.69);
    border: 3px solid #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.penci-readmore-btn:hover, .penci-featured-cat-seemore:hover {
    background: #fff000;
	 background: -moz-linear-gradient(top, #fff000 34%, #fff000 66%);
    background: -webkit-linear-gradient(top, #fff000 34%,#fff000 66%);
    background: linear-gradient(to bottom, #fff000 34%,#fff000 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#fff000',GradientType=0 );
}
.penci-readmore-btn a, .penci-featured-cat-seemore a {
    color: #000000;
    font-weight: bold;
}
.clickable:hover a.penci-btn-readmore {
	background-color: rgba(255, 255, 255, 0);
}
.clickable .read-more-txt {
	color: #fff000;
	font-weight: bold;
}
.clickable:hover .read-more-txt {
	color: #ff00d2;
}
/* ============ Post === */
.container.penci-breadcrumb {
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: -50px;
}
h1.post-header {
    font-size: 2.5em;
    text-align: center;
    padding: 10px;
    color: #000000;
    background: #fff000;
}
h1.post-header, h2.post-header {
    margin-bottom: 0;
}
h1.post-header.plus-text-service::after {
    /* content: "Or Text 'SEX' to 69469 for Text Sex"; */
	content: "Text Local Babes Now : 07441 915 094";
    display: block;
    /* color: #313131; */
    position: relative;
}
.mfp-image-holder .mfp-content:before {
    content: "Call Me On 0982 505 4950 xxx";
    position: absolute;
    font-size: 22px;
    color: #ffffff;
    /* font-family: 'Fjalla One', sans-serif; */
    /* font-family: 'Permanent Marker', cursive; */
    font-weight: bold;
    text-align: center;
    bottom: 69px;
    background: rgba(255, 0, 180, 0.4);
    padding: 10px 0;
    width: 100%;
    display: block;
}
.mfp-image-holder .mfp-content:after {
    content: "(Call cost 35p per minute + your phone company's access charge)";
    position: absolute;
    font-size: 0.8em;
    color: #000000;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
    bottom: 39px;
    padding: 10px 0;
    width: 100%;
    display: block;
}
.penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a {
    font-size: 26px;
    letter-spacing: 0;
}
/* ============ Widget / Sidebar === */
.container.penci_sidebar #main {
    width: 75%;
    padding-right: 30px;
}
#sidebar {
    width: 25%;
}
@media only screen and (max-width: 960px) {
	.container.penci_sidebar #main, #sidebar{
		width: 100%;
	}
}
#sidebar .widget-title {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#sidebar .penci-border-arrow .inner-arrow {
    /* background-color: #ca0046; */
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: normal;
    background: #ff00d2;
    background: -moz-linear-gradient(top, #ff00d2 34%, #78217b 66%);
    background: -webkit-linear-gradient(top, #ff00d2 34%,#78217b 66%);
    background: linear-gradient(to bottom, #ff00d2 34%,#78217b 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00d2', endColorstr='#78217b',GradientType=0 );
    /* text-shadow: -1px -1px 0 #ff00d2, 1px -1px 0 #ff00d2, -1px 1px 0 #ff00d2, 1px 1px 0 #ff00d2; */
    text-shadow: 1px 1px 5px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 1px 1px 4px 0 #000000;
    -moz-box-shadow: 1px 1px 4px 0 #000000;
    box-shadow: 1px 1px 4px 0 #000000;
}
#sidebar .widget {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.88);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.69);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.69);
}
.widget .tagcloud a {
    color: #313131;
    font-size: 9px !important;
}
.widget ul {
    padding: 0 10px;
}
/* ============ Credit Card === */
.credit-card.clickable h1 {
    font-size: 2em;
    text-align: center;
    padding: 10px;
    color: #fff000;
    font-family: 'bebas_neueregular';
    font-weight: normal;
    letter-spacing: normal;
    background: #ff00d2;
    background: -moz-linear-gradient(top, #ff00d2 34%, #78217b 66%);
    background: -webkit-linear-gradient(top, #ff00d2 34%,#78217b 66%);
    background: linear-gradient(to bottom, #ff00d2 34%,#78217b 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00d2', endColorstr='#78217b',GradientType=0 );
    /* text-shadow: -1px -1px 0 #ff00d2, 1px -1px 0 #ff00d2, -1px 1px 0 #ff00d2, 1px 1px 0 #ff00d2; */
    text-shadow: 1px 1px 5px #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 1px 1px 4px 0 #000000;
    -moz-box-shadow: 1px 1px 4px 0 #000000;
    box-shadow: 1px 1px 4px 0 #000000;
    transition: 200ms;
}
.penci-grid .credit-card.clickable h1 {
    font-size: 1.6em;
}
.credit-card.clickable:hover h1 {
	color: #ff00dd;
    background: #fff000;
	text-shadow: 1px 1px 5px #fff000;
}
.credit-card.clickable h1:after {
    content: "\f1f0  \f1f1  \f1f2  \f1f3";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1em;
    position: relative;
    padding: 0 0 0 5px;
}
/* ============ Footer === */
#footer-section {
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.22);
}
#footer-copyright * {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #999999;
    line-height: 1.4;
    font-style: normal;
    text-align: center;
}
.call-charge {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1.3em;
    font-weight: normal;
    color: #313131!important;
    text-align: center;
    position: relative;
}
#footer-logo img {
    transition: 200ms;
}
#footer-logo img:hover {
    transform: scale(0.97);
}
/* ============ Misc === */
p {text-align: justify;}
.red {color: #ff0000;}
.pink {color: #ff00dd;}
.white {color: #ffffff;}
.bottom {margin-top: 30px;}
.top {margin-bottom: 10px;}
.left {text-align: left;}
/* ======== SMS-Feed === */
@-webkit-keyframes glowing {
	0% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
	50% { background-color: #ff0000; -webkit-box-shadow: 0 0 20px #ff0000; }
	100% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
}
@-moz-keyframes glowing {
	0% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
	50% { background-color: #ff0000; -webkit-box-shadow: 0 0 20px #ff0000; }
	100% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
}
@-o-keyframes glowing {
	0% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
	50% { background-color: #ff0000; -webkit-box-shadow: 0 0 20px #ff0000; }
	100% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
}
@keyframes glowing {
	0% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
	50% { background-color: #ff0000; -webkit-box-shadow: 0 0 20px #ff0000; }
	100% { background-color: #ea00ff; -webkit-box-shadow: 0 0 3px #ea00ff; }
}
.sms-persona-holder {
    position: relative;
    display: inline-block;
    margin: 30px auto;
}
.sms-persona-header {
    color: #5d5d5d;
    font-size: 1.8em;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    position: relative;
    padding: 10px;
    margin: 10px auto 1%;
    background: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: #cccccc 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;
    display: grid;
    width: 100%;
    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 {
    color: #ffffff;
    background: #ff0000;
}
.sms-persona {
    display: inline-block;
    float: left;
    position: relative;
    width: 31.3%;
    height: 460px;
    margin: 10px 1%;
    background: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #5d5d5d;
    border: #cccccc 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;
}
@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: 48%;
		margin: 10px 1%;
		/* height: 495px; */
	}
}
@media screen and (max-width: 479px) {
	.sms-persona {
		width: 100%;
		margin: 10px 0;
		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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sms-persona-image:before {
    content: 'Text Me';
    font-family: 'bebas_neueregular';
    font-weight: normal;
    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;
	line-height: 2.2em;
	font-size: 0.85em; /* 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-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 2em;
    float: left;
	padding-right: 0;
}
.sms-persona-age {
    font-family: 'bebas_neueregular';
    font-weight: normal;
    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 0; */
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-size: 1.7em;
    /* text-align: center; */
    background: #ff00d2;
    background: -moz-linear-gradient(top, #ff00d2 34%, #78217b 66%);
    background: -webkit-linear-gradient(top, #ff00d2 34%,#78217b 66%);
    background: linear-gradient(to bottom, #ff00d2 34%,#78217b 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00d2', endColorstr='#78217b',GradientType=0 );
    color: #ffffff!important;
    text-shadow: 1px 0 0 #78217b, -1px 0 0 #78217b, 0 1px 0 #78217b, 0 -1px 0 #78217b, 1px 1px #78217b, -1px -1px 0 #78217b, 1px -1px 0 #78217b, -1px 1px 0 #78217b;
}
.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 #ff0000, 1px -1px 0 #ff0000, -1px 1px 0 #ff0000, 1px 1px 0 #ff0000;
}
.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 {
    background: rgba(255, 255, 255, 0.88);
}
.sms-persona-holder.side-sms {
    margin: 0 auto 15px;
    width: 100%;
    font-size: 0.8em;
}
@media screen and (max-width: 940px) {
	.sms-persona-holder.side-sms {
		display: none;
	}
}
.sms-persona-header.side-sms {
    margin: 0;
    font-size: 1.5em;
}
.side-sms .sms-persona-header.clickable {
    display: inline-block;
    font-size: initial;
}
.sms-persona.side-sms {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
}
.sms-persona-details.side-sms {
    font-size: 1.2em;
    font-weight: normal;
    /* line-height: 2em; */
}
/* ======== Feed End === */

#headertext-oldschool {
	display: block;
	border-top: 1px solid #CCC;
	text-align: center;
	color: #000 !important;
	font-weight: normal;
	font-family: "Arial Black";
	font-size: 20px;
	line-height: normal !important;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.calling-oldschool {
	position: relative;
	text-align: center;
	padding: 5px;
	color: #000 !important;
	font-weight: normal;
	font-family: "Arial Black";
	font-size: 1.5em;
	line-height: 1.3 !important;
	margin: 0px;
}

.telephone-oldschool {
	position: relative;
	text-align: center;
	padding: 5px;
	color: #000 !important;
	font-weight: normal;
	font-family: "Arial Black";
	font-size: 1.5em;
	line-height: 1.3 !important;
	margin: 0px;
}

.call-charge-oldschool {
	display: block;
	position: relative;
	font-family: Arial,Tahoma,sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	margin: 5px 0px 10px;
	text-align: center;
}