/*
Theme Name: Love Match
Theme URI: https://lovematch.wpdating.com/
Author: WP Dating
Author URI: http://wpdating.com/
Description: This is WP Dating theme, which well integrates wp dating plugin
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: love-match
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 theme 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.com/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-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
}

html,body {
    overflow-x: hidden;
}

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: 1em;
    margin: 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;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

.class-dating-theme-slider-with-searchform-overlay,
.testimonial-lists {
    visibility: hidden;
}

.dp-slider-elements:before{    content: '';
    position: absolute;
  
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);}

/*----------------
    # Header part
--------------------*/

.site-title {
    text-align: left;
    padding: 13px 0;
}

.site-branding .site-title a {
    font-weight: 400;
    font-size: 2.4rem;
    color: #d7dadb;
    text-decoration: none;
}

#main-menu {padding: 16px 0;}
#main-menu .current_page_item a {
    color: #5964bd;
}

 

#main-menu .current_page_item:before {
    border-bottom: 5px solid #5964bd;
    content: "";
    position: absolute;
    border-bottom: 5px solid #5964bd;
    width: 100%;
    bottom: -21px;
    left:0;
    right: 0;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
}

#main-menu-mobile .sub-arrow i.fa.fa-chevron-down {
    color: #fff;
    font-size: 14px;
}

#main-menu-mobile span.sub-arrow {
    background: inherit !important;
    border-radius: 0;
}

.sm-clean a.highlighted span.sub-arrow:before {
    color: #fff;
}

.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {
    font-size: 14px;
}

#login-menu.sm-clean{   
    padding: 16px 0;
}

 

@media (min-width: 768px) {
  #main-menu-mobile {
    float: right;
    clear: none;
  }
}


/* Mobile menu top separator */

#main-menu-mobile:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
}

@media (min-width: 768px) {
    #main-menu-mobile:before {
        display: none;
    }
    .current_page_item:before {
        border-bottom: 5px solid #5964bd;
        content: "";
        position: absolute;
        border-bottom: 5px solid #5964bd;
        width: 100%;
        bottom: -21px;
    }

    .sub-menu .current_page_item:before {
        border-bottom: 0;
    }
    .main-menu-mobile {
        display: none;
    }
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.sm-clean a {
    color: #a5a6ae;
}

@media ( max-width: 767px ) {
    .main-menu-desktop {
        display: none !important;
    }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  padding: 33px 0;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #e3e3e3;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu-mobile {
  display: none;
}

#main-menu-state:checked ~ #main-menu-mobile {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

#main-menu-mobile {
    background: #6973c3;
    border-radius: 0;
    margin-bottom: 5px;
}

#main-menu-mobile li > a {
    color: #fff;
}

/*-------------------------------------------
    #styling: Dating Theme: Banner Slider
--------------------------------------------*/

.dating-theme-search-overlay {
   width: 314px;
    border: 4px solid #5964bd;
    position: absolute;
    top: 30px;
    left: 70px;
    background: #fff;
    opacity: 1;
    margin: auto;
    min-height: 430px;
}
    
.post-slider-with-overlay {
    list-style-type: none;
    margin:0;
    padding: 0;
    position: relative;
}

.dp-slider-post-information {
   position: absolute;
    top: 43%;
    right: 110px;
    width:640px
 
}

.dp-slider-post-title {
    
   
    font-size: 80px;
    color: #fff;
    font-weight: 100;
   
    line-height: 72px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.slider-tilte-bold {
    font-weight: bold;
    color: #d72183;
}

.bx-wrapper {
    margin: 0 auto;
    }

.dp-slider-post-content {
 position: relative;
    font-size: 1.8rem;
    color: #fff;
   
    text-align: right;
}

#dp-main-title-full-width {
    width: 314px;
    background: #5964bd;
    margin-right: 0px;
    margin-left: 0px;
}

#dp-search-main-title {
    background-color: #5964bd;
    width: 97.5%;
    margin-bottom: 30px;
}

.dating-theme-search-overlay .col-md-6 {
    margin-bottom: 10px;
}

.dating-theme-search-overlay .col-md-12 {
    margin-bottom: 10px;
}



#dp-search-main-title h4 {
    font-size: 2.1rem;
    text-align: center;
    color: #fff;
    padding: 9px;
    text-transform: uppercase;
}

.dating-theme-search-overlay label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.dating-theme-search-overlay option {
    background: #fff;
}

#dp-search-gender select, 
#dp-search-age select {
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    border: none;
}

/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */

.wpcf7 select,
.dating-theme-search-overlay select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(./images/select-arrow.png);
    background-position: 90% center;
    background-color: #f1f6fe;
    background-repeat: no-repeat;
    white-space: nowrap;
    font-weight: 400;
    padding: 0 10px;
    text-transform: inherit;
    font-size: 1.4rem;
    color: #a5a6ae;
    box-shadow: none;
}

.dating-theme-search-overlay select:focus,
.dating-theme-search-overlay select:active,
.dating-theme-search-overlay input:active,
.dating-theme-search-overlay input:focus {
    outline: 3px solid #5964bd;
    background-color: transparent;
}

#dp-search-by-geographpy select {
    width: 100%;
    height: 44px;
    border: none;
    margin-bottom: 10px;
}
.dating-theme-search-overlay option {
    background: #fff;
}

.dating-theme-search-overlay  input {
    width: 100%;
    height: 44px;
    background: #f1f6fe; 
    padding: 0 5px;
    color: #000;
    margin-bottom: 10px;
    border: none;
}

input.dsp_submit_button.dsp-submit {
    height: 46px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #d72183;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
}

#autocomplete {
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: #f1f6fe;
    text-transform: uppercase;
    font-size: 1.4rem;
}

#autocomplete::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2d8ef;
}
#autocomplete::-moz-placeholder { /* Firefox 19+ */
  color: #d2d8ef;
}
#autocomplete:-ms-input-placeholder { /* IE 10+ */
  color: #d2d8ef;
}
#autocomplete:-moz-placeholder { /* Firefox 18- */
  color: #d2d8ef;
}

/*
    #styling: call to action 
*/

.dating-theme-call-to-action {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}

 

.dating-theme-call-to-action .lm-call-to-action{
    float: none;
    margin: 0 auto;
    
}

