/*
  Theme Name:  Weddlist — Wedding Vendor Directory HTML Template
  Author: udayraj
  Author URI: themeforest.com/user/udayraj
  Description: A default stylesheet for Weddlist — Wedding Vendor Directory HTML Template.
  Version: 1.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Revolution Slider
04. Navigation
05. Page Banner
06. Wedding Plan
07. Wedding Location
08. Wedding Gallery
09. Feature Wedding
10. Call Out
11. Why Choose Block
12. Testimonial Block 
13. News And Update Block
14. Footer
15. Plan Start Block 
16. Upcoming Wedding Block
16. About Us Page
17. Category Listing
18. Listing With Left Map
19. Listing With Top Map
20. Blog Main Page
21. Add Listing Page
22. Manage Item Listing
23. Blog Single Page
24. Couple Dashboard
25. To Do List Page
26. Guest List Page
27. Budget Planner
28. Vendor Dashboard
29. New Listing Item Description
30. New Listing Item Vendor Profile
31. New Listing Item Related Video
32. New Listing Item Review
33. New Listing Item Video
34. Pricing Table
35. Faq
36. Contact Us Page
37. Vendor Profile
38. Couple Profile Main Page
39. Register Page
40. 404 Page
41. Gallery Col3 And Col4
42. Real Wedding Listing
43. Real Wedding Single Listing
44. Help Page
45. Preloader

/* =============== Colors Used =====================

  Pink : #ff4061;
  Blue : #392D48;

 ===================================================*/

/* ================================= */
    /*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Lora', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Lora', sans-serif;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;

  color: #333;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px; 
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {  
  text-decoration: none;
  color: #ff4061;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #333;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
blockquote {   
  font-style: italic;
}
ul {
  margin: 0;
}
.clr-white {
  color: #FFF;
}
.clr-black {
  color: #000;
}
.clr-red {
  color: #B2223C;
}
.clr-dk-blue {
  color: #21212E;
}
.bglight{
  background:#F6F6F6;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.main-container{
  padding: 80px 0;
}
.page-banner.bg-dark .overlay-bg {
  background-color: rgba(50, 50, 50, 0.9); 
}
.mrgn-bottom-30 {
  margin-bottom: 30px;
}
.mrgn-bottom-35 {
  margin-bottom: 35px;
}
.mrgn-bottom-60 {
  margin-bottom: 60px;
}
.mrgn-bottom-100 {
  margin-bottom: 100px;
}
.pad-0 {
  padding: 0;
}
.pad-rt-0 {
  padding-right: 0;
}
.pad-lft-0 {
  padding-left: 0;
}
.listing-topmap-dtl.pad-bt-0 {
  padding-bottom: 1px;
}
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.38);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn:focus,
.btn-bink:focus,
.btn-default {
  outline: none;
}
.btn-default,
.btn-grey,
.btn-primary,
.btn-pink,
.btn-white {
  z-index: 1;
  position: relative;
  font-size: 13px;
  text-align: center;
  color: #FFF;
  line-height: 1.88;
  letter-spacing: 0.6px;
  border: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
   -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-radius:4px;
  padding: 11px 20px;
  border-radius: 3px;
}
.btn.active, .btn:active{
  box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: 0;
}
.btn-media{
  background:#ff4061;
  color: #FFF;
  margin-bottom:10px;
  padding: 12px 25px;
  border: none;
}

.btn-media:hover{
  color: #FFF;
  margin-bottom:10px;
}

.btn-default {
  background-color: #101010;
  border-radius: 4px;
}
.btn-pink {
  background-color: #ff4061;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover {
  color: #FFF;
  outline: none;
  background-color: #ff4061;
  border: none;
}
.btn-default:hover::before {
  background-color: #ff4061;
}
.btn-pink:hover,
.btn-pink:focus {
  color: #FFF;
  background-color: #ff4057;
}
.btn.btn-pink:hover,
.btn.btn-pink:focus {
  color: #FFF;
  background-color: #ff4057;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #FFF;
}
.btn-pink:hover::before {
  background-color: #ff4057;
}
.btn-white {
  background-color: #ff4061;
  color: #FFF;
}
.btn-white:hover{
  background-color: #ee2e4f;
  color: #FFFFFF;
}
.btn-white:hover::before {
  background-color: #ee2e4f;
  color: #FFFFFF;
} 
.read-more {
  font-weight: 700;
  padding: 0;
  font-size: 14px;
  font-style: italic;
  color: #ff4061;
  line-height: 1.88;
  letter-spacing: 0.6px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
}
.section {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.section-heading {   
  color: #333; 
  font-size: 32px;
}
.section-sub-heading {
  font-weight: 400; 
}
.section h3{
  font-size: 32px;
}

@media (max-width: 992px) {
  .call-out-dtl{
    padding-top:80px;
    padding-bottom:80px;
  }
}
.form-control {
  border: 1px solid #d9d4d6;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  font-family:inherit;
  background: #f9f9f9;
  color: #666;
}
.form-control:focus {  
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ff4061;
}
.social-icons ul li {
  display: inline-block;
}

.user-main-box .select2-container .select2-selection--single{
    height: 45px;
}
.user-main-box .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.user-main-box  .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 15px;
}

/*========= Search =========*/
.search-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  padding-top: 10;    
  opacity: 0;
  background-color: #181818;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;    
}
.search-header input[type=search] {
    color: #f6f6f6;
    background: #353535;
    padding: 5px 10px;
}
.search-header .container {
  position: relative;
  margin-top: 15px;
}
.search-header.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  width: 96%;
  border: none;
  font-size: 14px;  
  color: #f6f6f6;
  background: none;
}
.search-box::-webkit-input-placeholder {
  font-size: 14px;
  color: #f6f6f6;
}
.search-close {
  position: absolute;
  right: 9px;
  top: 5px;
  padding: 5px 15px;
  color: #f6f6f6;
  background: transparent;
}
.search-close:hover {  
  color: #ff4061;
}
.search input:focus {
  outline: none!important;
  border-color: none;   
  -webkit-box-shadow: none;
  box-shadow: none;
/*  color: #FFF;*/
  text-transform: none;
}
.mm-opening .search-header{
  display: none;
}

/*=========== Social Btn ===========*/
.social-btns li {
  display: inline-block;
}
.social-btns .btn,
.social-btns .btn i {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;

}
.social-btns .btn i {
  color: #FFF;
}
.social-btns .btn.facebook {
  background-color: #3B5998;
}
.social-btns .btn.twitter {
  background-color: #3CF;
}
.social-btns .btn.instagram {

}
li.btn.twitter{
   background-color: #ff4061; 
}
.social-btns .btn.google {
  background-color: #DC4A38;
}
.social-btns .btn.dribbble {
  background-color: #F26798;
}
.social-btns .btn.skype {
  background-color: #00AFF0;
}
.social-btns .btn.pinterest {
  background-color: #C92228;
}
.social-btns .btn.linkedin {
  background-color: #007BB6;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  opacity:0.8;
}

.social-btns .btn {
  display: inline-block;
  background-color: #ff4061;
  width: 40px;
  height: 40px;
  line-height: 1.6;
  text-align: center;
  margin-right: 7px;
  position: relative;
  border-radius: 0;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  border-radius: 4px;
}
.social-btns .btn .fa {
  font-size: 15px;
  line-height: 1.6;  
}



/* ==================================== */
    /*===== Revolution Slider TwO =====*/
/* ==================================== */

.slider-bottom-two {
  background-color: rgba(255,255,255,0.8);
  padding:30px 20px 10px 20px;
  border-radius: 4px;
}
.home-revo-slider-2 ul li .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply; 
}
.slider-bottom-panel-two {
  width: 100%;
  position: absolute;
  bottom: 150px;
  z-index: 1001;
}
.slider-bottom-panel-two .dropdown button {
  height: 50px;
  font-size: 14px;
  color: #555;
}
.slider-bottom-panel-two .dropdown button:focus {
  background-color: #FFF;
}
.slider-bottom-panel-two .dropdown .dropdown-menu {
  top: 50px;
}
.slider-bottom-panel-two .slider-bottom-panel-btn .btn-pink {
  width: 100%;
  padding: 0;
  height: 50px;
  border-radius: 3px; 
  font-size: 15px;
  letter-spacing: 0.6px;
}

/* ==================================== */
    /*===== Revolution Slider =====*/
/* ==================================== */
.rev_slider_wrapper {
  position: relative;
}
.home-revo-slider ul li .overlay-bg {
  background: rgba(57, 45, 72, 0.8); 
}
.home-revo-slider ul li .overlay-bg.clr-blk {
  background: rgba(0, 0, 0, 0.5);
}
.slider-bottom-panel {
  width: 100%;
  background-color: rgba(32, 32, 32, 0.2);
  padding: 25px 0 5px 0;
  position: absolute;
  bottom: 0;
  z-index: 99;
  border-radius:0;
}
.padding5{
  padding: 5px;
}
@media (max-width: 767px) {
.slider-bottom-panel {
  position: unset;
} 
.slider-bottom-panel .padding5{
  padding: 0 15px;
}

.select-basic {
  margin-bottom:10px;
}
.slider-bottom-panel-two {
  position: unset;
  background:#F6F6F6;
}
.slider-bottom-two{
  background:#F6F6F6;
  padding:29px 30px 40px 30px;
}
}


.slider-bottom-panel .dropdown button {
  height: 50px;
  font-size: 14px;
  color: #555;
}
.slider-bottom-panel .dropdown button:focus {
  background-color: #FFF;
}
.slider-bottom-panel .dropdown button span.drp-name { 
  font-size: 14px;
  color: #555;
}
.slider-bottom-panel .dropdown .dropdown-menu {
  top: 50px;
}
.slider-bottom-panel-btn .btn-pink {
  width: 100%;
  padding: 0;
  height: 50px;
  border-radius: 3px; 
  font-size: 15px;
  letter-spacing: 0.6px;
}

.nopadding{
  padding: 0;
}

.nopadding .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
}
.slider-bottom-panel-two.slider-bottom-three .slider-bottom-panel-btn .btn-pink{
  border-radius: 0;
}
@media(max-width: 992px) {
  .rev_slider_wrapper .tparrows, 
  .rev_slider_wrapper:hover .tparrows {
    display: none !important;
  }
}

/*======== Login Popup ========*/
.login-model,
.register-model {
  background-color: rgba(60, 60, 60, 0.7);
}
.modal-content {
  margin: 0 auto;
  padding: 0;
  border-radius:0;
}
.modal-content input {
  border-radius: 0;
  height: 45px;
  margin-bottom: 10px;
  border: 1px solid #DADADA;
}
.modal-header .modal-title {
  font-size: 21px;
  font-weight: 700;
}
.modal-header .close {
  color: #ff4061;
}
.modal-header{
  padding: 20px 25px;
}
.modal-body{
  padding: 25px;
}
.modal-content .btn-default {
  padding: 10px 18px;
  font-weight: 700;
  font-size: 13px;
  background-color: #392D48;
  display:inherit;
}
.modal-content .btn-default:focus,.modal-content .btn-default:hover {
  color: #f5f5f5;
  background-color: #392D48;
}
.modal-content label{
  display:table;
}

/* ================================= */
    /*===== Navigation =====*/
/* ================================= */
.top-nav-info {
  background-color: #181818;
}
.top-nav-info ul > li > a,
.top-nav-info .top-text {
  color: #FFF;
  font-size: 12px;
  line-height: 4.9;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.top-nav-info ul > li > a:hover {
  color: #ff4061;
}
.top-nav-info .top-detail ul li {
  color: #FFF;
  display: inline-block;
  padding: 0 8px;
  line-height: 3.1;
  z-index: 9999999;
}
.top-detail ul li input {
  display: none;
}
.top-detail ul li:focus input {
  display: block;
}
@media (max-width: 767px) {
  .top-nav-info .top-text {
    text-align: center;
  }
  .top-detail {
    text-align: center;
  }
}
.wedding-logo {
  padding: 20px 0;
}
.logo {
  padding-top: 25px;
}
.nav-bar {
  width: 100%;
  z-index: 3;
  background-color: transparent;
  box-shadow: 0 1px 15px rgba(0,0,0,0.20);  
}
.navigation #cssmenu ul li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation #cssmenu ul li:hover a ,
.navigation #cssmenu ul li.active a {  
  color: #ff4061;
}
.navigation #cssmenu ul li:hover ul.sub-menu {
  top: 99px;
}
.navigation #cssmenu ul ul.sub-menu {
  top: 160px;
  z-index: 999999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navigation #cssmenu ul ul.sub-menu ul {
  top: -1px;  
}
.navigation #cssmenu ul ul.sub-menu li a {
  border: 0;
  color: #101010;
  font-weight: 700;
  background-color: #FFF;
}
.navigation #cssmenu.small-screen ul ul li:hover .submenu-button:before{
  background:#FFF;
}
.navigation #cssmenu.small-screen ul ul li:hover .submenu-button:after{
  background:#FFF;
}

.navigation #cssmenu ul ul.sub-menu li:hover a ,
.navigation #cssmenu ul ul.sub-menu li.active a {
  color: #FFFFFF;
  background-color: #ff4061;    
}
.navigation #cssmenu ul ul.sub-menu li:hover ul.has-sub1 li a,
.navigation #cssmenu ul ul.sub-menu li.active a ul.has-sub1 li a,
.navigation #cssmenu ul ul ul.has-sub1 li a {
  background-color: #FFF;
  color: #333;
}
.navigation #cssmenu ul ul li:hover ul.has-sub1 li:hover a {
  background-color: #ff4061;
  color: #FFF;
}
.navigation #cssmenu ul ul.sub-menu li:hover ul.has-sub1 {
  box-shadow: -1px 0 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 99999999;
}
.navigation {
  float: right;
  margin: auto;
  z-index: 1111;
}
.nav-bar.top-nav-collapse { 
  opacity: 1;
  box-shadow: 0 1px 15px rgba(0,0,0,0.2);
  z-index: 9999999;
  position: fixed;
  top: 0;
  background-color: #FFF;
}
.navigation ul li i {
  margin-left: 3px;
}
@media(max-width:767px) {   
  .logo img {
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
  }  
  .wedding-logo img {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
  }   
}
@media (min-width: 767px) and (max-width: 992px) { 
  .logo img {
    display: block;
    margin: 0 auto;
  }  
}
@media(max-width:785px) {  
  .wedding-logo {
    padding: 20px 0 10px 0;
  }
  .navigation {
    float: none;
  } 
  #cssmenu.small-screen #menu-button {  
    color: #392D48;
  }
  #cssmenu.small-screen #menu-button:before {   
    background: #392D48;
  }
  #cssmenu.small-screen #menu-button:after {   
    border-top: 2px solid #392D48;
    border-bottom: 2px solid #392D48;
  }
  #cssmenu.small-screen #menu-button.menu-opened:before {
    background: #392D48;
  }
  #cssmenu.small-screen #menu-button.menu-opened:after {
    background: #392D48;
  }
  .navigation #cssmenu ul li:hover a, 
  .navigation #cssmenu ul li.active a {
    border-top: 0 solid #ff4061;
  }
  .navigation #cssmenu ul ul.sub-menu {
    border-top: 0 solid #ff4061;
    top: 0;
  }
  .navigation #cssmenu ul li a {   
    border-top: 0 solid #ff4061;
    padding: 16px 15px;
  }
  .navigation #cssmenu ul ul li a {   
    border-top: 0 solid #ff4061;
    padding: 13px 15px;
  }  
  .navigation #cssmenu ul li:hover ul.sub-menu {
    border-top: 0 solid #ff4061;
    top: 0;
  }
  .navigation ul li i {
    display: none;
  }
}
@media(min-width: 768px) and (max-width: 992px) { 
   #cssmenu {
    margin-top: 30px;
  }
  #cssmenu > ul > li > a {    
    padding: 42px 8px;   
  }
}
@media (min-width: 786px) and (max-width: 1199px) {
  #cssmenu > ul > li > a {
    padding: 10px 8px;
  }
  .navigation #cssmenu ul li:hover ul.sub-menu {
    top: 35px;
  }
}

/*=====================================*/
  /*========  Page Banner  ======*/
/*=======================================*/
.page-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner .overlay-bg {
  background-color: rgba(50, 50, 50, 0.8);
}
.page-banner .banner-dtl {
  position: relative;
  padding: 80px 0 70px;
}
.banner-dtl .banner-heading {
  font-size: 40px;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 10px;
}
.banner-dtl .banner-heading h2{
  color: #FFF;
}
.breadcrumb { 
  padding: 0;
  letter-spacing: 0.5px;
  background-color: transparent;
  margin:10px 0 5px 0;
  color: #FFF;
}
.breadcrumb li a {
  line-height: 2.8;
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
}
.breadcrumb li.active {
  color: #FFF;
  line-height: 2.8;
  font-size: 15px;
  font-weight: 400;
}
.breadcrumb li a:hover,
.breadcrumb li.active a {
  color: #FFF;
}
.breadcrumb>li+li:before {
  padding: 0 0;
  color: #ccc;
  content: "/\00a0";
  font-weight: 700;   
}

