/*
Theme Name: dating
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dating
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dating is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#D5256D;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark{
	background: #fff9c0;
	text-decoration: none;
}
ins {
	background: #fff;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding:5px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background:#fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**/
body.member a,
body.member a:link,
body.member a:hover,
body.member a:visited{
    color:#00a0c6;
}
body.non-member a,
body.non-member a:link,
body.non-member a:hover,
body.non-member a:visited{
    color:#00a0c6;
}

.site-header{
    background:#fff;
    padding:0;
}
.site-title{
    margin:0;
    font-size:20px;
    float:left;
    height:84px;
    /*height:70px;*/
    line-height:70px;
    padding:3px 20px;
    border-right:1px solid #f0f0f0;
}
.site-title a{
    text-decoration:none;
    color:#00a0c6;
    display:block;
}
.site-title a img{
    display:block;
    margin: auto;
}

body.non-member .search-profiles{
    display:block;
    padding: 26px 15px;
    float: left;
}
body.non-member .search-profiles,
body.non-member .menu-non-logged-menu-container{
    display:none;
}
body.non-member .search-profiles a{
    padding: 2px 10px 3px;
    line-height: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    display: block;
    background: #5ebd00;
    border-radius: 4px;
}
body.non-member{
    background:#fff;
    /*background:#efefef;*/
    color: #000;
}
body.non-member .main-navigation {
    clear:none;
    width:auto;
}
body.non-member .main-navigation li {
    border-right: 1px solid #f0f0f0;
}
body.non-member .main-navigation a {
    padding: 0 14px;
    line-height: 84px;
    text-decoration: none;
    color: #00a0c6;
    font-size:15px;
}
body.non-member .main-navigation li:hover {
    background:#f0f0f0;
}
body.non-member .main-navigation ul ul {
    top: auto;
}
body.non-member .main-navigation ul ul a {
    line-height: 34px;
}

body.non-member .menu-non-logged-line-1-container #non-logged-line-1 > li > a,
body.non-member .menu-non-logged-line-2-container #non-logged-line-2 > li > a {
    line-height: 34px;
    color:#fff;
    background:#008ab9;
}
body.non-member .menu-non-logged-line-1-container #non-logged-line-1 > li {
    border: none;
    margin-right:5px;
}
body.non-member .menu-non-logged-line-2-container #non-logged-line-2 > li {
    border: none;
    margin-right:5px;
}
body.non-member .menu-non-logged-line-1-container,
body.non-member .menu-non-logged-line-2-container {
    margin-top:10px;
    float:left;
}
/*body.non-member .menu-non-logged-line-2-container {
    clear: both;
}*/
body.non-member .site-title {
    border: none;
}
body.non-member .site-header .inner {
    /*max-width: 1010px;*/
    max-width: 1080px;
}

.alerts{
    float:left;
    height:84px;
    font-size:16px;
    text-align:center;
    line-height:59px;
    padding:12px 20px;
    color: #00a0c6;
    border-right:1px solid #f0f0f0;
    cursor:pointer;
    position:relative;
}
.alerts i{
    font-size: 18px;
    margin-right: 7px;
}
.alerts.active:before{
    display:block;
    content:" ";
    position:absolute;
    background:#ff7f00;
    border-radius:50%;
    width:10px;
    height:10px;
    right:5px;
    top:5px;
}
.alerts ul{
    display: none;
    position: absolute;
    right: -50%;
    padding: 0;
    background: #fff;
    width: 200px;
    list-style: none;
    box-shadow: 0 5px 7px #aaa;
    max-height: 300px;
    overflow-y: auto;
    background: #f7f7f7;
    z-index:100;
}
.alerts.visible{
    background:#f0f0f0;
}
.alerts.visible ul{
    display:block;
}

.alerts li{
    padding:10px;
    text-align:left;
    color:#444;
    font-size:12px;
}
.alerts li:hover{
    background:#eee;
}
.alerts li a{
    display:block;
    color:#444;
    text-decoration:none;
    line-height:1.2;
}
.alerts li a:after{
    display:block;
    content:" ";
    clear:both;
}
.alerts li a img{
    float:left;
    width:50px;
    height:auto;
    margin:0 10px 0 0;
}
.chat-link{
    float:left;
}
.chat-link:hover{
    background:#f0f0f0;
}
.chat-link a{
    height:84px;
    display:block;
    font-size:16px;
    text-align:center;
    line-height:59px;
    padding:12px 25px 12px 20px;
    color: #00a0c6;
    border-right:1px solid #f0f0f0;
    text-decoration:none;
    position:relative;
}
.chat-link i{
    font-size: 18px;
    margin-right: 7px;
}
.chat-link a span{
    position:absolute;
    content:" ";
    display:block;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#5ebd00;
    right: 7px;
    top: 23px;
}
/*.chat-link a.greenBack:before{
    background:#5ebd00;
}
.chat-link a.pinkBack:before{
    background:#D5256D;
}*/

body.member {
    background: #dfe8eb;
}
body.member .site-main{
    padding:20px;
    background:#fff;
}
body.member .member-menu {
    float:right;
    font-weight:bold;
    font-size:15px;
    color:#00a0c6;
    cursor:pointer;
    position:relative;
    line-height:84px;
    padding:0 15px;
    border-left:1px solid #f0f0f0;
    border-right:1px solid #f0f0f0;
}
body.member .member-menu:hover {
    background:#f0f0f0;
}
body.member .member-menu img{
    float:left;
    margin-right:10px;
    width:35px;
    height:35px;
    margin-top:24px;
    border-radius:50%;
}
body.member .member-menu ul {
    display:none;
    position:absolute;
    right:0;
    padding:0;
    background:#fff;
    width:170px;
    list-style:none;
    box-shadow:0 5px 7px #aaa;
    z-index:100;
    line-height:1.2;
}
body.member .member-menu:hover ul {
    display:block;
}
body.member .member-menu ul li {
    border-bottom:1px solid #f0f0f0;
}
body.member .member-menu ul li:last-child {
    border-bottom:none;
}
body.member .member-menu ul a {
    display:block;
    font-size:13px;
    font-weight:normal;
    color:#00a0c6;
    padding:10px 20px;
    text-decoration:none;
}
body.member .member-menu ul a:hover {
    background:#f0f0f0;
}
body.member .menu-member-sections-menu-container{
    background:#fff;
}
body.member .menu-member-sections-menu-container ul{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}
body.member .menu-member-sections-menu-container li{
    float:left;
    margin:0;
    border-right:1px solid #fff;
}
body.member .menu-member-sections-menu-container li:last-child{
    border-right:none;
}
body.member .menu-member-sections-menu-container a{
    display:block;
    font-size:13px;
    padding: 5px 25px;
    color:#fff;
    text-decoration:none;
    background:#008ab9;
}
body.member .menu-member-sections-menu-container .current_page_item a{
    /*background:#5ebd00;*/
    background:#D5256D;
}