.dp-cta-title {
    font-size: 4.2rem;
    font-weight: 300;
    color: #5c5c5c;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dp-blue {
    color: #76abf1;
}

.dp-cta-title .dp-blue {
    text-transform: uppercase;
    font-size: 4.2rem;
    font-weight: bold;
}

.dp-cta-content {
 
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: normal;
}

.dp-cta-botton {
    margin-top: 50px;
}

a.dp-cta-botton-1 {
    text-decoration: none;
    padding: 18px 40px;
    background: #5964bd;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    text-align:center;
    display: inline-block;
}

.dp-cta-botton-1.button-16:hover,
.dp-cta-botton-2.button-16:hover {
    opacity: 0.85;
}

a.dp-cta-botton-2 {
    text-decoration: none;
    padding: 18px 35px;
    background: #d72183;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    display: inline-block;
}

.dp-cta-content .dp-blue {
    font-size: 1.8rem;
}

/**
 #styling video light box widgets
*/

.video-light-box-content {
    background: #77abf1;
    text-align: center;
}

.video-left-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
    margin-right: 25px;
    text-transform: uppercase;
    padding: 34px 0;
    display: inline-block;
 
}

.video-right-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.6rem;
    color: #fff;
    font-weight: 700;
    margin-left: 25px;
    text-transform: uppercase;
    padding: 34px 0;
    display: inline-block;

}

.video-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
}

/*--
#top members widgets
*/

.widget_love_match_top_members {

    background-color: #f7fafa;
}

.top-members-content {
    margin-top: 100px;
    margin-bottom: 50px;
}
.top-members-slogan {
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 1.264rem;
}

.top-members-slogan > span.love-sign {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
    
.top-members-slogan > span.love-sign:before, 
.top-members-slogan > span.love-sign:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #dee1e1;
}

.top-members-slogan > span.love-sign:before {
    right: 100%;
    margin-right: 15px;
}

.top-members-slogan > span.love-sign:after {
    left: 100%;
    margin-left: 15px;
}
.love-sign img {
    margin: 0 12px;
}

.top-members-title h2 {
    font-size: 4.0rem;
    text-align: center;
    color: #5c5c5c;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
        margin-bottom: 20px;
}

.top-members-filter {
    text-align: center;
    font-size: 1.33rem;
    color: #000;
    font-weight: 400;
}
.top-members-flter-title {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.widget_love_match_top_members .member-image img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    opacity: 0.9;
    border: 3px solid transparent;
}

.element-item {
    text-align: center;
}

.members-details a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
          margin: 20px 0 5px;
    display: inline-block;
}

.cara_members_age {
    font-weight: 300;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.grid-layout-top-member {
    margin-top: 50px;
}
.newest-members-lists li,
.online-members-lists li,
.featured-members-lists li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px
}
.top-members-content .element-item {
    right: 0;
}
.dt-top-members-list {
    width: 112px;
    height: 213px;
}

.online-member-not-found {
    font-size: 18px;
    display: block;
    color: #5c5c5c;
    width: 160px;
    height: 160px;
    font-weight: bold;
    border: 3px solid #d72183;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    text-align: center;
    padding: 22px;
}
.widget_love_match_top_members .member-image img:hover {
    border: 3px solid #d72183;
    opacity: 1;
}

.top-active-members { 
    color: #d72183;
    font-weight: bold;
    border-bottom: 1px solid #d72183;
}

#lm-dating-loggedout-rightsidebar .widget_wp_sidebarlogin,#lm-dating-loggedout-rightsidebar #sidebar-login{
    border: 3px solid #f4f4ff;
    padding: 10px 30px;
}

/*
* tutorial heading section
*/

.tutorial-heading-section {
    text-align: center;
    margin-bottom: 55px;
}

.tutorial-main-heading {
    font-size: 4.0rem;
    color: #5c5c5c;
    font-weight: 300;
    text-transform: uppercase;
}

.tutorial-sub-heading {
   
   
    font-size: 1.5rem;
    color: #000;
    text-align: center;
}

.love_match_tutorial_guide {
    display: inline;
    text-align: center;
    margin-top: 40px; 
}

.love_match_tutorial_guide img {
    width:auto;
}

.Love_match_tutorial_guide .col-md-3 {
    text-align: center;
}

.tutorial-image img {
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border: 3px solid transparent;
    opacity: 0.9;
}
.tutorial-image img:hover {
    border-color:#d72183
}

.image-icon {
    width: 132px;
    height: 132px;
    border: 1px solid #e45aff;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    line-height: 132px;
    margin-top: 40px;
    text-align: center;
    vertical-align: top;
    padding-top: 7%;
}

.image-icon .fa{
    font-size: 65px;
}

.love_match_tutorial_guide .image-icon i.fa {
    font-size: 112px;
    height: 76px;
    margin-top: 10%;
    color: #f6c9ff;
}
.image-icon:hover i.fa {
    color:#FFF;
}

.tutorial-image {
    margin-top: 40px;
}

.tutorial-image:hover img {
    opacity: 1;
}

.image-icon:hover {
    background: #e45aff;
}

.Love_match_tutorial_guide col-md-3 {
    text-align: center;
}

.Love_match_tutorial_guide .image-icon {
    margin: 0 auto;
}


p.service-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5c5c5c;
    padding: 30px 0 0 0;
}
.service-content {
    font-size: 1.3rem;
    color: #777;
}

.dating-theme-tutorial-content {
    padding: 100px 0;
}

/**
*app store styling
*/

.app-parallax-background {
    box-shadow: inset 0 0 0 647px rgba(89, 100, 189, 0.88);
    position: relative;
    background-image: url(images/parallax-effect-background.png);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
  
}