/*=====================================*/
  /*========  Wedding Plan  ======*/
/*=======================================*/
.wedding-plan-block {

}
.wedding-plan-block:hover {
  box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.wedding-plan-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  z-index:1;
  border-radius: 3px 3px 0 0;  
}
.wedding-plan-img img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.wedding-plan-img .overlay-bg {
  opacity: 0;
  background-color: rgba(50, 50, 50, 0.4);
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.wedding-plan-img:hover .overlay-bg {
  opacity: 1;
} 
.wedding-plan-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.wedding-plan-dtl {
  padding: 40px 30px;
  background:#F3F3F3;
  border:1px solid #E3E3E3;
  border-top:none;
  border-radius: 0 0 3px 3px;
}
.whitebg .wedding-plan-dtl{
  background: #FFFFFF;
}
.wedding-plan-dtl .heading {
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}
.wedding-plan-dtl .sub-heading {
  line-height: 1.86;
  letter-spacing: 0.3px;
  margin-bottom:5px;
}
.wedding-plan-dtl .btn-default {
  padding: 7px 31px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .wedding-plan-block {
    margin-bottom: 30px;
  }
}

/*==============================================*/
  /*==== Vendor Categories ======*/
/*==============================================*/
.vendor-categories-main-block {
  padding: 120px 0;
  background-color: #F4F2EC;
}
.vendor-categories-block {
  margin-bottom: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.vendor-categories-img {
  position: relative;
}
.vendor-categories-img img {
  width: 100%;
}
.vendor-categories-block .meta-tags {
  top: 20px;
  left: 20px;
  position: absolute;
  height: 30px;
  text-align: center;
  background-color: #ff4061;
  color: #FFF;
  z-index: 1;
  margin:0;
  padding:5px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  line-height: 21px;
}
.vendor-categories-block .overlay-bg {
  opacity: 0;
  background-color: rgba(50, 50, 50, 0.7);
}
.vendor-categories-block:hover .overlay-bg {
  opacity: 1;
}
.vendor-categories-block .btn-plan {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 13px 29px;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 0;
  font-weight: 700;
}
.vendor-categories-block .btn-plan:hover {
  color: #FFF;
}
.vendor-categories-block:hover .btn-plan {
  opacity: 1;
}
.vendor-categories-dtl {
  background-color: #FFF;
  padding: 18px 20px;
}
.vendor-categories-dtl .vendor-category{
  margin-bottom:0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.vendor-categories-dtl .vendor-category a {
  color: #333;
}
.vendor-categories-btn .btn-pink {
  margin-top: 30px;
  font-size: 11px;
  padding: 12px 51px;
  text-transform: uppercase;
  box-shadow: 1px 1.7px 0 0 #D10024;
}
.vendor-categories-btn .btn-pink:hover {
  box-shadow: 1px 1.7px 0 0 #392D48;
}


/*=====================================*/
  /*========  Wedding Location  ======*/
/*=======================================*/
.wedding-location-block {
  padding-bottom: 30px;
}
.location-block {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
}
.city-img img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; 
}
.location-block:hover .city-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.location-block .city-dtl {
  text-align: center;
  position: absolute;
  top: 25%;
  padding: 0 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.location-block .city-dtl-heading {
  top: 40px;
  position: relative;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.location-block .city-dtl-heading {
  text-shadow: 2px 2px 8px #000;
}
.location-block .city-dtl p,
.location-block .city-dtl .btn-pink {
  opacity: 0;
  font-weight: 400;
  font-style: italic;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;  
}
.location-block:hover .city-dtl p,
.location-block:hover .city-dtl .btn-pink {
  opacity: 1;
}
.location-block .city-dtl .city-dtl-heading{
  color: #FFF;
  font-size: 22px;
  margin-bottom:10px;
}
.location-block .city-dtl p {
  color: #FFF;
}
.location-block .city-dtl .btn-pink {
  color: #FFF;
  z-index: 3;
  padding: 6px 22px;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px;
  text-transform: none;
}
.location-btn.btn-pink {
  padding: 14px 42px;
  border-radius: 5px;
  font-size: 11px;
  box-shadow: 1px 1.7px 0 0 #D10024;
}
.location-btn.btn-pink:hover {
  box-shadow: 1px 1.7px 0 0 #312441;
}
/*=====================================*/
  /*========  Wedding Gallery ======*/
/*=======================================*/
.gallery-block {
  position: relative;
}
.gallery-block .gallery-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  border: 1.5px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 3.2;
  opacity: 0;
}
.new-listing-gallery-slider .gallery-block,.gallery-slider .gallery-block{
  margin-bottom: 0;
}
.gallery-block .gallery-img a:focus {
  outline: none;
}
.gallery-block .gallery-img a:hover {
   background-color: rgba(57, 45, 72, 0.8); 
}
.gallery-block:hover a {
  opacity: 1; 
}
.gallery-block .gallery-img img {
  width: 100%;
}
.gallery-block .overlay-bg {
  opacity: 0;
  background-color: rgba(50, 50, 50, 0.8);
  transform: scaleX(0);
  top: 0;
  right: 0;
}
.gallery-block:hover .overlay-bg {
  opacity: 1;
  transform: scaleX(1);
  z-index: 2;
} 
.gallery-block .gallery-dtl {
  font-weight: 700;
  position: absolute;
  top: 10%;
  left: 8%;
  opacity: 0; 
  color: #FFF;
  margin-right: 4px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 9;
}
.gallery-block:hover .gallery-dtl {
  opacity: 1;
}
.gallery-block .gallery-dtl i {
  color: #ff4061;
  margin-bottom: 45%;
  margin-right: 5px;
}
.gallery-block .gallery-dtl .gallery-heading a,.gallery-block .gallery-dtl .gallery-heading {
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 992px) {
  .gallery-block .gallery-dtl i {
    margin-bottom: 190px;
  }
}

/* ================================= */
    /*===== Feature Wedding =====*/
/* ================================= */
.feature-block {
  border: 1px solid #E3E3E3;
  background-color: #F7F7F7;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.feature-block:hover {
  box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.feature-block .feature-img {
  position: relative;
  overflow:hidden;
}
.feature-block .feature-img img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 3px 3px 0 0;   
}
.feature-block:hover .feature-img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 3px 3px 0 0; 
}
.tags {
  position: absolute;
  top: 20px;
  left: 25px;
  width: auto;
  text-transform: uppercase;
  color: #FFF;
  font-size: 11px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 1.3;
  padding:7px 15px;
  z-index:99;
}
.tags-clr-one {
  background-color: #E64ECF;
}
.tags-clr-two {
  background-color: #F39713;
}
.tags-clr-three {
  background-color: #CC0000;
}
.feature-dtl {

}
.feature-dtl .feature-heading a {
  color: #454545;
  display: block;
  line-height: 1.63;
  font-size: 18px;
}
.feature-block .feature-dtl{
}
.feature-block .feature-vendor {
  padding-bottom: 30px;
  padding-left: 30px;
  color: #ff4061;
  line-height: 1.63;
  font-size: 16px;
}
.feature-block .feature-price {
  padding-right: 20px;
  line-height: 1.53;
  font-size: 17px;
}

.feature-block .feature-vendor-bottom {
  color: #333333;
  line-height: 1.2;
  font-size: 16px;
  display:inline-block;

}
.category-vendor-bottom {
  color: #333333;
  line-height: 1.2;
  font-size: 16px;
  display:inline-block;
}

.category-price-bottom {
  line-height: 1.2;
  font-size: 17px;
  float:right;
  display:inline-block;
}


.feature-block .feature-price-bottom {
  line-height: 1.2;
  font-size: 17px;
  float:right;
  display:inline-block;
}
.feature-dtl-bottom {
  display:inline-block;
  width:100%;
  border-top:1px solid #E3E3E3;
  padding:20px 20px;
}

.feature-dtl {
  padding: 20px;
}
.listing-ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.listing-ul li {
    display: inline-block;
}
.listing-location{
  border-left:1px solid #CCC;
  padding-left:15px;
}

.feature-block .feature-heading{
  margin-bottom: 10px;
}
.feature-block .feature-dtl p {
  font-size: 15px;
  margin-bottom: 10px;
}
.feature-block .feature-dtl i {
  font-size: 16px;
}

/* ================================= */
    /*======== Call Out ========*/
/* ================================= */
.call-out-main-block .overlay-bg {
  background-color:  rgba(50, 50, 50, 0.8);
}
.call-out-dtl {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
.call-out-dtl .call-out-heading {
  color: #FFF;
  margin-bottom: 40px;
  font-size: 44px;
}
.call-out-dtl .btn-pink {
  background-color: #ff4061;
  padding: 14px 30px;
  border-radius: 4px;
  font-size: 14px;
}

/* ================================= */
    /*===== Why Choose Block =====*/
/* ================================= */
.why-choose-block {
  margin-bottom: 20px;
}
.why-choose-main-block .section {
  margin-bottom: 60px;
}
.why-choose-block .read-more {
  font-size:12px;
  font-style:normal;
}
.why-choose-dtl .why-choose-sub-heading {
  line-height: 1.6;
  margin-bottom: 16px;
}
.why-choose-block .why-choose-dtl {
  margin-bottom: 30px;
}
.why-choose-main-block .section-heading {
  font-size: 30px;
  line-height: 1.4;
}
.why-choose-main-block .section-heading span {
  color: #ff4061;
}
.why-choose-main-block .section-sub-heading {
}
.why-choose-img .img-responsive {
  margin: 0 auto;
}
.why-block {
  padding: 20px;
  border: solid 1px #E4E4E4;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background:#F9F9F9; 
  border-radius: 4px  
}
.why-block:hover {
  border: solid 1px #ff4061;
}
.why-choose-icon {
  position: relative;
  background:#ff4061;
  text-align:center;
  padding:10px 10px;
}
.why-choose-icon i {
  font-size: 35px;
  color: #FFF;
}
.why-block .why-icon {
  margin-bottom:20px;
}
.why-block .why-icon i {
  font-size: 40px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.why-block .why-icon i {
  color: #ff4061;
}
.why-block .why-choose-heading {
  vertical-align: -webkit-baseline-middle;
  display:inline-block;
}
.why-choose-sub-heading{
  color: #777;
}
.why-block p {
  line-height: 1.70;
}
.why-choose-dtl .why-choose-heading {
  margin-bottom: 15px;
  font-weight: 700;
}

/* ================================= */
    /*===== Testimonial Block =====*/
/* ================================= */
.testimonial-main-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
  background-attachment: fixed !important;
}
.testimonial-main-block .overlay-bg {
  background-color: rgba(50, 50, 50, 0.9);
}
.testimonial-main-block2 {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 110px;
  position: relative;
}
.testimonial-main-block {
  position: relative;
}
.testimonial-main-block .section {
  position: relative;
  margin-bottom: 67px;
}
.testimonial-main-block .section .section-heading,
.testimonial-main-block .section .section-sub-heading {
  color: #FFF;
}
.testimonial-block {
  margin-bottom: 30px;  
  display:inline-table;
}
.testimonial-block .testimonial-client-img {
  float: left;
  margin-right: 29px;
  height: 200px;
}
.testimonial-block .testimonial-client-img img {
  border-radius: 100%;
}
.testimonial-block .testimonial-dtl {
  display:grid;
}
.testimonial-block .testimonial-dtl .testimonial-client {
  text-transform: uppercase;
  line-height: 2.47;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0;
}
.testimonial-block .testimonial-dtl .date {
  font-size: 13px;
  line-height: 2;
  color: #ff4061;
  margin-bottom: 15px;
}
.testimonial-block .testimonial-dtl p {
  line-height: 1.86;
  color: #FFF;
  letter-spacing: 0.2px;
}
#testimonials-slider .owl-next {
  margin-left: 55px;
}
#testimonials-slider .owl-prev,
#testimonials-slider .owl-next { 
  font-size: 18px;
  color: #FFF;
  position: absolute;   
  top: 100%;
  left: 45%;
  width: 43px;
  height: 43px;
  border: 1px solid #FFF;
  background-color: transparent;
  text-align: center;
  line-height: 2.3;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .testimonial-main-block {
    padding-bottom: 100px;
  }
  .testimonial-block {
    padding: 0;
  }
  .testimonial-client-img {
    margin-top:30px;
  }
}

/* ================================= */
    /*===== testimonial-block2 =====*/
/* ================================= */

.testimonial-block2 {
}
.testimonial-block2 .testimonial-comment {
  font-size: 18px;
  line-height: 1.67;
  color: #FFF;
  font-style: italic;
  margin-bottom: 32px;
}
.testimonial-block2 .testimonial-client-img {
  width: 96px;
  height: auto;
  margin: 0 auto 14px;
}
.testimonial-block2 .testimonial-client-img img {
  border-radius: 100%;
}
.testimonial-block2 .testimonial-dtl .testimonial-client {
  font-size: 20px;
  line-height: 2.47;
  color: #FFF;
}
.testimonial-block2 .testimonial-dtl .date {
  font-size: 14px;
  line-height: 2;
  color: #FFF;
  margin-bottom: 15px;
  font-style: italic;
}
#testimonials-slider2 .owl-next {
  margin-left: 310px;
}
#testimonials-slider2 .owl-prev,
#testimonials-slider2 .owl-next { 
  font-size: 18px;
  color: #FFF;
  position: absolute;   
  bottom: 120px;
  left: 394px;
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  background-color: transparent;
  text-align: center;
  line-height: 2.1;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ================================= */
    /*===== News And Update Block =====*/
/* ================================= */
.news-img {
  position: relative;
}
.news-img img,.elementor .news-img img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.news-img .meta-tag {
  bottom: 12px;
}
.news-heading{
  margin-bottom: 15px;
  font-size: 22px;
}
.meta-tag {
  position: absolute;
  padding: 10px 20px;
  background:rgba(0,0,0,.3);
  color: #FFF;
  font-size: 13px;
  left: 12px;
  border-radius:3px;
}
.meta-tags {
    margin: 0 0 20px;
  padding:0;
}
.meta-tags li {
    display: inline-block;
    border-left: 1px solid #999999;
    letter-spacing: 0.4px;
    border-right:none;
    padding:0 10px;
    font-size: 13px;
    line-height:1.4;
    color:#666666;
    font-weight:600;
}
.meta-tags li:first-child{
  padding-left: 0;    
  border-left:none;
}
.meta-tags li a{
  color:#666666;
}
.meta-tags li a:hover{
  color:#ff4061;
}
.news-dtl{
  background:#F5F5F5;
  padding:25px;
  border:1px solid #E4E4E4;
  border-radius: 0 0 4px 4px; 
}
.news-dtl .read-more {
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;  
}
.news-dtl .news-heading a {
  line-height: 1.4;
  color: #454545;
}
.news-block {
  margin-bottom:20px;
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
/*===== About Widget =====*/
.footer-main-block {
  padding-top: 80px;
  background-color: #392D48;
  width:100%;
  float:left;
}
.footer-main-block .footer-heading {
  font-size: 22px;
  line-height: 1.82;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 26px;
}
.footer-block {
  padding-bottom: 60px;
}
.about-widget {
  padding-right: 60px;
}
.footer-main-block p {
  color: #FFF;  
  margin-bottom: 14px;
}
.footer-main-block .btn-white {
  padding: 14px 24px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
}
.footer-main-block .btn-white:hover {
  color: #FFF;
}

/*===== News Widget =====*/
.news-widget ul li {
  margin-bottom: 35px;
} 
.news-widget .latest-news-dtl {
  padding-right: 60px;
}
.footer-main-block a {
  margin-bottom: 10px;
  line-height: 1.4;
  color: #FFF;
}
.news-widget .latest-news-dtl .date {
  font-size: 13px;
  line-height: 2;
  color: #ff4061;
}
@media (max-width: 992px) {
  .news-widget .latest-news-dtl {
    padding-right: 10px;
  }
}

/*===== Subscribe Widget =====*/
.subscribe-widget{
  position: relative;
}
.subscribe-widget .form-group input {
  height: 46px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.4px;
  border-radius: 0;
  margin-bottom: 12px;
}
.subscribe-widget .form-group .btn-white {
  font-size: 13px;
  padding: 9px 0;
  font-weight: 700;
  margin-bottom: 11px;
  border-radius: 0;
  position: absolute;
  width: 50px;
  height: 45px;
  top: 0;
  right: 0;
}

.subscribe-widget ul li {
  display: inline;
  margin-right: 6px;
}
.subscribe-widget ul li a:hover {
  color: #FFF;
}
.subscribe-widget ul li a {
  width: 35px;
  height: 35px;
  line-height: 2.5;
}
.subscribe-widget .form-group label {
  color: #FFF;
}
.footer-main-block .social-btns .btn {
  width: 35px;
  height: 35px;
  padding:0;
  border-radius: 4px;
  line-height:2.5;
}
.footer-main-block  .social-btns .btn .fa {

}

/*======== copyright block ========*/
.copyright-block {
  padding: 25px 0;
  background-color: #312441;
}
.copyright-block p {
  color: #FFF; 
  font-size: 14px;
  line-height: 1.71;;
  margin-bottom:0;
}
@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 30px;
  }
  .news-widget ul li:last-child {
    margin-bottom: 0;
  }
}