body.home .title1{
    font-size:42px;
}
body.home .title2{
    font-size:22px;
    margin-bottom:20px;
}
body.home .title3{
    font-size:35px;
    margin-bottom:25px;
}
body.page-template-sl-dating-text-page .registration-popup select,
body.home .registration-popup select,
body.archive .registration-popup select {
    display:block;
    font-size:20px;
    margin:0 auto 20px;
    padding:10px;
}
body.page-template-sl-dating-text-page  .registration-popup button,
body.home .registration-popup button,
body.archive .registration-popup button {
    font-size:20px;
    display:block;
    background:#5ebd00;
    border:none;
    border-radius:5px;
    color:#fff;
    cursor:pointer;
    margin:0 auto;
    text-transform:uppercase;
}
body.home .entry-content{
    margin-bottom:50px;
}

.inner,
.site-content{
    max-width:1140px;
    margin:auto;
}
/**/
.page-template-sl-dating-chat-rooms.non-member .site-content,
.author.non-member .site-content{
    max-width:970px;
}
.page-template-sl-dating-text-page.non-member .site-content,
.home.non-member .site-content{
    max-width:980px;
}
.post-type-archive-dating_profiles.non-member .site-content{
    max-width:1030px;
}
/**/
.site-content{
    margin:30px auto;
}
body.member .content-area{
    width: 820px;
    float: left;
}
body.member .widget-area{
    width: 300px;
    float: right;
    position:relative;
}
body.member .widget-area .inner{
    padding: 10px;
    background: #fff;
}
body.member .widget-area .title{
    font-size: 13px;
    padding: 5px 25px;
    color: #fff;
    background: #5ebd00;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -29px;
}

body.home .site-main {
    position:relative;
}

body.page-template-sl-dating-text-page .registration-popup hr,
body.home .registration-popup hr{
    margin: 25px 0;
}
body.page-template-sl-dating-text-page .registration-popup,
body.home .registration-popup {
    background: #fff;
    padding: 30px 20px 40px;
    text-align: center;
    margin: 490px 0 0 -190px;
    position: absolute;
    z-index: 50;
    left: 50%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 50px #333;
}
body.archive .registration-popup {
    position: absolute;
    background: #fff;
    padding: 30px 20px 40px;
    width: 390px;
    top: 200px;
    left: 50%;
    margin-left: -195px;
    box-shadow: 0 10px 100px #333;
    border-radius: 0 0 10px 10px;
    text-align:center;
}
body.page-template-sl-dating-text-page .registration-popup .title1,
body.home .registration-popup .title1,
body.archive .registration-popup .title1 {
    font-size: 20px;
    line-height: 27px;
    margin: -30px -20px 20px;
    background: #414141;
    color: #fff;
    padding: 15px 10px;
    font-weight: bold;
}
body.page-template-sl-dating-text-page .registration-popup .title2,
body.home .registration-popup .title2,
body.archive .registration-popup .title2 {
    font-size:18px;
    margin-bottom:20px;
}

.latest-profiles{
    text-align:center;
    vertical-align:top;
    font-size:0px;
    opacity: 0.8;
    margin:0 0 30px;
    position: relative;
}
.latest-profiles .dating_profiles{
    display:inline-block;
    text-align:center;
    width:194px;
    position:relative;
}
.latest-profiles .dating_profiles .profile-image{
    width:194px;
    height:194px;
    overflow:hidden;
}
.latest-profiles .dating_profiles .profile-image img{
    border:none;
}
.latest-profiles .dating_profiles img,
.latest-profiles .dating_profiles .profile-title{
    display:block;
}
.latest-profiles .dating_profiles .profile-title{
    font-weight:bold;
}
.latest-profiles .dating_profiles .profile-title a{
    color:#fff;
}
.latest-profiles .dating_profiles .profile-aboutme{
    display:none;
}
.latest-profiles .dating_profiles .profile-data{
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:5px 10px;
    text-align:left;
    background:rgba(0, 0, 0, 0.4);
    font-size:14px;
    height:75px;
}
.latest-profiles .dating_profiles a{
    text-decoration:none;
    color:#fff;
}
.latest-profiles .ad{
    padding:10px;
}

body.home .entry-content .ad{
    float:left;
    margin:0 20px 10px 0;
}
body.home .entry-content h1,
body.home .entry-content h2,
body.home .entry-content h3,
body.home .entry-content h4{
    clear:none;
}
body.home .entry-content p{
    text-align:left;
    margin:0 0 10px;
}

body.home .social-popup {
    text-align:center;
    position: absolute;
    bottom: 20px;
    background: #fff;
    padding: 20px 30px 30px;
    border-radius: 20px;
    left: 50%;
    margin-left: -265px;
    box-shadow: 0 10px 100px #333;
}
body.home .social-popup .title1{
    font-size: 28px;
    margin-bottom: 20px;
}
body.home .social-popup img{
    width:60px;
    margin:0 10px;
}