/* Turn off app-parallax-background scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1024px) {
    .app-parallax-background {
        background-attachment: scroll;
    }
 
}

 

.app-main-heading-section {
    color: #fff;
    margin-top:30px
}

.wp-love-dating {
    width: 15%;
    float: left;
    margin-right: 25px;
}

.app-main-heading {
    width: 70%;
    float: left;
    line-height: 30px;
    margin-top: 24px;
}

p.app-main-title {
    font-size: 6.0rem;
    color: #fff;
    font-weight: bold;
}

.wp-love-dating {
    margin-top: 20px;
}

.app-sub-title {
    font-size: 3.509rem;
    color: #fff;
    font-weight: 300;
        letter-spacing: 2.8px;
}

.app-main-content {
    font-size: 3.681rem;
    color: #fff;
    font-weight: 300;
    padding: 10px 0;
    line-height: 48px;
    margin-right: 80px;
}

.app-featured {
    border: 1px dashed #fff;
    
    color: #fff;
     margin-right: 80px;
}

.app-featured-title {
   
    margin: 20px;
    padding: 8px 0;
    background: #77abf1;
    text-align: center;
    font-size: 2.93rem;
    font-weight: 400;
}

.top-level-featured, .low-level-featured {
    padding: 0 20px;
}

.top-level-featured span,
.low-level-featured span{
    margin-right: 48px;
    font-size: 1.897rem;
    font-weight: 300;
}
.top-level-featured span img,
.low-level-featured span img {
    margin-right: 10px;
}

.low-level-featured {
    padding: 0 20px;
    margin-top: 25px;
    margin-bottom: 37px;
}

.i-appstore {
    padding: 32px 0;
}

 

/*
 *wedding couple
*/
.wedding-couple-content .container {
    width: 950px;
}

.wedding-couple-content {
    padding: 100px 0;
    background-color: #fbfbfb;
}

 .wedding-couple-vector-sign{
    text-align: center;
    margin-top: 60px;
 }
.wedding-title-section {
    text-align: center;
}