/*=====================================*/
  /*========  Plan Start Block  ======*/
/*=======================================*/
.bg-grey {
  background-color: #DDD;
}
.plan-start-main-block {
  padding: 120px 0 80px;
}
.plan-start-main-block.bg-grey {
  background-color: #F7FBFE;
}
.plan-discription {
  padding-right: 20px;
}
.plan-discription .plan-heading {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}
.plan-discription .plan-sub-heading {
  font-size: 17px;
}
.plan-text-block {
  padding-bottom: 22px;
}
.plan-discription .btn-pink {
  padding: 12px 24px;
  font-size: 13px;
  text-transform: uppercase;
}
.plan-start-block {
  padding-left: 30px;
  margin-bottom: 30px;
}
.plan-start-block .widget-icon {
  line-height: 1.2;
  text-align: center;
}
.plan-start-block i {
  font-size: 70px;
}
.plan-start-block .section {
  border-left: 1px solid #E4E4E4;
  padding-left: 30px;
  margin-bottom: 0;
}
.plan-start-block .section-heading {
  font-size: 22px;
  line-height: 1.10;
}
.plan-start-block .section-sub-heading {
  font-size: 15px;
  line-height: 1.86;
  color: #747474;
  margin-bottom:10px;
}
@media (max-width: 767px) {
  .plan-discription {
    text-align: center;
    padding: 10px;
  }
  .plan-discription .btn-pink {
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .plan-discription {
    padding-left: 15px;
  }
}

/* ==================================== */
  /*==== Upcoming Wedding Block =====*/
/* ==================================== */
.upcoming-wedding-main-block {
  padding: 100px 0 120px;
} 
.upcoming-wedding-dtl {
  padding: 35px 20px;
  background:#F5F5F5;
  border:1px solid #E4E4E4;
  border-radius: 0 0 4px 4px; 
}
.upcoming-wedding-dtl .date {
  line-height: 1.73;
  color: #ff4061;
  margin-bottom: 10px;
}
.upcoming-wedding-dtl .wdding-couple a {
  display: block;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}
.upcoming-wedding-dtl img {
  margin: 0 auto;
}

/*==============================================*/
  /*==== About Us Page ======*/
/*==============================================*/
/*======= About Our Main Block ========*/
.about-our-block {
  margin-top: 52px;
}
.about-our-dtl {
  margin-bottom: 40px;
}
.about-our-icon {
  display: inline-block;
}
.about-our-icon i {
  color: #ff4061;
  font-size: 45px;
  margin-right: 14px;
}
.about-our-heading {
  display: inline-block;
  line-height: 2.78;
  font-weight: 700;
  margin-bottom: 0;
}
.about-our-icon {
  margin-bottom: 15px;
}
.about-our-text p {
  color: #777;
}
.about-our-text .read-more{
  text-transform: none;
}

/*========== Wedding Plan Main Block ========*/
.color-grey {
  padding: 150px 0 150px;
  background-color: #F6F6F6;
}

/*============ How It Work ==========*/
.how-it-main-block {
  padding: 147px 0 140px;
}
.how-it-main-block .overlay-bg {
  background-color: rgba(50, 50, 50, 0.9);
}
.how-it-main-block .section-heading,
.how-it-main-block .section-sub-heading {
  color: #FFF;
  position: relative;
}
.how-it-block .how-it-icon {
  width: 116px;
  margin: 0 auto;
  height: 116px;
  border-radius: 50%;
  background-color: #ff4061;
  border: 5px solid rgba(0, 0, 0, 0.3);
  line-height: 2.2;
  margin-bottom: 30px;
}
.how-it-icon i {
  color: #FFF;
  font-size: 50px;
}
.how-it-heading {
  font-size: 24px;
  line-height: 1.08;
  color: #FFF;
  font-weight: 700;
}
@media (max-width: 992px) {
  .how-it-main-block {
    padding-bottom: 110px;
  }
  .how-it-block {
    margin-bottom: 30px;
  }
  .how-it-block .how-it-img {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .how-it-block .how-it-img {
    margin-left: 80px;
  }
}
/*==== Vendor Profile Main Block ======*/
.vendor-profile-block .vendor-profile-img {
  position: relative;
}
.vendor-profile-block .vendor-profile-img img {
  width: 100%;
}
.vendor-profile-block .overlay-bg {
  opacity: 0;
  background-color: rgba(50, 50, 50, 0.8);
}
.vendor-profile-block .vendor-dtl {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%,-50%);  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vendor-profile-block:hover .overlay-bg, 
.vendor-profile-block:hover .vendor-dtl {
  opacity: 1;
}
.vendor-dtl .vendor-heading {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #FFF;
}
.vendor-dtl .vendor-sub-heading {
  line-height: 1.63;
  font-style: italic;
  color: #FFF;
}
.vendor-profile-block .vendor-profile-dtl {
  padding: 20px 0;
}
.vendor-profile-dtl .vendor-profile-heading a {
  color: #333;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 10px;
}
.vendor-profile-dtl p {
  margin-bottom: 7px;
  color: #777;
}
.vendor-profile-dtl .read-more {
  font-style: italic;
  margin-bottom: 17px;
  text-transform: none;
  font-size: 14px;
}
.vendor-profile-dtl .social-btns a {
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vendor-profile-dtl .social-btns a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .vendor-profile-block {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .why-choose-main-block {
    padding-bottom: 129px;
  }
  .why-choose-main-block .read-more {
    margin-bottom: 30px;
  }
  .why-block {
    margin-bottom: 30px;
  }
  .vendor-profile-block {
    margin-bottom: 30px;
  }
  .weddlist-img img {
    margin: 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .why-block .why-icon {
    margin: 0 10px 0 0;
  }
}   

/*========================================*/
      /*==== Category Listing ======*/
/*========================================*/
.refine-search {
  padding: 30px 30px 20px;
  background-color: #f7f7f7;
  border: 1px solid #DDD;
  margin-bottom:30px;
  border-radius: 3px;
}
.refine-search-heading {
  line-height: 1.44;
  margin-bottom: 20px;
}

/*========= Price Filter Css =========*/
.price-filter {
  margin-top: -13px;
  float: left;
  width: 100%;
  margin-right: 30px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #E2DEDE none repeat scroll 0 0;
  border: 0 none;
  height: 10px;
  position: relative;
}
.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #ff4061;
  border: medium none;
  height: 16px;
  top: -3px;
  width: 13px;
  outline: none;
  position: absolute;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #ff4061;
  height: 10px;
  position: absolute;
}
.price-slider-amount > input {
  padding-bottom: 10px;
  border: 0 none;
  color: #ff4061; 
  font-size: 13px;
  color: #333;
  font-weight: 700;
  box-shadow: none;
  background: #FFFFFF;
}

/*========= End Price Filter Css =========*/
.search-btn .btn-pink {
  font-size: 15px;
  line-height: 1.65;
  width: 100%;
  padding: 13px 0;
  border-radius: 3px;
}
.dropdown {
  border: 1px solid #DDD;
}
.refine-search .dropdown button {
  width: 100%;
  height: 48px;
  text-transform: uppercase;
}
.dropdown button {
  width: 100%;
  text-align: left;
  padding: 0 19px;
  background-color: #F8F8F8;
  color: #949494;
  font-size: 12px;
  letter-spacing: 0.5px;
  position: relative;
  height: 45px;
  border-radius: 0;
}
.dropdown button:hover {
  color: #949494;
}
.dropdown button:focus {
  background-color: #FFF;
  color: #FFF;
}
.dropdown button:focus span {
  color: #FFF;
}
.dropdown button span {
  position: absolute;
  top: 12px;
  right: 19px;
  font-size: 16px;
  color: #444;
}
.dropdown button span.drp-name {
  position: absolute;
  left: 15px;
  font-size: 12px;
  color: #949494;
}
.dropdown .dropdown-menu {
  border-radius: 0;
  width: 100%;
  top: 47px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow:none;
  box-shadow:none;
  padding: 0;
}
.dropdown-menu li a {
  padding: 9px 19px;
}
.category-listing-block {
  padding-top: 70px;
  padding-bottom: 9px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-listing-section {
  background-color: #F7F7F7;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-listing-dtl {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-listing-img img {
  width: 100%;
}
.category-listing-section .category-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 27px 31px 21px 31px;  
  background: rgba(0,0,0,1);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 1));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 1));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 1));
  background: -linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 1));
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-listing-section:hover .category-info {
  background: rgba(20, 20, 20, 1);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.0), rgba(20, 20, 20, 1));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.0), rgba(20, 20, 20, 1));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.0), rgba(20, 20, 20, 1));
  background: -linear-gradient(rgba(255, 255, 255, 0.0), rgba(20, 20, 20, 1));
}
.category-info .category-dtl-heading {
  line-height: 1.63;
  color: #FFF;
  margin-bottom: 2px;
} 
.category-info .category-dtl-heading a {  
  color: #FFF;
} 
.category-info .category-dtl-address {
  font-size: 13px;
  line-height: 2;
  color: #FFF;
}
.category-text-heading a {
  line-height: 1.63;
  font-size: 16px;
}
.category-listing-text {
  padding: 25px 20px;
}
.category-price {
  font-size: 16px;
  line-height: 1.53;
}
@media (max-width: 767px) {
  .price-filter {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .dropdown {
    margin-bottom: 20px;
  }
}

/*==============================================*/
      /*==== Listing With Left Map ======*/
/*==============================================*/
.listing-with-leftmap-block {
  padding: 50px 0;
}
.listing-with-leftmap-main-block .dropdown,
.listing-with-leftmap-main-block .dropdown button {
  width: 100%;
}
.listing-with-leftmap-main-block .price-filter {
  width: 100%;
}
.listing-with-leftmap-main-block .search-btn .btn-pink {
  width: 100%;
}
.listing-with-leftmap-main-block .map-banner {
  width: 100%;
  height: 1450px;
}
@media (min-width: 1600px) and (max-width: 2100px) {
  .listing-with-leftmap-main-block .map-banner {
    height: 1700px;
  }
}

/*==============================================*/
      /*==== Listing With Top Map ======*/
/*==============================================*/
.top-map .map-banner {
  width: 100%;
  height: 500px;
}
.listing-with-topmap-main-block {
  padding: 70px 0 130px;
}
.listing-with-topmap-main-block .refine-search {
  margin-bottom: 40px;
}
.listing-with-topmap-block {
  margin-bottom: 30px;
}
.listing-with-topmap-block .feature-block {
  margin-bottom: 30px;
}
.top-map-dtl-pad {
  padding: 27px 60px 33px 30px;
}
.feature-block .rating {
  font-size: 14px;
  color: #949494;
  line-height: 1.86;
  margin-bottom: 23px;  
}
.feature-block .rating span {
  background-color: #44bA2C;
  color: #FFF;
  font-weight: 700;
  padding: 3px 9.5px;
  border-radius: 15%;
  margin-right: 5px;
}
.feature-block .venue-vendor {
  display: block;
  line-height: 1.73;
  color: #ff4061;
  margin-bottom: 23px;
}
.feature-block .location {
  line-height: 1.73;
}
.feature-block .location i {
  font-size: 16px;
  color: #777;
}
.feature-block .price {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.53;
}
.feature-block .icon {
  width: 50px;
  height: 50px;
  background-color: #FF6882;
  border-radius: 50%;
  position: relative;
  top: 7px;
}
.feature-block .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #FFF;
  font-size: 16px;
}
.listing-topmap-dtl-heading {
  line-height: 1.63;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.listing-topmap-dtl-heading a {  
  color: #333;
}

/*=======================================*/
      /*==== Blog Main Page ======*/
/*=======================================*/
.blog-block {
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 30px;
  position:relative;
}
.single-block .blog-img,
.blog-block .blog-img {
  position: relative;
  margin-bottom: 30px;
}
.single-block .meta-tag,
.blog-block .meta-tag {
  bottom: -17px;
}
.blog-dtl .blog-heading {
  margin-bottom: 20px;
}
.blog-dtl .blog-heading,
.blog-dtl .blog-heading a {
  color: #333;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}
.blog-dtl .blog-dis {
  font-size: 16px;
  color: #777;
  line-height: 1.63;
  margin-bottom: 15px;
}
.blog-block .btn-pink {
  padding: 10px 25px;
  border-radius: 3px;
}
.blog-block .btn-pink:hover {
}
.sticky::before, .tag-sticky::before {
  background:#ff4061;
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  z-index: 1;
  font-family: FontAwesome;
  content: "\f097";
  color: #FFF;
  font-size:16px;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
  right:0;
}
.widget-box{
  border: 1px solid #E4E4E4;
  padding:30px;
  background:#FFF;
  margin-bottom:40px;
}

.search-none form {
  position:relative;
}

.search-none .btn-pink{
  position:absolute;
  top:0;
  right:0;
}
.content-left .page-header{
  margin-top:0;
  border-bottom:1px solid #E4E4E4;
  padding-bottom:0;
  margin-bottom:30px;
}
.page-header .blog-list-heading{
  margin-bottom:20px;
  font-size:40px;
}

.blog-dtl-social{
  margin-top:30px;
}

/*========== Blog Side Bar ===========*/
.blog-search {
  height: 45px;
  position:relative;
}
.blog-sidebar .blog-search input {
  font-size: 13px;
  color: #949494;
  width: 100%;
  height: 45px;
  float: left;
  border:1px solid #E3E3E3;
  padding-right:75px;
  background:#FFFFFF;
}
.blog-search .btn-go {
  height: 45px;
  padding: 0 18px;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  position:absolute;
  right:0;
  top:0;
  background-color: #ff4061;
  color: #FFF;  
}
.blog-search .btn-go:hober,
.blog-search .btn-go:focus {
  color: #FFF;
  outline: none;
  background-color: #392D48;
}

.blog-sidebar-heading {
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size:20px;
}
.blog-sidebar-heading::before {
  content: "";
  position: absolute;
  padding-top: 1px;
  border-top: 2px solid #ff4061;
  border-bottom: 1px solid #ff4061;
  width: 74px;
  bottom: 0;
}

.blog-sidebar .widget ul li a:hover {
  color: #ff4061;
}
.blog-sidebar .widget ul li span {
}
.blog-sidebar select {
    height: 40px;
    width: 100%;
    padding-left: 10px;
  font-size:13px;
}

.blog-sidebar .widget ul li {
}
.blog-sidebar .widget ul li.active a {
  color: #ff4061;
}
.blog-sidebar .widget ul li a {
  font-size: 15px;
  color: #565656;
}
.widget ul{
  list-style:none;
  padding:0;
}

.widget ul li ul {
    padding-left: 10px;
    margin-left: 5px;
}

.blog-sidebar li.cat-item ul.children li {
    border-bottom: 0;
}
.blog-sidebar li.cat-item ul.children li:last-child {
    padding-bottom: 0;
  margin-bottom: 0;
}
/* Blog Slider widget */

.blog-sidebar li.page_item a {
    display: block;
    line-height: 50px;
  border-bottom: 1.2px solid #E4E4E4;
}

.blog-sidebar li.page_item ul {
    padding-left: 10px;
    margin-left: 0
}

.blog-sidebar li.cat-item ul {
    margin-left: 0;
    padding-left: 10px;
}

.blog-sidebar li.cat-item ul.children li {
    border-bottom: 0;
}

.blog-sidebar li.cat-item ul.children li:last-child {
    padding-bottom: 0;
}

.blog-sidebarli.cat-item ul.children li:last-child {
    padding-bottom: 0;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li {
    border-bottom: 1.2px solid #E4E4E4;
    padding: 13px 0;
}

.widget_categories ul li:first-child,
.widget_archive ul li:first,
.widget_meta ul li:first-child {
    padding: 0 0 15px;
}

.widget_meta ul li a:hover {
    color: #292929;
}

.widget_recent_entries ul li a {
    display: block;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1.2px solid #E4E4E4;
}
.widget_recent_comments li {
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1.2px solid #E4E4E4;
}

.blog-sidebar li.page_item a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.blog-news {
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.blog-news:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;    
}
.blog-latest-news .blog-news-img {
}
.blog-news-img-box{
  position: absolute;
  left: 0;
  top: 0;
}
.blog-news-dtl-box{
  position: relative;
  padding-left: 100px;
  padding-top: 5px;
}

.blog-news-box{
  position: relative;
  min-height: 80px;
}
.blog-news-img img {
  border-radius: 4px;
  width: 80px;
  height: 80px;
}
.blog-news-dtl-heading a {
  color: #333;
  line-height: 1.4;
  font-weight: 700;
}
.blog-news-dtl .date {
  font-size: 14px;
  color: #ff4061;
}
.tab ul li {
  display: inline-block;
}

.tabs a {
  padding: 9px 22px;
  background-color: #eef6f8;
  display: inline-block;
  margin-right: 6px;
}
.tabs a.active {
  background-color: #ff4061;
  box-shadow: none;
}
.tabs a.active .badge {
  color: #FFF;
}
.tabs .badge {
  background-color: transparent;
  color: #777;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.pingback .avatar-user{
  display:none;
}

.blog-categories,
.blog-latest-news {
  margin-bottom: 20px;
}
.blog-sidebar .popular-tab {
  margin-bottom: 40px;
}
.pagination {
  text-align: center;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right:8px;
}
.pagination ul li.active a {
  background-color: #ff4061;
  color: #FFF;
  border-color: #ff4061;
}
.pagination a {
  padding: 5px 14px;
  background-color: #FFF;
  border: solid 2px #D4D4D4;
  font-size: 16px;
  color: #9C9C9C;
  border-radius: 3px;
}

.pagination .current{
  padding: 5px 14px;
  color: #FFF;
  background-color: #ff4061;
  border: solid 2px #ff4061;
  font-size: 16px;
  border-radius: 3px;
}
.pagination .page-numbers{
  line-height:1.88;
  display:inline-block;
  margin-right:4px;
}
.pagination a:hover {
  background-color: #ff4061;
  color: #FFF;
  border: solid 2px #ff4061;
}
.pagination a.active {
  box-shadow: none;
  background-color: #ff4061;
  border: solid 2px #ff4061;
  color: #FFF;
}
.pagination ul li .btn-default:hover,.pagination ul li .btn-default:focus,.pagination ul li .btn-default:active:hover {
    border: solid 2px #ff4061;
}
@media(max-width: 767px) {
  .blog-news {
    padding-bottom: 40px;
  }
}
@media(max-width: 992px) {
  .pagination {
    margin-bottom: 60px;
  }
}
@media(min-width: 767px) and (max-width: 992px) {
  .blog-latest-news .blog-news {
    padding-bottom: 40px;
  }
}


.footer-widget{
  color:#ffffff;
}

.footer-widget select {
    width: 100%;
    height: 40px;
}

.footer-widget select option {
    width: 100%
}

.footer-widget #wp-calendar th {
    color: #777 !important;
}
.footer-widget table th,.footer-widget  table td{
  color:#ffffff;
}

.footer-widget ul li:last-child {
    border-bottom:none;
}

.footer-widget>ul {
    padding-left: 0;
}

.footer-widget .tagcloud a {
    font-size: 14px !important;
    line-height: 25px;
    margin-right: 5px;
}
.footer-widget  ul {
    list-style: none;
  padding:0;
}
/*=========================================*/
  /*========= Add Listing Page ======*/
/*=========================================*/
.add-listing-main-block {
  padding: 40px 0 135px;
}
.general-nav-tabs {
  margin-bottom: 60px;
  padding:0;
}
.general-nav-tabs li {
  display: inline-block;
}
.general-nav-tabs a {
  padding: 0;
  margin-right: 5px;
  width: 181px;
  line-height: 3.9;
  text-transform: uppercase;
}
.general-nav-tabs a .badge {
  color: #101010;
  font-size: 14px; 
}
.add-listing-sidebar label {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #666666;
  margin-bottom: 8px;  
}
.add-listing-block .dropdown {
  border: 1px solid #E3E3E3;  
  box-shadow: none;
}
.add-listing-block .dropdown button {
  height: 45px;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #777;
  background: #F8F8F8;
}
.add-listing-block .dropdown button:focus {
  color: #FFF;
}
.add-listing-block label span {
  color: #FF0D0D;
}
.select-amenities .checkbox-dtl {
  margin-bottom: 5px;
}
.select-amenities .checkbox-dtl input[type=checkbox] {
  margin-right: 10px;
}
.select-amenities .checkbox-dtl label {
  width: 15px;
  height: 15px;
  border: solid 1px #C3C3C3;
  margin-top: 2px;
}
.select-amenities .checkbox-dtl label::after {
  left: 2px;
  top: 3px;
}
.select-amenities .checkbox-dtl .select-amenities-name {
  letter-spacing: 0.3px;
  color: #555;
  margin: 0;
  line-height: 1.8;
}
.new-add-listing-heading,
.venue-location-heading {
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1;
}
.new-add-listing label {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #666666;
  margin-bottom: 8px;
}
.new-add-listing label span {
  color: #FF1919;
}
.new-add-listing input:focus,
.new-add-listing textarea:focus {
  border: 1px solid #ff4061;
}
.new-add-listing textarea {
  height: 140px;
}
.add-listing-form-2 {
  margin-bottom: 26px;
}
.google-map-location {
  margin-bottom: 15px;
}
.add-listing-map .map-banner {
  width: 100%;
  height: 265px;
}
.add-listing-video {
  margin-bottom: 21px;
}
.add-listing-image {
  position: relative;  
  margin-bottom: 30px;
}
.add-listing-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 2.4;
  background-color: #333;
  color: #FFF;
  font-size: 16px;
}
.add-listing-image a:hover {
  color: #ff4061;
}
.add-listing-image .star {
  background-color: #ff4061;
}
.add-listing-image .star:hover {
  color: #333;
}
.form-btn-section .btn-pink {
  border-radius: 0;
  padding: 12px 26px;
  border-radius: 3px;
}
.add-listing-gallery {
  margin-bottom: 25px;
}
.add-listing-note {
  margin-bottom: 23px;
}
.form-btn-section .btn-pink {
  margin-bottom: 25px;
}
.form-btn-section .btn-pink:last-child {
  margin-bottom: 0;
}
.add-listing-note li {
  font-size: 14px;
  line-height: 1.71;
  color: #666;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .add-listing-image img {
    width: 100%;
  }
}

