@charset "UTF-8";

/* CSS Document */

/*--------------------------------------------------------------
Template Name:      WeddingDir - Wedding Directory HTML Template
----------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Layout Container
3.  Buttons
4.  General / Elements
    4.1 Primary Colour
    4.2 Background Color
    4.3 Paginations
    4.4 Sidebar Nav
    4.5 Margin/Padding Spacing
    4.6 Preloader
    4.7 Back To Top
    4.8 Blockquote

-----------------------
5. Header / Navigations
    5.1 Header Regular

6. Shortcodes
    6.1  Icon Listing
    6.2 Tabbing

-----------------------
7. Forms Elements
    7.1  Default Style
    7.2  Form Light
    7.3  Select Dropdown
    7.4  Range Slider
    7.5 Jquery UI Calendar
    7.6 Custom File Input

8. Pages Content
    8.1 Couple Dashboard
    8.2 Guest List
    8.3 Budget
    8.4 Upcoming Task
    8.5 Real Wedding
    8.6 Vendor Manager
    8.7 User Profile
    8.8 Vendor Dashboard
    8.9 Vendor My Listing
    8.10 Vendor Pricing
    8.11 Invoice Pages
    8.12 Rating/Reviews


9. Footers

16. Media Queries
------------------------------------------------------------------- */

ol li,
ul li {
    margin: 0 0;
}


.table-responsive {
    position: relative;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.02);
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}

/**
 *  -------------
 *  Real Weddings
 *  -------------
 */