.wedding-main-heading {
    font-size: 4.0rem;
    font-weight: 300;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wedding-headline {
    font-weight: bold;
}

.wedding-sub-heading {
    
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 55px;
}
.wedding-image {
    text-align: center;
    margin-bottom: 20px;
}

.couple-name {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
}

.content {
    text-align: center;
    font-size: 1.3rem;
    color: #777777;
}

.couple-socil-icons {
    text-align: center;
}

.couple-socil-icons ul li a {
    color: #d1d1d1;
}

.couple-socil-icons ul li a:hover {
    color: #662d8f;
}

.social-lists li {
    display: inline-block;
    margin-right: 26px;
    padding: 40px 0;
}

.our-love-story-button {
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.our-love-story-button a:hover {
    opacity: 0.85;
}

.our-love-story-button a {
    padding: 13px 42px;
    background: #5964bd;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

/*
 #featured listing styling
*/
.featured-list-container {
    padding: 100px 0;
    background-color: #f2f4ff;
    height: auto;
    overflow: hidden;
}

.fl-main-heading {
    text-align: center;
    font-size: 4.0rem;
    font-weight: 300;
    text-transform: uppercase;
}

.lm-bold-black-text {
    font-weight: bold;
}

.fl-sub-heading {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
}

.dt-featured-filter {
    padding: 70px 0 50px 0;
}

ul.featured-lists {
    padding: 0;
    margin: 0;
    text-align: center;
}

.featured-lists li {
    display: inline-block;
    padding: 6px 43px;
    border: 2px dashed #d9dbe5;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #797a7f;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

h2.featured-title {
    font-size: 4.0rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
}

.featured-post-content p {
    font-weight: 300;
    font-size: 1.7rem;
        line-height: 30px;
    color: #000;
}

.featured-list-container .featured-lists li.featured-active-posts:hover, 
.featured-list-container .featured-lists li.featured-active-posts {
    background-color: #d72183;
    color: #fff;
    border: 3px solid #d72183;
}



/** home page slider **/
    
.class-dating-theme-slider-with-searchform-overlay {
    position: relative;
}
.dp-slider-elements img {
    width: 100%;
    height: auto;
}


.btn-zik {
  $btn-color: random-color($max:200);
  $btn-color-dark: shade($btn-color, 40%);
  color: tint($btn-color);
  
  &:before,
  &:after,
  span:before,
  span:after {
    content: '';
    @include absolute(0);
    @include size($btn-width/4 + 1px, 0);
    background: $btn-color-dark;
  }
  
  &:before {
    left: 0;
  }
  
  &:after {
    left: $btn-width/2;
  }
  
  span {
    &:before,
    &:after {
      top: auto;
      bottom: 0;
    }
    
    &:before {
      left: $btn-width/4;
    }
    
    &:after {
      left: $btn-width - $btn-width/4;
    }
  }
  
  &:hover {
    color: tint($btn-color, 75%);
    
    &:before,
    &:after,
    span:before,
    span:after {
      height: $btn-height;
    }
  }
  
  &:active {
    background: $btn-color;
  }
}


/********************** button effect ***************************
******************************************************************
******************************************************************/

/* BUTTON 16 */

#button-16{
  background-color: #34495e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-16:hover{
  border-radius: 15px;
}

/*************** button effect end *******************/


/*** blog section home page **/
.blog-homepage-wrap .stunning_header_content {
   padding: 50px 0;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
}

.blog-homepage-wrap .blog-section-wrap {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #f6f7f7;
    padding: 30px;
}

.blog-homepage-wrap .blog-heading {
    font-size: 25px;
    color: #5c5c5c;
    text-align: center;
 
    margin-bottom: 50px;
}

.blog-homepage-wrap .blog-sec-image {
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border: 4px solid transparent;
    height: 173px;
    width: 173px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 20px;
    transition:all 0.2s;
}

.blog-sec-image img {
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border:3px solid transparent;
}

.blog-homepage-wrap p.content-title a {
    color: #5c5c5c;
    font-size: 22px;
    margin-bottom: 2px;
    text-decoration: none;
}

.blog-homepage-wrap span.blog-date {
    font-size: 14px;
    font-weight: 300;
    color: #5c5c5c;
    margin-bottom: 15px;
    display: block;
}

.blog-homepage-wrap .descript-content {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    height: 42px;
    overflow: hidden;
}

.blog-homepage-wrap .read-more-btn {
    background-color: #5964bd;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 42px;
    font-size:15px;
    display:inline-block;
    transition:all 0.5s;
}
.blog-homepage-wrap .read-more-btn:hover{
    text-decoration:none;
    background-color: #5964bd;
    color: #fff;
    opacity: 0.85;
}


.lm-standard-blog {
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #f6f7f7;
    padding: 30px;
    
    margin-bottom: 30px;
}

.lm-standard-blog .img-circle{border: 3px solid transparent;}
.lm-standard-blog:hover .img-circle{border: 3px solid #5964bd;}


.lm-standard-blog .author a.url.fn.n {
    text-decoration: none;
    color: #5c5c5c;
    font-size: 15px;
}

/*footer css*/
ul {
    margin: 0;
    padding: 0;
}
li{
    list-style:none;
    margin: 0;
    padding: 0;
    }
.social-media-wrap ul li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    margin-bottom: 5px;
}
.social-media-wrap li a {
    color:#fff;
    height: 45px;
    width: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    border: 1px dashed #878fce;
    font-size:22px;
    padding-top: 10px;
}
.social-media-wrap li a > .fa{
    display:block;
}

.social-media-wrap li a:hover{
    border-color:#fff;
    text-decoration:none;
}

.footer-wrap {
    background-color: #6973c3;
    padding: 40px 0;
    margin-top: 80px;
}
.stay-touch{
    color:#fff;
    }
.stay-touch p > strong {
    font-size: 25px;
}
.newsletter-email input {
    color:#fff;
    height: 50px;
    background-color: transparent;
    border: 1px solid #818ac8;
    padding: 5px;
    width:60%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.newsletter-email {
    text-align: right;
}

.newsletter-email .read-more-link {
    background-color: #d72183;
    color: #fff;
    padding: 15px 30px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: top;
    width:40%;
}


.read-more-link:hover,
.read-more-link:active,
.read-more-link:visited {
    color:#fff;
    text-decoration:none;
    opacity: 0.85;
}

.copy-right {
    color: #000;
    font-size: 12px;
    padding: 25px 0;
}

/* blog-detail css */
.comment-wrap-outer {
    margin-bottom: 50px;
}
.blog-detail-content-wrap {
    margin-bottom: 30px;
}

.blog-detail-content-wrap hr{ 
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-detail-image {
    height: 360px;
    width: 360px;
    border-radius:50%;
    float: left;
    margin:0 80px 80px 0;
}
.blog-detail-content h3 {
    color: #5c5c5c;
    text-transform: uppercase;
    font-size: 25px;
}
.blog-detail-content .date {
    color: #5c5c5c;
    font-size: 12px;
    border-top: 1px solid #5c5c5c;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom:20px;
}
.blog-detail-content .date span {
    margin-right:10px;
}
.details {
    color: #777;
    font-size: 15px;
    line-height:30px;
}
.highlight-content {
    font-size: 13px;
    border: 1px solid #f2f2f2;
    padding: 10px 20px;
}
.social-share ul{
    padding:15px 0;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:30px;
    }
.social-share li {
    font-size:18px;
    color:#777;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.social-share a {
    color: #e5e5e5;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    transition:all 0.3s;

}
.social-share a > .fa{
    line-height: 30px;
}
.social-share a:hover{
    color:#000;
    }
.comment-img {
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    overflow: hidden;
    height: 112px;
    width: 112px;
    text-align: center;
    float:left;
    position:relative;
    z-index:1;
    
}
.comment-img:after{
    position:absolute;
    content:'';
    left:0;
    top:0;
    height: 112px;
    width: 112px;
    -webkit-box-shadow:inset 0 0 30px 50px rgba(255,255,255,0.5);
    -moz-box-shadow:inset 0 0 30px 50px rgba(255,255,255,0.5);
    -ms-box-shadow:inset 0 0 30px 50px rgba(255,255,255,0.5);
    box-shadow:inset 0 0 30px 50px rgba(255,255,255,0.5);
    transition:all 0.3s;
    z-index:2;
    }
.comment-img:hover:after {
        box-shadow:0 0 0 0;
    }
.comment-img img {
    max-width:100%;
    }
.comment-author {
    float: right;
    text-align: left;
    width: 100%;
    margin-bottom:15px;
}
.comment-content-inner-main{
    width: 85%;
    float: right;
    }
.comment-content-inner {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}
.author-detail {
    float: left;
}
.link-next {
    float: right;
}
.author-detail .name {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    margin-right: 8px;
}
.author-detail .time {
    font-size: 13px;
    color: #777;
}
.link-next a {
    color: #777;
    font-size: 13px;
    display: inline-block;
    transition:all 0.3s;
}
.link-next a > .fa {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.link-next a:hover{
    color:#6973c3;
    text-decoration:none;
    }
.comment-wrap-main .comment-wrap-main .comment-img{
    width:92px;
    height:92px;
    }
.comment-box-wrap {
    color: #5c5c5c;
    margin-bottom:50px;
}
.comment-main-content {
    color: #777;
}
.comment-box-title{
    font-size:25px;
    margin-bottom:25px;
    }
.comment-box-wrap > p {
    margin-bottom: 50px;
}
.comment-box-inner li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    width: 25%;
    margin-right: 10px;
}
.full-width {
    width: 100% !important;
    display: block;
}
.comment-box-inner li > span {
    display: block;
    color: #5c5c5c;
    margin-bottom:5px;
}
li textarea {
    width: 100%;
    height: 225px;
    padding: 10px;
}
.comment-box-inner li input {
    width: 100%;
    height: 44px;
    padding: 5px;
}
.submit-form {
    background-color: #d72183;
    border: 1px solid #d72183;
    color: #fff;
    text-transform: uppercase;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    transition:all 0.3s;
}
.submit-form:hover {
    background-color:transparent;
    color:#d72183;
    }

.widget_love_match_call_to_action_middle {
    background-color: #d72183; 
}

.dating-theme-call-to-action-middle .dp-middle-cta-title, 
.dating-theme-call-to-action-middle .dp-middle-cta-content {
    font-size: 2.7rem;
    font-weight: 300;
    color: #fff;
}

.dating-theme-call-to-action-middle a.dp-cta-botton-1{display: block;}
.dp-cta-botton-middle {
    position: relative;
    margin-top: 8px;
  
}

.dating-theme-call-to-action-middle .row{
    padding-top: 36px;
    padding-bottom: 36px;
}

 
 

/** testimonial slider **/

.testimonial-list-container .author_review {
    font-size: 21px;
    font-family: 'Roboto';
    color: #d7dadb;
    padding-top: 30px;
    margin-bottom: 50px;
    font-weight: 300;
}

.double_cote_testimonial img{
    margin: 0 auto;
}

.testimonial-lists li{
    text-align: center;
}

.testimonial-list-container .author_name {
    font-size: 21px;
    color: #5964bd;
    font-family: 'Roboto';
}

.testimonial-list-container .author_designation {
    font-size: 21px;
    color: rgba(110,102,100,0.44);
    font-family: 'Roboto';
}

.testimonial-list-container .author_designation {
    font-size: 15px;
    font-family: 'Roboto';
    color: rgba(0,0,0,0.44);
    font-style: italic;
    font-weight: 400;
}

.testimonial-list-container .row {
    padding-top: 80px;
    padding-bottom: 40px;
}


.testimonial-list-container .bx-controls {
    position: relative;
    margin-top: 40px;
}

.testimonial-list-container .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d9dbf0;
    width: 44px;
    height: 3px;
}

.testimonial-list-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #5964bd;
}

.blog-homepage-wrap .blog-heading{
    text-align: center;
} 

.blog-homepage-wrap .blog-heading h3.latest-blog-main-heading{
    font-size: 4rem;
    color: #5c5c5c;
    font-weight: 300;
    text-transform: uppercase;
}

.blog-homepage-wrap .blog-heading p{
    font-size: 1.5rem;
    color: #5c5c5c;
    font-family: 'Roboto';
    margin-top: 30px;
    margin-bottom: 75px;
    }

/* blog page css */
.stunning_header_content {
       padding: 50px 0;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
}

.blog-section-wrap {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}

.blog-heading {
    font-size: 25px;
    color: #5c5c5c;
    text-align: center;
    margin: 50px 0 25px 0;
}
 
.blog-sec-image {
    background:url(../images/blog-image.jpg) no-repeat center center;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border:4px transparent;
    height: 173px;
    width: 173px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 20px;
    transition:all 0.2s;
}

p.content-title {
    color: #5c5c5c;
    font-size: 22px;
    margin-bottom: 2px;
}
.blog-date {
    font-size: 15px;
    font-weight: 300;
    color: #5c5c5c;
    margin-bottom: 15px;
    display: block;
}
.descript-content {
    display:block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom:30px;
    height: 40px;
}
.read-more-btn {
    background-color: #cdd0eb;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 42px;
    font-size:15px;
    display:inline-block;
    transition:all 0.5s;
}
.read-more-btn:hover{
    text-decoration:none;
    background-color: #5964bd;
    color: #fff;
    opacity: 0.85;
}

.load_more {
    text-align: center;
    margin: 20px 0;
}

.lm-blog-pagination {
    clear: both;
}

.load_more a {
       clear: both;
    width: 226px;
    margin: 0 auto;
    border: 2px solid #6973c3;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 25px;
    font-size: 18px;
    color: #6973c3;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.load_more a:hover {
    transition: background-color 0.5s ease;
    background-color: #6973c3;
    color: #fff;
    cursor: pointer;
}

.wdslider .widget-title {
    display: none;
}

/* comment form design */
.comment-form-comment label {
    display: block;
    color: #5c5c5c;
    margin-bottom: 5px;
}

textarea#comment {
    width: 100%;
    height: 225px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    width: 25%;
    margin-right: 10px;
}

#commentform .comment-form-author label, #commentform .comment-form-email label, #commentform .comment-form-url label {
        display: block;
    color: #5c5c5c;
    margin-bottom: 5px;
}

#commentform .comment-form-author input, #commentform .comment-form-email input, #commentform .comment-form-url input {
    width: 100%;
    height: 44px;
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.form-submit #submit {
    background-color: #d72183;
    border: 1px solid #d72183;
    color: #fff;
    text-transform: uppercase;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    transition: all 0.3s;
}