/*=========================================*/
  /*========= Manage Item Listing ======*/
/*=========================================*/
.manage-item-listing-main-block {
  padding: 100px 0 150px;
}
.manage-item-listing-main-block table {
  width: 100%;
}
.manage-item-listing-block .top-heading-row {
  border: 1px solid #DDD;
  height: 45px;
  background-color: #FFF
}
.manage-item-listing-block .top-heading-row th {
  background-color: #FFF
}
.manage-item-listing-block .title {
  font-size: 17px;
  margin-top: 10px;
}
.manage-item-listing-block .price {
  font-weight: 700;
  font-size: 16px;
}
.manage-item-listing-block .managelisting,.manage-item-listing-block .action-icons{
  display: flex;
}
.manage-item-listing-block .managelistingbox{
  padding-bottom: 20px;
  padding-top: 20px;
}

.manage-item-listing-block .table-editable-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0,-49%,0);
    -moz-transform: translate3d(0,-50%,0);
    transition: .4s;
}
.manage-item-listing-block .btn-grey{
    background-color: #e9e9e9;
    color: #666;
    margin-left: 10px;
    height: 46px;
    width: 46px;
    line-height: 47px;
    padding: 0;
}
.manage-item-listing-block .btn-grey:hover,.manage-item-listing-block .btn-grey:focus{
  background: #ff4061;
  color: #FFFFFF;
}  

@media (max-width: 767px) {
  .manage-item-listing-block .managelisting,.manage-item-listing-block .action-icons{
    display: block;
    float: left;
  }
  .manage-item-listing-block .table-editable-icon {
    position: relative;
    transform: none;
    right: inherit;
    margin-top: 15px;
  }

}

/*==============================================*/
  /*==== Vendor Profile ======*/
/*==============================================*/
.vendor-profile-block .vendor-profile-img {
  position: relative;
}
.vendor-profile-block .vendor-profile-img img {
  width: 100%;
}
.vendor-profile-block .overlay-bg {
  opacity: 0;
  background-color: rgba(50, 50, 50, 0.8);
}
.vendor-profile-block .vendor-dtl {
  position: absolute;
  text-align: center; 
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vendor-profile-block:hover .overlay-bg, 
.vendor-profile-block:hover .vendor-dtl {
  opacity: 1;
}
.vendor-dtl .vendor-heading {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #FFF;
}
.vendor-dtl .vendor-sub-heading {
  font-size: 16px;
  line-height: 1.63;
  font-style: italic;
  color: #FFF;
}
.vendor-profile-block .vendor-profile-dtl {
  padding: 20px 0;
}
.vendor-profile-dtl .vendor-profile-heading a {
  color: #333;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 10px;
}
.vendor-profile-dtl p {
  margin-bottom: 7px;
  color: #777;
}
.vendor-profile-dtl .read-more {
  font-style: italic;
  margin-bottom: 17px;
  text-transform: none;
  font-size: 14px;
}
.vendor-profile-dtl ul li {
  margin-right: 5px;
  display: inline-block;
  opacity: 0.85;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vendor-profile-dtl ul li:hover {
  opacity: 1;
} 
@media (max-width: 767px) {
  .vendor-profile-block {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .vendor-profile-block {
    margin-bottom: 25px;
  }
}

.facebook,
.twitter,
.pinterest,
.linkedin,
.google-plus,.instagram {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFF;
  padding:8px 0;
  line-height:1.6;
  border-radius: 4px;
}
.facebook:hover,
.twitter:hover,
.pinterest:hover,
.linkedin:hover,
.google-plus:hover,
.instagram:hover {
  color: #FFF;
}
.facebook {
  background-color: #4F66B4;
}
.twitter {
  background-color: #47A0D4;
}
.pinterest {
  background-color: #CB4134;
}
.linkedin {
  background-color: #225982;
}
.google-plus {
  background-color: #DE5245;  
}
.instagram {
  background-color: #cd486b;  
}


/*==============================================*/
      /*==== Blog Single Page ======*/
/*==============================================*/
.single-block {
  padding-bottom: 50px;
  border-bottom: 1px solid #C8C8C8;
}
.blog-main-block blockquote{
  border: none;
  font-style: italic;
  padding: 30px 50px;
  background-color: #FFFFFF;
  margin: 30px 0 10px 0;
 
}
.blog-main-block blockquote p{
  border: none;
  font-size: 26px;
  font-style: italic;
}
.blog-block.blog-box{
  padding-bottom:0;
  border:1px solid #E4E4E4; 
}

.blog-block.blog-box .blog-img {
  margin-bottom: 0;
}

.blog-dtl-img {
  margin-bottom: 28px;
}
.blog-dtl-img img {
  width: 100%;
}
.blog-dtl-tags .tags-heading span {
  font-size: 17px;
  color: #444;
  font-weight: 700;
  font-style: italic;
  margin-right: 5px;
}
.blog-dtl-tags a {
  font-weight: 700;
  font-style: italic;
}
.blog-main-hedaing {
  font-size: 22px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.blog-related-post {
  padding: 0 0 30px;
  border-bottom: 1.2px solid #DADADA;
}
.blog-comments{
  margin-top:40px;
}
.related-post .blog-related-img {
  margin-bottom: 14px;
}
.related-post .blog-related-img img {
  width: 100%;
}
.related-dtl .related-dtl-heading a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.73;
}
.comments {

}
.comment-list{
  border-bottom: 1px solid #DADADA;
}
.comment {
  padding: 32px 40px 25px  30px;
  background-color: #F5F5F5;
  border: solid 1px #E6E6E6;
  margin-bottom: 20px;
}
.comment-list .comment .comment {
    border: 1px solid transparent;
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments ul li .children li{
  border:none;  
}
.comments .panel-default{
  background:transparent;
  border:none;
  box-shadow:none;
  padding:0;
}
.comments .panel-default .panel-body{
  padding:0;
}
.comments .media-object {
  margin-right: 20px;
}
.comments .media-heading {
  font-weight: 700;
}
.comments .date {
  font-size: 13px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 10px;
}
.form-group{
  margin-bottom:20px;
}
.comments p {
  font-size: 16px;
  line-height: 1.5;
  color: #949494;
  margin-bottom: 13px;
}
.comments .no-comments{
  margin-top:20px;
}
.btn-reply {
  padding: 0;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #ff4061;
  font-weight: 700;
  text-transform: uppercase;
}
.leave-reply-block #name,
.leave-reply-block #email {
  margin-bottom: 30px;
}
.leave-reply-block #name,
.leave-reply-block #email,
.leave-reply-block #comment {
  border-radius: 0;
  padding: 5px 20px;
  height: 45px;
  font-size: 13px;
  line-height: 2.46;
  color: #777;
} 
.leave-reply-block #comment {
  padding: 15px 20px;
  height: 170px;
  background: #FFF;
}
.leave-reply-block .btn-pink {
  border-radius: 0;
  padding: 10px 20px;
}
.leave-reply-block .btn-pink:hover,.leave-reply-block .btn-pink:focus {
}
@media(max-width: 767px) {
  .blog-dtl-social .social-btns {
    text-align: left;
    margin-top: 20px;
  }
  .leave-reply-block #name {
    margin-bottom: 30px;
  }
}
.prev-post {
    text-align: right;
}
.next-post .link,.prev-post .link{
  display:block;
  margin-bottom:20px;
}
.blog-next-pre {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 40px;
}
.blog-next-pre .linked a{
  color:#333333;
}
.blog-next-pre .linked a:hover{
  color:#ff4061;
}

/*============================================*/
      /*==== Couple Dashboard =====*/
/*============================================*/
.couple-dashboard-main-block {
  padding: 40px 0;
}
.couple-dtl {
  padding: 18px 0;
}
.couple-dtl .couple-name {
  font-size: 24px;
  line-height: 1.25;
  color: #FFF;
  font-weight: 700;
}
.couple-dtl .btn-pink {
  text-transform: none;
  font-size: 11px;
  padding: 5px 20px;
}
.couple-contact {
  margin-top: 25px; 
  color: #FFF;
}
.couple-contact .fa {
   margin-right: 10px;
}
.couple-dashboard-block {
  padding-bottom: 110px;
}
.dashboard-heading {
  font-size: 30px;
  line-height: 0.87;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.my-dashboard {
  padding: 22px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #DDDDDD;
}
.my-dashboard .background-image {
  position: absolute;
  bottom: -60px;
  right: -40px;
  opacity: 0.1;
}
.my-dashboard .background-image i {
  font-size: 130px;
}
.dashboard-date {
  margin-bottom: 54px;
}
.dashboard-date .dashboard-date-heading {
  display: inline-block;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
}
.dashboard-date i {
  display: inline-block;
  font-size: 30px;
  margin-right: 9px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.my-dashboard:hover .dashboard-date i {
  color: #ff4061;
}
.my-dashboard .facts-number {
  line-height: 1.05;
  font-weight: 700;
  color: #ff4061;
  margin-bottom: 16px;
}
.facts-doller::before {
  content: "$";
}
.my-dashboard .facts-block .dashboard-text {
  font-size: 14px;
  line-height: 1.86;
  color: #444;
  text-transform: uppercase;
}
.my-progress-dashboard {
  padding: 61px 62px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.progress-bar-heading {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
  margin: 0 auto;
}
.progress-pie-chart.clr-blue.gt-50 {
  background-color: #7460EE;
}
.progress-pie-chart.gt-50 {
  background-color: #ff4061;
}
.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #ff4061;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E8E8E8;
}
.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 186px/2);
  top: calc(50% - 186px/2);
  width: 186px;
  height: 186px;
  background: #FFF;
  text-align: center;
  display: table;
}
.ppc-percents span {
  margin-top: -12px;
  display: block;
  font-size: 32px;
  color: #ff4061;
}
.ppc-percents span.clr-blue {
  color: #7460EE;
}
.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.ppc-percents .text {
  font-size: 15px;
  color: #777;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .general-nav-tabs.tabs {
      text-align: center;
  }
}

/*============================================*/
      /*==== To Do List Page =====*/