/**/
body.home .registration-popup {
    width: 316px;
    height: 316px;
    margin: 332px 0 0 174px;
    box-shadow:none;
    border-radius:0;
    padding: 30px 10px 40px;
}
body.home .registration-popup .title1{
    font-size: 17px;
    line-height: 23px;
    margin: -30px -10px 20px;
    padding: 10px 10px;
    font-weight: bold;
}
body.home .registration-popup .title2 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
body.home .registration-popup select {
    font-size: 16px;
    margin: 0 auto 20px;
    padding: 5px;
}
body.home .registration-popup button {
    font-size: 16px;
    font-weight: bold;
}
body.home .registration-popup-ad {
    width:336px;
    height:317px;
    /*box-shadow: 0 10px 50px #333;*/
    background: #fff;
    position:absolute;
    right:50%;
    margin: 332px 174px 0 0;
    z-index: 50;
    padding: 36px 0;
}
body.home .latest-profiles .dating_profiles{
    width:150px;
    margin: 0 16px 16px 0;
}
body.home .latest-profiles .dating_profiles .profile-image{
    width:150px;
    height:150px;
}
body.home .latest-profiles .dating_profiles:nth-child(6n){
    margin-right: 0;
}
body.home .site-main .homepage-top {
    margin: 10px 0;
}
@media screen and (max-width: 1025px) {
    body.home .registration-popup-ad {
        display:none;
    }
}
/**/

.chat-block{
    margin:30px 0;
}
.chat-block .title1{
    text-align:center;
    font-size:30px;
    color: #D5256D;
}
/*.chat-block .ad{
    float:right;
}
.chat-block .chat-container{
    margin:0 360px 0 0;
}*/
.chat-container .chat-button{
    width: 200px;
    cursor: pointer;
    text-align: center;
    background: #fafafa;
    border-radius: 3px;
    padding: 5px 10px;
    color: #D5256D;
    box-shadow: 2px 1px 0px #888;
    margin: 0 0 15px;
    border: 1px solid #ccc;
}

body.non-member .site-main{
    padding:20px 30px;
    background:#fff;
}
body.page-template-sl-dating-text-page .site-main,
body.home .site-main{
    padding:0;
    background:none;
}

