/*
Theme Name: NutMedia
Theme URI: http://www.nutmedia.co.uk
Description: 
Author: Aidas Keburys
Version: 2.0
*/
@charset "UTF-8";
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

* {
    box-sizing: border-box;
	margin: 0px;
    padding: 0px;
}


.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#content {
    width: 100% !important;
}

.grey_caption {
    color: #fff !important;
    font-size: 14px !important;
}

.sticky-term {
	background-color:rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
    left: 0;
   bottom: 0;
   width: 100%;
    width: 100%;
padding: 3px 0 2px 0;
    text-align: center;
	z-index: 1;
}

.sticky-term a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none !important;
	font-weight: normal !important;
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

@font-face { font-family: "slick"; src: url("includes/slick/fonts/slick.eot"); src: url("includes/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("includes/slick/fonts/slick.woff") format("woff"), url("includes/slick/fonts/slick.ttf") format("truetype"), url("includes/slick/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */


/* =Reset CSS
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;vertical-align:baseline;margin:0;padding:0;}
ol,ul{list-style:none;} blockquote{quotes:none;font-style:italic;padding:0 40px;} blockquote:before,blockquote:after{content:none;}
del{text-decoration:line-through;} table{border-collapse:collapse;border-spacing:0;}

/* =Global Elements
-------------------------------------------------------------- */
textarea {overflow: auto;} /* Remove default vertical scrollbar in IE */
body,input,textarea {color: #666;font-size: 12px;line-height: 18px;}
hr {background-color: #e7e7e7;border: 0;clear: both;height: 1px;margin-bottom: 20px;}
p {margin-bottom: 20px;}
ul {list-style: square;} ol {list-style: decimal;} ol ol {list-style: upper-alpha;} ol ol ol {list-style: lower-roman;} ol ol ol ol {list-style: lower-alpha;} ul ul,ol ol,ul ol,ol ul {margin-bottom: 0;}
dl {margin: 0 0 20px 0;} dt {font-weight: bold;} dd {margin-bottom: 20px;}
strong {font-weight: bold;} cite,em,i {font-style: italic;} big {font-size: 131.25%;} ins {background: #ffc;text-decoration: none;}
blockquote {font-style: italic;padding: 0 40px;} blockquote cite,blockquote em,blockquote i {font-style: normal;} pre {background: #f7f7f7;color: #222;line-height: 18px;margin-bottom: 18px;padding: 24px;}
abbr,acronym {border-bottom: 1px dotted #666;cursor: help;}
sup,sub {height: 0;line-height: 1;position: relative;vertical-align: baseline;} sup {bottom: 1ex;} sub {top: .5ex;}
input[type="text"] {padding: 4px;} textarea {padding: 4px;}
.screen-reader-text {position: absolute;left: -9000px;}
.widget-container {list-style:none;}


/*=Content
--------------------------------------------------------------  */
#content p,#content dd,#content pre,#content hr{margin-bottom:20px;}
#content pre,#content kbd,#content tt,#content var{font-size:14px;line-height:20px;}
#content code{font-size:12px;}
#content table{text-align:left;margin:0;padding:0;}
#content tr th,#content thead th{color:#888;font-size:12px;font-weight:700;line-height:18px;padding:10px 20px;}
#content tr td{padding:10px;}
#content tr.odd td{background:#f2f7fc;}
#content ul, #content ol {margin-left: 40px;margin-bottom: 20px;margin-top: -10px;}
.home .sticky{background:#f2f7fc;border-top:4px solid #000;margin-left:-20px;margin-right:-20px;padding:20px;}
.single .hentry{margin:0 0 0px;}
.entry-meta abbr:hover,.entry-utility abbr:hover{border-bottom:1px dotted #666;}

.entry-content fieldset{border:1px solid #e7e7e7;margin:0 0 24px;padding:24px;}
.entry-content fieldset legend{background:#fff;color:#000;font-weight:700;padding:0 24px;}
.entry-content sup,.entry-content sub{font-size:10px;}
.entry-content blockquote.left{float:left;margin-left:0;margin-right:24px;text-align:right;width:33%;}
.entry-content blockquote.right{float:right;margin-left:24px;margin-right:0;text-align:left;width:33%;}
.home .sticky .page-link a{background:#d9e8f7;}
body.page .edit-link{clear:both;display:block;}
.entry-meta a,.entry-utility a{color:#888;}
code{-webkit-text-size-adjust:160%;font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
.nocomments {display: none !important;}

/* =Fonts
--------------------------------------------------------------  */
input,textarea,.page-title span,.pingback a.url {font-family: Georgia, "Bitstream Charter", serif;}
h3#comments-title, h3#reply-title, #cancel-comment-reply-link, .form-allowed-tags, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-utility, #respond label, .page-title, .pingback p, .reply, .wp-caption-text {font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
input[type=submit] {font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
pre {font-family: "Courier 10 Pitch", Courier, monospace;} code {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}

/* =Asides/Gallery listing/Attachment pages
--------------------------------------------------------------  */
.home #content .format-aside p,.home #content .category-asides p{font-size:16pt;line-height:18px;margin-bottom:10px;margin-top:0;}
.home #content .format-aside .entry-content,.home #content .category-asides .entry-content{padding-top:0;}
.format-gallery .size-thumbnail img,.category-gallery .size-thumbnail img{border:10px solid #f1f1f1;margin-bottom:0;}
.format-gallery .gallery-thumb,.category-gallery .gallery-thumb{float:left;margin-right:20px;margin-top:-4px;}
.home #content .format-gallery .entry-utility,.home #content .category-gallery .entry-utility{padding-top:4px;}
.attachment .entry-content .entry-caption{font-size:140%;margin-top:24px;}
.attachment .entry-content .nav-previous a:before{content:'\2190\00a0';}
.attachment .entry-content .nav-next a:after{content:'\00a0\2192';}
.single-attachment #content {margin: 0 auto;width: 900px;}

/* =Images
--------------------------------------------------------------  */
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img{height:auto;}
.alignleft,img.alignleft{display:inline;float:left;margin-right: 20px;margin-bottom: 20px;}
.alignright,img.alignright{display:inline;float:right;margin-left:20px;margin-bottom:20px;}
.aligncenter,img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
.wp-caption{background:#f1f1f1;line-height:18px;margin-bottom:20px;max-width:95% !important;text-align:center;padding:4px;}
.wp-caption img{margin:5px 5px 0;}
.wp-caption p.wp-caption-text{color:#888;font-size:12px;margin:5px;}
.gallery{margin:0 auto 20px;}
.gallery .gallery-item{float:left;margin-top:0;text-align:center;width:33%;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery img{border:10px solid #f1f1f1;}
.gallery-columns-2 .attachment-medium{max-width:92%;height:auto;}
.gallery-columns-4 .attachment-thumbnail{max-width:84%;height:auto;}
.gallery .gallery-caption{color:#888;font-size:12px;margin:0 0 12px;}
#content .attachment img{display:block;margin:0 auto;}

/* =Widget Areas
--------------------------------------------------------------  */
.widget-area ul,.widget-area ul ul{list-style:none;margin-left:0;}
.widget-area select{max-width:100%;} .widget_search #s{width:60%;}
.widget-container{list-style:none;margin:0 0 20px;}
#wp_tag_cloud div{line-height:26px;}
#wp-calendar{width:100%;} #wp-calendar caption{color:#222;font-size:14px;font-weight:700;padding-bottom:4px;text-align:left;} #wp-calendar tbody{color:#aaa;} #wp-calendar tbody td{background:#f5f5f5;border:1px solid #fff;text-align:center;padding:3px 0 2px;} #wp-calendar tbody .pad{background:none;} #wp-calendar tfoot #next{text-align:right;}
.widget_rss a.rsswidget{color:#000;} .widget_rss .widget-title img{width:11px;height:11px;}
#access,.entry-meta,.entry-utility,.navigation,.widget-area{-webkit-text-size-adjust:120%;}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
--------------------------------------------------------------  */
pre {-webkit-text-size-adjust: 140%;} code {-webkit-text-size-adjust: 160%;}
#access,.entry-meta,.entry-utility,.navigation,.widget-area {-webkit-text-size-adjust: 120%;}

/* =Print Style
--------------------------------------------------------------  */
@media print  {
	body {background:none !important;}
	#wrapper {clear:both !important;display:block !important;float:none !important;position:relative !important;}
	#header {border-bottom:2pt solid #000;padding-bottom:18pt;}
	#colophon {border-top:2pt solid #000;width:auto;}
	#site-title,#site-description {float:none;line-height:22px;margin:0;padding:0;}
	#site-title {font-size:13pt;}
	.entry-content {font-size:16px;line-height:18px;}
	.entry-title {font-size:21pt;}
	#access,#branding img,#respond,.comment-edit-link,.edit-link,.navigation,.page-link,.widget-area {display:none !important;}
	#container,#header,#footer {width:100%;margin:0;}
	#content,.one-column #content {width:100%;margin:24pt 0 0;}
	.wp-caption p {font-size:11pt;}
	img#wpstats {display:none;}
	#main {display:inline;}
	.home .sticky {border:none;}
}

@font-face {
	font-family: 'DPS';
	font-weight:normal;
	src:url('fonts/Calibri.eot'); 
	src:url('fonts/Calibri.eot?#iefix') format('embedded-opentype'), 
		url('fonts/Calibri.woff') format('woff2'), 
		url('fonts/Calibri.woff') format('woff'), 
		url('fonts/Calibri.ttf')  format('truetype'); 
}

@font-face {
  font-family: 'DPS';
	src:url('fonts/Calibri-Bold.eot');
	src:url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), 
		url('fonts/Calibri-Bold.woff') format('woff2'), 
		url('fonts/Calibri-Bold.woff') format('woff'), 
		url('fonts/Calibri-Bold.ttf')  format('truetype'); 
    font-weight:bold;
}

/* =BASE/STRUCTURE
------------------------------------------------------------- */


html {overflow:auto;}
body {
background: #070707;
font-family: arial;
line-height: 18px;
margin-top: 0px;
min-width:320px;
}
.ie8  body{min-width:1000px;}

.global_wrap {margin-top: 41px;position:relative;}

body.home .global_wrap, 
body.single .global_wrap,
body.archive.post-type-archive-story .global_wrap,
body.blog .global_wrap ,
body.page .global_wrap ,
body.error404  .global_wrap 
{margin-top: 73px;}

body.archive.post-type-archive-story .global_wrap {margin-top: 63px;}
body.blog .global_wrap {margin-top: 63px;}
body.archive .global_wrap {margin-top: 63px;}
body.page-template-page-confessions .global_wrap {margin-top: 63px;}


body.admin-bar .global_wrap {margin-top:72px;}
body.admin-bar.home .global_wrap {margin-top:105px;}

body.admin-bar.archive .global_wrap, 
body.admin-bar.blog .global_wrap, 
body.page-template-page-confessions.admin-bar .global_wrap
{margin-top:63px;}

body.admin-bar.archive.post-type-archive-story .global_wrap {margin-top:63px;}

.middle{max-width:1000px;margin:auto;}
.middle_wider {max-width:1014px;}

/* =GLOBALS
------------------------------------------------------------- */

.clear {clear: both;}
.block {display:block;}
.left {float: left;}
.right {float: right;}
.italic {font-style:italic;}
.border {border: 1px solid lightgrey;padding: 2px;}
.border-none {border: none !important; border-left: none !important; border-right: none !important; border-top: none !important; border-bottom: none !important;}
.trans {	filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}

a {text-decoration:none;}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-size: 0.917em; /* 11px / 12px */
    color: #999;
    padding: 5px 7px;
   	border: 1px solid #ddd;
    background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #bdbdbd !important;
	color: #444;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}

.nm_button {
color:white;
font-weight:bold;
font-size:16px;
padding:5px 20px;
background: #e20f0f;
background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
border-radius:5px;
}

/* =HEADER
------------------------------------------------------------- */
#header {
	position:absolute;
	width:100%;
	background:black;
	height:58px;
	z-index:1000;
	border-bottom:5px solid #961313;
	position:fixed;
	top:0;
}
.ie8 #header {min-width:1000px;}

body.admin-bar  #header  {top: 32px;}

.header_logo {
	display: block;
	float: left;
	background: url(images/logo.png) no-repeat center;
	width: 280px;
	height: 58px;
	position: relative;
	top: 5px;
}
.header_logo:after {
	position: absolute;
	width: 53px;
	height: 5px;
	background: black;
	content: '';
	bottom: 0px;
	left:27px;
	z-index:-1;
}

#mobile_menu_button {display:none;}

/* = HEADINGS
------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,h7,h8 {font-family:'DPS',Arial,sans-serif;}

h1 {
	color: grey;
	font-size:18px;
}
h2 {
	color: white;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
}
h3 {
	color: grey;
	font-size:14px;
	margin-bottom: 10px;
}
h5 {
	color: white;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
}

.title_30_white {color:white;font-size:30px;font-weight:bold;margin:0px;line-height:32px;}
.title_24_red {color:#d01010;font-size:24px;font-weight:bold;margin:0px;line-height:26px;}
.title_24_white {color:#fff;font-size:24px;font-weight:bold;margin:0px;line-height:25px;}
.title_22_white {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
}
.title_18_white {color:#fff;font-size:18px;font-weight:bold;margin:0px;line-height:28px;}
.title_20_white {color:#fff;font-size:20px;font-weight:bold;margin:0px;line-height:28px;}

/* =NAVIGATION
------------------------------------------------------------- */
#access {
	float: right;
	display: block;
	position: relative;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
#access li {
	float: left;
	position: relative;
	height: 58px;
	margin-left:3px;
	background: #535353;
	background: -moz-linear-gradient(top,  #535353 6%, #2b2b2b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#535353), color-stop(100%,#2b2b2b));
	background: -webkit-linear-gradient(top,  #535353 6%,#2b2b2b 100%);
	background: -o-linear-gradient(top,  #535353 6%,#2b2b2b 100%);
	background: -ms-linear-gradient(top,  #535353 6%,#2b2b2b 100%);
	background: linear-gradient(to bottom,  #535353 6%,#2b2b2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#2b2b2b',GradientType=0 );
}
#access li.two_lines_110  {max-width:110px;}
#access li.two_lines_100  {max-width:95px;}
#access li.two_lines_90  {max-width:80px;}
#access li.two_lines_80  {max-width:70px;}
#access li.two_lines_70  {max-width:70px;}
#access li.two_lines_70  {max-width:60px;}

#access a {
	display: block;
	line-height: 16px;
	text-decoration: none;
	color: white;
	text-align: center;
	height: 34px;
	font-family: 'DPS',Arial,sans-serif;
	padding: 12px 5px;
	font-weight: bold;
	font-size: 16px;
}

#access .one_line a {
	padding: 20px 10px;
	height: 18px;
}
#access #menu-item-8 a {background:url(images/home_icon.png) no-repeat center;font-size:0;display:block;width:40px;}

#access ul {list-style: none;margin: 0;padding:0px;} #access ul ul li {min-width: 180px;} #access ul ul ul {left: 100%;top: 0;}
#access ul ul a {line-height: 16px;padding: 10px;width: 160px;height: auto;}
#access ul li:hover > ul {display: block;}
#access .sub-menu {
	float: left;
	z-index: 99999;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	background: grey;
	font-size: 12px;
	line-height: 16px;
}
#access .nav-border,
#access .nav-border:hover,
#access .nav-border a:hover  {
	background:url(images/nav-bg-border.png) no-repeat;
	cursor: default;
	padding: 0 !important;
	margin: 0 !important;
	width: 3px;
}
#access li:hover,
#access #current_page_item,
#access .current_page_item,
#access .current-menu-item,
#access .current-menu-ancestor  {
	background: #e20f0f;
	background: -moz-linear-gradient(top,  #e20f0f 1%, #961313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e20f0f), color-stop(100%,#961313));
	background: -webkit-linear-gradient(top,  #e20f0f 1%,#961313 100%);
	background: -o-linear-gradient(top,  #e20f0f 1%,#961313 100%);
	background: -ms-linear-gradient(top,  #e20f0f 1%,#961313 100%);
	background: linear-gradient(to bottom,  #e20f0f 1%,#961313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#961313',GradientType=0 );
}
#access a:hover,
#access #current_page_item a,
#access .current-menu-item a,
#access .current-menu-ancestor a {color: white;}

.menu_container {
	background: none repeat scroll 0 0 #000000;
	display: none;
	overflow: auto;
	position: fixed;
	top: 40px;
	width: 100%;
	z-index: 102;
}
	
.menu_container .menu-header {
    margin-top: 23px;
}

.menu_container .menu-header li.current-menu-item, 
.menu_container .menu-header li:hover  {
	background: #e20f0f;
	background: -moz-linear-gradient(top,  #e20f0f 1%, #961313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e20f0f), color-stop(100%,#961313));
	background: -webkit-linear-gradient(top,  #e20f0f 1%,#961313 100%);
	background: -o-linear-gradient(top,  #e20f0f 1%,#961313 100%);
	background: -ms-linear-gradient(top,  #e20f0f 1%,#961313 100%);
	background: linear-gradient(to bottom,  #e20f0f 1%,#961313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#961313',GradientType=0 );
}

.menu_container .menu-header li a {
    background: url("images/arrow-right-01-20.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cccccc;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 33px;
}



/* =HOMEPAGE
------------------------------------------------------------- */

.hp_slider.slick-slider {
margin-bottom: 0px;
position: absolute;
top: -10px;
z-index: -1;
width:100%;
}
.hp_slide {
height:400px;
background-repeat:no-repeat;
background-position:center;
}

#hp_first {background-image:url(images/slide_1.jpg);}

body.admin-bar .hp_slider.slick-slider {
top: -42px;
}

/* =Recorded Confessions
------------------------------------------------------------- */

.recorded_confession {
background: #535353;
background: -moz-linear-gradient(top,  #535353 0%, #2b2b2b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#2b2b2b));
background: -webkit-linear-gradient(top,  #535353 0%,#2b2b2b 100%);
background: -o-linear-gradient(top,  #535353 0%,#2b2b2b 100%);
background: -ms-linear-gradient(top,  #535353 0%,#2b2b2b 100%);
background: linear-gradient(to bottom,  #535353 0%,#2b2b2b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#2b2b2b',GradientType=0 );
border-radius:10px;		
padding:0px 15px 3px;
margin-bottom:10px;
}

.recorded_confession.even {
background: #707070;
background: -moz-linear-gradient(top,  #707070 0%, #505050 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#505050));
background: -webkit-linear-gradient(top,  #707070 0%,#505050 100%);
background: -o-linear-gradient(top,  #707070 0%,#505050 100%);
background: -ms-linear-gradient(top,  #707070 0%,#505050 100%);
background: linear-gradient(to bottom,  #707070 0%,#505050 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#505050',GradientType=0 );

}

.confession_left_column {
    float: left;
    line-height: 60px;
    min-height: 65px;
    width: 60%;
} 

.confession_left_column h5 {
    display: inline-block;
    font-size: 22px;
    line-height: 21px;
    margin-bottom: 0;
    vertical-align: middle;
}

.confession_right_column {
width: 38%;
float: right;
}

.r_conf_number {
    color: #f9d601;
    font-family: 'DPS',Arial,sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-top: 16px;
}
.r_conf_term {
  font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
  margin-top: 0;
}
/* =PAGES
------------------------------------------------------------- */

.cta_carousel_holder {
	background: #535353;
	background: -moz-linear-gradient(top,  #535353 0%, #181818 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#181818));
	background: -webkit-linear-gradient(top,  #535353 0%,#181818 100%);
	background: -o-linear-gradient(top,  #535353 0%,#181818 100%);
	background: -ms-linear-gradient(top,  #535353 0%,#181818 100%);
	background: linear-gradient(to bottom,  #535353 0%,#181818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#181818',GradientType=0 );
	padding:0 57px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.cta_carousel_inner {
	background: #bf1111;
	background: -moz-linear-gradient(top,  #bf1111 0%, #080707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf1111), color-stop(100%,#080707));
	background: -webkit-linear-gradient(top,  #bf1111 0%,#080707 100%);
	background: -o-linear-gradient(top,  #bf1111 0%,#080707 100%);
	background: -ms-linear-gradient(top,  #bf1111 0%,#080707 100%);
	background: linear-gradient(to bottom,  #bf1111 0%,#080707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1111', endColorstr='#080707',GradientType=0 );
	padding:20px 15px 0;
}

.cta_carousel {margin-bottom:0;}
.cta_carousel .cta_slide {background:rgba(255,255,255,0.09);padding:3px;}
.cta_carousel .slick-slide {margin:0 5px;}
.cta_carousel img {width:100%;}

.red_caption {
background: #e20f0f;
background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
padding:4px;
color:white;
font-size:18px;
font-weight:bold;
text-align:center;
display:block;
font-family:'DPS',Arial,sans-serif;
}
.grey_caption {background:#1c1c1c;padding:4px;color:#fff !important;font-size:18px !important; line-height: 20px;font-style:italic;text-align:center;display:block;clear:both;font-family:'DPS',Arial,sans-serif;}

.cta_carousel .slick-prev:before, 
.cta_carousel .slick-next:before  {content:'';}

.cta_carousel .slick-prev, 
.cta_carousel .slick-next {
	width: 58px;
	height:auto;
	position:absolute;
	top:-20px;
	bottom:-20px;
	margin:0px;
}

.cta_carousel .slick-prev {left:-72px;background:url(images/r_arrow_left.png) no-repeat center;}
.cta_carousel .slick-next {right:-72px;background:url(images/r_arrow_right.png) no-repeat center;}

.title_holder_slide {background:rgba(0,0,0,0.6);float:right;margin:120px 0 10px;padding:15px 20px;border-radius:10px;}

.promo_widget {overflow:hidden;border-radius:10px;width:24%;float:left;margin-right:1.25%;margin-bottom:20px;}
.promo_widget.last {margin-right:0%;}

.p_widget_heading {
display:block;
min-height:84px;
position:relative;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #e20f0f;
background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );

}

.p_widget_content {
min-height:214px;
background:#313131;
padding:17px 20px;
font-family:'DPS',Arial,sans-serif;
font-weight:bold;
font-size:14px;
color:#fff;
}

.p_widget_content.second {min-height:124px;}

.p_widget_content  p {margin-bottom:15px;}
.p_widget_content  ul {list-style:disc outside;margin-left:15px;margin-bottom:57px;}
.p_widget_content  h6 {font-size:24px;margin-bottom:10px;}
.feed_date {margin-bottom:2px;display:block;color:#999;}

.p_widget_logo {min-height:84px;display:block;}
.blog_logo {background:url(images/blog_logo.png) no-repeat 20px center;}
.bdsm_logo {background:url(images/bdsm_logo.png) no-repeat center;}
.conf_logo {background:url(images/conf_logo.png) no-repeat center;}
.camsex_logo {background:url(images/camsex_logo.png) no-repeat center;}

.p_widget_banner {height:92px;}

.bdsm_banner {background:url(images/bdsm_bottom_banner.jpg) no-repeat right  center;}

#container {background:#171717;position: relative;}

.blog #container {background: none repeat scroll 0 0 #070707;}

.container_inner {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background: #242424;
	background: -moz-linear-gradient(top,  #242424 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(100%,#070707));
	background: -webkit-linear-gradient(top,  #242424 0%,#070707 100%);
	background: -o-linear-gradient(top,  #242424 0%,#070707 100%);
	background: -ms-linear-gradient(top,  #242424 0%,#070707 100%);
	background: linear-gradient(to bottom,  #242424 0%,#070707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#070707',GradientType=0 );
	min-height:500px;
	padding: 20px 20px 0px;
}

.expandable_content{
background: #242424;
background: -moz-linear-gradient(top,  #242424 0%, #070707 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(100%,#070707));
background: -webkit-linear-gradient(top,  #242424 0%,#070707 100%);
background: -o-linear-gradient(top,  #242424 0%,#070707 100%);
background: -ms-linear-gradient(top,  #242424 0%,#070707 100%);
background: linear-gradient(to bottom,  #242424 0%,#070707 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#070707',GradientType=0 );
padding:15px 20px 10px;
border-radius:10px;
}

.heading_holder .title_24_white, .heading_holder .title_18_white {
    float: left;
    padding-bottom: 15px;
}

.heading_holder {
	margin-bottom:20px;
	border-bottom:1px solid #363636;
	padding-bottom:0px;
}

#main{
	clear:both;
	padding:0;
	min-height: 320px;
}

#content {
	width:71%;
	float:right;
	margin-bottom: 20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:'DPS',Arial,sans-serif;
}

#content.blog {
	max-width:700px;
	float:none;
	margin-bottom: 20px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto;
	font-family:'DPS',Arial,sans-serif;
}

 #content.blog ul.pagination {
    float: none;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    text-align: center;
}

#content.blog  ul.pagination li {
    float: none;
    background: #505050;
    line-height: 29px;
    margin-left: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

#content.blog .post_thumbnail_holder {
    min-height: 240px;
    background: #ccc;
    display: block;
    background-size: cover;
    width: 190px;
    margin-right: 14px;
} 

.single-post #content.blog {
	margin-bottom: 30px;
}

.single-post #content.blog .entry-content {
    color: white;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 20px;
}

.single-post #content.blog .single_post_inner .content_title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
}

.single-post #content.blog h2 {
    color: #d2d2d2;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 3px solid #f8d406;
    padding-left: 17px;
}


.single-post #content.blog h3 {
    color: #d2d2d2;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 3px solid #f8d406;
    padding-left: 17px;
}

.single-post  .post .entry-content img {
	padding:0;
	max-width: 100%;
	height: auto;
}


 
#content a {
color: #f9d601;
text-decoration: none;
}
#content a:hover {text-decoration: none;}

#content .entry-content a{
color: #f9d601;
text-decoration: underline;
}
#content .entry-content a:hover{
text-decoration: none;
}

#content input,#content textarea{color:#333;font-size:20px;}

.read_more_holder {display:block;}

#content .read_more, .read_more {
    border-radius: 5px;
    color: #ffd800;
    display: inline-block;
    float: none;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0px;
    padding: 0;
    font-weight: bold;
}

#content.blog .entry-summary {
    color: #e9e9e9;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 0;
}

#content.blog span.entry-date {
    display: inline-block;
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
}

iframe.twitter-share-button {
    top: 4px;
    position: relative !important;
    margin-left: 4px;
}

#content ul.related_articles {
    list-style: none;
    margin: 0 -10px;
}

#content ul.related_articles li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

#content ul.related_articles li a.related_thumbnail {
    display: block;
    height: 100px;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.related_articles_holder {
	margin: 30px 0;
}

a.related-title {
    background: #4f4f4f;
    display: block;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#content.blog .title-meta {
display: block;
}


#content .read_more_story {margin-bottom: 15px;}

#content.blog p {
    margin-bottom: 20px;
}

#content ul.categories-blog {
    list-style: none;
    margin: 0 0 15px;
}

li.menu-icon {
    padding-left: 29px;
    background: url(/wp-content/themes/NutMEDIA/images/menu-24-24.png) no-repeat scroll left center rgba(0,0,0,0);
    background-size: contain;
    padding-top: 3px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

li.menu-icon .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    padding-top: 10px;
    min-width: 200px;
}


li.menu-icon .sub-menu::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #cf1010 transparent;
    top: 0;
    left: 54px;
}

li.menu-icon:hover .sub-menu {
	display: block;
}

#content .sub-menu li {
    border-bottom: 1px solid #a41212;
}
#content .sub-menu li:last-child {
    border-bottom: 0px solid #CCB;
}


#content .sub-menu li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
}

#content .sub-menu li a:hover {
    color: #f9d505;
}

#content li.menu-icon .sub-menu ul {
    margin: 0;
    list-style: none;
    background: #cf1010;
    border-radius: 5px;
    box-shadow: 3px 3px 27px rgba(0,0,0,0.5);
}

@media all and (max-width: 500px){
	.single-post .post .entry-content img {
    	width: 100%;
	}
	#content ul.related_articles li {
    margin-bottom: 20px;
    width: 100%;
	}
	#content ul.related_articles li a.related_thumbnail {
    height: 160px;
	}
	#content.blog .post_thumbnail_holder {
    	min-height: 240px;
    	width: 100%;
    	margin-right: 0px;
    	margin-bottom: 20px;
    	border-top-left-radius: 10px;
    	border-top-right-radius: 10px;
   	 	border-bottom-left-radius: 0px;
    	border-bottom-right-radius: 0px;
	}

}

.type-post ,
.type-story
{

background: #525252; /* Old browsers */
background: -moz-linear-gradient(top,  #525252 0%, #2b2b2b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #525252 0%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #525252 0%,#2b2b2b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #525252 0%,#2b2b2b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #525252 0%,#2b2b2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
overflow:hidden;
border-radius:10px;
margin-bottom:15px;


}

.post .entry-content img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding: 2px;
    position: relative;
    top: 5px;
}

.alignleft, img.alignleft {
    margin-bottom: 18px;
    margin-right: 18px;
}

.entry-summary {
color:#e9e9e9;
font-size: 14px;
font-weight: normal;
line-height: 16px;
margin-bottom: 0px;
}

.type-story h4 {

	font-size:18px;font-family:'DPS',Arial,sans-serif;
	color:#8f8f8f;
	font-weight:bold;

}

.type-story h3 {

	font-size:18px;font-family:'DPS',Arial,sans-serif;
	color:#ffea00;
	font-weight:bold;
	margin-bottom:5px;

}

#content .type-story  p {
margin-bottom: 6px;
}

.type-story .entry-title,
.type-post .entry-title
 {
	font-size:22px;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom:5px;
	border-bottom:1px solid #363636;
}

.post_thumbnail_holder {
position: relative;
display: block;
float: left;
overflow: hidden;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.post_thumbnail_holder  .confession_niche {line-height:14px;}

.post_thumbnail_holder_inner {display:none;}

.post_thumbnail_holder img.confession_badge {
bottom: 35px;
}

.confession_niche {
position: absolute;
background: rgba(255,255,255,0.6);
text-shadow: 0 0 5px white;
left: 0;
right: 0;
border-bottom-left-radius: 10px;
padding: 5px;
font-size: 16px;
text-align: center;
color: #000;
bottom: 0;
font-weight: bold;
font-family: 'DPS';
}

.type-story .entry-title {
padding-bottom: 8px;
margin-bottom: 8px;
margin-top: 5px;
}

.entry-meta {padding-left:23px;font-size:12px;color:#d2d2d2;background:url(images/calendar_icon.png) no-repeat left center;line-height:30px;}

#content .type-story .entry-title a,
#content .type-post .entry-title a,
.type-post .entry-title a
{
color:#fff;
}


.post_inner {
    margin-left: 150px;
    padding: 20px 12px 0;
}

.type-story  .post_inner {
padding: 8px 12px 8px;
}

.single_post_inner {
    padding: 15px;
}

.single_post_inner .content_title {
    margin-bottom: 5px;
	padding-bottom:10px;
}

.post_thumb {
	float: left;
	max-width: 150px;
}

.inner_thumbnail {display:none;}

.entry-content {
	color:white;
	font-family: 'DPS',Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 20px;
}
.content_title {border-bottom:1px solid #363636;padding-bottom:10px;margin-bottom:15px;}


#content .profiles {margin:0px;padding:0px;list-style:none;}
#content .profiles a{text-decoration:none;}

a.fancy_video {
position: absolute;
top: 0;
bottom: 0;
right: 0;
font-size:0px;
left: 0;
background: url(images/play_button.png) no-repeat center center;
}

.profiles {margin:0px;padding:0px;list-style:none;}
.profiles li {
float:left;
width: 24.5%;
position:relative;
margin-bottom:5px;
margin-right: 0.6%;
}
.profiles li.fourth {margin-right:0%;}
.profile_inner  {background:rgba(255,255,255,0.09);padding:3px;position:relative;}



.profile_placeholder .profile_inner:before {
    bottom: 66px;
    content: "New Contacts Coming Soon";
    padding: 0 20px;
    position: absolute;
    text-align: center;
    font-family: "DPS", Arial;
    color: #5f5d5d;
    font-size: 16px;
}
.profile_placeholder .profile_inner {
    background: url("images/spacefiller.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
	position:relative;
}

.profile_placeholder .profile_inner  {position:absolute;top:0px;bottom:0px;left:0px;right:0px;}

.profile_inner img {float:left;width:100%;}
.profile_photo {}

.profile_badges {position:absolute;list-style:none;padding-top:10px;}
.profile_badges li{margin-bottom:5px;width: 100% !important;}
.profile_badges img  {width:auto;}
.profile_badges img.s_new_badge {max-width:44px;}
.profile_badges img.s_video_badge {max-width:24px;}

.profile_left .profile_badges img.s_new_badge {
max-width: 72px;
}


.profile_photo_holder {
position: relative;
display: block;
}



#content ul.profile_badges{
margin:0;
display: block;
left: 0px;
right: 0;
}

img.confession_badge {
position: absolute;
max-width: 70px;
bottom: 6px;
left: 6px;
}

.profile_left  img.confession_badge {
bottom: 46px;
max-width:135px;
}

.list_term_txt,
.list_term_call
 {display:block;
 font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
 
 }

#content a.list_txt_cta,
a.list_txt_cta {
background: #e20f0f;
background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
display: block;
padding:4px;
color:#fff;
text-align:center;
}

.list_txt_cta .cta_label {color:#5a0606;}
.list_term_txt {color:#fff;}

.list_cta {font-size:23px; line-height: 26px;font-weight:bold;font-family:'DPS',Arial,sans-serif;}

#content a.list_call_cta,
a.list_call_cta {
background: #0f0f0f;
display: block;
padding:5px;
text-align:center;
color:#ffea00;
}
.list_call_cta .cta_label {color:#a2a2a2;}

.list_term_call {color:#fff;}


.top_cta_slide {
min-height:90px;background:#d11010;margin:0 7px;border-radius:10px;
background: #e20f0f;
background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
}

.top_cta_carousel.slick-slider {
margin-bottom: 10px;
}
.top_cta_carousel.slick-slider .slick-next {
    right: 17px;
}
.top_cta_carousel.slick-slider .slick-prev {
    left: 10px;
}

.top_cta_carousel.slick-slider .slick-prev, 
.top_cta_carousel.slick-slider .slick-next {
    margin-top: -11px;
    top: 50%;
}

.top_cta_content {padding:10px 10px 7px;}

.top_cta_term {
text-align: center;
font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
padding: 4px 10px;
border-top: 1px solid #8c0d0d;
}

.top_line_one {font-size:24px; color:#f9d601;font-weight:bold;font-family:'DPS',Arial,sans-serif;text-align:center;display:block;margin-bottom:5px;}
.top_line_one img {
display: inline;
}



.cta_carousel_heading {
display:block;
background: url(images/pixel_red.png) repeat-x center center;
text-align:center;
margin-bottom:8px;

}

.cta_carousel_heading > span {
font-size:26px;color:#810b0b;font-weight:bold;
text-shadow:1px 1px rgba(0,0,0,0), -1px -1px #520707;
padding:0px 20px;
background: #b61010;
background: -moz-linear-gradient(top,  #b61010 0%, #a71010 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b61010), color-stop(100%,#a71010));
background: -webkit-linear-gradient(top,  #b61010 0%,#a71010 100%);
background: -o-linear-gradient(top,  #b61010 0%,#a71010 100%);
background: -ms-linear-gradient(top,  #b61010 0%,#a71010 100%);
background: linear-gradient(to bottom,  #b61010 0%,#a71010 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61010', endColorstr='#a71010',GradientType=0 );

}

.top_line_two, .top_line_three {font-size:28px;color:#fff;font-weight:bold;font-family:'DPS',Arial,sans-serif;text-align:center;display:block;}
.top_line_label {color:#5a0606;}

.fourth_cta .top_line_two {font-size:21px;}

.top_line_three {
	font-size:23px;
	color: #f9d601;
}

/* =PROFILE 
------------------------------------------------------------- */

.ie8 embed {width:450px !important;height:280px !important;}
.ie8 object {width:450px !important;height:280px !important;}

video {width:100%;}

.my_confession {font-size:18px; line-height: 20px; color:white;font-family:'DPS',Arial}
.my_confession h6 {
font-size: 22px;
line-height: 22px;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #555;
border-top: 1px solid #555;
}
.my_confession h6  span {color:#f9d601;line-height:22px;}
.zoom {
    background: url(images/zoom-in-outline-24.png) no-repeat rgba(255, 255, 255, 0.6);
    border-bottom-right-radius: 10px;
    height: 24px;
    position: absolute;
    width: 24px;
	display:none;
}

.zoom.has_video {display:none !important;} 

.expandable_contant_sub_bg {
background:#181818;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
}

.profile_left {
float: left;
width: 36.2%;
margin-bottom:20px;
}
.profile_left img {max-width:100%;float:left;}

.profile_right {
    float: right;
    padding-bottom: 10px;
    width: 62%;
}
.profile_right h6{line-height:22px;}

.profile_right .profile_name {
color: #f9d601;
font-size: 30px;
font-weight: bold;
font-family:'DPS',Arial,sans-serif;
display: block;
margin: 10px 0;
}

.profile_right p {
font-size:18px;
line-height: 20px;
font-family:'DPS',Arial,sans-serif;
color:white;
margin-bottom:10px;
}

.profile_right h6 {margin-bottom:5px;}
.profile_right h3 {
font-size:24px;
line-height: 26px;
font-weight:bold;
font-family:'DPS',Arial,sans-serif;
color:#f9d601;
font-style:italic;
}

.cta_call,
.cta_text {
min-height:80px;
overflow:hidden;
border-radius:10px;
margin-bottom:5px;
}

.cta_call {
background:#780b0b;
}

.cta_text {
background:#263f52;
}

.cta_title {
font-size: 16px;
font-weight: bold;
font-family:'DPS',Arial,sans-serif;
color: white;
padding: 6px 11px 5px;
margin: 0px;
}

.cta_tab {
position:absolute;
bottom:0px;
right:0px;
width:155px;
background:#fff;
border-top-left-radius:10px;
}

.cta_text .cta_gradient,
.cta_call .cta_gradient {
min-height:20px;
position:relative;
}

.cta_call .cta_tab, 
.cta_call .cta_gradient {
background: #e20f0f;
background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
}

.cta_text .cta_tab ,
.cta_text .cta_gradient {
background: #5b7b96;
background: -moz-linear-gradient(top,  #5b7b96 0%, #516573 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b7b96), color-stop(100%,#516573));
background: -webkit-linear-gradient(top,  #5b7b96 0%,#516573 100%);
background: -o-linear-gradient(top,  #5b7b96 0%,#516573 100%);
background: -ms-linear-gradient(top,  #5b7b96 0%,#516573 100%);
background: linear-gradient(to bottom,  #5b7b96 0%,#516573 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7b96', endColorstr='#516573',GradientType=0 );
}

.tab_border {position:absolute;background:white;top:22px;bottom:10px;left:-1px;width:1px;}
.cta_call .tab_border {background:#961010;}
.cta_text .tab_border {background:#3b5060;}

.cta_tab_inner {padding:8px 10px;}
.mobiles_call {color:#f6e10d;font-size:21px;line-height:18px;display:block;font-weight:bold;font-family:'DPS',sans-serif}
.mobiles_number {color:#fff;font-size:30px;line-height:20px;margin:3px 0px;display:block;font-weight:bold;font-family:'DPS',sans-serif}
.mobiles_number a {color:white;}

.mobiles_terms {
display: block;
font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
}

.instant_chat {
display:block;
min-height:50px;
margin: 7px 0px;
background: #525252;
background: -moz-linear-gradient(top,  #525252 0%, #2b2b2b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#2b2b2b));
background: -webkit-linear-gradient(top,  #525252 0%,#2b2b2b 100%);
background: -o-linear-gradient(top,  #525252 0%,#2b2b2b 100%);
background: -ms-linear-gradient(top,  #525252 0%,#2b2b2b 100%);
background: linear-gradient(to bottom,  #525252 0%,#2b2b2b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#2b2b2b',GradientType=0 );
border-radius:5px;
font-size:16px;
color:#ffffff;
font-weight:bold;
font-family:'DPS',Arial,sans-serif;
}

.instant_chat span {
padding: 7px 0 7px 36px;
display: block;
background: url(images/profile_chat_arrow.png) no-repeat 7px 14px;
}

.instant_chat.active span {
background: url(images/profile_chat_arrow.png) no-repeat 7px -44px;
}

.cta_content {
    color: #ffffff;
    font-family: "DPS",Arial,sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}
.cta_call .cta_label {color:#5a0606;text-transform: capitalize;}

.cta_text .cta_label {
    color: #263f52;
    text-transform: capitalize;
}

.cta_inner {display:block;padding:3px 10px 7px 60px;}

.cta_call .cta_inner {background:url(images/profile_call_icon.png) no-repeat 10px center;}
.cta_text .cta_inner {background:url(images/profile_text_icon.png) no-repeat 10px center;}

.cta_term {
display: block;
padding-left: 3px;
width: 69%;
font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
}

.sub_cta {
min-height:39px;background:url(images/profile_cards.png) no-repeat 10px center;
padding:5px  5px 5px 105px;
}

.sub_part_one {float:left;}

.sub_part_two {
float: left;
background: url(images/profile_flags.jpg) no-repeat 0 5px;
display: block;
font-size: 21px;
line-height: 21px;
color: white;
font-weight: bold;
margin-left: 12px;
font-family:'DPS',Arial,sans-serif;
padding-top: 24px;
}

.sub_number {
display:block;
font-size:32px;
line-height: 32px;
color:white;
font-weight:bold;
font-family:'DPS',Arial,sans-serif;
}
.sub_number a,
.sub_part_two a
 {color:white;}

.sub_term {display:block;font-size:11px;line-height:11px;font-family:'DPS',Arial,sans-serif;color:#ebebeb;}

.profile_photo {
position: relative;
}

.niche_text {
position: absolute;
background: rgba(255,255,255,0.6);
text-shadow: 0 0 5px white;
left: 0;
right: 0;
padding: 10px 10px;
font-size: 27px;
text-align: center;
color: #000;
bottom: 0;
font-weight: bold;
font-family: 'DPS';
}

/* =TAXONOMY 
------------------------------------------------------------- */

.taxonomy_banner {margin-bottom:10px;position:relative;height:212px;background-repeat:no-repeat;background-position:center;}
.taxonomy_banner .term_title {
background: rgba(0, 0, 0, 0.6);
border-radius: 10px;
bottom: 15px;
color: #ffffff;
font-size: 36px;
font-weight: bold;
left: 10px;
padding: 15px 15px 17px;
position: absolute;
}

/* =PAGINATION 
------------------------------------------------------------- */

#content ul.page-numbers, 
ul.page-numbers,
#content ul.pagination, 
ul.pagination 
{float:right;margin:0px;padding:0px;list-style:none;}


ul.page-numbers li, 
ul.pagination li 
{float:left;background:#505050;line-height:29px;margin-left:5px;border-radius:5px;overflow:hidden;}

ul.page-numbers li a.current,
ul.page-numbers li a:hover,
ul.pagination li a.current,
ul.pagination li a:hover,
ul.page-numbers li span.current,
ul.page-numbers li span:hover,
ul.pagination li span.current,
ul.pagination li span:hover
{background:#da0f0f;}

#content ul.pagination li a,
ul.pagination li a,
ul.pagination li span,
#content ul.page-numbers li a,
ul.page-numbers li a,
ul.page-numbers li span
{color:white;padding:0px 10px;font-size:16px;font-weight:bold;font-family:'DPS',Arial,sans-serif;display:block;}

#content ul.pagination.bottom_pagination {margin-top:10px;} 


/* =SIDEBAR
------------------------------------------------------------- */
#sticky_area {position:relative;}
#sidebar {
width: 27.4%;
position:absolute;
-webkit-backface-visibility: hidden;
top:0px;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}

.ie8 #sidebar{position:relative !important;left:0 !important;float:left !important;}

.nm_subscribe_errors {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
padding: 5px;
margin-bottom: 5px;
border-radius: 5px;
}

.nm_subscribe_success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
padding: 5px;
margin-bottom: 5px;
border-radius: 5px;
}

.widget {
padding:12px 14px;
background: #e20f0f;
background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
border-radius:10px;
margin-bottom:15px;
display: none;
}
.widget_cat {background:#2c2c2c;}


.widget-title {color:#5a0606;border-bottom:1px solid #a71212;padding-bottom:5px;margin-bottom:5px;font-size:19px;font-weight:bold;}
.widget_cat .widget-title {color:#c7c7c7;border-bottom:1px solid #414141;padding-bottom:10px;margin-bottom:5px;font-size:22px;font-weight:bold;}

.widget_cat ul
 {list-style:none;}
 
 .widget_cat ul li {}
 .widget_cat ul li:hover, 
 .widget_cat ul li.current-cat{background:#d90f0f;}
 
 .widget_cat ul li a {
 background:url(images/cat_arrow_sprite.png) no-repeat 11px -19px;
 display:block;
 color:#9d9d9d;
 font-size:14px;
 font-weight:bold;
 font-family:'DPS',Arial,sans-serif;
 line-height:25px;
 padding-left:33px;
 border-bottom:1px solid #414141;
 }
 .widget_cat ul li.current-cat a,
 .widget_cat ul li a:hover
 {border-bottom:1px solid #d90f0f;color:white;background:url(images/cat_arrow_sprite.png) no-repeat 11px 7px;}
 

#content .widget p, 
.widget p 
{margin-bottom:10px;color:#fff;}

.alert_input_holder {border-radius:5px;overflow:hidden;}
.chat_holder {border-radius:5px;overflow:hidden;}
.chat_holder_container {padding:10px;}

#chat_input {display:none;}

.chat_holder input, 
.alert_input_holder input 
{border:0px;font-family:arial;box-shadow:0 0 0;float:left;width:60%;height:31px;line-height:31px;-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;    
    box-sizing: border-box;   }
	

.chat_holder input {font-size:14px;font-weight:bold;}
	
.chat_holder input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #263f52;
}
.chat_holder input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #263f52;
   opacity:  1;
}
.chat_holder input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #263f52;
   opacity:  1;
}
.chat_holder input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #263f52;
}
	
	
.chat_holder button,
.alert_input_holder button
 {border:0px;cursor:pointerl;font-family:'DPS',Arial,sans-serif;box-shadow:0 0 0;float:right;width:40%;height:31px;line-height:31px;background:#000;color:white;-webkit-box-sizing: border-box;font-size:14px;
	  -moz-box-sizing: border-box;    
    box-sizing: border-box;   }

.chat_holder button {font-weight:bold;}
	
.stream_post {border-radius:10px;overflow:hidden;}
.stream_post a {display:block;}
.stream_caption_holder {
padding:10px;
display:block;
margin-bottom:15px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
background: #2f2f2f;
background: -moz-linear-gradient(top,  #2f2f2f 0%, #191919 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#191919));
background: -webkit-linear-gradient(top,  #2f2f2f 0%,#191919 100%);
background: -o-linear-gradient(top,  #2f2f2f 0%,#191919 100%);
background: -ms-linear-gradient(top,  #2f2f2f 0%,#191919 100%);
background: linear-gradient(to bottom,  #2f2f2f 0%,#191919 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#191919',GradientType=0 );
}

.stream_thumb img {float:left;width:100%;}
.stream_caption {font-size:16px; font-weight:bold;color:white;display:block;}
.stream_date {font-size:10px;color:#a2a2a2;font-style:italic;display:block;}

#primary, #secondary {float: left;width:100%}

/* =404
------------------------------------------------------------- */

.page_not_found_button {
background:url(images/warning-outline-256.png) no-repeat center;
display:block;
min-height:300px;
}
/* =FOOTER
------------------------------------------------------------- */

.footer_terms {
background: #161616;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
padding: 35px 35px 30px;
font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
}

.footer_terms a {
color: #fff;
text-decoration: underline;
}

.copyright {color:#ccc;}

@media all and (min-width:768px){

.cta_click { 
pointer-events: none;
cursor: default;
}

.cc-ivr { 
cursor: pointer;
}

}


@media all and (max-width:1024px){

#access a {
	padding: 12px 0px;
}
#access li.two_lines_110 {
max-width: 106px;
}

}

@media all and (max-width:1000px){

#access {display:none;}

#mobile_menu_button {
    background: url("images/menu-24-24.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #ffffff;
    display: block;
    font-family: "DPS",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 58px;
    line-height: 57px;
    padding-left: 31px;
    padding-right: 20px;
    position: absolute;
    right: 0;
}

.promo_widget {
    margin-right: 2%;
    width: 49%;
}

.promo_widget.second {
    margin-right: 0;
}

.promo_widgets {
    padding: 15px;
}

}

@media all and (max-width:1028px){

.title_holder_slide {
    margin: 120px 3px 10px 0;
}

.cta_term {
width: 69%;
}

}
@media all and (max-width:1000px){
	.hp_slide {
		height: 344px;
		background-size:1400px;
	}
}
@media all and (max-width:980px){

	#content ul.page-numbers, ul.page-numbers, #content ul.pagination, ul.pagination {
		display: block;
		float: none;
		text-align: center;
	}
	
	.entry-meta {
		margin-left: 110px;
	}
	
	.single_post_inner .entry-meta {
		margin-left: 0px;
	}
		
	.inner_thumbnail {
		display: block;
		float: left;
		margin-right: 15px;
		margin-top: 5px;
	}	
		
	.inner_post_thumb {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
		max-width: 94px;
		padding: 2px;
	}

	ul.page-numbers li, ul.pagination li {
		display: inline-block;
		float: none;
	}

	.pagination_title {display:none;}
	
	
	#content ul.pagination.bottom_pagination {
		display: block;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		width: 100%;
	}
	
	.heading_holder {
		border-bottom: 0 none;
		margin-bottom: 7px;
	}
	
	.post_thumbnail_holder {display:none;}
	
	.post_inner {
		margin-left: 0px;
		margin-bottom:15px;
	}
	
	.profile_left {
		margin-bottom: 10px;
		width: 34.5%;
	}
	
	.profile_right {
		width: 63%;
	}
	
	.profile_right.bottom_profile_right {
		margin-bottom: 10px;
		width: 100%;
	}
	
	.cta_tab {
		border-top-left-radius: 0;
		bottom: 0;
		height: 50px;
		position: relative;
		padding-left: 50px;
		width: 100%;
	}
	
	
	.mobiles_call {
		display: inline-block;
		font-size: 28px;
		line-height: 18px;
	}
	
	.mobiles_number {
		display: inline-block;
		font-size: 30px;
		line-height: 20px;
		margin: 3px 0;
	}
	
	.sub_cta {
		background: url("images/profile_cards_v.png") no-repeat scroll 17px 10px / 29px auto rgba(0, 0, 0, 0);
		min-height: 39px;
		padding: 5px 5px 5px 59px;
	}

	.sub_part_two {
		margin-left: 3px;
		float:right;
	}
	
	.cta_tab_inner {
		padding: 4px 10px;
	}
	
	.cta_text .cta_tab {
		display: none;
	}
	
	#chat_input {
		display: block !important;
	}
		
	.type-profile .title_24_white {
		font-size: 20px;
		line-height: 23px;
	}
	
	.cta_term {
width: 100%;
}
	
}
@media all and (max-width:800px){
	
}
@media all and (max-width:800px)  and (min-width:500px){

.top_line_one {
    font-size: 21px;
}
.top_line_two {
    font-size: 23px;
}

}

@media all and (min-width:769px){
	#sidebar {left:0px !important;display:block !important;}
	.sidebar_inner {overflow: visible;height:auto !important;}	
}

@media all and (max-width:768px){

	.profile_left  img.confession_badge {
		max-width:100px;
	}
	
	.profile_left .profile_badges img.s_new_badge {
		max-width: 50px;
	}
	
	.profile_left .profile_badges {
		padding-top: 30px;
	}

	#sticky_area {min-height:100px  !important;}
	
	.stream_post_3 {display:none;}
	.blog .stream_post {display:none;}
	
	.home .entry-content {
		margin-bottom: 0px;
	}

	.zoom {
		display: block;
	}

	.blog #content ul.page-numbers, 
	.blog ul.page-numbers, 
	.blog #content ul.pagination, 
	.blog ul.pagination,
	.post-type-archive-story #content ul.page-numbers, 
	.post-type-archive-story ul.page-numbers, 
	.post-type-archive-story #content ul.pagination, 
	.post-type-archive-story ul.pagination {
		margin: 0 0 10px;
	}

	.content_title.title_20_white {
		line-height: 20px;
	}

	.post_thumbnail_holder_inner {
		border-radius: 0;
		display: block;
		margin-bottom: 11px;
		margin-right: 15px;
	}

	.post_thumbnail_holder_inner .confession_niche {	
		border-bottom-left-radius: 0px;
		left:2px;
		bottom:2px;
		right:2px;
	}
	

	.post_thumbnail_holder_inner .post_thumb {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
		max-width: 142px;
		padding: 2px;
	}
	
	#sidebar {
		background: none repeat scroll 0 0 #000000;
		bottom: 0;
		box-sizing: border-box;
		display: block;
		left: 0;
		margin: 0 !important;
		padding: 10px;
		position: fixed;
		display: none;
		top: 63px;
		width: 36%;
		/*box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);*/
		z-index: 10;
	}	
		
	
	#toggle_sidebar {
		background: url("images/sidebar_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 126px;
		position: absolute;
		right: -31px;
		display: none;
		bottom: auto;
		top:230px;
		z-index:1000;
		width: 31px;
	}
	
	.home #toggle_sidebar {top:60px;}
	
	#toggle_sidebar.active{
		background: url("images/sidebar_button.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
	}

	.sidebar_inner {overflow: auto;}	
		
	.promo_widgets {
		padding: 0 15px;
	}
	
	.widget_arrow {display:none;}
	
	.promo_widget {
		margin-bottom: 13px;
	}

	.title_24_white {
		line-height: 20px;
	}

	.container_inner {min-height:0 !important;}
	#content {width:100%;margin-bottom:0px;}
	
	.heading_holder .title_24_white, .heading_holder .title_18_white {
		float: none;
		padding-bottom: 10px;
	}
	
	.title_holder_slide {
		margin: 120px 7px 10px 0;
	}
	
	.p_widget_content {
		min-height: 184px;
	}

	.p_widget_content.second {
		min-height: 92px;
	}

	.p_widget_content ul {
		margin-bottom: 22px;
	}
	
	.taxonomy_banner {
		background-size: contain;
		height: 163px;
	}
	
	.grey_caption {
		font-size: 14px;
		padding: 7px 4px 4px;
	}

}

@media all and (max-width:766px){
	.type-profile  h1.content_title {display:block;}
}

@media all and (max-width:733px) and (min-width:601px){
	.sub_part_two,.cta_title {display:none;}
	
	.cta_content {
		font-size: 32px;
		line-height: 32px;
	}
}

@media all and (max-width:650px) and (min-width:601px){
.cta_content {
    font-size: 29px;
    line-height: 29px;
}
}

@media all and (max-width:600px){

	

	.fourth.profile_placeholder {display:none;}

	#hp_first {
		background-position: -301px top;
	}
	
	#sidebar {
		width: 50%;
	}	
	

	.profiles li {
		margin-right: 0.6%;
		width: 32.72%;
	}
	.profiles li.fourth {
		margin-right: 0.6%;
	}
	.profiles li.third {
		margin-right: 0;
	}
	
	.taxonomy_banner {
		height: 128px;
	}
	.r_conf_number {
		font-size: 37px;
	}
	
	.profile_right.text_cta_profile_right {
		width: 100%;
	}
	
	
	.profile_left {
		margin-bottom: 10px;
		width: 33%;
	}

	.profile_right {
		width: 65%;
	}
	
	.sub_part_one {
		float: left;
		width: 100%;
	}
	
	.type-profile .title_24_white {
		font-size: 24px;
		line-height:26px;
		text-align:center;
	}

	.niche_text {
		font-size: 26px;
		line-height: 28px;
	}
			
	.profile_photo {
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
	
	.cta_content {
		font-size: 31px;
	}
		
	.sub_cta {
		background-image: url("images/profile_cards_v.png");
		background-repeat:no-repeat;
		background-position:11px center;
		background-size:38px auto;
		min-height: 39px;
		padding: 5px 5px 14px 59px;
	}
	
	.sub_part_two {
		background-position: left 8px;
		float: left;
		margin-left: 3px;
		margin-top: 0;
		padding-top: 29px;
		width: 100%;
	}
 
}

@media all and (max-width:500px){

	.profile_placeholder {display:none;}

	#hp_first {
		background-position: center top;
	}

	.profiles img.confession_badge {
		bottom: 15px;
		left: 10px;
		max-width: 100px;
	}


	.profiles .profile_badges img.s_new_badge {
		max-width: 64px;
	}
	
	.profiles .profile_badges img.s_video_badge {
		max-width: 34px;
	}

	.entry-meta {
		margin-left: 150px;
	}
			
	.inner_post_thumb {
		max-width: 133px;
	}

	.profile_left {
		margin-bottom: 10px;
		width: 100%;
	}

	.profile_right {
		width: 100%;
	}

	.profile_left img {
		width: 100%;
	}
	
	.profiles li {
		margin-right: 0.6%;
		width: 49.4%;
	}
	.profiles li.third ,
	.profiles li.fourth {
		margin-right: 0.6%;
	}
	.profiles li.second {
		margin-right: 0;
	}
	
	
	#hp_first {background-image:url(images/slide_1_small.jpg);}
	.hp_slide {
		background-position: center top;
		background-size: contain;
	}

	.home .top_cta_holder {
		padding-top: 77px;
	}

	.cta_carousel_holder {
		padding: 0 35px;
	}
	
	
	.cta_carousel_heading > span {
		background: none;
		font-size: 20px;
		padding: 0;
		text-shadow:0 0 0;
	}
	
		
	.cta_carousel_heading {
		background: rgba(0, 0, 0, 0);
	}
	
	.cta_carousel .slick-prev, .cta_carousel .slick-next {
		width: 35px;
	}
	
	.cta_carousel .slick-prev {
		left: -50px;
	}
	.cta_carousel .slick-next {
		right: -50px;
	}
	
.chat_holder_container {display: none;}
	#chat_input, .chat_holder_container {display:none;}
	
.cta_text {
	min-height: 0;
}

.cta_carousel_holder, .heading_holder {
	display: none;
}

.title_holder_slide {
    text-align: center;
    margin: 110px 0 10px;
    padding: 2px 20px;
}

.home .top_cta_holder {
    padding-top: 0;
}

}

@media all and (max-width:480px){

	#sidebar {
		width: 70%;
	}	

	.taxonomy_banner {
		height: 102px;
	}
	
	.toggle_wiget_content {display:none;}
	.promo_widget.active .toggle_wiget_content {display:block;}
	
	.promo_widget,
	.promo_widget.last
	{
		float: none;
		margin: 0 0px 10px;
		width: auto;
	}
	
	
	.widget_arrow {
		background: url("images/widget_arrows.png") repeat scroll 0 bottom rgba(0, 0, 0, 0);
		display: block;
		height: 24px;
		left: 15px;
		margin-top: -12px;
		position: absolute;
		top: 50%;
		width: 24px;
	}
	
	.promo_widget.active .widget_arrow {
		background: url("images/widget_arrows.png") repeat scroll 0 top rgba(0, 0, 0, 0);
	}
	
	.blog_logo {
		background-position: center center;
	}
	
	.p_widget_content {
		min-height: 0px;
	}
	
	.confession_left_column {
		line-height: 30px;
		margin-top: 5px;
		min-height: 0;
		text-align: center;
		width: 100%;
	}

	.confession_right_column {
		float: right;
		text-align: center;
		width: 100%;
	}
	
	.r_conf_number {
		margin-top: 7px;
	}
	
	.confession_left_column h5 {
		line-height: 21px;
		margin-bottom: 0;
		display:block;
	}
	
	.cta_inner {
		display: block;
		padding: 3px 10px 7px;
		background: none !important;
	}


	.cta_content {
		font-size: 31px;
		line-height: 31px;
		display:block;
	}
	
	
	.sub_cta {
		background-position:right 15px center;
		padding: 5px 5px 14px 8px;
	}
	
	.cta_tab {
		padding-left: 0;
	}
	
	.chat_holder input{
		width: 77%;
	}
	
	.chat_holder button {
		width: 23%;
	}
		
	.home #toggle_sidebar,#toggle_sidebar {
		bottom: 30px;
		top:auto;
	}
	
		.list_cta {
		font-size: 23px;
	} 
	
}

@media all and (max-width:470px){

	.cta_title {display:none;}

}

@media all and (max-width:450px){

	#sidebar {
		width: 80%;
	}	
	
	.cta_content {
		font-size: 29px;
		line-height: 31px;
	}

	.profiles li {
		margin-right: 0%;
		width: 100%;
	}
	.profiles li.second,
	.profiles li.third ,
	.profiles li.fourth {
		margin-right: 0%;
	}
	
	
	.entry-meta {
		font-size: 9px;
		margin-left: 108px;
	} 
	.inner_post_thumb {
		max-width: 90px;
	}
	
}

@media all and (max-width:400px){

	.header_logo:after {
		display:none;
	}
	.header_logo {
		background: url("images/logo.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
		left: 10px;
		top: 5px;
		width: 195px;
	}
	
	.single-profile .entry-content,
	.home .entry-content{max-height:115px;}
	
	.home  .read_more,
	.single-profile  .read_more
	{float:left; margin-bottom: 20px;width:auto !important;margin-top:0px;font-weight:bold;}
	
	.home  .no_read_script.entry-content, 
	.single-profile  .no_read_script.entry-content
	{max-height:1000px;}
	
	#rmjs-1 {margin-bottom:10px;}
	
}


@media all and (max-width:375px){

	.zoom {
		display: none;
	}
	
	.profile_left .profile_badges {
		padding-top: 10px;
	}
	
	#sidebar {
		width: 90%;
	}

	.grey_caption {
		font-size: 19px;
		 padding: 2px 4px 4px;
	}
	
	.red_caption {
		font-size: 21px;
		line-height: 21px;
		padding: 3px 4px 4px;
	}
	
	.niche_text {
		font-size: 24px;
	}

	.container_inner {
		padding: 13px 20px 0;
	}

	.chat_holder input{
		font-size: 12px;
	}
	
	.taxonomy_banner {
		background-position: center top;
		height: 130px;
		margin-bottom: 0;
	}
	
	.taxonomy_banner .term_title {
		background: none;
		font-size: 24px;
		left: 0px;
		bottom:0px;
	}
	
	.post .entry-content img {
		height: auto;
		width: 100%;
	}
	
}

.iiiFrameLoader {
  color: #ffffff;
  font-size: 3px;
  margin: 0 auto;
  width: 1em;
  top: 20px;
  right: -150px;
  float: right;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.iiiFrameLoader {
	color: #e20f0f;
	right: auto;
	float: none;
	top: 100px;
	font-size: 14px;
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@media screen and (max-width: 800px) {
	.iiiFrameLoader {
		font-size: 10px;
	}
}

@media screen and (max-width: 500px) {
	.iiiFrameLoader {
		font-size: 6px;
	}
}

#content.cams {
	width: 100% !important;
}


/* =JUST CREDIT CARD - START
------------------------------------------------------------- */

/* =CC BANNERS
------------------------------------------------------------- */

.banner-text-wrapper {
color: white;
text-align: center;
width: 100%;
margin: 0 auto;
font-size: 13px;
line-height: 17px;
font-family: 'DPS',Arial,sans-serif;
}

.cc-wrapper {
	width: 100%;	
	font-size: 17px;
	line-height: 19px;
	padding: 0 16px;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

.cc-wrapper a {
	color: #fff;
}

.cc-wrapper span {
	font-weight: bold;
}

.cc-banner, .cc-banner1, .cc-banner2, .cc-banner3 {
	border-radius: 7px;
	padding: 5px 5px 7px 5px;
	width: 49%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}

.cc-banner, .cc-banner1 {
	margin-top: 15px;
}

.cc-banner2 {
	width: 100%;
}

.cc-banner3 {
	float: none;
	width: 375px;
}

.cc-banner3 a {
	cursor: default;
}

.cc-banner1 {
	float: right;
}

.cc-left {
	float: left;
}

.cc-ivr {
	background: #e20f0f;
	background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
	background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
}

.cc-sms {
    background: #5b7b96;
    background: -moz-linear-gradient(top, #5b7b96 0%, #516573 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b7b96), color-stop(100%,#516573));
    background: -webkit-linear-gradient(top, #5b7b96 0%,#516573 100%);
    background: -o-linear-gradient(top, #5b7b96 0%,#516573 100%);
    background: -ms-linear-gradient(top, #5b7b96 0%,#516573 100%);
    background: linear-gradient(to bottom, #5b7b96 0%,#516573 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7b96', endColorstr='#516573',GradientType=0 );
}

.cc-icon {
	width: 26%;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
	float: left;
}

.cc-icon img {
	width: 100%;
	height: auto;
}

.cc-info {
	width: 74%;
	padding: 0 5px;
	text-align: left;
	font-size: 19px;
    line-height: 20px;
}

.cc-text1, .cc-text2 {
	width: 100%;
	font-weight: normal;
}

.cc-text1 span, .cc-text2 span {
	font-weight: bold;
}

.cc-text3 {
	width: 100%;
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
	padding-top: 5px;
}

.cc-text3 span {
	font-weight: normal;
	font-style: italic;	
}

.banner-text-wrapper-cta {
	font-weight: 300;
	text-align: center;
	width: 50%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.banner-text-wrapper-cta p {
	background: white;
	color: #e80c7b;
	border-radius: 7px;
	border: none;
	padding: 5px;
	font-size: 22px;
	line-height: 24px; }

.cc-c2c-wrapper {
	margin: 0 auto;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 0 15px;
}

.cc-c2c-wrapper a, .profile-cc-wrapper a {
	text-decoration: none;
}

.cc-c2c-banner {
    margin: auto;
	width: 495px;
	background: #e20f0f;
	background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
	background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
	border-radius: 7px;
}

.cc-c2c {
    min-height: 39px;
    background: url(https://www.domphonesex.co.uk/wp-content/themes/NutMEDIA/images/profile_cards.png) no-repeat 10px center;
    padding: 5px 5px 5px 105px;	
}

.cc-c2c_part_one {
    float: left;
}

.cc-c2c_number {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: white;
    font-weight: bold;
}

.cc-c2c_number a, .cc-c2c_part_two a {
    color: white;
}

.cc-c2c_term {
    display: block;
    font-size: 12px;
    line-height: 13px;
	font-weight: bold;
    color: #ebebeb;
}

.cc-c2c_part_two {
    float: left;
    background: url(https://www.domphonesex.co.uk/wp-content/themes/NutMEDIA/images/profile_flags.jpg) no-repeat 0 5px;
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: white;
    font-weight: bold;
    margin-left: 12px;
    padding-top: 24px;
}

.clear {
    clear: both;
}

.profile-cc-wrapper {
	width: 100%;
	float: left;
	padding-top: 10px;
	font-family: "DPS",Arial,sans-serif;
}

.profile-cc-ivr, .profile-cc-sms {
	width: 49%;
	border-radius: 10px;
}

.profile-cc-ivr {
	float: left;
	background: #e20f0f;
	background: -moz-linear-gradient(top,  #e20f0f 0%, #931313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20f0f), color-stop(100%,#931313));
	background: -webkit-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: -o-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: -ms-linear-gradient(top,  #e20f0f 0%,#931313 100%);
	background: linear-gradient(to bottom,  #e20f0f 0%,#931313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20f0f', endColorstr='#931313',GradientType=0 );
}

.profile-cc-sms {
	float: right;
	background: #5b7b96;
    background: -moz-linear-gradient(top, #5b7b96 0%, #516573 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b7b96), color-stop(100%,#516573));
    background: -webkit-linear-gradient(top, #5b7b96 0%,#516573 100%);
    background: -o-linear-gradient(top, #5b7b96 0%,#516573 100%);
    background: -ms-linear-gradient(top, #5b7b96 0%,#516573 100%);
    background: linear-gradient(to bottom, #5b7b96 0%,#516573 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7b96', endColorstr='#516573',GradientType=0 );
}

.cc_top_cta_content {
    padding: 7px 10px 2px 10px;
}

.cc_top_line_one {
    font-size: 24px;
    color: #f9d601;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-bottom: 7px;
}

.cc_top_line_three {
    font-size: 23px;
	color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
}

.cc_top_cta_term {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 2px 10px 6px 10px;
    color: #fff;
}

@media (max-width: 991.98px){

.cc-wrapper {
	padding: 0;	
}

.banner-text-wrapper {
	width: 100%;
	padding: 0 10px;
}
	
.cc-banner, .cc-banner1, .cc-banner2 {
    padding: 2px 5px 5px 5px;
}

.cc-icon img, .cc-icon1 img {
    width: 41%;
    float: none;
    padding-bottom: 0;
}

.cc-icon, .cc-icon1 {
    width: 100%;
    padding-top: 0; }
	
.cc-info {
    width: 100%;
    padding: 0 5px 0 5px;
    text-align: center;
}

}

@media (max-width: 575.98px){

.banner-text-wrapper {
	width: 100%;
	text-align: center;
}	

.cc-banner, .cc-banner1, .cc-banner2 {
    width: 100%;
	margin-top: 0;
}

.cc-c2c-banner {
	width: 100%;
}

.cc-c2c_number {
	float: left;
}

.cc-c2c_part_two {
	float: left;
	width: 100%;
	margin: 0;
}

.cc-c2c {
    background-image: url(https://www.domphonesex.co.uk/wp-content/themes/NutMEDIA/images/profile_cards_v.png);
    background-repeat: no-repeat;
    background-size: 38px auto;
    min-height: 39px;
	background-position: right 15px center;
    padding: 8px 10px;
}

.profile-cc-ivr, .profile-cc-sms {
	width: 100%;
}

.profile-cc-sms {
	margin-top: 10px;
}

.cc_top_cta_term {
	font-size: 17px;
	line-height: 19px;
}
	}

.wp-block-button__link {
    color: #fff !important;
	background-color: #e20f0f !important;
    font-weight: bold !important;
    text-decoration: none !important;
    padding: 5px 17px !important;
}


/* =JUST CREDIT CARD - END
------------------------------------------------------------- */

div.wpforms-container-full .wpforms-field-label {
	color: #fff !important;
	background: none !important;
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

div.wpforms-container-full .wpforms-field-sublabel {
	color: #fff !important;
}