/*============================================*/
.to-do-list-main-block {
  padding: 40px 0 100px;
}
.create-task-heading {
  font-size: 26px;
  line-height: 0.65;
  font-weight: 700;
  margin-bottom: 30px;
}
.create-task-block label {
  line-height: 1.73;
  color: #777;
  font-weight: 400;
}
.create-task-block input {
  height: 50px;
  margin-bottom: 18px;  
}
.create-task-block textarea {
  height: 105px;
  margin-bottom: 30px;
}
.create-task-block .btn-pink {
  padding: 8px 24px;
  border-radius: 0;
}
.to-do-list .panel-default {
}
.to-do-list-dtl {
  border-top: 1px solid #ECECEC;
}
.to-do-list .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ECECEC;
  padding-bottom: 20px;
}
.to-do-list-dtl-heading {
  font-size: 20px;
  line-height: 0.85;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.to-do-list-heading a span {
  position: absolute;
  right: 45px;
  color: #333;
}
.to-do-list-dtl .date {
  line-height: 1.21;
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}
.to-do-list-action-tabs {
  display: inline-block;

}
.to-do-list-action-tabs a {
  margin-left: 10px;
  color: #9A9A9A;
  font-size: 16px;
  background-color: transparent; 
  width: 40px;   
  height: 40px;  
  border: 1px solid #DDD;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  line-height: 37px;
}
.to-do-list-action-tabs a:hover {
  color: #FFF;
}
.to-do-list-action-tabs a:hover {
  background-color: #ff4061;
  border-color: #ff4061;
}
.to-do-list-action-tabs a.read-todo{
  color: #27920a;
}
.to-do-list-action-tabs a.read-todo:hover{
  color: #FFFFFF;
}
.to-do-list-action-tabs a.read-todo:hover::before{
  background-color: #ee1010;
  border: none;
  color: #FFFFFF;  
}
.to-do-list-action-tabs a.unread-todo{
  color: #ee1010;
}
.to-do-list-action-tabs a.unread-todo:hover{
  color: #FFFFFF;
}
.to-do-list-action-tabs a.unread-todo:hover::before{
  background-color: #27920a;
  border: none;
  color: #FFFFFF;  
}

@media (max-width: 767px) {
  .to-do-list-action-tabs {
    padding: 10px 0;
  }
  .to-do-list-action-tabs a:first-child {
    margin-left: 12px;
  }
  .to-do-list-dtl-heading {
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .create-task-block {
    margin-bottom: 60px;
  }
}

/*=====================================*/
      /*==== Guest List Page =====*/
/*=====================================*/
.guest-list-main-block {
  padding: 100px 0;
}
.guest-list-block .to-do-list-heading {
  font-weight: 700;
  text-transform: uppercase;
}
.guest-list-block .to-do-list-dtl-heading {
  font-weight: 400;
}
.to-do-list-dtl .phone {
  background-color: rgba(255, 64, 97, 0.9);
  color: #FFF;
  padding-left: 10px;
  font-size: 15px;
  margin: 0 225px 20px 0;
}
@media (max-width: 767px) {
  .to-do-list-dtl .phone {
    margin-right: 125px;
  }
}

/*=========================================*/
      /*==== Budget Planner =====*/
/*=========================================*/
.budget-planner-main-block {
  padding: 40px 0 130px;
}
.create-category-block {
  padding:30px;
  border:1px solid #EEEEEE;
  margin-bottom: 60px;
}
.create-category-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.create-category-block .dropdown {
   border: solid 1px #E4E4E4; 
}
.create-category-block .dropdown button {
  height: 41px;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #777;
  padding-left: 24px;
}
.create-category-block .dropdown button span.drp-name {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #777;
  padding-left: 24px;
}
.create-category-block .dropdown button:focus {
  color: #FFF;
}
.create-category-block .dropdown-menu {
  top: 40px;
}
.create-category-block #keyword-search {
  height: 41px;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #777;
  padding-left: 24px;
  border: solid 1px #E4E4E4;
} 
.create-category-block .btn-default {
  border-radius: 5px;
  background-color: #392D48;
  font-size: 13px;
  padding: 9px 25px;
}
.budget-category-table {
  background-color: #ff4061;
  color: #FFF;
  padding: 10px 0;
  margin-bottom: 10px;
}
.budget-category-table table,.budget-category-table table th,.budget-category-table table td{
  border:none;
}

.budget-planner-main-block table {
  width: 100%;
}
.budget-planner-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
}
.budget-category-table table th {
  padding-right: 20px;
}
.budget-category-table table td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
}
.budget-category-full-table .panel-group .panel {
  margin-bottom: 10px;
  border-radius: 0;
}
.budget-category-full-table .panel-group table tr:last-child .panel {
  margin-bottom: 0;
}
.budget-category-full-table table tr:nth-child(even) .panel-default>.panel-heading {
  background-color: #F6F6F6;
}
.budget-category-full-new-table table tr:nth-child(even) .panel-default>.panel-heading {
  background-color: #FFF;
}
.budget-category-full-new-table table tr:nth-child(odd) .panel-default>.panel-heading {
  background-color: #F6F6F6;
}
.budget-category-full-table .panel-default>.panel-heading {
  background-color: #FFF;
  padding: 0 39px;
  height: 57px;
  border: none;
}
.budget-category-full-table .to-do-list-heading {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 3.5;
  font-weight: 700;
}
.budget-category-full-table .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #E8E8E8;
}
.budget-category-full-table .panel-default {
  border-color: #E8E8E8;
  padding:0;
}
.budget-category-full-table .panel-default table {
  margin-bottom:0;
  border:none;
  border-bottom:solid 1px #E8E8E8;    
}
.budget-category-full-table .budget-category-table-block table th{
  border-left:0;
  padding-top:20px;
  padding-bottom:20px;
}
.budget-category-full-table .budget-category-table-block table td{
  border-left:0;
  padding-top:20px;
  padding-bottom:20px;
}
.budget-category-table table{
  margin-bottom:10px;
}
.budget-category-full-table table td.budget_name{
  text-align:left;
  width: 220px;
}

.budget-category-full-table .panel{
  border-radius:0;
}

.budget-category-table-block.panel-body {
  padding: 0;
}
.budget-category-table-block table th {
  text-transform: uppercase;
  color: #444;
}
.budget-category-table-block table th,
.budget-category-table-block table td {
  border: none;
  border-bottom: solid 1px #E8E8E8;
  font-size: 13px;
}
.budget-category-table-block .data-table-heading th{
  border: none;
  border-bottom: solid 1px #E8E8E8;
}
.budget-category-table-block .data-table-heading th,.budget-category-table-block .data-table-heading td{
  border:none;
  border-bottom:solid 1px #E8E8E8;  
}

.data-table-heading .estimated-align,.data-table-heading .actual-align,.data-table-heading .paid-align,.data-table-heading .due-align,.data-table-heading .action-align{
  padding-top:25px;
}

.budget-category-table-block table tr.data-table-heading th {
  text-transform: uppercase;
  font-size:14px;
  background:#f7f7f7;
}
.budget-category-table-block table tr.data-table-heading td {
  font-size: 16px;  
  font-weight: 700;
}
.budget-category-table-block table td  {
  text-align: center;
}
.table-editable-icon {
  text-align: right;
  margin-right: 15px;
}

.btn-edit fa-save {
  font-size:16px;
}

.heading-align {
  padding-left: 37px;
}
.estimated-align {
  width: 236px;
}
.actual-align {
  width: 170px;
}
.paid-align {
  width: 150px;
}
.due-align {
  width: 115px;
}
.action-align {
  padding-left: 10px;
  width: 150px;
}
.add-new-table-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.add-new-table-btn .btn-default {
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #392D48;
  padding: 6px 21px;
}
@media(max-width: 767px) {
  .create-category-block .btn-default {
    margin-top: 20px;
  }
}

/*===================================================*/
      /*==== Vendor Dashboard ======*/