.form-submit #submit:hover,
.form-submit #submit:active,
.form-submit #submit:visited {
    background-color: #d72183;
    color: #fff;
    opacity: 0.85;
}

.comment-author {
    float: left;
    width: 20%;
    text-align: center;
}

.comment-author img {
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}

.comment-author .fn {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}


#commentform .comment-metadata {
    float: left;
    margin-left: 36px;
}

.lm_comment_sec {
    margin-top: 55px;
}

.comment-metadata {
    font-size: 13px;
    color: #777;
    text-decoration: none;
}

.comment-metadata {
    font-size: 13px;
    color: #777;
    margin-bottom: 13px;
}

.comment-metadata a {
    font-size: 13px;
    color: #777;
    margin-bottom: 13px;
}

.comment-content {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

.reply a {
    color: #777;
    font-size: 13px;
        float: right;
    margin-top: 15px;
}

.reply a:hover {
    color: #6973c3;
    text-decoration: none;
}

.comment-list {
    margin-bottom: 20px;
}

ol.children {
    margin-top: 60px;
    margin-bottom: 30px;
}


/*== stunning header ==*/

#lm-stunning-header {
    background-color: #77abf1;
 
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    height: 326px;
}

/* #lm-stunning-header {
    background-image: url(https://lovematch.wpdating.com/wp-content/uploads/2019/01/lovematch-banner.jpg);
} */
 

/*== Blog Setting ==*/

#blog-clock {
    padding: 0 5px;
    color: #d0d0d0;
}

.blog-entry-meta h1.entry-title a {
    text-decoration: none;
    font-size: 22px;
    color: #5c5c5c;
    line-height: 1.5;
}

.blog-section-wrap  .author a.url.fn.n {
    text-decoration: none;
    color: #5c5c5c;
    font-size: 15px;
}


.blog-entry-meta .entry-title {
    margin: 20px 0;
}

nav.navigation.posts-navigation {
    display: block;
    clear: both;
}

.nav-links a {
    text-decoration: none;
}


.lm-single-post-author a.url.fn.n {
    font-size: 14px;
    color: #d72183;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}

.lm-single-post h1.entry-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #5c5c5c;
    line-height: 1.5;
}

.lm-single-post-count {
    margin: 0 20px;
}


.lm-single-post .byline {
    margin-left: 20px;
}

i.fa.fa-commenting-o {
    margin-right: 5px;
}

/*== Add this social share ==*/
.lm-share-button a {
    margin-left: 5px;
    color: #5c5c5c;
    text-decoration: none;
}

.lm-share-label {
    font-size: 17px;
    color: #777777;
    margin-right: 10px;
}


.addthis_toolbox a i {
    font-size: 20px;
    color: #e5e5e5;
    margin-right: 20px;
}

.addthis_toolbox a i:hover {
    color: #000;
}


.addthis_toolbox {
    margin-top: 30px;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width:100%;
    float: left;
}

.lm-search-title {
    color: #d72183;
}