.vendor-input .action-links{
    padding: 0.8rem 0 0 0;
}
.action-links{
    color: #171717;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
}
.action-links i{
    color: var( --weddingdir-color-orange, #f48f00 );
    font-size: 1.25rem;
    transition: all 400ms ease-in-out 0s;
}
.action-links:hover, .action-links:hover i {
    color: var( --weddingdir-color-dark-cyan, #009091 );
}
.action-links.edit i{
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.action-links.edit:hover i{
    color: var( --weddingdir-color-orange, #f48f00 );
}

/**
 *  Card Shadow
 *  -----------
 */
.card-shadow {
    margin-bottom: 40px;
}

/**
 *  ------------------
 *  Budget Calaculator
 *  ------------------
 */
.weddingdir-budget-table-overview .remove-btn .action-links:last-child{
    padding-left: 7px;
}

/**
 *  -----
 *  Table
 *  -----
 */
.table .thead-light th {
    color: #b4b4b4;
    background-color: #fbfbfb;
    border-color: transparent;
    border: none;
    font-weight: normal;
    font-size: 0.875rem;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #ececec;
}


/**
 *  ----------------------
 *  Dashboard Page Heading
 *  ----------------------
 */
.section-title {
    color: #444444;
    margin-bottom: 1.5rem;
}
.section-title h2 {
    text-transform: capitalize;
    color: var( --weddingdir-color-teal, #005b5c ); 
    margin: 0;   
}
.head-simple{
    font-size: 1.25rem;
}

/*--------------------------- 
2.  Layout Container Start
-----------------------------*/
aside.sidebar-wrap{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: red;
    max-width: 310px;
    z-index: 99;
}
.main-contaner{
    margin-bottom: 40px;
}
.body-content{
    position: relative;
    margin-left: 0;
    padding-top: 100px;
    height: 100%;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.open .body-content, 
.open .footer-inner,
.open .copyrights{
    margin-left: 310px;
}

.offcanvas-collapse {
    position: fixed;
    padding-top: 84px;
    bottom: 0;
    top: 0;
    right: 100%;
    width: 310px;
    padding-right: 1rem;
    padding-left: 1rem;
    z-index: 999;
    visibility: hidden;
    transition: all .3s ease-in-out;
    flex-direction: column;
    display: flex;
}
.open .offcanvas-collapse {
    visibility: visible;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
}

.sidebar-toggle{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: var( --weddingdir-color-orange, #f48f00 );
    border-radius: 50%;
    margin-right: 15px;
}
.sidebar-toggle:hover{
    background: var( --weddingdir-color-cyan, #00aeaf );
    color: #FFF;
}
.sidebar-toggle.desktop{
    visibility: visible;
}
.sidebar-toggle.mobile{
    visibility: hidden;
    width: 0;
    margin: 0;
    height: 0;
}

/*main::after{
    position: fixed;
    width: 100%;
    content: "";
    height: 296px;
    left: 0;
    top: 0;
    z-index: -1;
    background: #f9f9f9;
}
*/
.avatar-wrap{
    text-align: center;
    margin: 1rem 0;
}
.avatar-wrap img{
    border: 4px solid #FFF;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.avatar-wrap h3{
    color: var( --weddingdir-color-orange, #f48f00 );
    font-weight: 600;
}
.navbar-expand-xl .navbar-nav .user-profile{
    align-items: center;
    display: flex;
}
.navbar-expand-xl .navbar-nav .user-profile .nav-link {
    background-color: #e3f5f5;
    border-radius: 50px;
    padding: 0 0.8rem 0 0;
    
    color: var( --weddingdir-color-cyan, #00aeaf );
    top: -2px;
    position: relative;
    font-size: 0.875rem;
}
.navbar-expand-xl .navbar-nav .user-profile  .nav-link img{
    width: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
.navbar .user-profile .dropdown-menu{
    min-width: 140px;
}

  
  
/*--------------------------- 
2.  Layout Container End
-----------------------------*/

/*---- 4.3 Paginations ---*/
.pagination .page-item:not(:last-child) {
    margin-right: 1rem;
}
.pagination .page-item .page-link {
    color: #302d34;
    height: 45px;
    width: 45px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #f6f6f7;
    border-color: #efefef;
    box-shadow: none;
    outline: none;
}
.pagination .page-item.disabled {
    opacity: 0.5;
}
.pagination .page-item .page-link:hover {
    color: var( --weddingdir-color-orange, #f48f00 );
    border-color: var( --weddingdir-color-orange, #f48f00 );
}
.pagination .page-item.active .page-link {
    background: var( --weddingdir-color-cyan, #00aeaf );
    color: #fff;
    border-color: var( --weddingdir-color-cyan, #00aeaf );
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/**
 *  -------------------------
 *  Couple & Vendor Side Menu
 *  -------------------------
 */
.sidebar-nav {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    padding: 1.5rem;      
    height: 100%;
    margin-bottom: 15px;
}
.offcanvas-collapse .sidebar-nav{
    overflow-y: auto;
}
.sidebar-nav ul {
    margin-bottom: 0;
}
.sidebar-nav ul li a {
    text-decoration: none;
    height: 50px;
    font-size: 1.125rem;
    color: #302d34;
    font-weight: 600;
    font-family: var(--wd-font-heading);
    display: inline-flex;
    align-items: center;
}
.sidebar-nav ul li a i {
    font-size: 2rem;
    color: #b4b4b5;
    margin-right: 1rem;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li.active a {
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.sidebar-nav ul li a:hover i,
.sidebar-nav ul li.active a i {
    color: var( --weddingdir-color-orange, #f48f00 );
}
.sidebar-nav ul li:last-child a,
.sidebar-nav ul li:last-child a i {
    color: #fe2400;
}



/*-------------------------------------------------------------------
5. Header / Navigations
-------------------------------------------------------------------*/

.dashboard-header-version-one  .btn {
    padding: 0.52rem 1.3rem;
}

.dashboard-header-version-one .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: inherit;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    margin-left: 0.3rem;
    font-size: 0.775rem;
}

.dashboard-header-version-one li.dropdown>a.dropdown-item::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: inherit;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    margin-left: 0.3rem;
    font-size: 0.775rem;
}

.dashboard-header-version-one  #navbarCollapse ul li,
.dashboard-header-version-one  #navbarCollapse ol li {
    margin: 0px;
}

.dashboard-header-version-one  .navbar-toggler {
    padding: 0.25rem 0.5rem 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/* ANIMATED X */
.dashboard-header-version-one  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.dashboard-header-version-one  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    outline: none;
    box-shadow: none;
}

.dashboard-header-version-one  .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.dashboard-header-version-one  .navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dashboard-header-version-one  .navbar-toggler .icon-bar {
    background-color: #333;
    outline: none;
    box-shadow: none;
}

.dashboard-header-version-one  .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.dashboard-header-version-one  .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.dashboard-header-version-one  .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.dashboard-header-version-one  .navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.dashboard-header-version-one  .navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dashboard-header-version-one  .navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.dashboard-header-version-one  .navbar-brand img {
    height: 50px;
    max-width: 190px;
}

.dashboard-header-version-one  .navbar {
    padding: 0 0.5rem;
    background: #fff;
    box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.dashboard-header-version-one  .navbar-expand-md.fixed-top .navbar-nav .nav-link,
.dashboard-header-version-one  .navbar-expand-xl.fixed-top .navbar-nav .nav-link {
    padding: 1rem 0.4rem;
}

.dashboard-header-version-one  .navbar-expand-xl.fixed-top {
    padding: 0.5rem 15px;
}

.dashboard-header-version-one  .navbar-expand-xl.fixed-top {
    padding: 0.5rem;
}

.dashboard-header-version-one  .navbar-expand-md .navbar-nav .nav-item,
.dashboard-header-version-one  .navbar-expand-xl .navbar-nav .nav-item {
    padding: 0 0.19rem 0;
    margin: 0px;
}

.dashboard-header-version-one  .navbar-expand-md .navbar-nav .nav-link,
.dashboard-header-version-one  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 1.8rem 0.4rem;
    border-radius: 3px;
    font-weight: 700;
    transition: all 0.3s;
    position: relative;
}

.dashboard-header-version-one  .navbar-nav .nav-link {
    color: #121212;
    font-size: 1.02rem;
    font-weight: 700;
    display: flex;
    align-items: center;

}

.dashboard-header-version-one  .navbar-nav .nav-link:hover,
.dashboard-header-version-one  .navbar-nav .nav-item:hover>a {
    color: var( --weddingdir-color-cyan, #00aeaf );
}

.dashboard-header-version-one  .navbar-nav .nav-link i {
    font-size: 0.7rem;
    margin-left: 5px;
    margin-top: 2px;
}

.dashboard-header-version-one  .dropdown-menu {
    padding: 0;
    z-index: 9999;
    min-width: 200px;
    background: #fff;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
}

.dashboard-header-version-one  .dropdown-menu .dropdown-toggle::after {
    content: "\f054";
}

.dashboard-header-version-one  .navbar-expand-xl .navbar-nav .dropdown-menu>li {
    padding: 0;
}

.dashboard-header-version-one  .dropdown-menu li>.dropdown-menu:after {
    display: none;
}

.dashboard-header-version-one  .navbar .dropdown-menu a,
.dashboard-header-version-one  .navbar .dropdown-menu li>a {
    font-size: 0.85rem;
    padding: 16px 15px;
    text-transform: capitalize;
    color: #565656;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.dashboard-header-version-one  .navbar .dropdown-menu a i {
    position: absolute;
    font-size: 0.775rem;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.dashboard-header-version-one  .dropdown-menu li:last-child>a {
    border: none;
}

.dashboard-header-version-one  .dropdown-item.active,
.dashboard-header-version-one  .dropdown-item:focus,
.dashboard-header-version-one  .dropdown-item:hover,
.dashboard-header-version-one  .dropdown-item:active,
.dashboard-header-version-one  .dropdown-menu>li.show>a {
    color: var( --weddingdir-color-cyan, #00aeaf );
    text-decoration: none;
    background-color: #f6f6f6;
}

.dashboard-header-version-one  .navbar-toggler-icon {
    background-image: url(../images/download.svg);
}

.dashboard-header-version-one  .dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8125rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: 0.5rem;
}
.dashboard-header-version-one .navbar-expand-xl .navbar-nav .user-profile {
    align-items: center;
    display: flex;
}

.dashboard-header-version-one .navbar-expand-xl .navbar-nav .user-profile .nav-link {
    background-color: #e3f5f5;
    border-radius: 50px;
    padding: 0 0.8rem 0 0;

    color: var( --weddingdir-color-cyan, #00aeaf );
    top: -2px;
    position: relative;
    font-size: 0.875rem;
}

.dashboard-header-version-one .navbar-expand-xl .navbar-nav .user-profile .nav-link img {
    width: 36px;
    border-radius: 50%;
    margin-right: 10px;
}

.dashboard-header-version-one .navbar-expand-xl.fixed-top.fixed .navbar-nav .dropdown-menu {
    margin-top: 10px;
}

.dashboard-header-version-one .navbar .user-profile .dropdown-menu {
    min-width: 140px;
}



/*---- 6.2 Tabbing ---*/
.theme-tabbing.nav-pills .nav-link {

    border-radius: 5.25rem;
    color: #b0b0b0;
    padding: 0.5rem 1.5rem;
    margin-right: 10px;
}
.theme-tabbing.nav-pills .nav-link.active {
    background: var( --weddingdir-color-cyan, #00aeaf );
    color: #fff;
}
.theme-tabbing.nav-pills .nav-link svg {
    padding-right: 6px;
    width: auto;
}
.tab-content.theme-tabbing .tab-pane {
    padding-top: 1.25rem !important;
}
.theme-tabbing-vertical {
    border-radius: 6px;
    background-color: #FFF;
    padding: 0;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);    
}
.theme-tabbing-vertical .nav-link {
    color: #171717;
    font-size: 1rem;
    padding: 0.9rem 1.5rem;    
}
.theme-tabbing-vertical .nav-link:not(:last-child){
    border-bottom: 1px solid #eeeeee;
}
.theme-tabbing-vertical .nav-link.active,
.theme-tabbing-vertical .show > .nav-link {
    color: var( --weddingdir-color-orange, #f48f00 );
    background-color: transparent;
}
.horizontal-tab-second {
    padding: 1rem 1rem 0 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(240, 240, 240);
    border-radius: 7px;
    background-color: #fff;
}
.horizontal-tab-second .nav-link {
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-size: 1.125rem;
    
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin: 0 7px;
}
.horizontal-tab-second .nav-link.active,
.horizontal-tab-second .show > .nav-link {
    color: var( --weddingdir-color-orange, #f48f00 );
    background-color: transparent;
    border-bottom: 3px solid var( --weddingdir-color-orange, #f48f00 );
}
/*---- 6.2 Tabbing End ---*/

/**
 *  ----------------
 *  File Upload Icon
 *  ----------------
 */
.custom-file-holder {
    /* width: 100px; */
    /* height: 100px; */
    position: relative;
    min-width: 100px;
    margin-right: 25px;
    background: #e3f5f5;
    color: #7dcccd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.custom-file{
    position: absolute;
    width: 30px;
    height: 30px;
    right: -8px;
    top: 20px;
    cursor: pointer;
    overflow: hidden;
}
.custom-file-label {
    width: 30px;
    height: 30px;
    display: flex;
    border: 1px solid var( --weddingdir-color-cyan, #00aeaf );
    background: #FFF;
    z-index: 99;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 50%;
    margin: 0;
    font-size: 0.875rem;
    padding: 0px;
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.custom-file-label::after{
    display: none;
}
.custom-file-label:hover {
    border: 1px solid var( --weddingdir-color-dark-cyan, #009091 );
    background: var( --weddingdir-color-dark-cyan, #009091 );
    color: white;
}
.custom-file-text{
    font-size: 0.875rem;
    color: #b4b4b4;
}
.custom-file-text strong{
    color: #171717;
}
.custom-file-text .head{
    font-size: 1rem;
    color: #171717;
}
.custom-file-wrap {
    display: flex;
    align-items: center;
    margin: auto;
}
.button-style.custom-file {
    position: relative;
    width: 160px;
    height: auto;
    padding: 0;
    border-radius: 5px;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.button-style.custom-file .custom-file-label{
    width: auto;
    border-radius: 4px;
    height: 100%;
    background-color: var( --weddingdir-color-orange, #f48f00 );
    border-color: var( --weddingdir-color-orange, #f48f00 );
    color: #FFF;
    padding: 0.7rem 1.3rem 0.7rem;
}
.button-style.custom-file i{
    padding-right: 7px;
}
/*---- 7.6 Custom File Input End ---*/

/*-------------------------------------------------------------------
8. Pages Content
-------------------------------------------------------------------*/
/*---- 8.1 Couple Dashboard Start ---*/
.couple-img-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.couple-img{
    position: relative;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-size: cover;
    height: 100%;
}
.couple-img img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 100%;
    height: 100%;
}
.couple-btn{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#wedding-countdown li{
    display: block;
    position: relative;
    font-size: 0.875rem;
}
#wedding-countdown li span{
    font-size: 1.25rem;
}
#wedding-countdown li:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 29px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #f9c77f;
    height: 1px;
}

#wedding-countdown li:not(:last-child){
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.couple-info {
    padding: 4.5rem 130px 2.5rem 0px;
    position: relative;
}
.edit-btn{
    position: absolute;
    top: 20px;
    z-index: 9;
    right: 20px;
}
.couple-avatar img{
    border-style: solid;
    border-color: #FFF;
    border-radius: 50%;
    background-color: #FFF;
    margin-bottom: 1.2rem;
    position: relative;
}
.couple-avatar img:first-child{
    left: 10px;
    width: 100px;
    height: 100px;
}
.couple-avatar img:last-child{
    right: 10px;
    width: 100px;
    height: 100px;
}
.couple-info h2{
    color: var( --weddingdir-color-teal, #005b5c );
}
.save-date{
    color: #9e9e9e;
    font-size: 00.775rem;
}
.couple-info .couple-status{
    margin-bottom: 1rem;
}
.couple-info .couple-status .progress{
    height: 6px;
    margin: 0.7rem 0;
}
.couple-info .couple-status .small-text{
    display: flex;
    color: #1a1a1a;
    font-size: 00.875rem;
    
    justify-content: space-between;
}
.couple-info .couple-status-item{
    display: flex;
    align-items: center;
    margin: 0.7rem 0;
}
.couple-info .couple-status-item .counter{
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-right: 20px;
    padding: 0 1rem;
    height: 60px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var( --weddingdir-color-orange, #f48f00 );
    font-size: 1.875rem;
}
.couple-info .couple-status-item .text small{
    display: block;
    font-size: 00.875rem;
    color: #b4b4b4;
}
.couple-info .couple-status-item .text{
    color: #0b0b0b;
    font-size: 1.125rem;
    font-weight: bold;
}

.dashboard-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.dashboard-head h3{
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.dashboard-head h3 span{
    color: #b4b4b4;
    font-size: 00.875rem;
    font-family: var(--wd-font-body);
    display: block;
    font-weight: normal;
    padding-bottom: 0.3rem;
}
.dashboard-head .links a{
    color: #0e0e0e;
    white-space: nowrap;
    font-size: 0.875rem;
}
.dashboard-head .links a i{
    padding-left: 4px;
}
.dashboard-head .links a:hover{
    color: var( --weddingdir-color-orange, #f48f00 );
}

.dash-categories{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: #e5f7f7;
    border-radius: 6px;
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
    height: calc(100% - 1rem);
}
.dash-categories img{
    width: 100%;
}
.dash-categories .edit{
    display: inline-block;
}
.dash-categories .edit a{
    position: absolute;
    top: 8px;
    font-size: 0.875rem;
    right: 8px;
    background: #FFF;
    color: var( --weddingdir-color-cyan, #00aeaf );
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 2;
}
.weddingdir_gallery_thumb .dash-categories .edit a{
    background: var( --weddingdir-color-dark-cyan, #009091 );
    color: #FFF;    
}
.weddingdir_gallery_thumb .dash-categories img{
    border-radius: 5px;
    border: 2px solid var( --weddingdir-color-dark-cyan, #009091 );
    padding: 5px;
}
.weddingdir_gallery_thumb .dash-categories:hover img{
    border: 2px solid var( --weddingdir-color-orange, #f48f00 );
}
.weddingdir_gallery_thumb .dash-categories:hover .edit a{
    background: var( --weddingdir-color-orange, #f48f00 );
}

.dash-categories .edit a:hover{
    background: var( --weddingdir-color-orange, #f48f00 );
    color: #FFF;
}
.dash-categories .head{
    color: #171717;
    font-size: 1.125rem;
    text-align: center;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.dash-categories .head i{
    color: #02aeaf;
    display: block;
    font-size: 3rem;
    margin-bottom: 0.4rem;
}
.dash-categories.selected::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.dash-categories.selected .head,
.dash-categories.selected .head i{
    color: #FFF;
}
.couple-counter.wedding-done{
    width: 90px;
}
#wedding-countdown, #happy-wedding {
    background: var( --weddingdir-color-orange, #f48f00 );
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
}

/**
 *  Real Wedding
 *  ------------
 */
.wedding-detail-wrap .col{
    width: 20%;
    max-width: 20%;
}
.wedding-detail-wrap .wedding-details-items{
    text-align: center;
}
.wedding-detail-wrap .wedding-details-items .question{
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a4a4a5;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: #f3f3f4;
}

.wedding-detail-wrap .wedding-details-items .edit .edit-click,
.wedding-detail-wrap .wedding-details-items .btn,
.wedding-summary-edit-icon{
    font-size: 0.875rem;
    background: #e5f7f7;
    color: #848787;
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    margin-top: 15px;
    padding: 0;
}
.wedding-detail-wrap .wedding-details-items .edit{
    position: relative;
}
.wedding-detail-wrap .wedding-details-items .edit .droplayer {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.15);
    width: 400px;
    top: 53px;
    left: 20px;
    z-index: 1051;
    background: #fff;
    padding: 15px;
    position: absolute;
    text-align: left;
    display: none;
}
.wedding-detail-wrap .wedding-details-items .dropdown-menu {
    border: 1px solid rgb(217, 217, 217);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 4px 0px;
    width: 400px;
    margin-left: -27px;
    margin-top: 8px;
/*    left: -26px !important;
    top: 10px !important;*/
}
.wedding-detail-wrap .wedding-details-items .dropdown-menu .wedding-color-theme{
    margin-bottom: 0;
}
.wedding-detail-wrap .wedding-details-items .dropdown-menu li{
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-bottom: 7px;
}

/*.wedding-detail-wrap .wedding-details-items .dropdown-menu:before {
    content: "";
    border-width: 10px;
    border-style: solid;
    padding: 0;
    height: 0;
    width: 0;
    left: 25px;
    position: absolute;
    top: -21px;
}*/

.wedding-detail-wrap .wedding-details-items .dropdown-menu.dropdown-menu-right:before,
.wedding-detail-wrap .wedding-details-items .dropdown-menu.dropdown-menu-right:after {
    right: 27px;
    left: auto;    
}
.wedding-detail-wrap .wedding-details-items .dropdown-menu.dropdown-menu.dropdown-menu-right{
    margin-left: 0;
    margin-right: -27px;
}

/*.wedding-detail-wrap .wedding-details-items .dropdown-menu:after {
    top: -18px;
    border-color: transparent transparent #fff;
}*/
/*.wedding-detail-wrap .wedding-details-items .dropdown-menu:before {
    top: -20px;
    border-color: transparent transparent #d9d9d9;
}*/
.wedding-detail-wrap .wedding-details-items .dropdown-menu li a{
    display: block;
    color: #8c8c8c;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
/*.wedding-detail-wrap .wedding-details-items .dropdown-menu li a:hover .wedding-color-theme::after{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    top: -20%;
}*/
.wedding-detail-wrap .wedding-details-items .dropdown-menu li span{
    font-size: 0.775rem;
}
.wedding-detail-wrap .wedding-details-items small,
.wedding-detail-wrap .wedding-details-items .count{
    color: #9a9a9a;
    font-size: 0.69rem;
}
.wedding-detail-wrap .wedding-details-items .head{
    color: #333333;
    font-size: 0.92rem;
    
}
.wedding-detail-wrap .wedding-details-items .count{
    border-bottom: 1px solid #d0d0d0;
}

.wedding-color-theme{
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a4a4a5;
    border-radius: 50%;
    margin: 0 auto 1rem;
    /* overflow: hidden; */
    position: relative;
    margin-top: 12px;
    border: 1px solid;
}
/*.wedding-color-theme::after{
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background: #FFF;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}*/
.wedding-color-theme.purple{
    background: #d6bedb;
}
.wedding-color-theme.blue{
    background: #afe0ef;
}

.wedding-color-theme.blush{
    background: #f6e5dd;
}
.wedding-color-theme.brown{
    background: #c2a580;
}
.wedding-color-theme.burgundy{
    background: #d6807e;
}
.wedding-color-theme.champagne{
    background: #eddcb7;
}
.wedding-color-theme.glod{
    background: #efd888;
}
.wedding-color-theme.gray{
    background: #cecdcd;
}
.wedding-color-theme.green{
    background: #cadf92;
}
.wedding-color-theme.ivory{
    background: #faf3dd;
}
.wedding-color-theme.orange{
    background: #f7ba95;
}
.wedding-color-theme.pink{
    background: #f3ddec;
}
.wedding-color-theme.black{
    background: #5f5e5f;
}
.wedding-color-theme.red{
    background: #f4aba7;
}

.wedding-detail-wrap .wedding-details-items .dropdown-menu.season-icons{
    width: 300px;
}
.wedding-detail-wrap .wedding-details-items .dropdown-menu.season-icons li a:hover,
.wedding-detail-wrap .wedding-details-items .dropdown-menu.style-icons li a:hover{
    color:var( --weddingdir-color-cyan, #00aeaf );
}
.wedding-detail-wrap .wedding-details-items .dropdown-menu.season-icons li a:hover img,
.wedding-detail-wrap .wedding-details-items .dropdown-menu.style-icons li a:hover img{
    opacity: 0.5;
}
.wedding-detail-wrap .wedding-details-items .season-icons ul{
    display: flex;
    margin: 0;
}
.wedding-detail-wrap .wedding-details-items .dropdown-menu.season-icons li{
    width: 25%;
    margin: 0;
}
.wedding-detail-wrap .wedding-details-items .season-icons ul li img,
.wedding-detail-wrap .wedding-details-items .dropdown-menu.style-icons ul li img{
    width: 40px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


/**
 *  Guest List
 *  ----------
 */
.overview_event_icon i{
    font-size: 36px;
}
.mouse-pointer{
    cursor: pointer;
}
.empty-field{
    color: #dadada !important;
}
.guest-rsvp-list li.tag{
    border-radius: 5px;
    border: 1px solid #dadada;
    padding: 5px 15px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #000000;
}
.find-guest-input input.form-control{
    float: left;
    background: #f8f8f9;
    height: 60px;
    border: 0;
    outline: 0;
}

.guest-rsvp-list li.tag a{
    margin-left: 5px;
}
.find-guest-input{
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.find-guest-input input{
    border-radius: 0;
}
.find-guest-input span.input-group-text{
    background: #f8f8f9;
}
.guest-events-cards{
    overflow: scroll;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
}
.guest-events-cards.non-scrolling{
    width: 100%;
    overflow: inherit;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0;
}
.guest-events-cards.non-scrolling .overview_event_icon i{
    color: var( --weddingdir-color-cyan, #01a1a2 );
    margin-bottom: 0;
}
.guest-events-cards .card-body{
    background: #e3f5f5;
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 6px;
    padding: 1rem;
}
.guest-events-cards .card-body .overview_event_icon{
    margin-right: 1rem;
    color: var( --weddingdir-color-cyan, #01a1a2 );
}
.guest-events-cards .card-body .event-text{
    width: 100%;
}
.guest-events-cards .col-auto:last-child{
    padding: 0 !important;
}
.guest-events-cards .card-body .event-text .card-title{
    width: 100%;
    color: #171717;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.guest-events-cards .card-body .event-text span:not(:last-child){
    margin-right: 0.8rem;
}
.guest-events-cards.non-scrolling .card-body .event-text span:not(:last-child) {
    margin-right: 0.5rem;
}
.guest-events-cards .card-body .event-text{
    color: #00595a;
    font-size: 0.875rem;
}

.guest-events-cards .card-body .event-text strong{
    font-weight: 600;
}




.horizontal-tab-second .tab-add-new .nav-link{
    font-size: 0.875rem;
    color: #b4b4b4;
    font-family: "muliregular";
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
.horizontal-tab-second .tab-add-new .nav-link i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: var( --weddingdir-color-orange, #f48f00 );
    margin-left: 0.5rem;
    border-radius: 50%;
    font-size: 1rem;
}

.tabbing-scroll{
    overflow: scroll;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    flex-wrap: nowrap;
}

.sliding-panel{
    background: #e5f7f7;
}
.sliding-panel .card-shadow-header {
    border-bottom: 1px solid var( --weddingdir-color-dark-cyan, #01aeaf );
    background: #FFF;
}
.meal-list ul li {
    padding: 0.8rem 1rem;
    background: #FFF;
    border-radius: 5px;
}
/*.meal-list ul li:not(:last-child){
    margin-bottom: 0.5rem;
}*/

.guest-progress .progress{
    position: relative;
    height: 6px;
    overflow: inherit;
}
.guest-progress .progress-bar{
    height: 6px;
    overflow: inherit;
}
.guest-progress .progress-bar span {
    color: #333;
    position: absolute;
    top: -12px;
    right: 0;
    font-weight: 600;
    font-size: 0.75rem;
}
.invitation-stats span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00595a;
    padding-right: 0.5rem;
}
td.invitation_status i.empty-field,
td.invitation_status i.text-muted{
    font-size: 18px;
}
.guest-list-avatar a{
    display: flex;
    padding: 0.8rem 1.5rem;
    align-items: center;
    position: relative;
}
.guest-list-avatar a .link-arrow i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    font-size: 1rem;
    background: transparent !important;
    margin: 0;
    width: inherit;
    height: inherit;
}
.guest-list-avatar a:last-child{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.guest-list-avatar a:not(:last-child){
    border-bottom: 1px solid #f4f4f4;
}
.guest-list-avatar a:hover{
    background: #e3f5f5;
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.guest-list-avatar a:hover i{
    background: #FFF;
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.guest-list-avatar i {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #bfbfbf;
    padding-top: 0;
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.guest-list-avatar .group-info{
    font-size: 1rem;
    font-weight: 600;
}
.guest-list-avatar .group-info span,
.guest-list-avatar a:hover .group-info span{
    display: block;
    font-size: 0.75rem;
    color: #9a9a9a;
    font-weight: 500;
}

.empty-guest-list{
    text-align: center;
    padding: 1rem 0;
    color: #0b0b0b;
}
.empty-guest-list i{
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #dcdcdc;
    display: block;
}
.search-guest-list{
    position: relative;
}
.search-guest-list i{
    position: absolute;
    color: var( --weddingdir-color-cyan, #00aeaf );
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.search-guest-list input{
    background: #ffffff;
    border-color: #e5e5e5;
    border-radius: 0;
    padding: 0.4rem 0.8rem 0.4rem 2rem;
    font-size: 0.75rem;
    width: 100%;
    height: 40px;

}

/**
 *  Todo - Checklist
 *  ----------------
 */
.form-check-label small{
    display: block;
    font-size: 0.875rem;
    color: #b4b4b4;
}
.todo-status{
    display: flex;
    align-items: center;
}
.todo-status .progress {
    height: 10px;
    margin: 0;
    width: 40%;
    position: relative;
    top: 2px;
    border-radius: 50px;
}
.todo-done{
    display: flex;
    align-items: center;
    align-items: center;
    margin-left: 1rem;
}
.todo-done span{
    color: #b4b4b4;
    font-size: 12px;
    display: block;
}
.todo-done .badge {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 15px;;
}
.todo-subhead{
    padding: 1rem 1.5rem;
    background: #f7f7f8;
}
.todo-subhead h3{
    color: var( --weddingdir-color-cyan, #00aeaf );
    margin: 0;
}
.todo-subhead h3 span{
    color: #0b0b0b;
    font-size: 0.875rem;
    margin-left: 7px;
}


/**
 *  Budget Calculator
 *  -----------------
 */
.budget_unique_id .table td, .table th{
    text-align: center;
}
.width45{
    width: 45%;
}
.budget-estimation{
    text-align: center;
    padding: 1rem 0;
    width: 100%;
}
.etimated-cost{
    text-align: center;
    width: 50%;
    margin-bottom: 1.5rem;
    color: #b4b4b4;
    font-size: 0.875rem;
}
.etimated-cost .icon{
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #dcdcdc;
    display: block;
}
.cost-price{
    font-size: 1.5rem ;
    color: #0b0b0b;
    margin: 0;
}
.cost-price.final{
    color: #8dd511;
}
.budget-tab.theme-tabbing-vertical .nav-link {
    font-size: 1rem;
    
    display: flex;
    align-items: center;
}
.budget-tab.theme-tabbing-vertical .nav-link i{
    font-size: 1.5rem;
    color: var( --weddingdir-color-cyan, #00aeaf );
    padding-right: 0.9rem;
}
.budget-tab.theme-tabbing-vertical .nav-link.active i{
    color: var( --weddingdir-color-orange, #f48f00 );
}
.budget-head-icon {
    width: 70px;
    height: 70px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 2rem;
    background: var( --weddingdir-color-dark-cyan, #009091 );
    border-top-left-radius: 7px;
    margin-right: 15px;
}
.cost-details{
    color: #171717;
    font-size: 1rem;
    min-width: 150px;
    font-weight: 600;
    line-height: 1.3;
}
.cost-details small{
    color: #9a9a9a;
    font-size: 0.69rem;
}
.sliding-panel{
    background: #FFF;
    position: relative;
    overflow-y: auto;
    z-index: 1;
}
.sliding-panel .select2-container {
    z-index: 9999;
}

/**
 *  Todo
 *  ----
 */
.upcoming-task{
    position: relative;
}

.upcoming-task ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding: 1rem 1.5rem;

    transition: all 400ms ease-in-out;
}
.upcoming-task ul li:last-child{
    border: none;
}
.upcoming-task ul li:hover{
    background-color: #fbfbfb;
}
.upcoming-task ul li .info-listing{
/*     opacity: 0; */
    transition: all 400ms ease-in-out;
}
.upcoming-task ul li:hover .info-listing{
    opacity: 1;
}
.upcoming-task ul li .info-listing .badge-wrap{
    padding-left: 1.5rem;
}
.custom-control-label small{
    display: block;
    font-size: 0.875rem;
    color: #b4b4b4;
}
.checked-label-text .label-text{
    text-decoration-line: line-through;
    transition: all 400ms ease-in-out;
}
.upcoming-task .custom-checkbox .custom-control-label::before {
    background-image: none;
    content: "\f00c";
    font-family: "FontAwesome";
    color: var( --weddingdir-color-orange, #f48f00 );
    padding: 2px 0 0 5px;
    font-size: 0.9rem;
    border: none;
}

/*---- 8.4 Upcoming Task End ---*/

/*-------------------------------------------------------------------
8.5 Real Wedding
-------------------------------------------------------------------*/
.upload-icon-style-one .custom-file {
    right: 10px;
    top: 10px;
}
.upload-icon-style-two .custom-file {
    right: -8px;
    top: 0px;
}
.upload-icon-style-three .custom-file {
    right: -15px;
    top: -10px;
}
.vendor-input .input-wraps{
    padding: 0;
    border-bottom: 1px solid #f4f4f4 ;

}
.vendor-input .input-wraps {
    margin-bottom: 1rem;
}
.vendor-input .input-wraps:last-child{
    border: none;
    margin: 0;
}

.vendor-input .input-wraps .d-flex > .col{
    padding-left: 0;
}
/*---- 8.5 Real Wedding End ---*/


/*-------------------------------------------------------------------
8.6 Vendor Manager
-------------------------------------------------------------------*/
.wedding-listing {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}
.wedding-listing .img {
    position: relative;
    background: #000;
}
.wedding-listing .img img {
    opacity: 0.7;
    width: 100%;
}
.wedding-listing .img .img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}
.wedding-listing .img .img-content .bottom {
    margin-top: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.wedding-listing .img .img-content .top .featured,
.wedding-listing .img .img-content .top .price,
.wedding-listing .img .img-content .top .tags {
    border-radius: 40px;
}
.wedding-listing .img .img-content .top .featured,
.wedding-listing .img .img-content .top .price {
    background: #fff;
    padding: 5px 10px 7px 2px;
    white-space: nowrap;
    font-size: 0.875rem;
}
.wedding-listing .img .img-content .top .featured i,
.wedding-listing .img .img-content .top .price i {
    width: 27px;
    height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}
.wedding-listing .img .img-content .top span:not(:last-child) {
    margin-right: 6px;
}
.wedding-listing .img .img-content .top .featured i {
    background: #ffc600;
}
.wedding-listing .img .img-content .top .price i {
    background: #54ba1d;
}
.wedding-listing .img .img-content .top .featured span,
.wedding-listing .img .img-content .top .price span {
    padding: 0 4px;
}
.wedding-listing .img .img-content .top .favorite:hover,.wedding-listing .img .img-content .top .favorite.active {
    background: var( --weddingdir-color-orange, #f48f00 );
}
.wedding-listing .img .img-content .top .favorite {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
}
.wedding-listing .content .gap {
    padding: 1.5rem;
    width: 100%;
}
.wedding-listing .content .verified {
    color: #19b453;
    margin-left: 5px;
}
.wedding-listing .img .reviews {
    background: #FFF;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    display: inline-block;
    font-size: 0.75rem;
}
.wedding-listing .img .reviews .stars {
    color: var( --weddingdir-color-orange, #f48f00 );
    letter-spacing: -1.5px;
    margin-right: 4px;
    margin-right: 7px;
}
.wedding-listing h4 a{
}
.wedding-listing h4 a:hover {
    color: var( --weddingdir-color-orange, #f48f00 );
}

.rating-stars {
    direction: rtl;
}

.rating-stars a {
    color: #c1c1c1;
}

.rating-stars a:hover,
.rating-stars a:hover ~ a,
.rating-stars a:focus,
.rating-stars a:focus ~ a {
    color: #fe1d1d;
    cursor: pointer;
}


/**
 *  Couple Wishlist
 *  ---------------
 */
.price-wedding{
    padding: 0.4rem 0.5rem;
    font-size: 12px;
}

.bottom-footer{
    border-top: 1px solid #f4f4f4;
    padding: 0.7rem 1.5rem;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-footer a:hover,
.bottom-footer a i{
    color: var( --weddingdir-color-orange, #f48f00 );
}

/*-------------------------------------------------------------------
8.8 Vendor Dashboard
-------------------------------------------------------------------*/
.vendor-banner-cover{
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #005a5b;
    text-align: center;
    font-size: 1rem;
    color: #e3f5f5;
}
.vendor-banner-cover span{
    display: block;
    font: 0.875rem;
}
.vendor-banner-cover i{
    /* display: block; */
    /* font-size: 2rem; */
    /* margin-bottom: 0.8rem; */
}
.vendor-profile-img{
    padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.vendor-profile-img img{
    max-width: 150px;
}
.vendor-profile-img{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.vendor-profile-img .text .img-holder{
    position: absolute;
    color: #7dcccd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    top: -3rem;
    left: 2rem;
}
.vendor-profile-img .text {
    margin-top: -70px;
    display: flex;
    align-items: flex-end;
}
.vendor-profile-img .text .cover-text{
    margin-bottom: 2.5rem;
}
.vendor-profile-img .text strong{
    
    display: block;
    font-size: 1rem;
    color: #171717;
}
.vendor-profile-img .text span{
    display: block;
    color: #b4b4b4;
    font-size: 0.875rem;
}
.vendor-stats{
    padding: 0 !important;
}
.vendor-stats .couple-status-item{
    margin: 0;
}
.vendor-stats .btn-veiw-all{
    font-size: 0.75rem;
    font-weight: normal;
    color: #b4b4b4;
}
.vendor-stats .btn-veiw-all:hover{
    color: var( --weddingdir-color-orange, #f48f00 );
}

ul.list-unstyled.my-listing li {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f4f4f4;
}
.info-listing {
    font-size: 11px;
    color: #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-listing .badge-wrap:not(:last-child){
    width: 50%;
}
.info-listing .badge {
    border: 1px solid #dedede;
    font-size: 11px;
    padding: 0.3rem 0.5rem;
    margin-top: 5px;
    font-weight: normal;
    background: transparent;
    color: #9a9a9a;
}
.info-listing .badge.badge-primary {
    border: 1px solid #dedede;
    color: #989898 ;
}
.info-listing .badge.badge-success {
    border: 1px solid #28a745;
    color: #28a745 ;
}
.info-listing .badge.badge-pending {
    border: 1px solid var( --weddingdir-color-orange, #f48f00 );
    color: var( --weddingdir-color-orange, #f48f00 );
}
.info-listing .badge.badge-danger {
    border: 1px solid #dc3545;
    color: #dc3545 ;
}
.listing-action.hover_out > .dropdown-menu {
    min-width: 70px;
    left: auto;
    right: 0;
    box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
    background: #fff;
}
.listing-action.hover_out > .dropdown-menu a{
    padding: 0.4rem 0.8rem;
    border: none;
}
.listing-action.hover_out > .dropdown-menu i {
    width: 20px;
    text-align: left;
}
.listing-action.hover_out > .dropdown-menu a:focus, .listing-action.hover_out > .dropdown-menu a:hover{
    background-color: #e3f5f5;
    color: black;
}
.listing-action-link {
    padding: 0rem 0.4rem 0.5rem;
    margin-top: 3px;
    border: 1px solid #dedede;
    border-radius: 4px;
    line-height: 1;
}

.title-listing a{
    font-size: 1.25rem;
    color: #0b0b0b;
    line-height: 1;
}
.title-listing a:hover{
    color: var( --weddingdir-color-orange, #f48f00 );
}

.title-listing a span{
    font-size: 0.875rem;
    display: inline-block;
    color: #b4b4b4;
}

#vendor-add-listing .todo-subhead{
    padding: 1rem 1.25rem;
}

/*---- 8.8 Vendor Dashboard End ---*/


/*-------------------------------------------------------------------
8.9 Vendor My Listing
-------------------------------------------------------------------*/
.weddingdir-listing-page span.before-input-box{
    border: 1px solid #f0f0f0;
    outline: none;
    color: #5b5b5b;
    background-color: #f8f8f9;
}
.weddingdir-listing-page span.input-group-text{
    border: 1px solid #f0f0f0;
    outline: none;
    background-color: #f8f8f9;
}
/*---- 8.9 Vendor My Listing End ---*/

/**
 *  Vendor - Pricing Page
 *  ---------------------
 */
.pricing-table-wrap {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(240, 240, 240);
    background-color: rgb(248, 248, 249);
    padding: 2rem 1rem;
    border-radius: 7px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}
.pricing-table-wrap h3 {
    color: var( --weddingdir-color-orange, #f48f00 );
    font-weight: 600;
}
.pricing-table-wrap .plan-price {
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-size: 2.5rem;
    
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}
.pricing-table-wrap .plan-price:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    height: 1px;
    width: 60px;
    background: #c7c7c7;
    transform: translateX(-50%);
}
.pricing-table-wrap .plan-price sup {
    color: #333;
    font-size: 1.5rem;
    position: relative;
    top: -20px;
    padding-right: 0.2rem;
}
.pricing-table-wrap ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-table-wrap.premium {
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
}
.pricing-table-wrap.premium h3 {
    color: #1f1f1f;
}
.pricing-plan .sub-head{
    color: #9e9e9e;
    font-size: 0.875rem;
    margin-bottom: 7px;
}
.pricing-plan h3{
    font-weight: 600;
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: 0;
}
.pricing-plan .badge {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 2px;
}
.pricing-plan .pricing-buttons a {
    width: 40%;
    padding: 0.4rem 0.5rem;
    margin: 0.2rem;
}

/**
 *  Vendor - Invoice
 *  ----------------
 */
.invoice-logo img{
    width: 200px;
}
.invoice-number h3{
    color: var( --weddingdir-color-teal, #005b5c );
    font: 1.25rem;
    text-align: right;
    font-weight: 600;
}
.invoice-number h3 span{
    display: block;
    font-size: 0.875rem;
    color: #171717;
    
    font-weight: normal;
}
.invoice-detail-wrap{
    padding: 0 1.5rem;
    font-size: 0.875rem !important;
    color: #b4b4b4;
}
.invoice-detail-wrap a{
    font-size: 0.875rem !important;
}
.invoice-detail-wrap address{
    margin: 0;
}
.invoice-detail-head{
    font-size: 1.25rem;
    color: #171717;
    
    margin-bottom: 0.7rem;
}
.invoice-detail-head span{
    font-size: 0.875rem;
    color: var( --weddingdir-color-cyan, #01a1a2 );
    
    display: block;
}

/**
 *  Vendor - Review Page
 *  --------------------
 */
.review-count {
    text-align: center;
    border-radius: 6px;
    background: #9acd32;
    color: #fff;
    padding: 1rem 1.5rem;
    margin-right: 1rem;
}
.review-count span {
    font-size: 2.75rem;
    line-height: 1;
    font-weight: 600;
}
.review-count small {
    display: block;
    font-size: 0.875rem;
}
.review-count i {
    font-size: 0.875rem;
    color: #fffc00;
    letter-spacing: -3px;
}
.review-option {
    display: flex;
    margin: 0.5rem 0;
}
.review-option .icon {
    margin-right: 10px;
    color: #adadad;
    font-size: 00.875rem;
    font-weight: 500;
    min-width: 35px;
    text-align: center;
}
.review-option .icon i {
    display: block;
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-size: 1.5rem;
}
.review-option .count {
    font-weight: 600;
    width: 100%;
}
.review-option .count .bar-base {
    width: 100%;
    background: #f5f5f5;
    height: 6px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 11px;
}
.review-option .count .bar-filled {
    background: var( --weddingdir-color-orange, #f48f00 );
    height: 6px;
    border-radius: 5px;
}
.reviews-media{
    padding: 1.5rem;
}
.reviews-media h3 {
    
}
.reviews-media .media {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.reviews-media .media .media-body p:last-child {
    margin-bottom: 0;
}
.reviews-media .media h4 {
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-size: 1rem;
    
}
.reviews-tabbing .reviews-media .heading small{
    color: #000000;
    font-size: 0.75rem;
}
.reviews-media .thumb {
    width: 75px;
    margin-right: 20px;
}
.reviews-media .btn-theme {
    font-size: 0.75rem;
    padding: 0.4rem 1.5rem;
}
.reviews-media .reply-box.media {
    margin: 2rem 0 0 0;
    background: #fef4e5;
    border: none;
    padding: 1.2rem;
}
.reviews-media .heading-wrap {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f4f4f4;
}
.reviews-media .heading {
    display: flex;
    justify-content: space-between;
}
.review-option-btn .stars {
    color: var( --weddingdir-color-orange, #f48f00 );
    letter-spacing: -2px;
    margin-right: 4px;
}
.review-option-btn {
    font-weight: 600;
}
.review-option-btn a i.arrow {
    transform: rotate(-180deg);
    color: var( --weddingdir-color-cyan, #00aeaf );
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.review-option-btn a.collapsed i.arrow {
    transform: rotate(0deg);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.rating-stars-wrap .review-option .icon i {
    font-size: 1.8rem;
}
.rating-stars-wrap .review-option {
    align-items: center;
    font-weight: 600;
}
.rating-stars {
    direction: rtl;
    letter-spacing: -2px;
}

.rating-stars a {
    color: #c1c1c1;
}

.rating-stars a:hover,
.rating-stars a:hover ~ a,
.rating-stars a:focus,
.rating-stars a:focus ~ a {
    color: var( --weddingdir-color-orange, #f48f00 );
    cursor: pointer;
}

.search-review-list{
    position: relative;
}
.search-review-list i{
    position: absolute;
    color: var( --weddingdir-color-cyan, #00aeaf );
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.search-review-list input{
    padding-left: 2rem;

}
.reviews-tabbing-wrap {
    min-height: 650px;
    height: 650px;
    border-right: 1px solid #eeeeee;
    overflow-y: scroll;
    position: relative;
    border-bottom-left-radius: 7px;
}
.reviews-tabbing.theme-tabbing-vertical{
    background: #ffffff;
    border-radius: 0;
    height: 100%;
    box-shadow: none;
    display: block;
}
.reviews-tabbing.theme-tabbing-vertical .nav-link{
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.reviews-tabbing.theme-tabbing-vertical .nav-link:last-child{
    border: none;
}
.reviews-tabbing .reviews-media{
    padding: 0;
}
.reviews-tabbing .reviews-media .media {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    align-items: center;
}
.reviews-tabbing .reviews-media .heading{
    display: block;
}
.reviews-tabbing .reviews-media .heading-wrap{
    border: none;
    margin: 0;
    padding: 0;
}
.reviews-tabbing.theme-tabbing-vertical .nav-link.active, 
.reviews-tabbing.theme-tabbing-vertical .show > .nav-link{
    color: var( --weddingdir-color-cyan, #00aeaf );
    border-radius: 0;
}

.reviews-tabbing.theme-tabbing-vertical .nav-link.active{
    background-color: #f8f8f9;
}

/*-------------------------------------------------------------------
9. Footers
-------------------------------------------------------------------*/
footer {
    background: #302d34;
    color: #bebebf;
    position: relative;
    z-index: 1;
}
.footer-inner{
    transition: all .3s ease-in-out;
}
footer::after,
.copyrights::after{
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}

footer::after{
    background: #302d34;
    z-index: -2;
}

.copyrights::after{
    background: #252428;
}
.footer-logo {
    
}
.footer-logo img {
    margin-bottom: 1rem;
    width: 200px;
}
footer .widget-title {
    color: #ffffff;
    font-size: 1.375rem;
    margin-bottom: 1.2rem;
}
footer .widget-listing li a,
footer .widget-listing li a svg {
    color: #bebebf;
}
footer .widget-listing li:hover i {
    color: var( --weddingdir-color-orange, #f48f00 );

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
footer .widget-listing li {
    padding: 0 0 7px 25px;
}
.widget-contact a {
    color: #fff;
}
.widget-contact a:hover {
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.social-icons-footers ul {
    display: flex;
}
.social-icons-footers ul li::before {
    display: none;
}
.social-icons-footers a {
    color: #b5b4b6;
    margin-right: 0.4rem;
    font-size: 14px;
    padding: 0;
    background: #4f4c52;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons-footers a:hover {
    background: var( --weddingdir-color-cyan, #00aeaf );
    color: #fff !important;
}
.copyrights {
    padding: 1rem 0;
    color: #fff;
    font-size: 0.875rem;
    background: #252428;
    position: relative;
    transition: all .3s ease-in-out;
}
.copyrights-link a {
  color: #fff;
  margin: 0 3px;
}
.copyrights-link a:hover {
  color: var( --weddingdir-color-orange, #f48f00 );
}
footer .footer-inner{
    background: #302d34;
        color: #d5d5d5;
    padding: 5rem 0;
}

/*-------------------------------------------------------------------
 13. Modal Popups Start
-------------------------------------------------------------------*/
.register-tab .modal-content {
    overflow: hidden;
}
.request-quote-form .form-text a {
    text-decoration: underline;
    color: #000;
}
.request-quote-form .form-text a:hover {
    text-decoration: none;
    color: var( --weddingdir-color-dark-cyan, #009091 );
}
  
  
/**
 *  Listing
 *  -------
 */
.wedding-listing .img .img-content .bottom .favorite.active {
    background: var( --weddingdir-color-orange, #f48f00 );    
}
.wedding-listing .img .img-content .bottom .favorite.disabled:hover,
.result-list .content .head .favorite.disabled:hover{
    cursor: auto;
}
.wishlist-box-content{
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: -0.05rem;
    position: relative;
    z-index: 2;
}

.select2-container {
   z-index: inherit;
}

/**
 *  ------------
 *  Footer Style
 *  ------------
 */
.footer ol li,
.footer ul li{
    margin: 10px 0;
}
.footer .footer-widget ul{
  padding: 0;
  margin: 0;
}
.footer .footer-widget ul li {
  padding: 0 0 0px 17px;
  position: relative;
  font-size: 1rem;
  list-style-type: none;
}
.footer .footer-widget ul li:not(:last-child){
}
.footer .footer-widget ul li{
  position: relative;
}
.footer .footer-widget ul li a{
    position: relative;
    color: #d5d5d5;
}
.footer .footer-widget ul li a:hover{
    color: var( --weddingdir-color-orange, #f48f00 );
}

.footer .footer-widget ul li::before {
  position: absolute;
  left: 0;
  content: "\f054";
  top: 2px;
  font-size: 0.875rem;
  font-family: "FontAwesome";
}

footer .rsswidget, footer .calendar_wrap a {
     color: red; 
}

footer .footer-widget p{
  margin: 0px;
}

footer .footer-widget p + p, 
footer .footer-widget p + div, 
footer .footer-widget p + form {
    margin-top: 1em;
}

/** 
 *  Table
 *  -----
 */
table{
    width: 100%;
    font-size: 14px;
}
table:not(.wp-calendar-table){   
    margin-bottom: 20px;
}
table:not(.table-faqs,.table-condensed) th,
.wp-block-calendar table:not(.table-faqs) th {
    background: var( --weddingdir-color-orange, #f48f00 );
    color: #ffffff;
    font-weight: 600;
}
table:not(.table-faqs) th a:hover {
    color: white;
}
table:not(.table-faqs) th a, 
.wp-block-calendar table:not(.table-faqs) th a {
    color: #000;
}
table:not(.table-faqs) th a:hover, 
.wp-block-calendar table:not(.table-faqs) th a:hover {
    color: #FFF;
}
table th, 
table td,
.wp-block-calendar  table th,
.wp-block-calendar  table td {
    padding: 10px;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
    font-weight: 500;
    border-color: #dadada;
    text-align: center;
}
.wp-block-calendar  table,
.wp-block-calendar  table th,
.wp-block-calendar  table td,
table, th, td {
    border: 1px solid #d1d1d1;
}
table.invoice-detail th{
    background: inherit;
    color: inherit;
}

footer .rsswidget, footer .calendar_wrap a, footer .wp-calendar-table a {
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.wp-calendar-nav .wp-calendar-nav-prev a, .widget_calendar td#prev a {
    text-decoration: none;
}
.sidebar-search .btn {
    outline: none;
    padding: 0;
    background: transparent;
    color: var( --weddingdir-color-orange, #f48f00 );
    border: none;
    font-size: 1.2rem;
    box-shadow: none;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    top: 50%;
    padding: 0.5rem 0.7rem;
    right: 13px;
    transform: translateY(-50%);
    z-index: 9;
}
.sidebar-search input[type="text"] {
    background: #f7f7f8;
    border: none;
    padding: 1rem;
    border: 1px solid #efefef;
    font-style: normal;
    color: #333;
    border-radius: 4px !important;
}
footer .tagcloud a {
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-weight: normal;
}
.tags a, .tagcloud a, .wp-block-tag-cloud a {
    padding: 0.5rem 1rem;
    
    color: #27304b;
    display: inline-block;
    font-size: 0.87rem !important;
    font-weight: 600;
    border-radius: 3px;
}
.tags a:hover, .tagcloud a:hover, .wp-block-tag-cloud a:hover {
    background-color: #fde9cc;
}
footer .tagcloud a:hover {
    color: #333;
}
.copyrights-link ul {
    list-style: none;
}
.copyrights-link ul li {
    margin: 0px;
    float: left;
}
.copyrights-link a {
    color: #fff;
    margin: 0 3px;
}
.copyrights-link ul li::after {
    content: "|";
    padding: 0px 5px;
}
.copyrights-link ul li:last-child:after{
    display: none;
}
.copyrights-link ul li:not(:last-child)::after {
    content: "|";
    padding: 0 5px;
}
.social-icons-footers ul li:before {
    display: none;
}
.footer .footer-widget .social-icons-footers ul li {
    padding-left: 0px;
}


.sliding-panel{
    background: #e5f7f7;
}
.sliding-panel .card-shadow-header {
    border-bottom: 1px solid var( --weddingdir-color-dark-cyan, #01aeaf );
    background: #FFF;
}
.sliding-panel .dashboard-head a{
    color: var( --weddingdir-color-cyan, #00aeaf );
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: inherit;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    margin-left: 0.3rem;
    font-size: 0.775rem;
}
li.dropdown > a.dropdown-item::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: inherit;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    margin-left: 0.3rem;
    font-size: 0.775rem;
}

/**
 *  Summary Editor
 *  --------------
 */
.note-toolbar-wrapper .btn {
    padding: 0.5rem;
}



.card-box-remove-icon{
    width: 25px;
    height: 25px;
    display: flex;
    border: 1px solid var( --weddingdir-color-cyan, #00aeaf );
    background: #FFF;
    z-index: 99;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 50%;
    margin: 0;
    font-size: 0.875rem;
    padding: 0px;
    color: var( --weddingdir-color-cyan, #00aeaf );
    position: absolute;
    right: -10px;
    top: -10px;
}


/*------------ 3/5/2019  vendor-dashboard-list-tab---------*/

.dashboard-list-btn span.badge { margin-right: 15px; }
.map_height{
    height: 400px;
}

#update_listing_map{ height: 350px !important; }

.remove_collapse{
    line-height: 21px;  
    float: right;
}

.my-listing .have-badge{
    position: absolute;
    padding: 15px;
}

.my-listing span.featured{
    position: relative;
    align-items: center;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    background: #ffc600;
}

.my-listing span.featured i{
    position: relative;
    z-index: 2;
    left: 2px;
    margin-right: 5px;
    color: #fff;
}

.my-listing span.spotlight.featured,
.my-listing span.spotlight.featured{
  background-color: #d81f7c;
  color: #FFF;
}


.my-listing span.spotlight.featured,
.my-listing span.spotlight.featured{
  background-color: #d81f7c;
  color: #FFF;
}

.my-listing span.spotlight.featured i,
.my-listing span.spotlight.featured i{
  color: white;
}

.my-listing span.professional.featured,
.my-listing span.professional.featured{
  background-color: #476eff;
}

.my-listing span.professional.featured i,
.my-listing span.professional.featured i{
  color: #fff;
}

.upload-menu-file{
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    border: 1px solid var( --weddingdir-color-cyan, #00aeaf );
    background: #FFF;
    z-index: 99;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 50%;
    margin: 0;
    font-size: 0.875rem;
    padding: 0px;
    color: var( --weddingdir-color-cyan, #00aeaf );
    right: -10px;
    top: -10px;
}

.theme-accordian .collpase_section:last-child hr{
    display: none;
}



/**
 *  Pricing Page
 *  ------------
 */
.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */


/**
 *  Real Wedding
 *  ------------
 */
ul#select2-our_website_vendor_credits-container li {
    margin: 10px;
}
.real-wedding-summary-widget-icon{
    color: #a4a4a5;
}
.real-wedding-summary-widget-icon i,
.couple-save-color-code i{
    font-size: 3rem;
}
.summary-widget-icon i{
    font-size: 2rem;
}
.weddingdir-dropdown-parent.create-input-border .input-group{
    border-radius: 5px;
    border: 1px solid #dadada;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: break-spaces;
    display: inline;
    list-style: none;
}
.select2-selection.select2-selection--multiple .select2-selection__choice:not(:last-child) {
    padding: 5px;
}

.select2-container.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    background: transparent;
    outline: 0;
    line-height: 28px;
}


/**
 *  Request Quote
 *  -------------
 */
.wedding-info-details {
    font-size: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #333333;
}
.wedding-info-details small {
    display: block;
    font-size: 0.75rem;
    color: #9a9a9a;
}
.wedding-info-details a {
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.wedding-info-details a:hover {
    color: var( --weddingdir-color-orange, #f48f00 );
}
.budget-highlight {
    padding: 0.75rem 1.5rem;
    background: var( --weddingdir-color-orange, #f48f00 );
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 7px;
    color: #FFF;
}

.wedding-info-details.budget-highlight small{
    display: inline-block;
    color: white;
}

.making-listing-response{
    display: flex;
    align-items: center;
    padding: 1rem;
}
.making-listing-response strong{
    margin-right: 1.5rem;
    position: relative;
    top: 2px;
}


#vendor_bussiness_map{
    height: 400px;
    position: relative;
}



/**
 *  Profile
 *  -------
 */
.profile-avatar {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

.profile-avatar img {
    margin-right: 15px;
    border-radius: 50%;
}

.profile-avatar .content {
    font-size: 1.125rem;
    color: var( --weddingdir-color-orange, #f48f00 );

}

.profile-avatar .content small {
    display: block;
    font-size: 12px;
    color: #323232;
}


/**
 *  Vendor Rating
 *  -------------
 */
.review-option {
    display: flex;
    margin: 0.5rem 0;
}

.review-option .icon {
    margin-right: 10px;
    color: #adadad;
    font-size: 00.875rem;
    font-weight: 500;
    min-width: 35px;
    text-align: center;
}

.review-option .icon i {
    display: block;
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-size: 1.5rem;
}

.review-option .count {
    font-weight: 600;
    width: 100%;
}

.review-option .count .bar-base {
    width: 100%;
    background: #f5f5f5;
    height: 6px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 11px;
}

.review-option .count .bar-filled {
    background: var( --weddingdir-color-orange, #f48f00 );
    height: 6px;
    border-radius: 5px;
}


/**
 *  --------------------
 *  Request Quote Rating
 *  --------------------
 */
.reviews-media .media {
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.reviews-media .media .media-body p:last-child {
    margin-bottom: 0;
}

.reviews-media .media h4 {
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-family: var(--wd-font-body);
    font-weight: 600;
    margin-bottom: 5px !important;
}

.reviews-media .thumb {
    width: 75px;
    margin-right: 20px;
}

.reviews-media .btn-theme {
    font-size: 0.75rem;
    padding: 0.4rem 1.5rem;
}

.reviews-media .reply-box.media {
    margin: 2rem 0 0 0;
    background: #fef4e5;
    border: none;
}

.reviews-media .heading-wrap {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f4f4f4;
}

.reviews-media .heading {
    display: flex;
    justify-content: space-between;
}

.review-option-btn .stars {
    color: var( --weddingdir-color-orange, #f48f00 );
    letter-spacing: -2px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.review-option-btn {
    font-weight: 600;
}

.review-option-btn a span:last-child {
    color: #222;
}

.review-option-btn a i.arrow {
    transform: rotate(-180deg);
    color: var( --weddingdir-color-cyan, #00aeaf );
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.review-option-btn a.collapsed i.arrow {
    transform: rotate(0deg);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


/**
 *   -----------
 *   @media here
 *   -----------
 */

@media (max-width: 991.99px) {
    .guest-list-form-button .btn{
        margin-bottom: 10px;
    }
}

@media (max-width: 1460px) {
    .couple-info {
        padding: 2rem 70px;
    }
}

@media (max-width: 1400px) {
    .couple-info{
        padding: 2rem 2rem 0rem 0;
    }
}

@media (max-width: 1200px) {
  .form-light.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after,
  .form-dark.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
        left: -20px;
    }

    .offcanvas-collapse{
        width: 280px;
    }
    .open .offcanvas-collapse {
        visibility: visible;
        -webkit-transform: translateX(280px);
        transform: translateX(280px);
    }
    .open .body-content {
        margin-left: 280px;
    }
    .mr-top-footer{
        margin-top: 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 15px;
    }

    .footer-widget{
        margin-bottom: 20px;
    }
    footer .col-lg-7,
    .col-lg-5.mr-top-footer {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .logedin-text{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {

    .dashboard-header-version-one .navbar-expand-md .navbar-nav .nav-link,
    .dashboard-header-version-one .navbar-expand-xl .navbar-nav .nav-link {
        padding: 1.5rem 0.4rem;
    }
    .dashboard-header-version-one .navbar-expand-xl.fixed-top {
        padding: 0rem 15px;
    }
}


@media (max-width: 1024px) {
    .offcanvas-collapse-mobile {
        position: fixed;
        top: 0; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        display: block !important;
        background-color: #FFF;
        z-index: -1;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
        padding-top: 70px;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse-mobile.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);      
    }
    .offcanvas-collapse-mobile .nav-link{
        justify-content: space-between;
    }
    .offcanvas-collapse-mobile .user-profile{
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-expand-xl .navbar-nav .user-profile {
        flex-direction: column;
    }
    .navbar-expand-xl .navbar-nav .user-profile .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar .user-profile .dropdown-menu {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .dashboard-header-version-one .navbar-expand-md .navbar-nav .nav-link,
    .dashboard-header-version-one .navbar-expand-xl .navbar-nav .nav-link {
        padding: 0.6rem 0.4rem;
        display: block;
    }

    .dashboard-header-version-one .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }

    .dashboard-header-version-one li.dropdown>a.dropdown-item::after,
    .dashboard-header-version-one .dropdown-menu .dropdown-toggle::after {
        content: "\f078";
    }

    .dashboard-header-version-one .navbar-expand-xl .navbar-nav .user-profile {
        flex-direction: column;
    }

    .dashboard-header-version-one .navbar-expand-xl .navbar-nav .user-profile .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dashboard-header-version-one .navbar .user-profile .dropdown-menu {
        width: 100%;
    }

    .dashboard-header-version-one .dropdown-menu {
        box-shadow: none;
        transition: none !important;
        animation: none !important;
        background: #f8f8f9;
    }
}
@media (min-width: 991.99px) {

    .dashboard-header-version-one.fixed .navbar {
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);

        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
    .dashboard-header-version-one .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
    }
}


@media (min-width: 768px) {
    .dashboard-header-version-one  .show>.dropdown-menu {
        display: block;
    }
}

@media (min-width: 767px) {
    .guest-events-cards::-webkit-scrollbar,
    .tabbing-scroll::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      border-radius: 6px;
    }

    /* Track */
    .guest-events-cards::-webkit-scrollbar-track,
    .tabbing-scroll::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    .guest-events-cards::-webkit-scrollbar-thumb,
    .tabbing-scroll::-webkit-scrollbar-thumb {
      background: #888; 
    }

    /* Handle on hover */
    .guest-events-cards::-webkit-scrollbar-thumb:hover,
    .tabbing-scroll::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    html {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    html {
        font-size: 15px;
    }
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .footer-widget{
        margin-bottom: 20px;
    }
    footer .col-lg-7,
    .col-lg-5.mr-top-footer {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-5.mr-top-footer {
        width: 100%;
    }

    .wedding-detail-wrap .wedding-details-items .dropdown-menu:before, 
    .wedding-detail-wrap .wedding-details-items .dropdown-menu:after,
    .logedin-text{
        display: none;
    }
}

@media (max-width: 991.99px) {
/*    main::after {
        position: absolute;
    }*/
    .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .nav-link{
        padding: 0.5rem 0.4rem;
    }

    .couple-btn .dropdown-menu {
        margin-top: 13px !important;
        top: 100% !important;
    }
    .navbar-brand {
        margin: 0;
        padding: 0.6rem 0;
    }
    .sidebar-toggle.desktop{
        visibility: hidden;
        width: 0;
        height: 0;
        display: none;
    }
    .sidebar-toggle.mobile{
        visibility: visible;        
        width: 40px;
        height: 40px;
    }

     .open .offcanvas-collapse {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .offcanvas-collapse {
        visibility: visible;
        -webkit-transform: translateX(280px);
        transform: translateX(280px);
    }
    .open .body-content,
    .open .footer-inner,
    .open .copyrights {
        margin-left: 0;
    }

    .offcanvas-collapse{
        background: #FFF;
    }

    .couple-info{
        padding: 2rem;
    }

    .mt-dashboard {
        margin-top: 0px;
    }

    .footer-widget{
        margin-bottom: 20px;
    }

    .wedding-detail-wrap .wedding-details-items .dropdown-menu:before, 
    .wedding-detail-wrap .wedding-details-items .dropdown-menu:after{
        display: none;
    }
    li.dropdown > a.dropdown-item::after,
    .dropdown-menu .dropdown-toggle::after {
      content: "\f078";
    }

    .listing-action.hover_out > .dropdown-menu {
        left: auto !important;
        right: 4px;
        box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    }
}

@media (min-width: 767px) {
    .weddingdir-footer-block .footer-widget {
        margin-bottom: 40px;
    }
    .weddingdir-footer-block .footer-widget:last-child{
        margin-bottom: 0px;
    }

}
@media (max-width: 767px) {
    .couple-counter.wedding-done #happy-wedding{
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }

    .couple-counter.wedding-done{
        width: 100%;
    }
    .weddingdir-footer-block .footer-widget {
        margin-bottom: 40px;
    }
    html {
        font-size: 15px;
    }
    .navbar .user-profile{
        margin-top: 0.5rem;
    }
    .navbar .user-profile .dropdown-menu li > a {
        justify-content: flex-start;
    }
    .copyrights {
        text-align: center;
    }
    .copyrights-link {
        padding-top: 7px;
    }
    .search-guest-list{
        margin-top: 1rem;
    }
    .wedding-detail-wrap .col {
        width: 33.33%;
        flex-basis: auto;
        margin-bottom: 30px;
        max-width: 33.33%;
    }
    .todo-status {
        display: block;
    }
    .todo-status .progress{
        width: 100%;
        margin: 7px 0;
    }
    .todo-done{
        margin: 0 1rem 0 0;
    }
    .upcoming-task ul li{
        display: inherit;
    }
    .upcoming-task ul li .info-listing{
        opacity: 1;
        margin-top: 1rem;
    }
    .upcoming-task ul li .info-listing .badge-wrap{
        padding: 0;
    }
    .upcoming-task ul li .info-listing .badge-wrap:not(:last-child){
        padding: 0 1rem 0 0;
    }

    footer [class*="col-"]:not(:last-child){
        margin-bottom: 30px;
    }
    .cost-details{
        min-width: 100px;
    }
    .no-mobile{
        border: none !important;
    }

    .vendor-profile-img .text .img-holder {
        width: 120px;
        height: 120px;
    }
    .title-listing{
        padding: 1rem 0;
    }
    .review-count{
        margin-right: 0;
        margin-bottom: 0.7rem;
    }
    .couple-img-wrap{
        flex-direction: column;
    }
    #wedding-countdown, #happy-wedding{
        width: 100%;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 7px;
    }
    .couple-counter {
        width: 100%;
    }
    .couple-counter + p{
        padding-top: 1.5rem;
    }
    .couple-img {
        position: relative;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
        background-size: cover;
        width: 100%;
    }
    .couple-img img {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 0;
        width: 100%;
        height: 100%;
    }

    #wedding-countdown, #happy-wedding{
        display:flex;
        width:100%;
    }
    #wedding-countdown li, #happy-wedding li{
        width:25% ;
        margin-bottom: 0 !important;
    }
    #happy-wedding li.counter-icon{
        padding-bottom: 0 !important;
    }
    #wedding-countdown li:not(:last-child)::after {
        position: absolute;
        content: "";
        width: 1px;
        left: auto;
        bottom: 0;
        transform: translate(0, -50%);
        background-color: #f9c77f;
        height: 29px;
        right: 0;
        top: 50%;
    }
    #wedding-countdown li:not(:last-child) {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 0;
    }

    .couple-img .couple-btn .dropdown-menu {
        right: 0 !IMPORTANT;
        left: auto !important;
    }
    .budget_add_data .estimate_amount,
    .budget_add_data .actual_amount,
    .budget_add_data .paid_amount{
        width: 80px;
    }
    .budget_add_data .expense_name{
        width: 300px;
    }

    .reviews-tabbing-wrap{
        min-height: 300px;
        height: 300px;
        border-bottom: 1px solid rgb(238, 238, 238);
        border-radius: 0;
    }
    .edit-btn{
        display: none;
    }
    .couple-name{
        text-align: center;
    }
}

@media (max-width: 650px) {
    .sliding-panel {
        width: 85% !important;
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {
    footer .col,
    footer .col-3 {
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575px) {
    
    footer .col {
        flex: 1 1 100%;
    }

    .wedding-detail-wrap .col {
        width: 50%;
        flex-basis: auto;
        margin-bottom: 30px;
        max-width: 50%;
    }
    .section-title h2{
        font-size: 1.5rem;
    }
    .body-content{
        padding-top: 85px;
    }
    .upcoming-task ul li .info-listing{
        display: inherit;
        align-items: flex-start;
    }
    .upcoming-task ul li .info-listing .badge-wrap:not(:last-child) {
        padding: 0 1rem 1rem 0;
    }
    .custom-file-wrap{
        width: 100%;
    }
    .vendor-profile-img .custom-file-wrap {
        width: 125px;
        align-items: flex-start;
        margin: 0;
    }
    .vendor-profile-img .custom-file-holder{
        width: 100px;
        height: 100px;
    }
    /*.vendor-profile-img .text .cover-text {
        margin-bottom: 7px;
    }*/
    .vendor-profile-img .text .img-holder {
        width: 120px;
        height: 120px;
        position: relative;
        left: 0;
        top: 0;
        margin: -70px 0 15px 0;
    }
    .vendor-profile-img .text {
        padding-left: 0;
        margin-top: -48px;
        justify-content: flex-start;
        margin-bottom: 5px;
    }
    .vendor-profile-img {
        padding: 1rem;
    }
    .invoice-number h3{
        text-align: center;
        margin-top: 1rem;
    }
    .invoice-logo{
        text-align: center;
    }
    .wedding-detail-wrap .wedding-details-items .dropdown-menu{
        width: 300px;
    }
    .wedding-detail-wrap .wedding-details-items .dropdown-menu li{
        width: 33.33%;
    }
    .wedding-detail-wrap .wedding-details-items .season-icons ul{
        display: block;
    }
    .wedding-detail-wrap .wedding-details-items .dropdown-menu.season-icons{
        width: 250px;
        margin-left: -120px;
    }
    .wedding-detail-wrap .wedding-details-items .dropdown-menu.season-icons li{
        width: 50%;
        margin-bottom: 7px;
    }
    .weddingdir-budget-table-overview {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .navbar-brand img {
        height: 40px;
        margin: 0;
    }
    /* Home Styles */
    .vendor-wrap-alt .content .vendor-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .vendor-wrap-alt .content .vendor-heading h3 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 430px) {
    header .btn {
        display: none;
    }
    .select2-container--form-light .select2-dropdown {
        left: 15px;
    }
    .vendor-profile-img {
        flex-direction: column;
    }
    .vendor-profile-img .vendor-btn{
        display: none;
    }
}
@media (max-width: 320px) {  
    .select2-container {
        z-index: 9;
        width: 100% !important;
    }
    .wedding-detail-wrap .wedding-details-items .dropdown-menu{
        width: 280px;
        margin-left: -60px;
    }
    .wedding-detail-wrap .wedding-details-items .dropdown-menu li{
        width: 33.33%;
    }
    .couple-btn .btn{
        padding: 0.5rem 0.7rem;
        font-size: 0.875rem;
    }
    .vendor-profile-img .text{
        flex-direction: column;
        align-items: flex-start;
    }
    .vendor-profile-img .text .cover-text{
        margin-top: 10px;
    }
    .vendor-profile-img .vendor-btn{
        padding-left: 0;
    }
}


@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}


.couple_event .couple_event_map{
    height: 219px;
}



.popular-post ul {
    margin-bottom: 0;
}

.popular-post ul li {
    display: flex;
}

.popular-post ul li:not(:last-child) {
    margin-bottom: 25px;
}

.popular-post ul li img {
    margin-right: 1rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.popular-post ul li h6 {
    margin: 0;
    font-family: var(--wd-font-body);
}

.popular-post ul li h6 a {
    font-size: 1rem;
    color: var( --weddingdir-color-orange, #f48f00 );
    margin-bottom: 5px;
}

.popular-post ul li h6 a:hover {
    color: #333;
}

.popular-post ul li small {
    font-weight: 500;
    font-size: 0.775rem;
    color: #6e7c90;
}

.popular-post ul li::before {
    display: none;
}

.footer .footer-widget .popular-post ul li {
    padding-left: 0;
}

/**
 *  Non Availibility Style
 *  ----------------------
 */
.field-non_availability_dates .datepicker table tr td.active{
    background: #dc3545!important;
}