/*===================================================*/
.vendor-dashboard-main-block {
  padding: 40px 0 150px;
}
.vendor-dashboard-block .my-dashboard {
  padding: 60px 25px 42px 25px;
}
.vendor-dashboard-block .facts-number {
  font-size: 22px;
  color: #333;
  font-weight: 400;
  margin-bottom: 8px;
}
.vendor-dashboard-block .may-dashboard-dtl .vendor-dashboard-text {
  line-height: 1.73;
  color: #777;
}
.vendor-dashboard-block .my-dashboard i {
  font-size: 28px;
  line-height: 0.8;
  display: block;
  color: #7ACE4C;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vendor-dashboard-block .my-dashboard:hover i {
  color: #7460EE;
}
.vendor-dashboard-block .my-dashboard.vendor-current-plan li{
  line-height: 1.2;
  margin-bottom: 10px;
}
.vendor-dashboard-block .my-dashboard.vendor-current-plan i{
  font-size: 16px;
  color: #a3a3a3;
  line-height: 1.1;
  display: inline-block;
  margin-right: 15px;
} 
.vendor-dashboard-block .vendor-current-plan-title{
  font-size: 36px;
}
.your-plan-board {
  font-size: 18px;
  font-weight: 500;
  padding: 44px 40px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.your-plan-board-heading {
  line-height: 1.44;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.your-plan-board .facts-number {
  font-size: 42px;
  font-weight: 700;
  line-height: 0.62;
  color: #ff4061;
  margin-bottom: 10px;
}
.your-plan-board .per-month {
  font-size: 16px;
  line-height: 1.63;
  color: #777;
  margin-bottom: 140px;
}
.expire-dtl-heading {
  line-height: 1.44;
  margin-bottom: 2px;
}
.expire-dtl .expire-date {
  font-size: 15px;
  line-height: 1.73;
  color: #ff4061;
}
.dashboard-box{
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0,0,0,.075);
}
.dashboard-box.package-vendor-box{
  background: transparent;
} 
.dashboard-box label{
  font-weight: 400;
}

/*===================================================*/
      /*==== New Listing Item Description  ======*/
/*===================================================*/
.new-listing-gallery-slider .overlay-bg {
  background-color: rgba(50, 50, 50, 0.7);
}
.new-listing-gallery-slider .overlay-bg::before {
  position: absolute;
  content: '';
  opacity: 0;
  top: 30px;
  right: 16px;
  bottom: 30px;
  left: 16px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;  
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.new-listing-gallery-slider .overlay-bg::after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 16px;
  right: 30px;
  bottom: 16px;
  left: 30px;
  border-right: 2px solid #FFF;
  border-left: 2px solid #FFF;  
  z-index: 1;
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.new-listing-gallery-slider .gallery-block:hover .overlay-bg::before,
.new-listing-gallery-slider .gallery-block:hover .overlay-bg::after {
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.single-listing-item-block {
  background-color: #f4f8f9;
  border: solid 1px #DBE7EF;
  padding: 55px 0 40px;
}
.single-listing-dtl{
  float:right;  
}
.single-listing-heading {
  font-size: 22px;
  line-height: 1.10;
  margin-bottom: 15px;
}
.single-listing-item-block .btn-pink {
  padding: 8px 20px;
  margin-right: 7px;
  font-size: 13px;
  letter-spacing: 0.8px;
}
.btn-plan {
  background-color: #FFF;
  border: solid 1px #DBE7EF;
  color: #363E41;
  padding: 8px 19px;
  margin-right: 6px;
}
.btn-plan:focus {
  background-color: #363E41; 
  color: #FFF;
}
.btn-plan i {
  margin-right: 2px;
}
.btn-plan:hover {
  background-color: #363E41;
  color: #FFF;
}
.single-listing-item-block .btn-section {
  margin-bottom: 20px;
}
.single-listing-item-block .price {
  line-height: 1.5;
}
.new-listing-description-block {
  padding: 90px 0 90px;
}
.new-listing-map {
  width: 320px;
  height: 320px;
}
.map-banner {
  width: 100%;
  height: 100%;
}
.new-listing-sidebar .vendor-enquery-block {
  width: 320px;
  display:inline-block;
}
.new-listing-nav-tabs {
  margin-bottom: 30px;
  padding:0;
  border-bottom:solid 1px #dbe7ef;
}
.new-listing-nav-tabs li {
  display: inline-block;
}
.new-listing-nav-tabs a {
  width: auto;
  padding: 9px 22px;
  border-radius: 0;
  font-size: 14px;
  border:solid 1px #dbe7ef;
  background: #f4f8f9; 
  border-bottom: none;
  margin-right: 2px;
  border-radius: 4px 4px 0 0;
}
.new-listing-nav-tabs .badge {
  font-size: 14px;
  color: #101010;
}
.new-listing-nav-tabs li.active a{
   background: #ff4061;
   color: #FFF;   
}
.new-listing-nav-tabs li.active a .badge{
   color: #FFF;
}

.description-block {
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.description-heading {
  letter-spacing: 0.3px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 25px;
}
.description-block p {
  font-size: 16px;
  line-height: 1.63;
  color: #777;
  margin-bottom: 20px;
}
.consider-item-block{
  margin-top:30px;
  border-top: 1px solid #DADADA;  
  padding-top:30px;
}
.consider-heading {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-listing-dtl {
    margin-top: 20px;
  float:none;
  }
}
@media (max-width: 992px) {
  .new-listing-map {
    width: 100%;
  }
  .new-listing-sidebar .vendor-enquery-block {
    width: 100%;
    margin-bottom: 30px;
  }
  body .claim-block{
    width: 100%;
    margin-bottom: 30px;
  }  
}

/*=========================================================*/
      /*==== New Listing Item Vendor Profile  ======*/
/*=========================================================*/
.new-listing-vendor-profile-block {
  padding: 99px 0 150px;
}
.new-listing-vendor-block {
}
.new-listing-vendor-block .vendor-pro-section {
  margin: 6px 0 16px; 
}
.vendor-pro-section ul{
  list-style:none;
  
}
.new-listing-vendor-profile {
  margin-bottom: 34px;
}
.new-listing-vendor-block p {
  font-size: 16px;
  line-height: 1.63;
  color: #777;
  margin-bottom: 18px;
}

/*=========================================================*/
      /*==== New Listing Item Related Video  ======*/
/*=========================================================*/
.new-listing-related-video-block {
  padding: 40px 0 118px;
}
.new-listing-video-block {
  padding-bottom: 50px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 50px;
  position: relative;
}
.video-device:hover .overlay-bg {
  opacity: 0;
}
.video-item {  
  text-align:center;
}
.video-device .bg_img {
  background-size: cover; 
  width: 100%;
}
.video-device {   
  position: relative;
}
.video-item .video-preview, 
.video-item .video-preview iframe,
.video-item .video-preview-two, 
.video-item .video-preview-two iframe {
  width: 100%;
  height: 100%;
}
.video-preview,
.video-preview-two {
  position:absolute;
  left: 0; 
  top: 0;
  z-index:30;
  width: 100%;
}
.btn-video-play,
.btn-video-play-two {
  position:absolute; 
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index:30;
  color: #FFF;
  border-radius: 100%;
  border: 3px solid #FFF;
  text-align: center;
  line-height: 53px;
  width: 57px;
  height: 57px;
  padding-left: 5px;
 }

/*=========================================================*/
      /*==== New Listing Item Review  ======*/
/*=========================================================*/
.new-listing-review-block {
  padding: 100px 0 150px;
}
.new-listing-review .description-heading {
  margin-bottom: 50px;
}
.new-listing-review .comments {
  border: none;
  padding: 0;
}
.new-listing-review .comments p {
  margin-bottom: 0;
} 
.new-listing-review .comments p.autorname {
  margin-bottom: 10px;
} 

.new-listing-review .comments .media ul{
  padding:0;
}
.new-listing-review .comments .media ul li {
  padding: 15px 10px 10px 10px;
  margin:0;
  list-style:none;
  border-bottom:1px solid #ECECEC;
  
}
.new-listing-review .comments .media ul li .media-left{
  padding-right:30px;
}
.comments-rating {
  margin-top: 5px;
  display:inline-block;
  min-height:28px;
}
.comments-rating .rating-icon {
  color: #1DB211;
  float: left;
  display: inline-block;
  margin-right: 14px;
}
.comments-rating .rating-out-of {
  background-color: #1DB211;
  text-align: center;
  width: 45px;
  height: 32px;
  color: #FFF;
  display: inline-block;
  line-height: 2;
  position: relative;
  border-radius: 10%;
  margin-right:10px;
}
.totalrating{
  display:inline-block;
}
.review-btn .btn-pink {
  padding: 11px 0;
  width: 100%;
  border-radius: 0;
  font-weight: 700; 
  font-size: 15px;
  letter-spacing: 1.5px;
}

/*=========================================================*/
      /*==== New Listing Item Video  ======*/
/*=========================================================*/
.new-listing-video-block {
  padding-bottom: 45px;
  margin-bottom: 47px;
}
.new-listing-video-block .description-heading {
  margin-bottom: 50px;
}

/*=================================================*/
      /*==== Pricing Table  ======*/
/*=================================================*/
.pricing-table-main-block {
  padding: 40px 0 150px;
}
.pricing-plan-main-block {
  padding: 100px 0;
}
.pricing-table-block {
  margin-left: -1px;
  margin-right: -1px;  
  margin-bottom:40px;
  border: 1px solid #dadada;  
}
.pricing-table-block-box{
    margin-bottom:0;
}

.pricing-table-dtl {
  text-align: center;
  padding:50px 20px;
  -webkit-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;  
  color: #666666;
}
.pricing-table-dtl:hover {
  -webkit-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;  
}
.pricing-table-img-section{
  background-color: #e9f5f8;
}
.pricing-table-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #666666;
}
.pricing-table-price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.pricing-table-price span {
  font-size: 15px;
}
.p-extra-txt{
  font-size: 16px;
}
.pricing-table-list {
  padding: 20px 0 50px 0;
  text-align: center;
}
.pricing-table-list ul li {
  font-size: 15px;
  letter-spacing: 0.3px;
  list-style:none;
  padding: 5px 5px 5px 20px;
  text-align: left;
  color: #777;
}
.pricing-table-list ul {
  margin-bottom: 30px;
  padding: 0;
}
.pricing-table-btn .btn-default {
  border-radius: 4px;
  text-transform: uppercase;
  padding: 12px 26px;
}
.pricing-table-list ul li.plan-yes:before {
    font-size: 14px;
    margin-right: 10px;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    color: #334142;
    content: "\f00c";
}

.pricing-table-list ul li.plan-no:before {
    font-size: 14px;
    margin-right: 10px;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    color: red;
    content: "\f00d";
}
@media (max-width: 992px) {
  .pricing-table-block {
    margin-bottom: 30px;
  }
  .pricing-table-main-block {
    padding: 40px 0 120px;
  }
}

/*=============================*/
      /*==== Faq ======*/
/*=============================*/
.search-block {
  background-color: #FFF;
  border: solid 1px #DEDEDE;
  margin-bottom: 50px;
  position: relative;
}
.search-block input {
  border: none;
  font-size: 13px;
  color: #949494;
  height: 45px;
  padding-left: 19px;
}
.search-block i {
  position: absolute;
  font-size: 13px;
  color: #949494;
  top: 15px;
  right: 19px;
}
.faq-nav-heading {
  line-height: 1.63;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.faq-nav-list ul li {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #C7C6C6;
}
.faq-nav-list ul li a {
  font-size: 15px;
  line-height: 1.73;
  color: #777;
  margin-left: 16px;
} 
.faq-nav-list ul li.active a {
  color: #ff4061;
}
.faq-nav-list ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #ff4061;
  top: 8px;
}
.faq-nav-list ul li a:hover {
  color: #ff4061;
}
.faq-block {
  padding: 0;
}
.panel-default {
  position: relative;
  padding: 4px 10px;
}
.faq-panel .btn-default {
  width: 35px;
  height: 35px;
  background-color: #333;
  position: absolute;
  border-radius: 4px;
  right: 20px;
  top: 15px;
}
.faq-panel .faq-btn-plus {
  display: none;
}
.faq-panel .collapsed .faq-btn-plus {
  display: inherit;
}
.faq-panel .btn-default.faq-btn-minus {
  display: inherit;
  background-color: #ff4061;
}
.faq-panel .collapsed .faq-btn-minus {
  display: none;
}
.faq-panel .panel-default>.panel-heading {
  padding: 20px 40px 20px 30px;
}
.faq-panel .faq-btn-plus .fa,.faq-panel .faq-btn-minus .fa  {
    position: relative;
    bottom: 5px;
    right: 5px;
}
.panel-default>.panel-heading {
  background-color: #FFF;
  border-color: #DADADA;
  border-radius: 0;
  padding: 20px 30px;
}
.panel-title {
  font-size: 18px;
  line-height: 1.44;
}
.panel-group .panel {
  margin-bottom: 15px;
  border-radius: 0;
  padding: 0;
}
.panel-body {
  padding: 31px 32px 16px 28px;
}
.panel-body p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.63;
  color: #777;
}
@media (max-width: 992px) {
  .faq-nav-list {
    margin-bottom: 60px;
  }
}

/*========================================*/
      /*==== Contact Us Page ======*/
/*========================================*/
.contact-us-icon {
  position: relative;
  background-color: #ff4061;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  margin: 0 auto 14px;
  overflow: hidden;
}
.contact-us-icon img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.contact-us-block {
  padding: 40px 60px;
  background-color: #F5F5F5;  
  border-radius: 4px;
  border:1px solid #e4e4e4;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;  
}
.contact-us-block:hover{
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;    
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
.contact-us-dtl .contact-heading {
  font-weight: 700;
  line-height: 2.63;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-us-dtl a,
.contact-us-dtl .contact-sub-heading {
  color: #333;
  font-size: 17px;
  line-height: 1.41;
  color: #777;
}
.contact-form input, 
.contact-form textarea {
  background-color: #FFF;
  border: solid 1px #E4E4E4;
  border-radius: 0; 
  padding: 0 27px;
  font-size: 12px;
  line-height: 2.17;
  color: #949494;
  height: 42px;
  box-shadow: none;
}
.contact-form textarea {  
  padding: 20px 27px; 
  height: auto;
}
.contact-form input {
  margin-bottom: 20px;
}
.contact-form textarea {
  height: 170px;
  margin-bottom: 60px;
}
.contact-form .btn-pink {
  padding: 12px 40px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  box-shadow: 1px 1.7px 0 0 #D10024;
}
.contact-form .btn-pink:hover {
  box-shadow: 1px 1.7px 0 0 #392D48;
}
.contact-form .map-banner {
  width: 100%;
  height: 294px;
}
@media (max-width: 992px) {
  .contact-us-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact-us-block {
    padding: 40px 40px 37px 40px; 
  }  
  .contact-two-map {
    margin-top: 30px;
  }
}

/*=======================================*/
      /*==== Vendor Profile ======*/
/*=======================================*/
.vendor-profile-main-page {
  padding: 100px 0 100px;
}
.vendor-pro-block {
  padding-bottom: 26px;
  border-bottom: 1px solid #DADADA;
}
.vendor-pro-info {
  margin-bottom: 30px;
}
.vendor-pro-heading {
  line-height: 1.33;
  color: #392D48;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.vendor-pro-section ul li {
  margin-bottom: 7px;
}
.vendor-pro-section ul li,
.vendor-pro-section ul li a {
  font-size: 15px;
  line-height: 1.6;
  color: #777;
}
.vendor-pro-section ul li a:hover {
  color: #ff4061;
}
.vendor-pro-section ul li i {
  font-size: 14px;
  line-height: 1.41;
  color: #ff4061;
  margin-right: 5px;
}
.vendor-pro-block .social-btns {
  margin-bottom: 23px;
}
.vendor-pro-dtl p {
  font-size: 16px;
  line-height: 1.63;
  color: #777;
  margin-bottom: 18px;
}
.vendor-enquery-block {
  border: 1px solid #DADADA;
  background-color: #FFF; 
  padding: 32px 26px 22px 29px;
  margin-bottom:30px;
}
.vendor-enquery-heading {
  font-size: 22px;
  margin-bottom: 20px;
}
.vendor-enquery-sub-heading {
  line-height: 1.47;
  font-style: italic;
  color: #777;
  margin-bottom: 24px;
}
.vendor-enquery-block input,
.vendor-enquery-block select {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.57;
  color: #777;
  margin-bottom: 20px;
  border-radius: 3px;
}
.no-of-gits-dropdown {
  margin-bottom: 24px;
}
.no-of-gits-dropdown button {
  height: 45px;
  font-style: italic;
  font-size: 14px;
} 
.no-of-gits-dropdown button span {
  color: #777;
}
.no-of-gits-dropdown button span.drp-name {
  font-style: italic;
  font-size: 14px;
  color: #777;
} 
.vendor-enquery-block .send-me {
  margin-bottom: 10px;
}
.checkbox-block {
  margin-bottom: 18px;
}
.vendor-enquery-block .checkbox-dtl .checkbox-label {
  color: #949494;
  font-size: 14px;
  margin: 0;
}
.vendor-enquery-block  .checkbox-dtl {
  padding-bottom: 10px;
}
.vendor-enquery-block  .checkbox-dtl input[type=checkbox] {
  padding-right: 6px;
  height: auto;
}
.vendor-enquery-block .checkbox-two input {
  position: absolute;
  left: 0;
}
.vendor-enquery-block .btn-pink {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  padding: 11px 10px;
  letter-spacing: .3px;
}
.vendor-enquery-block .btn-pink:hover {
  box-shadow: none;
}
.vendor-profile-listing-block {
  margin-top:30px;
}
.vendor-profile-listing-heading {
  font-size: 21px;
  line-height: 1.24;
  color: #392D48;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
} 
.vendor-profile-listing-block .feature-block {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .vendor-profile-listing-block {
    transform: none;
    margin-top: 30px;
  }
  .vendor-pro-block {
    margin-bottom: 30px;
  }
}

/*==================================================*/
      /*==== Couple Profile Main Page ======*/
/*==================================================*/
.couple-profile-main-page {
  padding: 100px 0;
}
.couple-profile-heading {
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}
.upload-profile-block .btn-pink {
  padding: 10px 25px;
}
.couple-profile-main-page label {
  display: block;
  margin-bottom: 40px;
  color: #6F6661;
  letter-spacing: 1px;
}
.couple-profile-main-page textarea {
  height: 100px;
}
@media(max-width: 767px) {

 .upload-img-btn {
    text-align: center;
  }  
 .couple-profile-main-page label {
    margin-bottom: 35px;
 }
 .couple-profile-main-page textarea {
    margin-top: -15px;
 }
 .couple-profile-main-page input,
 .couple-profile-main-page textarea {
    margin-bottom: 40px;
 }
}

/*========================================*/
      /*==== Register Page ======*/
/*========================================*/
.register-main-block {
  padding: 120px 0;
  background-color: #FAF9F5;
}
.register-block {
  padding: 53px 60px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.register-block .register-heading {
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.register-block input {
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
.register-block input[type=text],
.register-block input[type=email],
.register-block input[type=password]{
  height: 50px;
}

/*======== Checkbox ======== */
.register-block .checkbox-dtl {
  margin-top: 26px;
  margin-bottom: 20px;
}
.checkbox-dtl {
  position: relative;
}

.checkbox-dtl label {
  background-color: #DDDDDD;
  border: solid 1px #DDDDDD;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  border-radius: 2px;
}
.checkbox-dtl label:after {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 2px solid #FFF;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox-dtl label:hover::after {
  opacity: 0.3;
}
.checkbox-dtl input[type=checkbox] {
  visibility: hidden;
  margin-right:22px;
}
.checkbox-dtl input[type="checkbox"]:checked+label{
    background-color: #66bb6a;
    border-color: #66bb6a;      
}
.checkbox-dtl input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/*========== End Checkbox ==========*/
input[type=checkbox] {
  float: left;
}
.register-block .terms-conditions {
  font-size: 13px;
  line-height: 2;
  color: #A1A0A0;
}
.register-block .btn-pink {
  margin-bottom: 30px;
  box-shadow: none;
}
.register-block .sign-in {
  color: #777;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.2px;
}
.date-picker {
  position: relative;
}
.date-picker label{
  position: absolute;
  top: 10px;
  right: 15px;
  color: #777;
}
@media (max-width: 767px) {
  .register-block {
  padding: 53px 30px;
  }
}
@media (max-width: 992px) {
  .register-main-block {
    padding: 150px 0 120px;
  }
  .register-block {
    margin-bottom: 30px;
  }
}

/*=================================*/
      /*==== 404 Page ======*/
/*=================================*/
.error-heading {
  padding: 30px 0;
  color: #392D48;
  font-size: 140px;
  font-weight: 500;
  margin-bottom: 0;
}
.error-heading span {
  color: #ff4061;
}
.error-sub-heading {
  color: #ff4061;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .error-heading {
    font-size: 140px; 
  }
}

/*=====================================*/
  /*========  Gallery Col3 And Col4  ======*/
/*=======================================*/
.gallery-block {
  margin-bottom: 30px;
}
.gallery-dtl i {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
.gallery-dtl i {
    margin-bottom: 150px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .gallery-dtl i {
    margin-bottom: 175px;
  }
}

/* ========================================== */
  /*==== Real Wedding Listing =====*/
/* ========================================== */

.real-wedding-listing {
  padding: 90px 0 100px;
}
.blog-block.realwedding-block{
  padding:0;
  border:none;
  margin:0; 
}
.real-wedding-block {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcoming-wedding-block{
  margin-bottom:30px;
}
.upcoming-wedd-img {
  overflow: hidden;
  border-radius:4px 4px 0 0;
}
.upcoming-wedd-img img {
  width: 100%;
}
.real-wedding-block:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
}
.real-wedding-block .upcoming-wedding-dtl {
  padding: 20px 20px 40px 20px;
  border-radius: 0 0 4px 4px;
}

/* ========================================== */
  /*==== Real Wedding Single Listing =====*/
/* ========================================== */
.real-wedding-single-listing-block {
  padding: 100px 0;
}
.real-wedding-single-listing-img {
  position: relative;
}
.real-wedding-single-listing-img img {
  width: 100%;
  margin-bottom: 30px;
}
.real-wedding-single-listing-img .overlay-bg {
  background-color: rgba(50, 50, 50, 0.7);
  mix-blend-mode: multiply;
}
.real-weddding-couple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.real-weddding-couple .couple-name {
  color: #FFF;
  letter-spacing: 0.7px;
  font-style: italic;
  font-size: 36px;
}
.real-wedding-single-listing-dtl p {
  color: #777;
  line-height: 1.63;
  margin-bottom: 15px;
}
.real-wedding-latest-news .blog-news {
  padding-bottom: 40px;
}
.real-wedding-latest-news .blog-news-dtl a {
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
.rtd-real-wedd-img img {
  border-radius: 0;
}
.real-wedding-latest-news .rtd-real-wedd-dtl {
  padding-top: 15px;
}
.realwedding-main-block{
  padding-top: 70px;
  padding-bottom: 50px;
  background: #f4f8f9;
  position: relative;
}

.inner-box .image{
  margin-bottom: 6px;
}

ul.realwedding-small-ul {
    position: relative;
    display: block;
    min-height: 100px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.realwedding-small-ul li {
    height: 10vh;
    min-height: 100px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    float: left;
    list-style: none;
    width: 50%;
    display: inline-block;
}
.realwedding-small-image.realwedding-list{
  border-left: 6px solid #FFF;
}

.realwedding-icon {
    position: relative;
    top: 20px;
}
.realwedding-list .overlay i {
    font-size: 18px;
    margin-top: 10px;
}
.realwedding-list .overlay {
    text-align: center;
    font-size: 13px;
    color: #fff;
    z-index: 999;
    position: relative;
    background-color:rgba(0,0,0,.18);
}

ul.realwedding-small-ul li:last-child:before {
  background: rgba(18,31,56,0.65);
}
ul.realwedding-small-ul li:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    background: rgba(18,31,56,0.10);
    z-index: 100;
    visibility: visible;
    transition: .3s ease-in-out;
}
.lower-content{
  margin-top: 20px;
}
.lower-content h4{
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.album-block{
  margin-bottom: 30px;
}
/* ========================== */
/*==== Help Page =====*/
/* ========================== */
.help-page-main-block {
  padding: 150px 0 140px;
}
.help-faq-block {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .help-service-block-two {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #392D48;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999999999;
}
.loaderstatus {
  background-image: url(../images/logo-2.png);
}
.loaderstatus,
.loaderstatus-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.loaderstatus-message {
  padding-top: 30%;
}
.status {
    float: left;
    padding-left: 0px;
    width: 100%;
}
.status > span {
    display: block;
    font-size: 14px;
}
p.status{
  margin-bottom: 0;
}
.vendor-dashboard .status .alert{
  margin-bottom:20px;
}

.vendorsignupbox,.signupbox,.forgotpasswordbox{
  display:none;
}
.couple-login{
  min-height:450px;
  position:relative;
}
.sign-in a{
  cursor:pointer;
}
#gmaps-canvas {
    height: 250px;
}
#imagelist .uploaded_images {
    float: left;
    margin: 0 20px 15px 0;
    max-width: 230px;
    overflow: hidden;
    position: relative;
}
#imagelist {
    float: left;
    width: 100%;
}
.uploaded_images i {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 2.4;
  background-color: #333;
  color: #FFF;
  font-size: 16px;
}
.uploaded_images i:hover {
  color: #e87ba6;
}
.uploaded_images .star {
  background-color: #e87ba6;
}
.uploaded_images .star:hover {
  color: #333;
}
.uploaded_images i.thumber {
  right: 0;
  left:auto;
  cursor: pointer;
}
.uploaded_images i.thumber:hover,.uploaded_images i.thumber.active {
  background-color: #ff4061;
  color: #FFF;
}

.fav-icon {
  background-color: #fff;
  border-radius: 100px;
  color: #ff4061;
  font-size: 18px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  z-index:10;
  width:40px;
  height:40px;
  line-height:2.1;
}
.fav-icon  i.fa.fa-heart{
  padding:10px 0;
}

.fav-icon:focus, .fav-icon:hover {
  color: #fff;
  background-color: #ff4061; 
}

.rating-symbol span{
  color:#febf00;
}
.rating-symbol{
  margin-right:5px;
  color:#666666;
  width:34px;
}

.rating-symbol:first-of-type::after, .rating-symbol:nth-child(2)::after, .rating-symbol:nth-child(3)::after,
.rating-symbol:nth-child(4)::after, .rating-symbol:nth-child(5)::after {
    bottom: -25px;
    content: "1";
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  font-weight:700;
}
.rating-symbol:nth-child(2)::after {
    content: "2";
}
.rating-symbol:nth-child(3)::after {
    content: "3";
}
.rating-symbol:nth-child(4)::after {
    content: "4";
}
.rating-symbol:nth-child(5)::after {
    content: "5";
}

.maping{
  height: 1630px;
}
.maping_top{
  height: 600px;
}


/* Google Marker Class */ 
.map_img{
  width:100%;
}
.main_box{
  padding:15px;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
  position:relative;
}
.main_box h3{
  margin-bottom:10px;
  font-size:20px; 
}
.main_box .marker_pricing{
  color:#ff4061;
  margin-top:10px;
  margin-bottom:10px;
}
.main_box p{
  color:#454545;
  font-size:13px;
  margin-bottom:0;
  line-height:1.3;
}
.main_box::before {
  border-color: rgba(0, 0, 0, 0.3) transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -32px;
  content: "";
  display: inline-block;
  margin: 0 0 0 104px;
  position: absolute;
}
.main_box::after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 15px;
  bottom: -30px;
  content: "";
  display: inline-block;
  margin: 0 0 0 105px;
  position: absolute;
}
.marker_box{
  position:relative;
}
.marker_box .label-primary {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5px;
    background: #ff4061;
}

.rating-symbol span{
  color:#febf00;
}
.rating-symbol{
  margin-right:6px;
}
#add-review .rating-symbol{
  width:33px;
}
#add-review{
  margin-top:10px;
}


.rating-symbol:first-of-type::after, .rating-symbol:nth-child(2)::after, .rating-symbol:nth-child(3)::after,
.rating-symbol:nth-child(4)::after, .rating-symbol:nth-child(5)::after {
    bottom: -25px;
    content: "1";
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  font-weight:700;
}
.rating-symbol:nth-child(2)::after {
    content: "2";
}
.rating-symbol:nth-child(3)::after {
    content: "3";
}
.rating-symbol:nth-child(4)::after {
    content: "4";
}
.rating-symbol:nth-child(5)::after {
    content: "5";
}

.single_wishlist{
  display:inline-block;
}

.single_wishlist .fav-icon{
  position:inherit;
  border-radius:4px;
  border:1px solid #DBE7EF;
  display:inline-block;
  line-height:2.1;
}
.faq-cat{
    line-height: 1.73;
    color: #777;
  font-size:22px;
    margin-left: 20px;
  margin-bottom:10px;
}

.faq-cat-box{
  border-bottom: 1px solid #C7C6C6;
}
.faq-cat-box::before{
  content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #ff4061;
    top: 15px;
}

/* videoWrapper Class */ 
.videoWrapper {
  height: 0;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border:1px solid #ECECEC;
}


.contact-us-icon {
    text-align: center;
    padding-top: 14px;
}

.contact-us-icon i {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}

.tag-cloud-link{
    padding: 9px 22px;
    background-color: #797671;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    font-size:15px !important;
    line-height:1.6;
    color:#f6f6f6;  
}

.tag-cloud-link:hover{
    background-color: #ff4061;
  color:#FFFFFF;
}

.error{
  color:#FF0000;
}
.new-add-listing label.error{
  color:#FF0000; 
  text-transform:none; 
}
.add-listing-sidebar label.error{
  color:#FF0000; 
  text-transform:none; 
}
.footer-line{
  /*border-top:1px solid #D9D9D9;*/
}
.footer-main-block .about-widget  a{
  color:#FFFFFF;
}
.about-widget .btn-pink,.about-widget .btn-white
{
  margin-top:10px;
}

.about-widget .btn-pink:hover, .footer-main-block .about-widget .btn-white:hover::before{
  background-color:#da3d58;
  color:#FFFFFF;  
}


.footer-widget ul.menu li{
  margin-bottom:10px;
}

.footer-widget ul.menu li a{
  margin-bottom:10px;
    font-size: 15px;
    line-height: 1.67;
}


.links-widget ul li a {
    font-size: 15px;
    line-height: 1.67;
}
.links-widget ul li {
  float:left;
  margin-bottom:10px;
  width:50%;
}

.top-trans {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
.top-trans .top-nav-info{
  background-color:rgba(24, 24, 24, 0.7);
}
.top-trans .nav-bar{
  background:rgba(0,0,0,.3);
}

.top-trans #navigation.weddlist-navbar ul li a{
  color:#FFFFFF;
}
.top-trans #navigation.weddlist-navbar ul li a{
  color:#FFFFFF;
}
.top-trans #navigation.weddlist-navbar > ul > li:hover > a{
  color: rgba(140, 140, 140, .80);
}

.top-trans #navigation.weddlist-navbar ul ul.sub-menu li a,.top-trans #navigation.weddlist-navbar ul ul.sub-menu li:hover ul li a{
  background:rgba(10, 10, 10, 0.9);
  color:#FFFFFF;  
}
.top-trans #navigation.weddlist-navbar ul ul.sub-menu ul.has-sub1 li:hover a{
  background:#ff4061;
}