#lm-preloader-image {
    text-align: center;
}

.lm-ajax-not-found {
    clear: both;
    text-align: center;
}

.lm-numeric-pagination {
    text-align: right;
    clear: both;
}

.lm-numeric-pagination a {
    color: #000;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    border: 1px dashed rgba(30, 115, 190, 0.32);
    font-size: 16px;
    text-decoration: none;
}


.lm-numeric-pagination .current {
    color: #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    border: 1px solid rgba(236, 219, 219, 0.8);
    font-size: 16px;
    background: #1e73be;
    text-decoration: none;
}

.lm-numeric-pagination a:hover {
    border-color: #878fce;
    text-decoration: none;
}

.post-thumbnail {
    width: 200px;
    margin: 0 auto;
}

.post-thumbnail .img-circle{
    width:170px;
    height: 170px;
}

input.wpcf7-form-control.wpcf7-submit.dsp_submit_button.dsp-submit {
    width: 184px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100%;
    border: 1px solid #eee;
}

.wpcf7-form-control {
    width: 100%;
}

 

.lm-hide-menu-on-loggedout {
    display: none !important;
}

.rememberme #rememberme,
.checkbox {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    width: 16px;
    height: 18px;
    vertical-align: middle;
}

/*404*/
section.error-404.not-found {
    text-align: center;
}

.lm-404 {
    font-size: 50px;
}

.error-404 .search-field {
    border:0;
    box-shadow: none;
    height: 44px;
    width: 250px;
    color: #a5a6ae;
    background-color: #f1f6fe;
    text-align: center;
}

.error-404  input.search-submit {
        width: 170px;
    height: 44px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    box-shadow: none;
    background: #d72183;
    line-height: 41px;
    padding: 0 15px;
    color: #fff;
    border: 0;
    border-color: #fff;
}

.error-404 input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 3px solid #5964bd;
    color: #a5a6ae;
    background-color: #fff;
}

/*love Match login menu*/
.lm-login-user-details {
    position: relative;
}
#lm-login-menu ul#main-menu {
    float: left;
}

#lm-login-menu .lm-menu-login a {
    color: #77abf1;
}

#lm-login-menu .lm-menu-register {
    border: 3px solid #f2f4ff;
    padding: 0 14.5px;
    text-align: center;
    cursor: pointer;
}

#lm-login-menu .lm-menu-register:hover{border-color:#d72183}
#lm-login-menu .lm-menu-register a{padding: 8px 12px;}

.lm-menu-profile-image {
    width: 40px;
}

.lm-menu-register:hover a {
    color: #5964bd
}

#lm-login-menu li {
    margin-right: 10px;
}

#lm-login-menu {
    padding: 12px 5px;
    display: inline-block;
    padding-bottom: 18px;
}

.lm-logout-members-page #lm-login-menu {
    padding: 0;
}

.lm-login-user-details .lm-menu-profile-image {
    display: inline-block;
}

.lm-login-user-details > li {
    float: left;
}

.lm-menu-profile-name {
    margin-top: 10px;
}
.lm-login-dropdown-icons {
    margin-top: 5px;
}

.lm-login-dropdown-icons .fa-sort-desc{margin-top: 5px}

.lm-login-user-details .lm-menu-profile-name {
    display: inline-block;
    vertical-align: bottom;
}

.lm-menu-profile-name p {
    text-transform: capitalize;
    font-size: 14px;
    color: #a5a6ae;
    cursor: pointer;
}

.lm-login-dropdown-icons {
   display: inline-block;
}

.lm-menu-profile-submenu {
    z-index: 99999;
    position: absolute;
    width: 200px;
    background-color: #fff;
    left: 0;
    top: 57px;
    display: block;
    border: 1px solid #f2f2f2;
    border-top: 0;
}

.lm-menu-profile-submenu > li {
    margin: 10px 20px;
    z-index: 9999;
}

.lm-menu-profile-submenu a,
.lm-menu-profile-submenu i.fa {
    color: #a5a6ae;
    text-decoration: none;
}

.lm-menu-profile-submenu li:hover a,
.lm-menu-profile-submenu li:hover i.fa {
    color: #5964bd;
}

.lm-menu-profile-submenu {
    display: none;
}

#lm-login-menu:hover .lm-menu-profile-submenu {
    display: block;
}

.my-status{background-color: #e0e1ec;
    margin-top: 35px;
    margin-bottom: 0;
}

 .Status-box-profile{background-color:transparent; padding: 0}