.page-template-sl-dating-blocked-members .dating_profiles,
.page-template-sl-dating-favourite-members .dating_profiles,
.page-template-sl-dating-who-likes-me .dating_profiles,
.page-template-sl-dating-who-i-like .dating_profiles,
.page-template-sl-dating-my-matches .dating_profiles,
.archive .dating_profiles{
    background:#e7e7e7;
    padding:15px;
}
.page-template-sl-dating-blocked-members .dating_profiles:after,
.page-template-sl-dating-favourite-members .dating_profiles:after,
.page-template-sl-dating-who-likes-me .dating_profiles:after,
.page-template-sl-dating-who-i-like .dating_profiles:after,
.page-template-sl-dating-my-matches .dating_profiles:after,
.archive .dating_profiles:after{
    display:block;
    content:" ";
    clear:both;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-image,
.page-template-sl-dating-favourite-members .dating_profiles .profile-image,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-image,
.page-template-sl-dating-who-i-like .dating_profiles .profile-image,
.page-template-sl-dating-my-matches .dating_profiles .profile-image,
.archive .dating_profiles .profile-image{
    float:left;
    width:120px;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-image img,
.page-template-sl-dating-favourite-members .dating_profiles .profile-image img,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-image img,
.page-template-sl-dating-who-i-like .dating_profiles .profile-image img,
.page-template-sl-dating-my-matches .dating_profiles .profile-image img,
.archive .dating_profiles .profile-image img{
    display:block;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-data,
.page-template-sl-dating-favourite-members .dating_profiles .profile-data,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-data,
.page-template-sl-dating-who-i-like .dating_profiles .profile-data,
.page-template-sl-dating-my-matches .dating_profiles .profile-data,
.archive .dating_profiles .profile-data{
    margin:0 0 0 135px;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-info,
.page-template-sl-dating-favourite-members .dating_profiles .profile-info,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-info,
.page-template-sl-dating-who-i-like .dating_profiles .profile-info,
.page-template-sl-dating-my-matches .dating_profiles .profile-info,
.archive .dating_profiles .profile-info{
    font-size:12px;
    font-weight:bold;
    display:block;
    margin:0 0 10px;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-aboutme,
.page-template-sl-dating-favourite-members .dating_profiles .profile-aboutme,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-aboutme,
.page-template-sl-dating-who-i-like .dating_profiles .profile-aboutme,
.page-template-sl-dating-my-matches .dating_profiles .profile-aboutme,
.archive .dating_profiles .profile-aboutme{
    font-size:14px;
    color:#555;
    margin-top: 10px;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-aboutme strong,
.page-template-sl-dating-favourite-members .dating_profiles .profile-aboutme strong,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-aboutme strong,
.page-template-sl-dating-who-i-like .dating_profiles .profile-aboutme strong,
.page-template-sl-dating-my-matches .dating_profiles .profile-aboutme strong,
.archive .dating_profiles .profile-aboutme strong{
    font-size:13px;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-title,
.page-template-sl-dating-favourite-members .dating_profiles .profile-title,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-title,
.page-template-sl-dating-who-i-like .dating_profiles .profile-title,
.page-template-sl-dating-my-matches .dating_profiles .profile-title,
.archive .dating_profiles .profile-title{
    margin-top:0;
    clear:none;
}
.page-template-sl-dating-blocked-members .dating_profiles .profile-title a,
.page-template-sl-dating-favourite-members .dating_profiles .profile-title a,
.page-template-sl-dating-who-likes-me .dating_profiles .profile-title a,
.page-template-sl-dating-who-i-like .dating_profiles .profile-title a,
.page-template-sl-dating-my-matches .dating_profiles .profile-title a,
.archive .dating_profiles .profile-title a{
    color:#000;
    font-size:20px;
    text-decoration:none;
}
.page-template-sl-dating-blocked-members .dating_profiles .like_dislike,
.page-template-sl-dating-favourite-members .dating_profiles .like_dislike,
.page-template-sl-dating-who-likes-me .dating_profiles .like_dislike,
.page-template-sl-dating-who-i-like .dating_profiles .like_dislike,
.page-template-sl-dating-my-matches .dating_profiles .like_dislike,
.archive .dating_profiles .like_dislike{
    float:right;
    color: #D5256D;
}
.page-template-sl-dating-blocked-members .page-title,
.page-template-sl-dating-favourite-members .page-title{
    margin-top:0;
}
.dating_profiles .profile-title i{
    color:#999;
    font-size:15px;
}
.dating_profiles .profile-title.online i{
    color:#5ebd00;
    font-size:15px;
}

.nav-links a{
    color: #00a0c6;
}

.sl-form{
    width:400px;
    margin:0 auto;
}
.sl-form input[type=text],
.sl-form input[type=password],
.sl-form select,
.sl-form textarea,
.sl-form button{
    width:100%;
    padding:5px;
    margin:0 0 10px;
    font-size:16px;
}
.sl-form button{
    font-size:20px;
    display:block;
    background:#5ebd00;
    border:none;
    border-radius:5px;
    padding:10px;
    color:#fff;
    cursor:pointer;
    text-transform:uppercase;
}

.sl-search{
    margin:0 0 30px;
}
.sl-search:after{
    display:block;
    content:" ";
    clear:both;
}
.sl-search input[type=text],
.sl-search input[type=password],
.sl-search select,
.sl-search textarea,
.sl-search button{
    width:15%;
    padding:5px;
    margin:0 7px 0 0;
    font-size:16px;
    border-radius:5px;
    height: 40px;
    float: left;
}
.sl-search button{
    font-size:20px;
    display:inline-block;
    background:#5ebd00;
    border:none;
    border-radius:5px;
    padding:10px;
    color:#fff;
    cursor:pointer;
    text-transform:uppercase;
}
.sl-search .filter-by-image{
    float:left;
    margin-right:10px;
    line-height:40px;
}

.regions{
    border-top:1px solid #f0f0f0;
    padding:30px 0;
    text-align: center;
}
.regions h4{
    margin:0 0 15px;
}
.category_text{
    border-top:1px solid #f0f0f0;
    padding-top:30px;
}
.category_text h1{
    color:#D5256D;
    font-size:24px;
    margin:0 0 15px;
}
.category_text h2{
    color:#D5256D;
    font-size:18px;
    margin:0 0 15px;
}
.category_text p{
    font-size:14px;
    color: #444;
}

.nav-links{
    margin-bottom:30px;
}
.nav-links a{
    text-decoration:none;
    border:1px solid #00a0c6;
    padding: 6px 10px;
}
.nav-links span.current{
    border:1px solid #000;
    padding: 6px 10px;
}

.profile-image{
	float: left;
	width: 300px;
	text-align:center;
}
.profile-image img{
    display:block;
    width:100%;
	border: 2px solid #ccc;
}
.profile-image .small{
    display:inline-block;
    width:31%;
	margin-top: 5px;
}
.profile-description{
	margin-left:320px;
}
.page-template-sl-dating-edit-profile .profile-description{
	margin-left:0;
}
.page-template-sl-dating-edit-profile .profile-description select{
	padding:4px 6px;
	width: 100%;
}
.page-template-sl-dating-edit-profile .profile-description .date-dropdowns select{
	width: 33%;
}
.page-template-sl-dating-edit-profile .profile-description input[name=postcode]{
	width: 29%;
}
.page-template-sl-dating-edit-profile .profile-description select[name=suburb]{
	width: 69%;
}
.page-template-sl-dating-edit-profile .profile-description dt {
    padding: 6px 0;
}
/*.profile-description .inner-background{
	background:#e7f0f3;
	padding:15px;
}
.profile-description .inner-rounded{
	background:rgba(255,255,255,0.7);
	padding:15px;
	border-radius:20px;
}*/
.profile-description h1{
	font-size:20px;
	margin:0 0 15px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	clear:none;
}
.profile-description h1 .like_dislike{
	float:right;
	color:#cd2454;
	font-weight:normal;
}
.profile-description h1 i {
    color: #999;
    font-size: 15px;
}
.profile-description h1.online i {
    color: #5ebd00;
}
.profile-description h1 .back-to-search {
    float:right;
    color:#fff !important;
    background:#5ebd00;
    border-radius:3px;
    padding:2px 10px;
    text-decoration: none;
    font-size:14px;
    margin:0 0 0 20px;
}
.profile-description .under-title-1 {
    font-size:20px;
    color:#000;
}
.profile-description .under-title-2 {
    font-size:18px;
    color:#aaa;
    margin:0 0 15px;
}
.profile-description dt {
    float:left;
    width:50%;
    font-size:13px;
    color:#414141;
    min-height: 20px;
}
.profile-description dd {
    margin:0 0 5px;
    float:left;
    width:50%;
    font-size:13px;
    min-height: 20px;
}
.profile-description dd:last-child {
    margin:0 0 15px;
}
.profile-description h3{
	font-size:16px;
	color:#000;
	margin-left:270px;
	margin:0 0 10px;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
	clear:none;
}
.profile-description p{
	font-size:14px;
	margin:0 0 10px;
}

body.page-template-sl-dating-profile .profile-image .ad,
body.author .profile-image .ad{
    text-align:center;
}

.member .contacts .contact{
    display:block;
    line-height:50px;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    font-size:14px;
    font-weight:bold;
}
.member .contacts .contact:hover{
    background:#f7f7f7;
}
.member .contacts .contact a{
    color: #00a0c6;
    text-decoration:none;
}
.member .contacts .contact:last-child{
    border-bottom: none;
    margin-bottom:0;
}
.member .contacts .contact img{
    float:left;
    width:50px;
    height:50px;
    margin:0 10px 0 0;
    border-radius:50%;
}
.member .contacts .contact:after{
    display:block;
    content:" ";
    clear:both;
}

.member .messages{
    max-height: 400px;
    overflow-y: auto;
    margin-bottom:10px;
    padding:5px;
}
.member .message{
    background:#f0f0f0;
    padding:10px 15px;
    border-radius:15px;
    float:right;
    width:80%;
    clear:both;
    margin:0 0 15px;
}
.member .message p{
    margin:0 0 10px;
    font-size:14px;
}
.member .message span{
    font-size:10px;
    float:right;
}
.member .message.mine{
    float:left;
    background:none;
    border:2px solid #f0f0f0;
}

.site-footer{
    background:#454849;
    padding:30px 0;
    font-size:0px;
}
.site-footer .column{
    font-size:16px;
    color:#c2c2c2;
    text-align:center;
}
/*.site-footer .column:first-child{*/
.site-footer .column{
    margin-bottom:15px;
}
.site-footer .column h4{
    color:#c2c2c2;
    font-size:22px;
    margin:0 0 15px;
}
.site-footer .column a,
.site-footer .column a:link,
.site-footer .column a:hover,
.site-footer .column a:visited{
    color:#c2c2c2;
    text-decoration:none;
}
/*body.member .site-footer .column a,
body.member .site-footer .column a:link,
body.member .site-footer .column a:hover,
body.member .site-footer .column a:visited{
    color:#fff;
}*/
.site-footer .column.city-state a:hover{
    text-decoration:underline;
}
.site-footer .column.social h4{
    margin:0 0 5px;
}
.site-footer .column.social a{
    font-size:35px;
    margin:0 5px;
}
.site-footer .column.sitemap a{
    font-size:11px;
}
/*body.member .site-footer,
body.member .site-footer h4,
body.member .site-footer a{
    color:#fff;
}*/
body.home .entry-content {
    /*font-size:11px;*/
    max-width: 1140px;
    margin:30px auto 0;
    color:#555;
}
body.home .entry-content h1,
body.home .entry-content h2{
    color: #D5256D;
}

/*body.member .site-footer {
    background: #00a0c6;
}*/

.category_description{
    text-align:center;
}
.category_description p{
    text-align:left;
}
.category_description ul{
    margin:0 20px 15px;
    padding:0;
    text-align:left;
    display:inline-block;
}
.category_description form {
    width:300px;
    margin:0 auto 15px;
}
.category_description form select{
    width:100%;
    font-size: 20px;
    margin: 0 auto 20px;
    padding: 10px;
}
.category_description form button {
    font-size: 20px;
    display: block;
    background: #5ebd00;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto 20px;
    text-transform: uppercase;
}
.page-template-sl-dating-who-likes-me .ad,
.page-template-sl-dating-who-i-like .ad,
.page-template-sl-dating-my-matches .ad,
.page-template-sl-dating-favourite-members .ad,
.page-template-sl-dating-my-messages .ad,
.post-type-archive-dating_profiles .ad{
    margin-bottom:15px;
    text-align:center;
}

.page-template-sl-dating-login .site-main .ad,
.page-template-sl-dating-registration .site-main .ad{   
    text-align:center;
}

.post-type-archive-dating_profiles .page-title{
    text-align:center;
    color: #D5256D;
    font-size:30px;
}

body.page-template-page-personals .mobile-only{display:none;}
body.page-template-page-personals .widget-area,
body.blog .widget-area,
body.single .widget-area {
    float: left;
    text-align:center;
}
body.blog.member .widget-area {
    float: right;
}
body.page-template-page-personals .content-area,
body.blog .content-area,
body.single .content-area {
    margin-left: 330px;
}
body.blog.member .content-area {
    margin-left: 0;
}
body.page-template-page-personals .entry-title,
body.blog .entry-title,
body.single .entry-title,
body.page-template-page-personals h1,
body.blog h1,
body.single h1,
body.page-template-page-personals h2,
body.blog h2,
body.single h2,
body.page-template-page-personals h3,
body.blog h3,
body.single h3,
body.page-template-page-personals h4,
body.blog h4,
body.single h4,
body.page-template-page-personals h5,
body.blog h5,
body.single h5,
body.page-template-page-personals h6,
body.blog h6,
body.single h6,
body.page-template-page-personals .aligncenter,
body.blog .aligncenter,
body.single .aligncenter {
    clear: none;
}
body.page-template-page-personals .widget-area .ad300x1050,
body.blog .widget-area .ad300x1050,
body.single .widget-area .ad300x1050{
    width: 300px;
    height: 1050px;
}
body.blog .widget-area .ad.bottom,
body.single .widget-area .ad.bottom{
    display: none;
}
body.single.member .widget-area {
    float: right;
    text-align:center;
}
body.single.member .content-area {
    margin-left: 0;
}
body.page-template-page-personals .widget-area .sl-form,
body.blog .widget-area .sl-form,
body.single .widget-area .sl-form,
body.page-template-page-personals .widget-area .sl-search,
body.blog .widget-area .sl-search,
body.single .widget-area .sl-search {
    max-width:300px;
}
body.page-template-page-personals .widget-area .sl-search input,
body.blog .widget-area .sl-search input,
body.single .widget-area .sl-search input,
body.page-template-page-personals .widget-area .sl-search button,
body.blog .widget-area .sl-search button,
body.single .widget-area .sl-search button,
body.page-template-page-personals .widget-area .sl-search select,
body.blog .widget-area .sl-search select,
body.single .widget-area .sl-search select{
    width: 100%;
    margin:0 0 10px 0;
}
body.blog .widget-area .sl-search .filter-by-image input,
body.single .widget-area .sl-search .filter-by-image input{
    width: auto;
    margin:0;
}
body.blog .widget-area .sl-search .filter-by-image,
body.single .widget-area .sl-search .filter-by-image{
    width: 100%;
    margin:0 0 10px 0;
}
body.blog .content-area .entry-content:after {
    clear: none;
}

.chat-icon{
    position: fixed;
    bottom: 7%;
    right: 5%;
    z-index: 99999;
    text-align: center;
}
.chat-icon a{
    font-size: 20px;
    color: #D5256D !important;
    text-decoration: none;
    line-height: 22px;
    text-shadow: 2px 2px #fff;
    font-weight: bold;
}
.chat-icon a:hover{
    color: #fff !important;
    text-shadow: 2px 2px #D5256D;
}

.toast-message img{
    float:left;
    margin:0 10px 0 0;
    width:50px;
    height:50px;
    border-radius:50%;
}

.ad .ad336x280{
    width:336px;
    height:280px;
}
.ad .ad300x250{
    width:300px;
    height:250px;
}
.ad .ad728x90{
    width:728px;
    height:90px;
}
.ad .ad970x250{
    width:970px;
    height:250px;
}
.member .ad .ad970x250{
    width:728px;
    height:90px;
}

.nc_socialPanel a{color:#fff !important;}

.date-dropdowns select{width:33%;}

.homepage-banner{
    height:423px;
    background: url(/wp-content/themes/dating/images/chatboximage.webp) right top no-repeat #efefef;
    text-align: center;
    padding: 25px 410px 25px 0;
}
.homepage-banner h3{
    font-size:40px;
}
.homepage-banner p{
    font-size:19px;
    margin-bottom:15px;
}
.archive .homepage-banner{
    padding-right:350px;
}

.archive .registration-popup{
    margin:20px auto !important;
    box-shadow: 0 10px 20px #333 !important;
    position:relative !important;
    top: auto !important;
    left: auto !important;
}
.archive .ad{
    text-align:center;
}

.page-template-sl-dating-text-page .site-main .homepage-top,
.home .site-main .homepage-top{
    text-align:center;
    margin-bottom:30px;
}
.page-template-sl-dating-text-page .site-content,
.page-template-sl-dating-chat-rooms.non-member .site-content,
.archive.non-member .site-content,
.home .site-content {
    margin-top: 10px;
}

body.author .ad.mobile-only,
body.page-template-sl-dating-text-page .ad.mobile-only,
body.home .ad.mobile-only{
    display:none;
}

.ad-search-verytop,
.ad-citystatecategory-verytop{
}
.ad-search-1stprofile,
.ad-citystatecategory-1stprofile{
    display:none;
}
.form-search-1stprofile,
.form-citystatecategory-1stprofile{
}
.form-search-2ndprofile,
.form-citystatecategory-2ndprofile{
    display:none;
}
body.page-template-sl-dating-chat-rooms .ad {
    text-align:center;
}
body.page-template-sl-dating-chat-rooms .ad-chatrooms-verytop {
    
}
body.page-template-sl-dating-chat-rooms .ad-chatrooms-middle {
    display:none;
}
.non-member .ad-profile-verytop,
.member .ad-profile-verytop{
    display:block;
}
.author.member .site-content {
    margin-top: 10px;
}
.author.member .widget-area .ad{
    display:none;
}

.author.member .profile-description h2 .like_dislike {
    display:block;
}
.author.member .profile-description .inner-background .like_dislike {
    display:none;
}

.wcUserNameHint {
    margin: 10px 0 20px !important;
    font-size:18px !important;
    font-weight:bold !important;
    color: #d5256d !important;
}
.wcUserNameForm{
    padding:50px;
    height:164px;
}

.page-template-sl-dating-chat-rooms .chat-icon{display:none;}

.page-template-sl-dating-registration h2{text-align:center;}
.page-template-sl-dating-registration .sl-form{width:600px;}
.page-template-sl-dating-registration .left{float:left; width:49%;}
.page-template-sl-dating-registration .right{float:right; width:49%;}

.page-template-sl-dating-registration-finished.member h2 {text-align: center;}
.page-template-sl-dating-registration-finished.member .content-area {width: 100%;}
.page-template-sl-dating-registration-finished.member .left{float:left; width:49%;}
.page-template-sl-dating-registration-finished.member .right{float:right; width:49%;}
.page-template-sl-dating-registration-finished.member .sl-search{text-align:center; max-width:400px; margin:auto;}
.page-template-sl-dating-registration-finished.member .sl-search input[type=text],
.page-template-sl-dating-registration-finished.member .sl-search select{width: 47%; margin: 0 5px 10px; display: inline-block;}
.page-template-sl-dating-registration-finished.member .sl-search button{float:none; width:50%; margin:0 auto;}
.page-template-sl-dating-registration-finished.member .sl-search .filter-by-image{display:none;}

.page-template-sl-dating-registration-photos.member h2 {text-align: center;}
.page-template-sl-dating-edit-photos.member .content-area {width: 100%;}
.page-template-sl-dating-registration-photos.member .content-area {width: 100%;}
.page-template-sl-dating-edit-photos.member .left{float:left; width:49%; text-align:center;}
.page-template-sl-dating-registration-photos.member .left{float:left; width:49%; text-align:center;}
.page-template-sl-dating-edit-photos.member .right{float:right; width:49%;}
.page-template-sl-dating-registration-photos.member .right{float:right; width:49%;}
.page-template-sl-dating-edit-photos.member .left .big{width:70%; margin:0 auto 20px; font-size:14px;}
.page-template-sl-dating-registration-photos.member .left .big{width:70%; margin:0 auto 20px; font-size:14px;}
.page-template-sl-dating-edit-photos.member .left .small{width:25%; display:inline-block; font-size:14px;}
.page-template-sl-dating-registration-photos.member .left .small{width:25%; display:inline-block; font-size:14px;}
.page-template-sl-dating-edit-photos.member .left .big img,
.page-template-sl-dating-registration-photos.member .left .big img,
.page-template-sl-dating-edit-photos.member .left .small img{display:block;}
.page-template-sl-dating-registration-photos.member .left .small img{display:block;}

.author.member .member-actions a{display:block; padding:8px 10px 8px 40px; font-size:14px; text-decoration:none;}
.author.member .member-actions a:hover{background: #f0f0f0;}
.author.member .member-actions a i{font-size: 24px; position: absolute; left: 16px;}
.author.member .member-actions a i.fa-smile-o{left: 17px;}
.author.member .member-actions a i.fa-star-o{left: 17px;}
.author.member .member-actions a i.fa-lock{left: 20px;}

.registration-progress{
    width: 60%;
    margin: 20px auto;
    position: relative;
    height: 7px;
    background: #ccc;
    border-radius: 2px;
    box-shadow: -1px -1px 2px #666 inset;
}
.registration-progress .progress-bar{
    width: 10%;
    height: 7px;
    background: #5ebd00;
    border-radius: 2px;
    box-shadow: -1px -1px 2px #444 inset;
}
.registration-progress .step{
    position: absolute;
    left: 10%;
    top: 50%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px #777;
    padding: 2px 0;
    width: 30px;
    border-radius: 3px;
    box-shadow: -1px -1px 3px #777 inset;
    background: #ccc;
    margin-top: -16px;
}
.registration-progress .step-2{
    left: 30%;
}
.registration-progress .step-3{
    left: 50%;
}
.registration-progress .step-4{
    left: 70%;
}
.registration-progress .step-5{
    left: 90%;
}
.registration-progress.current-step-1 .progress-bar{
    width: 10%;
}
.registration-progress.current-step-1 .step-1{
    background: #E89465;
}
.registration-progress.current-step-2 .progress-bar{
    width: 30%;
}
.registration-progress.current-step-2 .step-1,
.registration-progress.current-step-2 .step-2{
    background: #E89465;
}
.registration-progress.current-step-3 .progress-bar{
    width: 50%;
}
.registration-progress.current-step-3 .step-1,
.registration-progress.current-step-3 .step-2,
.registration-progress.current-step-3 .step-3{
    background: #E89465;
}
.registration-progress.current-step-4 .progress-bar{
    width: 70%;
}
.registration-progress.current-step-4 .step-1,
.registration-progress.current-step-4 .step-2,
.registration-progress.current-step-4 .step-3,
.registration-progress.current-step-4 .step-4{
    background: #E89465;
}
.registration-progress.current-step-5 .progress-bar{
    width: 90%;
}
.registration-progress.current-step-5 .step-1,
.registration-progress.current-step-5 .step-2,
.registration-progress.current-step-5 .step-3,
.registration-progress.current-step-5 .step-4,
.registration-progress.current-step-5 .step-5{
    background: #E89465;
}

.post-type-archive-dating_profiles .desktop-only{display:block;}
.post-type-archive-dating_profiles .mobile-only{display:none;}
.page-template-sl-dating-my-matches .mobile-only{display:none;}
.page-template-sl-dating-chat-rooms .mobile-only{display:none;}
.ad.desktop-only{
    display:block;
}

.google-auto-placed{
	clear:none !important;
}

@media screen and (max-width: 1140px) {
	.site-content {
        max-width: none;
        padding: 0 15px;
    }
    .site-footer {
        padding: 30px 15px;
    }
    body.member .content-area {
        width: 595px;
    }
    body.member .menu-member-sections-menu-container a {
        padding: 5px 15px;
    }
    .sl-search input[type="text"], .sl-search input[type="password"], .sl-search select, .sl-search textarea, .sl-search button {
        width: auto;
    }
    .sl-search input[name=postcode] {
        width: 80px;
    }
    .category_description .ad{
        float:none;
    }
    .latest-profiles {
        margin: 0 auto 30px;
        width: 760px;
    }
    .ad .ad728x90{
        width:468px;
        height:60px;
    }
    .archive .homepage-banner,
    .homepage-banner{
        padding:25px;
    }
}
@media screen and (max-width: 1025px) {
    body.non-member .menu-non-logged-menu-container,
    body.non-member .search-profiles{
        display:block;
    }
    body.non-member .menu-non-logged-line-1-container,
    body.non-member .menu-non-logged-line-2-container{
        display:none;
    }
    .ad .ad970x250{
        width:336px;
        height:280px;
    }
    body.non-member .site-title {
        float: none;
    }
    body.page-template-page-personals .widget-area{display:none;}
    body.page-template-page-personals .content-area{margin-left:0;}
    body.page-template-page-personals .mobile-only{display:block;}
    
    .ad.desktop-only{
        display:none;
    }
    body.author .ad.mobile-only{display:block;}
    .page-template-sl-dating-my-matches .mobile-only{display:block;}
    .page-template-sl-dating-chat-rooms .mobile-only{display:block;}
    .post-type-archive-dating_profiles .desktop-only{display:none;}
    .post-type-archive-dating_profiles .mobile-only{display:block;}
/*}
@media screen and (max-width: 950px) {*/
    body.member .content-area {
        width: 100%;
        margin-bottom: 50px;
    }
    body.member .widget-area {
        width: 100%;
    }
    .category_description .ad, .category_description ul {
        float: none;
        margin: 0 0 20px;
    }
    .category_description .sl-search {
        float: none;
        width: 300px;
        margin: 0 auto 20px;
    }
    body.page-template-sl-dating-chat-rooms .widget-area .ad{
        display:none;
    }
/*}
@media screen and (max-width: 800px) {*/
    body.blog .widget-area .sl-form,
    body.single .widget-area .sl-form,
    body.blog .widget-area .sl-search,
    body.single .widget-area .sl-search {
        max-width: none;
    }
    .chat-window .chat-container {
        margin-right: 0;
    }
    .chat-window .ad {
        float: none;
        text-align: center;
    }
    .chat-block .ad {
        float: none;
        text-align: center;
    }
    .chat-block .chat-container {
        margin: 0;
    }
    body.blog .widget-area,
    body.single .widget-area {
        float: none;
    }
    body.blog .content-area,
    body.single .content-area {
        margin-left: 0;
    }
    body.blog .widget-area .ad.top,
    body.single .widget-area .ad.top{
        display: none;
    }
    body.blog .widget-area .ad.bottom,
    body.single .widget-area .ad.bottom{
        display: block;
        margin:40px 0 20px;
    }
/*}
@media screen and (max-width: 700px) {*/
    .latest-profiles {
        width: 390px;
    }
    body.home .entry-content .ad {
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }
    body.member .menu-member-sections-menu-container ul {
        background: #008ab9;
        text-align:center;
        font-size:0;
    }
    body.member .menu-member-sections-menu-container li {
        float: none;
        border-right: none;
        display: inline-block;
        width:50%;
    }
    .menu-non-logged-menu-container #menu-item-166,
    .menu-non-logged-menu-container #menu-item-167{
        display:none;
    }
    .homepage-banner h3,
    .homepage-banner p{
        display:none;
    }
    .page-template-sl-dating-registration .sl-form{width:100%;}
    .page-template-sl-dating-registration .left,
    .page-template-sl-dating-registration .right,
    .page-template-sl-dating-registration-finished.member .left,
    .page-template-sl-dating-registration-finished.member .right,
    .page-template-sl-dating-edit-photos.member .left,
    .page-template-sl-dating-edit-photos.member .right,
    .page-template-sl-dating-registration-photos.member .left,
    .page-template-sl-dating-registration-photos.member .right{float:none; width:100%;}
    .registration-progress {width: 100%;}
    .page-template-sl-dating-registration-finished.member .sl-search input[type="text"],
    .page-template-sl-dating-registration-finished.member .sl-search select {width: 100%; margin: 0 0 10px;}
    .page-template-sl-dating-registration-finished.member .left .sl-form{margin-bottom:70px}
    .author.member dt,
    .page-template-sl-dating-edit-profile.member dt,
    .page-template-sl-dating-profile.member dt{float: none; width: 100%;}
    .author.member dd,
    .page-template-sl-dating-edit-profile.member dd,
    .page-template-sl-dating-profile.member dd {margin: 0 0 10px; float: none; width: 100%;}
/*}
@media screen and (max-width: 600px) {*/
    body.home .registration-popup,
    body.home .social-popup,
    body.archive .registration-popup {
        left:10px;
        right:10px;
        margin-left:0;
        width: auto;
    }
    body.home .registration-popup select,
    body.archive .registration-popup select {
        font-size: 14px;
    }
    body.author .registration-popup {
        position: static;
        margin: 0 0 20px;
    }
    body.non-member .search-profiles {
        display: block;
        padding: 10px 15px;
        float: none;
        width: 170px;
        margin: 0 auto;
    }
    .site-title {
        border:none;
        float:none;
        text-align: center;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation {
        float:none;
        text-align:center;
    }
    .main-navigation li {
        float: none;
        display: inline-block;
    }
    body.non-member .main-navigation li {
        border: none;
    }
    body.non-member .main-navigation a {
        line-height: 30px;
    }
    .sl-form {
        width: 100%;
    }
    .sl-search select,
    .sl-search input[type="text"],
    .sl-search button{
        margin:0 0 7px;
        width:100%;
        display:block;
    }
    .profile-image {
        float: none;
        width: 100%;
        margin-bottom:20px;
    }
    body.home .latest-profiles .profile-image {
        margin-bottom:0;
    }
    .profile-description {
        margin-left: 0;
    }
    .alerts ul {
        left: 0;
    }
    .ad .ad728x90{
        width:234px;
        height:60px;
    }
    .chat-icon{display:none !important;}
    body.single.member .widget-area {
        margin: 15px 0 10px;
    }
/*}
@media screen and (max-width: 500px) {*/
    .home hr,
    .home .site-main .homepage-top,
    .home .latest-profiles,
    /*.home .chat-block,*/
    .home .chat-block .ad,
    .home .homepage-banner,
    .page-template-sl-dating-text-page hr,
    .page-template-sl-dating-text-page .site-main .homepage-top,
    .page-template-sl-dating-text-page .latest-profiles,
    .page-template-sl-dating-text-page .chat-block,
    .page-template-sl-dating-text-page .homepage-banner {
        display:none;
    }
    body.home .registration-popup{height:auto;}
    body.home .registration-popup ,
    body.page-template-sl-dating-text-page .registration-popup {
        left:0;
        right:0;
        margin:0 0 30px;
        position: relative;
        box-shadow:none;
    }
    body.home .registration-popup hr,
    body.page-template-sl-dating-text-page .registration-popup hr{
        display:block;
    }
    body.home .ad.mobile-only,
    body.page-template-sl-dating-text-page .ad.mobile-only{
        display:block;
    }
	.site-footer .column {
        width: 100%;
        text-align: center;
        margin-bottom:20px;
    }
    .site-content {
        padding: 0 10px;
    }
    body.member .site-main,
    body.non-member .site-main {
        padding: 20px 15px;
    }
    .page-template-sl-dating-who-likes-me .dating_profiles .like_dislike,
    .page-template-sl-dating-who-i-like .dating_profiles .like_dislike,
    .page-template-sl-dating-my-matches .dating_profiles .like_dislike,
    .archive .dating_profiles .like_dislike {
        float: none;
    }
    .archive .registration-popup{
        width:330px !important;
    }
    .ad-search-verytop,
    .ad-citystatecategory-verytop{
        display:none;
    }
    .ad-search-1stprofile,
    .ad-citystatecategory-1stprofile{
        display:block;
    }
    .form-search-1stprofile,
    .form-citystatecategory-1stprofile{
        display:none;
    }
    .form-search-2ndprofile,
    .form-citystatecategory-2ndprofile{
        display:block;
    }
    body.page-template-sl-dating-chat-rooms .ad-chatrooms-verytop {
        display:none;
    }
    body.page-template-sl-dating-chat-rooms .ad-chatrooms-middle {
        display:block;
    }
    .non-member .ad-profile-verytop,
    .member .ad-profile-verytop{
        display:none;
    }
    .author.member .widget-area .ad{
        display:block;
    }
    .author.member .profile-description h2 .like_dislike {
        display:none;
    }
    .author.member .profile-description .inner-background .like_dislike {
        display:block;
    }
    body.member .member-menu {
        font-size: 13px;
        padding: 0 10px;
        border:none;
    }
    .alerts,
    .chat-link a {
        font-size: 14px;
        padding: 12px 10px;
        border:none;
    }
    .alerts i,
    .chat-link i {
        display:block;
        margin:0;
    }
    .chat-link a:before {
        top: 16px;
    }
}
@media screen and (max-width: 400px) {
    .ad .ad336x280{
        width:300px;
        height:250px;
    }
}