.top-trans #navigation.weddlist-navbar ul ul.sub-menu li:hover a,.top-trans  .navigation #cssmenu ul ul.sub-menu li.active a{
  background:#ff4061;
}

.mb30{
  margin-bottom:30px;
}
.mb20{
  margin-bottom:20px;
}


@media (max-width: 767px) {
.maping{
  height: 650px;
}  
.top-trans {
    position:inherit;
} 
.top-trans .nav-bar{
  background:rgba(250, 250, 250, 0.95);
}
.top-trans #navigation.weddlist-navbar ul ul.sub-menu li a{
  background:transparent;
  color:#333333;  
}
.top-trans #navigation.weddlist-navbar ul ul.sub-menu li a{
  background:transparent;
  color:#333333;  
}
.top-trans #navigation.weddlist-navbar ul li a{
  color:#333333;
}
.top-trans #navigation.weddlist-navbar ul li a{
  color:#333333;
}
.top-trans #navigation.weddlist-navbar > ul > li:hover > a{
  background:transparent;
}
}
.listnone{
  list-style:none;
  padding:0;  
}
.marketbox img {
    z-index: 9999;
}

.no-menu{
  list-style:none;
}
.link{
  color:#333333;
}
.link:hover{
  color:#ff4061;
}
.listing_counter{
  color:#FFFFFF;
  background-color:rgba(20,20,20,.45);
  padding:7px 15px;
  text-align:center;
  display:inline-block;
  width:auto;
  position:relative;
  top:50px;
  border-radius: 4px
}

#payment_option_box{
  display:none;
}
.paypal_pack {
    background-image: url(../images/paywithpaypal.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    width: 225px;
    margin:0; 
}

.pricing-table-btn .btn-default.tp-btn-primary{
  background:#ff4061;
}
#paypal_status{
  margin-top:30;
}

#stripe_pay_button {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 6px 20px;
    line-height: 27px;
    margin: 15px auto;
    background: #1275ff;
    border-color: transparent;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
}

.post-password-form input[name="post_password"] {
    width: 220px !important;
    height: 40px;
    border: 1px solid #e8e8e8;
  box-shadow:none;
  font-size:13px;
  padding:0 10px ;  
}
.post-password-form input[name="Submit"] {
    width: 100px;
    height: 40px;
    background: #ff4061;
    border: 1px solid #ff4061;
    color: #fff;
    font-weight: 500;
    transition: .4s;
    text-transform: uppercase;
  font-size:13px;
}
.meta-tags.blog-underline{
  border-bottom:1px solid #E4E4E4;
  padding-bottom:20px;
}



#wrapper {
    padding-left: 0;    
}

#page-wrapper {
    width: 100%;        
    padding: 0;
    padding-bottom: 30px;
}

#page-wrapper .pt100{
  padding-top:90px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
        padding-bottom: 30px;
    }
}

/* Top Navigation */
.logoimg{
  padding-bottom:10px;
}
.navbar-inverse{
  background:#ffffff;
}
.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
  border:none;
  margin-bottom:0;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #333;
  background:transparent;
  border:none;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #454545;
    background-color: transparent;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  width:200px;
  top:71px;
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
    padding:13px 19px;
    color: #454545; 
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 81px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #2c353d;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #303e4a !important;
    }
}
@media(max-width:768px) {
  .top-nav{
    display:none;
  }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #fff;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}
.side-nav li a{
  font-size: 16px;
}
.side-nav li a i{
  margin-right:10px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border-color:transparent;
}
.navbar-inverse .navbar-nav>li>a{
    color:#e6edf3;
    background-color: #2c353d;  
}
.navbar-inverse .navbar-nav>li>a:hover{
  color:#e6edf3;
    background-color: #263038;  
}
.navbar-inverse .navbar-nav>li>a.active{
  color:#e6edf3;
    background-color: #1a242f;  
}
.navbar-inverse{
  border:none;
  padding:10px 20px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
}
#page-wrapper .status .alert {
    margin-bottom: 20px; 
}
.page-template-vendor-dashboard,.page-template-couple-dashboard{
  background: #f4f8f9;
}
.navbar-inverse .navbar-toggle{
   background-color: #263038;
   width: 100%;
   float: left;
   margin-bottom: 0;
   margin-top: 0;
   padding: 15px;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top:6px;
}
.dashboard-inner-box{
}

.vendor-reply.well{
  box-shadow:none;
  border-radius:0;
}
.review-counter{
}
.new-listing-review .comments .media ul li .review-counter li{
  padding:0;
  margin:0;
  border:none;
  display:inline-block;
}
.review-counter li a{
    border: 1px solid #ff4061;
    border-radius: 3px;
    color: #ff4061;
  background:#FFFFFF;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 12px;
    text-align: left;
  display:inline-block;
  margin-bottom:20px;
  margin-right:10px;
}
.review-counter li a:hover{
    border: 1px solid #fa3a5b;  
    color: #FFFFFF;
  background:#fa3a5b;
}

.review-counter li a.helpful{
    border: 1px solid #3a77dd;  
    color: #3a77dd;
  background:#FFFFFF; 
}
.review-counter li a.helpful:hover{
    border: 1px solid #3471d6;  
    color: #FFFFFF;
  background:#3471d6; 
}


.review-count span{
  font-size:12px;
  padding-left:6px;
}

.review-box{
  border:1px solid #DDDDDD;
  background:#f5f5f5;
  padding:20px;
  margin-bottom:20px;
}

.review-box h4{
  font-size:16px;
}
.review-box a{
  color:#333333;
  font-weight:bold;
}
.review-box-count span{
  font-size:13px;
  font-weight:bold;
  margin-right:10px;
}
#resetpassword{
  z-index:9999 !important;
}
.guest-list-block select.form-control{
  height:50px;
}
.create-task-block label.error{
  color:#e22c2c;
  font-size:13px;
}

.guestlistheader{
  font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 35px;
}
.guestlistheader h3{
  margin-bottom:0;
}
.navbar-header .logoimg{
  height:60px;
}
.dashboard-container {
    padding: 30px;
}
.claim-block {
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 25px;
    width: 320px;
}

.single-listing-item-block .single-listing-heading span.verified {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  margin-left:20px;
}
.single-listing-item-block .single-listing-heading span.verified i{
    background-color: #40b3ef;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-top: -3px;
    text-align: center;
    vertical-align: middle;
    width: 18px;
  font-size:8px;
}


@media (min-width: 768px) and (max-width: 992px) 
{
  #page-wrapper .container {
     width: auto; 
  }
}

@media (min-width: 992px) and (max-width: 1420px) 
{
  #page-wrapper .container {
     width: auto; 
  }
}

.l2 {
  padding-left: 1em;
}
.dashboard-panel{
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.06);
  padding: 25px 40px;  
}
.white-title h1,.white-title h2,.white-title h3,.white-title p{
  color: #FFFFFF;
}
.black-testimonial .testimonial-block .testimonial-dtl .testimonial-client,.black-testimonial .testimonial-block .testimonial-dtl p{
  color: #454545;  
}

.pricing-table-list ul li.pricing-feature{
  position: relative;
  padding-left: 55px;
}
.package-check-yes:before,.pricing-table-list ul li.plan-yes:before {
    content: "\e64d";
    position: absolute;
    left: 28px;
    font-family: themify;
    color: #14c282;
}
.package-check-no:before,.pricing-table-list ul li.plan-no:before {
    content: "\e646";
    position: absolute;
    left: 28px;
    font-family: themify;
    color: #f40606;
}
.no-padding{
  padding: 0 !important
}
.package-recommended{
    margin-left: -2px;
    margin-right: -2px;
    transform: translateY(-20px);
    z-index: 11;  
    background: #FFF;
    position: relative;
    overflow: hidden;
}
.package-recommended .pricing-table-block-box{
  margin-bottom: 60px;
}
.package-recommended .pricing-table-img-section{
  background: #ff4061;
}
.package-recommended .featured{
  color: #000;
}
.package-recommended .pricing-table-img-section .pricing-table-heading,
.package-recommended .pricing-table-img-section .pricing-table-price,
.package-recommended .pricing-table-img-section .p-extra-txt{
  color: #FFF;
}
.package-recommended .pricing-table-list{
    padding: 20px 0 15px;
}
.package-recommended .pricing-table-dtl {
    padding-top: 85px;
}
.package-recommended .pricing-table-list ul{
    margin-bottom: 40px;
}

.listing-badge {
    background-color: #fff;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -45px;
    top: 35px;
    text-align: center;
    width: 180px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}
.weddlist-invoices-box{
  border-bottom: 1px solid #f3f3f6;  
}
.weddlist-invoices-box-heading{
  font-weight: 500;
}
.weddlist-invoices-box .row div{
  padding: 15px 0 15px 20px;  
}
.weddlist-invoices-box div .label {
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
}
.label-completed{background:#38d57a;border:1px solid #38d57a}
.label-hold{background:#17bff0;border:1px solid #17bff0}
.label-cancled{background:#f33;border:1px solid #f33}
.label-pending{background:#6772e5;border:1px solid #6772e5}
.label-processing{background:#ffb22b;border:1px solid #ffb22b}
.label-refunded{background:#b5bbc8;border:1px solid #b5bbc8}
.label-failed{background:#232323;border:1px solid #232323}

.weddlist-invoice-detail{

}
.weddlist-invoice-info p{
  margin-bottom: 10px;
}
.weddlist-invoice-info span{
  margin-right: 5px;
}
.weddlist-invoice-detail .table-responsive .table,
.weddlist-invoice-detail .table-responsive .table tbody tr,
.weddlist-invoice-detail .table-responsive .table tbody tr th,
.weddlist-invoice-detail .table-responsive .table tbody tr td{
  border:none;
}
.weddlist-invoice-detail .table thead tr td,
.weddlist-invoice-detail .table thead tr th{
    border:none;
    border-bottom: 1px solid #DDD; 
}
.weddlist-invoice-info span i{
  margin-right: 5px;
}
.custom_alert{
    position: relative;
    padding: 1.55rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}
.custom_alert_light{
  border: 1px solid #DDD;
  background: #f9f9f9; 
}
.checkbox-dtl .checkbox-label {
  line-height: 1.8;
}
.input-group-custom{
  position: relative;
}
.input-group-custom-addon{
    padding: 13px 16px;
    border-radius: 3px 0 0 3px;
    background: #f9f9f9;
    width: 49px;
    height: 45px;
    position: absolute;
    left: 0;
    border: 1px solid #ccc;
    text-align: center;
}
.input-group-custom-addon i{
  color: #BBBBBB;
}  
.input-group-custom input{
  padding-left: 58px;
}

.customcheck input:checked~.checkmark {
    background-color: #66bb6a;
    border-radius: 5px;
    color: #fff;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #EDEDED;
    border-radius: 5px;
}
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.customcheck input:checked~.checkmark:after {
    display: block;
}
.customcheck .checkmark:after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.tipsy {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 8px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}
.tipsy:before {
    position: absolute;
    bottom: -5px;
    left: 5px;
    display: inline-block;
    content: "";
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.75);
    border-bottom: 0 solid rgba(0, 0, 0, 0.75);
    border-left: 5px solid transparent;
}
.tipsy.arrow-top:before {
    bottom: auto;
    top: -5px;
    border-top-width: 0;
    border-bottom-width: 5px;
}
.tipsy.arrow-bottom:before {
    bottom: -5px;
    top: auto;
    border-top-width: 5px;
    border-bottom-width: 0;
}
.tipsy.arrow-left:before {
    left: 5px;
    right: auto;
}
.tipsy.arrow-center:before {
    left: 50%;
    right: auto;
    margin-left: -5px;
}
.tipsy.arrow-right:before {
    right: 5px;
    left: auto;
}
.tipsy.arrow-side-left:before {
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    margin-top: -5px;
    margin-left: -5px;
    border-right-color: rgba(0, 0, 0, 0.75);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 0;
}
.tipsy.arrow-side-right:before {
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    margin-top: -5px;
    margin-right: -5px;
    border-left-color: rgba(0, 0, 0, 0.75);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 0;
}
p.stars {
    display: none;
}
.weddlist-header-icons{
    position: relative;
    height: 100px; 
    float: right; 
}
.weddlist-header-icon{
  line-height: 108px;
  padding-left: 10px;
}
.weddlist-header-icon [class^=ti-], [class*=" ti-"]{
  font-size: 19px;
}
.weddlist-header-icon a{
  color: #333;
}

.weddlist-header-icons .weddlist-header-wc-cart-link span.number-cart {
    position: absolute;
    top: 26px;
    left: 10px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    background-color: #ff4061;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-trans .nav-bar .weddlist-header-icon [class^=ti-], [class*=" ti-"]{
  color: #FFF;
}
@media (max-width: 785px) {
  .weddlist-header-icons{
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) { 
  .navigation{
    margin-top: 25px;
  }
}

.vendor_manage_listing .nav-tabs>li>a{
  border-radius:0;
  color: #666;
}
.vendor_manage_listing .nav-tabs>li>a{
  border-radius:0;
  color: #666;
}
.vendor_manage_listing .badge{
  margin-left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 10px;
  line-height: inherit;
  padding: 6px 4px;
}
.pricing_range{
  margin-top: 10px;
}
.radius_range{
  margin-top: 10px;
}
.pricing_range .ui-slider-range.ui-widget-header.ui-corner-all,
.pricing_range.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all,
.radius_range .ui-slider-range.ui-widget-header.ui-corner-all,
.radius_range.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  height: 6px;
}
.pricing_range .ui-slider-handle.ui-state-default.ui-corner-all,
.radius_range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #FFF;
    border: medium none;
    height: 16px;
    top: -5px;
    width: 16px;
    outline: none;
    position: absolute;
    border:2px solid #ff4061;
    border-radius: 2px;
}
.weddlist-price-slider,.weddlist-radius-slider{
  background-color: #777;
  padding: 9px 17px;
  border-radius: 30px;
  font-size: 12px;
  position: relative;
  top: -80px;
  cursor: pointer;
  letter-spacing: 0.3px;
  color: #FFF;
}
.pricing_slider_disable .ui-slider-range.ui-widget-header.ui-corner-all,
.radius_slider_disable .ui-slider-range.ui-widget-header.ui-corner-all
{
  background-color: #e2dede;
}
.weddlist-price-slider.pricing_btn_active{
  background-color: #04b009;
  color: #fff;
}
.weddlist-radius-slider.radius_btn_active{
  background-color: #04b009;
  color: #fff;
}

@media (max-width: 767px) {
  .amount_box{
    margin-top: 60px;  
  }
  .weddlist-price-slider{
    top: -75px;
  }
}
#image_upload_alert{
    display: none;
}

.user-main-heading {
  font-size: 19px;
  font-weight: 500;
  padding: 25px 30px 25px 30px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  margin-bottom: 0;
}
.user-main-heading-box {
  font-weight: 500;
  padding: 25px 30px 25px 30px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  margin-bottom: 0;
}
.user-main-heading-box h3{
  font-size: 19px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 0;
 display: inline-block;

}
.user-main-box{
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
  float: left;
  width: 100%;
}
.user-main-inner-box{
  padding: 30px;
}
.pwd-eye{
  position: relative;
}
.pwd-eye span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #c98b6b;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    cursor: pointer;
    border-radius: 5px;
}
.to-do-list-add{
	text-align: right;
	float: right;
	display: inline-block;
}
.to-do-list-add a {
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff6666;
}
.dashboard-inner-box .modal-header{
	min-height: auto;
	padding:20px 25px; 
	display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);	
}
.dashboard-inner-box .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}
.dashboard-inner-box .modal-body{
	padding: 25px;
}
.dashboard-inner-box .modal-content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .3rem;
    outline: 0;
    padding: 0;
}
button.close.closepopup{
    position: absolute;
    right: 25px;
    top: 20px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    z-index: 5;
}
.dashboard-inner-box .modal-header .modal-title{
	font-size: 19px;
}
.couple-todo-left-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.couple-todo-left-category li.month_passed a {
    text-decoration: line-through;
    text-decoration-color: #ea2a3d;
}
.couple-todo-left-category ul li a {
    font-size: 15px;
    color: #555;
}
.couple-todo-left-category ul li a:hover {
    color: #666;
}
.couple-todo-left-category {
    padding: 20px;
    margin: 0;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}