.my-status p{margin: 0 0 0px;}
.my-status:before{border-bottom-color:#e0e1ec}
.lm-member-content-area-right .heading-row{border: 3px solid #f3f4ff;
    padding: 20px 20px 5px;}
    
.profile-week-details{background-color: #f4f4ff;}
.dspdp-horiz-spacer{display: none;}
.update-row #dsp_plugin .dspdp-btn{background-color: #6974c3;}
.tab-content-members{background-color: #f2f4ff;
    border: 1px solid #e7e9f3;} 
.tab-content-members.dsp-member-tab .dsp_tab1 a{
        width: auto;
    padding: 20px 30px;
    font-size: 15px;
    color: #a5a6ae !important   ;
    text-align: center;
    font-weight: 500;
    display: block;
 
    border-right: 1px solid #e6e8f2!important;}
.dsp-member-tab .dsp_tab1-active a{    width: auto;
    padding: 20px 30px;
    font-size: 15px;
    color: #a5a6ae !important;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    
 display: block;}
 .dsp_tab1, .dsp_tab1-active{padding: 0}
  #dsp_plugin  .dsp-meet-to-info.dspdp-text-center .dspdp-btn.no{
    background-color: #5964bd
  }

  #dsp_meet_me_click, .dspdp-btn.no{
  height: 30px !important;
    line-height: 30px !important;
    margin: 0 5px;
}

.dspdp-spacer-md{
    font-size: 13px;
    color: #5c5c5c;
    line-height: 24px
 }

.dspdp-alert-warning.standard-area, .dspdp-alert.dspdp-alert-info{background-color: #fff;
    border: none;
}

.dspdp-alert-warning.standard-area .dspdp-spacer{color: #a5a6ae;}
.dspdp-spacer-sm{     margin-bottom: 0; }
.credit-area .dspdp-spacer-sm{    margin: 10px 0;}
.dspdp-alert.dspdp-alert-info{color: #5c5c5c}
#dsp_plugin .edit_my_location_form  .dspdp-btn{margin: 20px 0}
.dspdp-form-control, input[type="file"].dspdp-form-control{    border: 1px solid #f2f2f2; padding: 10px; background:  #f1f6fe;}
.dspdp-reset, #dsp_plugin ul, #dsp_plugin li{margin:auto;  }

.dspdp-reset, #dsp_plugin  .album-upload, .dspdp-reset, #dsp_plugin  .album-upload li{
    padding: 0
}
.widget_wp_sidebarlogin form p.submit{     
    margin-top: 0;}

p.submit .dspdp-btn.dspdp-btn-default{
        margin-top: 0 !important;
    }

#lm-loggedout-leftcontent .widget.widget_wp_sidebarlogin .block{
    width: 100%;

}

img.alignleft, .wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;}

img.alignright, .wp-caption.alignright {
    margin: 0 0 24px 24px;
}

    table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 12px 8px;
    vertical-align: middle;
}

table > tbody > tr {
    position: relative;
    border-bottom: 1px solid #eee;
}

.blog-detail-content-wrap .entry-content p {
    margin-bottom: 30px;
}

.blog-detail-content-wrap .entry-content {
    padding-bottom: 0;
     
}

.alignright {
    float: right;
    text-align: right;
}

.alignleft {
    float: left;
    text-align: left;
}

.input-credits.dspdp-spacer .dspdp-form-control,
.input-credits.dspdp-spacer input[type="file"].dspdp-form-control{margin: 0 !important }
.membership_plan{    background-color: #f4f4ff; padding: 20px}



.profile-image {
    border-radius: 100%;
    overflow: hidden;
    border:6px solid #5863bc;
    box-sizing:content-box;
    margin:25px;
}
/* --------------------- */
/* --WPDT-6-change-link--*/
/* ----------------------*/
.login_error a{
    text-decoration: underline;
}
/* -------END--------- */
/* --------------------- */
/* --WPDT-7-register boxes--*/
/* ----------------------*/
.dsp_reg_main select{
    margin:8px;
}
.general-search .lm-username{
    margin:0;
}
.dspdp-form-group.save-search input {
    margin:0;
}
.save-search input[type="checkbox"]{
    margin-top:20px;
}
.search-page-zip input[name~="miles"]{
    margin:0;
}
.search-page-zip input[name~="zip_code"]{
    margin:0;
}
.lm-dst-search #distance-search{
    margin:0;
}
form[name~="composefrm"] input[name~="txtSubject"]{
    margin:0;
}
form.lm-skype .setting-page input[name~="txtskypename"]{
    margin:0;
}
/* -------END--------- */

/* --------------------- */
/* --error message fix--*/
/* ----------------------*/
.error span{
    line-height:30px;
    padding-left:6px;
}
/* -------END--------- */
.sent-message-page li span input[type="checkbox"] {
    outline: none;
}
/* wpdt-18-design filter button */
.lm-filter-btn{
    width:120px!important;
}
@media screen and (min-width: 426px) {
    .update_profile_text_div{
        bottom: 0;
    }
}

/*quick search css mobile responsive*/

@media screen and (max-width: 768px ) {
    .dating-theme-search-overlay {
        position:static !important;
        display: block !important;
    }
    #dp-main-title-full-width{margin: 0 auto;}}

    
/* Lovematch Design Fixes*/
/* Added 18th june 2018 */
.lm-dating-top-member-tab .dsp_tab1 {
    width: 100px;
    border: 1px solid #e6e8f2!important;
}
.lm-dsp-edit-profile-tab {
    width: 113px!important;
}
#dsp_plugin .menus-profile a {
    border: 1px solid #e6e8f2;
}
#lm-dating-top-member-tab .dsp_tab1,#lm-dating-top-member-tab .dsp_tab1-active {
    padding: 21px 20px;
}
#lm-dating-top-member-tab .lm-dsp-edit-profile-tab {
   margin-left: 0;
}
.dsp-line {
    padding-bottom: 10px;
}
#lm-dating-top-member-tab .dsp_tab1 {
    border: 1px solid #e6e8f2!important;
}
#lm-dating-loggedout-rightsidebar .widget_wp_sidebarlogin, #lm-dating-loggedout-rightsidebar #sidebar-login {
    border: 1px solid #e6e8f2;
}
.btn-fb-login {
    border-radius: 0;
}
@media screen and (max-width: 780px){
        #lm-dating-top-member-tab .dsp_tab1 {
        width: 126px!important;
    }
        #lm-dating-top-member-tab .dsp_tab1-active {
        width: 126px!important;
    }
}
.dspdp-form-group input{
    margin: 8px;
}
.error {
    background-color: #de4949;
    color: #ffffff;
    font-weight: bold;
    margin-top: 12px;
    border-radius: 0;
}
.lm-setting-page .thanks {
    margin-top: 12px;
    background-color: #b9d2be!important;
    color: #3c763d;
    font-weight: bold;
}
.dspdp-text-success {
    padding: 8px;
    color: #3c763d;
}
#lm-member-content-area-left{
    box-shadow: 5px 6px 20px 0px;
}
/* customizer changes */
.lm-dating-top-member-tab .dsp_tab1 {
    width: 100px;
    border: 1px solid #e6e8f2!important;
}
.lm-dsp-edit-profile-tab {
    width: 113px!important;
}
#dsp_plugin .menus-profile a {
    border: 1px solid #e6e8f2;
}
#lm-dating-top-member-tab .dsp_tab1 {
    padding: 21px 20px;
}
#lm-dating-top-member-tab .lm-dsp-edit-profile-tab {
   margin-left: 0;
}
.dsp-line {
    padding-bottom: 10px;
}
#lm-dating-top-member-tab .dsp_tab1 {
    border: 1px solid #e6e8f2!important;
}
#lm-dating-loggedout-rightsidebar .widget_wp_sidebarlogin, #lm-dating-loggedout-rightsidebar #sidebar-login {
    border: 1px solid #e6e8f2;
}
.btn-fb-login {
    border-radius: 0;
}
@media screen and (max-width: 780px){
    #lm-dating-top-member-tab .dsp_tab1 {
    width: 126px!important;
}
    #lm-dating-top-member-tab .dsp_tab1-active {
    width: 126px!important;
}
}
.chat-request-box .dspdp-clearfix span{
    padding-top: 5px;
}
.chat-request-box .dspdp-clearfix strong{
    margin-left: 10px;
}
.chat-request-box .close{
    display: none;
}
/* Tab design */
#dsp_plugin .lm-home-guest-page .tab-box a {
    color: #fff;
    border-right: 1px solid #8e8da7 !important;
}
.lm-home-guest-page .tab-box {
    background-color: #9999B2;  
}
#dsp_plugin .lm-home-guest-page .tab-box a:hover {
    color: #e8ebff;
}
#dsp_plugin .lm-home-guest-page .tab-box a.activeLink:hover {
    color: #a5a6ae;
}
.tab-box a {
    border-radius: 0;
}
/* Sidebar login design */
#lm-left-members-sidebar .widget_wp_sidebarlogin li a {
    color: #827882;
    text-decoration: none!important;
    font-size: 14px;
}
#lm-left-members-sidebar .widget_wp_sidebarlogin li a:hover {
    color: #905f90;
}
#lm-left-members-sidebar .widget_wp_sidebarlogin {
    background-color: #f4f4ff;
    padding: 0;
}
#lm-left-members-sidebar .widget_wp_sidebarlogin .avatar_container{
    float: none;
}
#lm-left-members-sidebar .widget_wp_sidebarlogin li.page_item {
    background-color: #FBFBFB!important;
    padding: 7px 0!important;
}
#lm-left-members-sidebar .widget_wp_sidebarlogin .avatar_container img.avatar {
    margin-right: 0px;
}
#lm-left-members-sidebar .widget_wp_sidebarlogin ul.pagenav.dspdp-usermenu {
    width: 100%;
    text-align: center;
}
#lm-left-members-sidebar .widget_wp_sidebarlogin ul.dspdp-usermenu li {
    border-bottom: 1px solid #f4f4ff;
}
/* Read more button color blog page */
.read-more-btn{
    background-color: #5964bd;
}
.read-more-btn:hover{
    background-color: #7079ce;
}
/* Responsive dsp tab menu on members page during logout */
@media (max-width: 767px){
    #lm-loggedout-leftcontent .dsp-line{
       width: 100%;
       display: inline-block;
       padding-top: 0;
    }
    #lm-loggedout-leftcontent .dsp_tab1-active a {
       background-color: transparent;
       color: #fff;
       padding: 10px 20px;
    }
    #dsp_plugin #lm-loggedout-leftcontent .dsp_tab1, #dsp_plugin #lm-loggedout-leftcontent .dsp_tab1-active {
       padding: 0px 10px;
    }
    #lm-loggedout-leftcontent .dsp-line .dsp_tab1-active a{
       text-align: center;
    }
    #lm-loggedout-leftcontent .dsp-line {
       margin-bottom: 17px;
    }
    #lm-loggedout-leftcontent .dsp-tab-container {
       text-align: center;
    }
}