.couple-todo-left-category h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.list-circle i.fa {
    font-size: 9px;
    margin-right: 10px;
    vertical-align: middle;
    color: #666;
}
.pending.list-circle i.fa {
    color: #5bb8e7;
}
.overdue.list-circle i.fa {
    color: #ea2a3d;
}
#todolist_table .table-editable-icon{
	margin-right: 0;
}
.table .check .input-box {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.table .check .input-box input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.table .check .input-box input:checked + label {
    background: #c98b6b;
    color: #ffffff;
}
.table .check .input-box label {
    position: relative;
    display: block;
    cursor: pointer;
    line-height: 22px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    margin: 0;
    background: #f4f8f9;
    border: 1px solid rgba(0,0,0,0.15);
    text-align: center;
}
.table .check .input-box input:checked + label .icon {
    opacity: 1;
}
.table .check .input-box label .icon {
    opacity: 0;
}
.text-line tr,.text-line td,.text-line .date{
	text-decoration: line-through;
}

@media screen and (max-width: 767px)
{
	.table-responsive-new{
		width: 100%;
	    margin-bottom: 15px;
	    overflow-y: hidden;	
	    -webkit-overflow-scrolling: touch;
	   -ms-overflow-style: -ms-autohiding-scrollbar; 
	}
}
.slider-bottom-panel input[type=text],.slider-bottom-two input[type=text],.form-search input[type=text],.refine-search input[type=text]{
  height: 50px;
}
.my-budget-left-category{
  margin-bottom: 20px;
}
.my-budget-left-category ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.my-budget-left-category ul li:first-child {
    border-top: 1px solid rgba(0,0,0,0.15);
}
.my-budget-left-category ul li {
    border: 1px solid rgba(0,0,0,0.15);
    border-top: none;
    padding: 13px 25px;
    position: relative;
}
.my-budget-left-category ul li:hover {
    background: #f4f8f9;
}
.my-budget-left-category ul li a{
  color: #333;
  font-size: 16px;
}
.my-budget-left-category ul li span {
    position: absolute;
    right: 25px;
    color: #777;
    font-size: 15px;
}
.table-editable-icon a, .action_perform a, .table-editable-icon button ,.budget-category-full-table .btn-save{
    background: #41a1ef;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    margin-left: 6px;
    line-height: 36px;
    border: none;
}
.budget-category-full-table .btn-save{
  background: #39b430;
}
.table-editable-icon i {
    font-size: 14px;
    line-height: 36px;
}
.table-editable-icon a.btn-delete {
    background: #f03d4f;
}
.budget-category-full-table {
    border: 1px solid rgba(0,0,0,0.15);
}

.budget-list-top .table-editable-icon {
    padding-top: 20px;
    float: right;
}
.table-editable-icon {
    display: inline-block;
}
.table-editable-icon {
    text-align: right;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;

}
.budget-category-full-table .table-responsive{
  border:none;
}
.budget-category-full-table table {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
}
.budget-category-full-table table th, .budget-category-full-table table td {
    border: none;
    font-size: 14px;
    text-align: left;
}
.budget-category-full-table table td.budget_name {
    text-align: left;
}
.budget-category-full-table .table>thead>tr>th {
    border-bottom: none;
    font-weight: 600;
    color: #121f38;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.budget-category-full-table .table>tbody>tr>td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}  
.budget-category-full-table .table>thead>tr>th.action-align,.budget-category-full-table .table>thead>tr>td.action-align{
  padding-left: 0;
}
.budget-category-full-table .table>tbody>tr>td.action_perform{
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
}
.budget-category-full-table .add-item span {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}
.budget-cost-box{
  text-align: center;
}
.budget-cost{
  display: inline-block;
}
.budget-cost span{
  font-weight: 600;
}

.specs-widget .card-block {
    position: relative;
    margin-bottom: 30px;
}
.specs-widget .card-body {
    background: #ffffff;
    padding: 24px;
    position: relative;
}

.specs-widget .card-block .card {
    -ms-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    border: none;
    border-radius: 0;
}

.specs-widget .card-block .card .text-muted{
  color: #6c757d !important
}

.card-block .card .count {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #121f38;
    margin: 10px 0 0;
}

.card-block .card .icon {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    color: #2c64ff;
    background: rgba(44,100,255,0.10);
    border-radius: 3px;
}

.specs-widget .card-block:nth-child(2) .card .icon {
    color: #28d1b5;
    background: rgba(40,209,181,0.10);
}
.specs-widget .card-block:nth-child(3) .card .icon {
    color: #ffc516;
    background: rgba(255,197,22,0.10);
}
.specs-widget .card-block:nth-child(4) .card .icon {
    color: #f84d4d;
    background: rgba(250,77,77,0.10);
}
.stricky-fixed {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-110%);
    transition: transform 900ms ease;
    box-shadow: 0px 10px 20px -12px rgb(0 0 0 / 20%);
}
.stricky-header.stricky-fixed {
    transform: translateY(0);
}
.light-bg,.blog-main-block{
  background: #f4f8f9;
}
.weddlist-faq {
    padding-bottom: 0px;
    border-bottom: 1px solid #dbe7ef;
    margin-bottom: 27px;
}
.faq-title{
  margin-bottom: 5px;
  font-size: 17px;
  color: #444;
}
.faqs-details ul {
    float: left;
}
.faqs-details .ui-tabs .ui-tabs-panel{
  padding: 0;
}
.faqs-details #tabsbtn {
    cursor: pointer;
    display: inline;
    margin-left: 15px;
    margin-top: 10px;
    padding: 8px 18px;
    margin-bottom: 0;
    float: right;    
    background: #333;
    color: #FFF;
    border-radius: 5px;
}

.faqs-details .ui-tabs .ui-tabs-nav{
  border:none;
  box-shadow: none;
}
.faqs-details .ui-tabs .ui-tabs-nav li a {
    background-color: #41A6DF;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    box-shadow: none;
     border:none;
}
.faqs-details .ui-tabs .ui-tabs-nav li:hover {
  border:none;
  box-shadow: none;
}

.faqs-details .ui-tabs .ui-tabs-nav li a:hover,.faqs-details .ui-tabs .ui-tabs-nav li a:focus {
    background-color: #121212;
    color: #FFF;
    border:none;
    box-shadow: none;
    outline:none;
}
.user-main-heading-manage{
  float: right;
}
.user-main-heading-manage-list{
  display: inline-block;
  margin-left: 10px;
  margin-top: -14px;
}
.user-main-heading-manage-list a{
  font-size: 14px;
  padding: 8px 20px;
}
@media (max-width: 540px) {
  .user-main-heading-manage-list{
    margin-left:0;
    margin-top:20px;
  }
  .user-main-heading-manage{
    float: inherit;
  }
}  

.widget-box.realwedding-credit-widget{
  padding: 35px 0px 0px;
}
.realwedding-credit-widget h4{
  margin-left: 30px;
  margin-bottom: 10px;
}

.vendor-box-inner{
    position: relative;
    padding: 20px 35px;
    border-bottom: 1px solid #e7e7e7;
}

.vendor-box-inner h5{
  color: #121f38;
  margin-bottom: 10px;
  font-size: 19px;
}
.vendor-box-inner a{
  color: #777;
}
.vendor-box-inner a:hover{
  color: #454545;
}
.image img:after{

}

.left-side{
  float: left;
}
.main-side {
    margin-left: 230px;
}
.main-side #cssmenu>ul>li>a{
  padding: 23px 13px;
}
.main-side .navigation #cssmenu ul li:hover ul.sub-menu{
  top: 60px;
}
@media (max-width: 767px) {
  .main-side {
    margin-left: 0;
    width: 100%;
  }
  .left-side{
    width: 100%;
  }
  .navigation #cssmenu ul li a {
    padding: 16px 15px;
  }
  .main-side .navigation #cssmenu ul li:hover ul.sub-menu{
    top: 0;
  }
  .right-side{
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #wrapper .navigation {
      margin-top: 15px;
  }
  .main-side {
    margin-left: 230px;
    width: 80%;
  }
  .left-side{
    width: 80%;
  }
  #wrapper .navigation #cssmenu ul li a, {
    padding: 16px 15px;
  }
  #wrapper .navigation #cssmenu ul li:hover ul.sub-menu{
    top: 0;
  }
}

/* Naviation Menubar */
#navigation {
  position: relative;
  display: block;
}

#navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul a {
  display: block;
  text-decoration: none;
}

#navigation ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navigation ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0
}

#navigation ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 99999;
}

#navigation ul ul li { float: none; }

#navigation ul ul ul {
  top: 0;
  left: 100%;
  margin: 0;
}

#navigation ul ul {
  margin: 10px 0 0 15px;
}

#navigation ul ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background: rgba(255,255,255,0);
  width: 100%;
  height: 10px;
}

#navigation ul ul ul:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0;
  opacity: 0;
}

#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
  font-family: "FontAwesome";
  opacity: 0.5;
}

#navigation ul li a:after { content: '\f107'; padding-left: 7px; }
#navigation ul ul li a:after {
  content: '\f105';
  position: absolute;
  right: 15px;
  top: 10px;
}

.top-trans nav#navigation.weddlist-navbar  ul ul li a:after{
  color: #FFF;
}
#navigation ul li a:only-child:after { content: ''; padding: 0; }
#navigation ul ul li a:only-child:after { content: '';}

#navigation ul ul ul { pointer-events: none; }
#navigation ul ul li:hover > ul { pointer-events: all; }

#navigation ul ul {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  border-radius: 4px;
  font-size: 15px;
}

#navigation ul ul li { border-radius: 4px; }
#navigation ul ul li:last-child { border-bottom: none; }

#navigation ul li:hover ul a,
#navigation ul ul a {
  line-height: 26px !important;
  padding: 10px 30px 10px 15px !important;
}
.top-trans #navigation.weddlist-navbar>ul>li.current-menu-ancestor>a,
.top-trans  #navigation.weddlist-navbar>ul>li:hover>a{
  color: #FFFFFF;
}

body #navigation ul ul {
  box-sizing: border-box;
}

#navigation ul ul li { width: 185px; }

#navigation ul ul li:hover {
  border-radius: 0;
}

#navigation ul ul li:first-child { border-radius: 4px 4px 0 0; }
#navigation ul ul li:last-child { border-radius: 0 0 4px 4px; }

#navigation ul ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.40s;
  transform: translate3d(0,15px,0);
}

#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
}

#navigation.weddlist-navbar .current {
  background-color: transparent;
  color: #66676b;
}


#navigation.weddlist-navbar .current:after { opacity: 1; }

#navigation.weddlist-navbar ul li {
  transition: all 0.25s;
}

#navigation.weddlist-navbar ul li a { color: #111; cursor: pointer; font-size: 15px; font-weight: 500; }
#navigation.weddlist-navbar ul li:hover a { color: #66676b; }

#navigation.weddlist-navbar ul a {
  line-height: 28px;
  padding: 5px 14px;
}

#navigation.weddlist-navbar ul li { margin: 0 5px; }

#navigation.weddlist-navbar ul ul li { margin: 0; border-radius: 0; }

#navigation.weddlist-navbar ul ul li:first-child { border-radius: 4px 4px 0 0; }
#navigation.weddlist-navbar ul ul li:last-child { border-radius: 0 0 4px 4px; }

#navigation ul ul li a:after {
  opacity: 0.5;
  transition: all 0.25s;
  transform: translateX(-5px);
}

#navigation ul ul li:hover a:after {
  opacity: 1;
  transform: translateX(0);
}

#navigation.weddlist-navbar > ul > li.current-menu-ancestor > a,
#navigation.weddlist-navbar > ul > li:hover > a { 
  color: #000;
}

#navigation.weddlist-navbar ul a { padding: 2px 15px }
#navigation ul ul { margin: 10px 0 0 0; }
#navigation.weddlist-navbar ul li { margin: 0 3px; }
#navigation.weddlist-navbar { margin-top: 15px; float: right; }

nav#navigation.weddlist-navbar ul ul li { opacity: 1; }

nav#navigation.weddlist-navbar ul ul li a:after,
nav#navigation.weddlist-navbar ul li:hover ul li a,
nav#navigation.weddlist-navbar ul li:hover ul li:hover li a,
nav#navigation.weddlist-navbar ul li:hover ul li:hover li:hover li a,
nav#navigation.weddlist-navbar ul ul li:hover ul li a { color: #666; }

nav#navigation.weddlist-navbar ul ul li:hover a:after,
nav#navigation.weddlist-navbar ul li:hover ul li:hover a,
nav#navigation.weddlist-navbar ul li:hover ul li:hover li:hover a,
nav#navigation.weddlist-navbar ul li:hover ul li:hover li:hover li:hover a,
nav#navigation.weddlist-navbar ul ul li:hover ul li a:hover { color: #666; }

.mmenu-trigger {
    height: 50px;
    width: 50px;
    display: none;
    position: relative;
    margin: 0 0 20px 0;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    line-height: 1;
}
.header-upper{
  padding: 25px 0;
}

@media only screen and (max-width: 1024px)
{
#responsive {
    display: none;
}  
.mmenu-trigger {
    display: inline-block !important;
}

.header-upper{
  padding: 25px 10px 0 10px;
}

}
.mobilebar {
    padding: 0;
    top: 14px;
    left: 13px;
    transform: scale(0.67);
    -moz-transform: scale(0.70) translateY(4px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.mobilebar-box {
    position: relative;
}
.mobilebar--collapse .mobilebar-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobilebar-inner, .mobilebar-inner::before, .mobilebar-inner::after {
    width: 34px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    color: #000;
}
.mobilebar-box {
    position: relative;
}

.mobilebar-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.mobilebar--collapse .mobilebar-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobilebar-inner::before {
    top: -11px;
}
.mobilebar-inner::after {
    bottom: -11px;
}
.mobilebar-inner::before, .mobilebar-inner::after {
    content: "";
    display: block;
}
@media (max-width: 992px) {
  .navbar-fixed-bottom, .navbar-fixed-top{
    position: static;
  }
  .navbar-nav{
   margin:0 -15px 7.5px -15px; 
  }
  #page-wrapper .pt100{
    padding-top: 30px;
  }
}