/*profile circle image in mobile device */
@media screen and (max-width: 768px){
    .box-profile-link .profile-image {
        width: 50%;
    }
}
/* Edit profile tab */
#lm-dating-top-member-tab .dsp_tab1-active {
    background-color: #f2f4ff;
    border: 1px solid #e6e8f2!important;
}
@media screen and (min-width: 1200px){
    .dsp-line {
        display: inline-flex;
        padding-bottom: 0px;
        vertical-align: top;
    }
    #lm-dating-top-member-tab .lm-dsp-edit-profile-tab {
        margin-top: 0;
        padding: 19.5px 0 !important;
    }
    #lm-dating-top-member-tab .dsp_tab1 {
        padding: 21px 6px;
    }
    #lm-dating-top-member-tab .dsp_tab1 {
        border-top: none!important;
        border-bottom: none!important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    #lm-dating-top-member-tab .dsp_tab1, #lm-dating-top-member-tab .dsp_tab1-active {
        padding: 21px 0;
    }
    #lm-dating-top-member-tab .lm-dsp-edit-profile-tab {
        padding: 21px 0 !important;
    }
}
@media screen and (max-width: 1024px){
    .dsp-line {
        padding: 10px 8px;
    }
    #lm-dating-top-member-tab .dsp_tab1 {
        padding: 21px 8px;
    }
}
/* Profile Page logged out case */
#lm-loggedout-leftcontent .box-border {
    margin-top: 10px;
}
.add-comment .error {
    padding: 5px;
}
#dsp_plugin .menus-profile li {
    padding: 0;
}
/* Menu misalignment along with sidebar design fix */
#lm-member-content-area-left {
    box-shadow: none;
    background:#fbfbfb;
    padding-top:15px;
    padding-bottom:15px;
    border-radius:6px;
    box-shadow: 0 0 3px 2px #cccccc9e;
}
.box-profile-link {
    margin-top: 0;
}
@media screen and (min-width: 1200px){
    #lm-dating-top-member-tab .lm-dsp-edit-profile-tab.dsp_tab1-active {
        margin-left: 0;
        margin-top: 0;
        border: none!important;
        padding: 20px 0!important;
    }
}
/* Settings tab design */
.line .dsp_tab1 {
    margin-top: 1px;
}
/* Zodiac Sign Design */
.zodic-sign img {
    width: 75px;
}
.zodic-sign h4 {
    padding-right: 12px;
    font-size: 14px;
}
/* Meet me user description design */
.user-meetto-info{
    font-weight: 600;
}
.settings-sub-menu{
    z-index: 99999;
    position: absolute;
    width: 200px;
    background-color: #fff;
    right: 0;
    top: 57px;
    display: block;
    border: 1px solid #f2f2f2;
    border-top: 0;
}
.new-profile-members .dsp-member-tab,.new-popular-members .dsp-member-tab {
    font-size: 13px;
    font-weight: 500;
}
.new-profile-members div[class^="dsp_tab"],.new-popular-members div[class^="dsp_tab"]{
    padding: 10px 30px;
    cursor: auto!important;
}

/* pagination */

.wpse_pagination a{
    padding: 0px 10px;
    margin: 0 1px;
    height: 28px;
    border-radius: 0;
}
.wpse_pagination .disabled,.wpse_pagination .current {
    padding: 1px 12px;
    border-radius: 0;
}
.wpse_pagination {
    margin-top: 10px;
}
.wpse_pagination .current {
    font-size: 11px;
}
