﻿@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.6 Bullets 
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        4.10 Paginations

        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header
        5.5 Index-2

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Template Pages
    9.1  Venue list
    9.2  Venue grid list 
    9.3  Venue list half map
    9.4  Venue list single
    9.5  About
    9.6  Pricing
    9.7  Real wedding list
    9.8  Real wedding single
    9.9  Faq
    9.10 Contact us
    9.11 404 error
    9.12 Vendor Form
    9.13 Couple Form
    9.14 Shortcodes - Shortcode tab
                    - Shortcode alerts
                    - Shortcode accordions
                    - Shortcode Table


    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    10.3 Add new if new update
    ------------------------------------
  
11.Sidebar
    11.1 Widget
    11.2 Sidenav
    ------------------------------------
12. Shortcodes
    12.2 Accordions
    --------------------------

13. Help Center 
    -------------------------- 

14. Dashboard vendor & Couple  
    --------------------------
    14.1. Dashboard Frame
    14.2  Vendor dashboard overview 
    14.3  vendor dashboard listing
    14.4  vendor pricing
    14.5  vendor dashboard request list
    14.6  vendor dashboard review
    14.7  vendor profile
    14.8  vendor add listing
    14.9  couple overview
    14.10  couple wishlist
    14.11  couple todo
    14.12  couple budget list
    14.13  couple guest list
    14.14  couple guest Manager
    14.15  couple seating


15. Card
-------------------------------------------------------------------

16. Media Queries
-------------------------------------------------------------------


/*-------------------------------------------------------------------
1.  Body / Typography 
-------------------------------------------------------------------*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #6f6d72;
    /*background-image: url('../images/main-bg.jpg');*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #f6f5f7; /*-webkit-font-smoothing: antialiased; */
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: #252328;
    /*margin: 0px 0px 15px 0px;*/
    font-weight: 400;
    /*font-family: 'Rubik', sans-serif;*/
    font-family: 'Playfair Display', sans-serif;
}

    .search {
        font-size:20px;
    }

.heading {
    font-size: 36px;
    color: #1F6272;
    line-height: 38px;
    font-family: 'Playfair Display';
}

.sign {
    font-family: 'Snell Roundhand', sans-serif;
}

.alternate-blue {
    font-family: 'Playfair Display', serif;
    color: #1F6272;
}

.alternate-pink {
    font-family: 'Playfair Display', serif;
    color: #C79595;
}

a.sub {
    font-size:12px;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Playfair Display', serif;
    /*text-transform: uppercase;*/
    color: #1F6272;
}

h3 {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}

h4 {
    font-size: 18px;
    line-height: 26px;
}

    h4 .search {
        line-height: 18px;
    }

h5 {
    font-size: 16px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
}

.disabled-link {
    color: currentColor;
    cursor: not-allowed;
    text-decoration: none;
}

.card .hdr {
    display: none;
}

.container {
    margin-bottom: 10px;
}

.sub-heading {
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .sub-heading a {
        color: #1F6272;
    }

.sub-link {
    text-decoration: underline;
    text-transform: uppercase;
}

.sub-header {
    color: #fff;
    font-family: 'Playfair Display', serif;
    text-transform: none;
}

p {
    margin: 0px 0px 10px 0px;
    -webkit-font-smoothing: antialiased;
}

    p:last-child {
        margin: 0px;
    }

a {
    color: #252328;
    -webkit-font-smoothing: antialiased;
}

    a:hover {
        color: #ff4d4d;
        text-decoration: none;
    }

    a:active, a:hover {
        outline: 0;
        text-decoration: none;
    }

ol, ul {
    -webkit-font-smoothing: antialiased;
}

    ol li, ul li {
    }

strong {
    font-weight: 500;
}

small {
}

hr {
    border-top: 1px solid #e6e5e7;
    margin-top: 10px;
    margin-bottom: 20px;
}

blockquote {
    margin: 0 0 30px;
    font-size: 20px;
    border: 3px solid #fff6dc;
    background-color: #fffdf6;
    color: #252328;
    line-height: 32px;
    padding: 20px 40px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    position: relative;
}

    blockquote:before {
        position: absolute;
        top: 0;
        padding: 0px 8px;
        background-color: #fff6dc;
        font-size: 12px;
        left: 0px;
        color: #ff4d4d;
        line-height: 2.2;
        content: '\f10d';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
    }

    blockquote.alignleft {
        width: 292px;
        font-weight: 500;
    }

table {
    color: #6f6d72;
}

    table thead th {
        color: #252328;
    }

.heading-btm-line {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #ff4d4d;
    padding-bottom: 10px;
    display: inline-block;
}

.img-ads {
    height: 243px;
}

/*------------------------------------------------------------------- 
2. Form
-------------------------------------------------------------------*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #5f5e61;
    line-height: 2.3;
}

input {
}

button {
}

    button:focus {
        outline: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 12px;
    height:40px;
    line-height: 1.42857143;
    color: #252328;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfced0;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.form-control-sm {
    padding: 6px 10px;
    font-size: 13px;
}

select.simple-select.desktop {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 10px;
}

select.form-control {
    color: #5f5e61;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.png);
    padding-right: 15px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .075);
    height: 50px;
    padding: 6px 16px;
    border: 1px solid #e8e8e8;
}

.form-content select.form-control {
}

textarea.form-control {
    height: auto;
    color: #343031;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e5e7;
    border-radius: 2px;
    padding: 12px 16px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-text {
    font-size: 11px;
}
input::-webkit-input-placeholder {
    color: #6e6a6b !important;
}

input:focus::-webkit-input-placeholder {
    color: #252328 !important;
}

textarea::-webkit-input-placeholder {
    color: #6e6a6b !important;
}

textarea:focus::-webkit-input-placeholder {
    color: #252328 !important;
}

button.btn {
    font-size: 13px;
    height: 50px;
    font-weight: 400;
}

button.btn-default {
}

button.btn-primary {
}

address {
}

.table {
    margin-bottom: 0px;
}

.form-group {
}

.search-block {
    background-color: #fbfbfb;
    border-radius: 4px;
    padding: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .075);
}

.search-head {
    margin-bottom: 30px;
    padding: 0px 115px;
}

.search-head-title {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
}

.search-form {
    margin: 0 auto;
}

    .search-form .nice-select {
        margin-bottom: 0px;
    }

.search-item {
    display: inline-block;
    float: left;
    width: 41%;
    margin-right: 5px;
}

::selection {
    color: #252328;
    background: #fde173;
}

.search-btn {
    line-height: 3.1;
    position: absolute;
    right: 20px;
    font-size: 16px;
    color: #ff4d4d;
    bottom: 2px;
}

.blog-search a {
    background: transparent;
    border: none;
    height: 20px;
    font-size: 10px;
    color: #000;
    padding: 8px;
}

    .blog-search a:hover {
        background: transparent;
        color: #000;
    }

.blog-search input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #808080;
    height: 6px;
    font-size: 10px;
}
    .blog-search input[type=text]:focus {
        border: none;
    }

.auto-searchbar {
    position: relative;
}

.form-control:focus {
    color: #252328;
    background-color: #fff;
    border-color: #bebebe;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(243, 243, 243);
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    color: #2e2d31;
}

/* Custom-Chekbox
-------------------------------------------------------------- */
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input:checked ~ input[type="checkbox"] {
    background: #3d404e;
    border: #7f83a2 1px solid;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff4d4d;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff4d4d;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
}

.custom-control-label::after {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dadada;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff4d4d;
}

.custom-select-font-size {
    font-size: 14px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

/* Nice Select 
-------------------------------------------------------------- */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid #cfced0;
    border-radius: 2px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
    outline: none;
    padding: 6px 14px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #343031;
    margin-bottom: 16px;
    width: 100%;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #343031;
        border-right: 2px solid #343031;
        content: '';
        display: block;
        height: 7px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 14px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 7px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        border: 1px solid #999999;
        background-color: #fff;
        border-radius: 2px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 0px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #252328;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f5f5f5;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #343031;
            cursor: default;
        }

.simple-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid #cfced0;
    border-radius: 2px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /*float: left;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 5px 25px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 130px;
    color: #343031;
    margin-bottom: 16px;
}

    .simple-select:hover {
        border-color: #dbdbdb;
    }

    .simple-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .simple-select:after {
        border-bottom: 2px solid #343031;
        border-right: 2px solid #343031;
        content: '';
        display: block;
        height: 7px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 14px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 7px;
    }

    .simple-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .simple-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .simple-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .simple-select.disabled:after {
            border-color: #cccccc;
        }

    .simple-select.wide {
        width: 100%;
    }

        .simple-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .simple-select.right {
        float: right;
    }

        .simple-select.right .list {
            left: auto;
            right: 0;
        }

    .simple-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .simple-select.small:after {
            height: 4px;
            width: 4px;
        }

        .simple-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .simple-select .list {
        border: 1px solid #999999;
        background-color: #fff;
        border-radius: 2px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 0px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .simple-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .simple-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #252328;
    }

        .simple-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f5f5f5;
        }

        .simple-select .option.selected {
            font-weight: bold;
        }

        .simple-select .option.disabled {
            background-color: transparent;
            color: #343031;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

/*----------------------- 
3. Buttons
-------------------------*/
.btn {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    word-wrap: break-word;
    white-space: normal !important;
}

.btn-rounded {
    border-radius: 50px;
}

/*--- btn default --*/
.btn-default {
    color: #fff;
    background-color: rgba(31, 98, 114, 1);
    border-color: #fff;
}

    .btn-default:hover {
        color: rgba(31, 98, 114, 1);
        background-color: rgba(230, 190, 190, 1);
        border-color: transparent;
    }

    .btn-default.focus, .btn-default:focus {
        color: #fff;
        background-color: #e93c3c;
        border-color: #e93c3c;
        box-shadow: none;
    }

    .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #e93c3c;
        border-color: #e93c3c;
    }

/*--- btn primary --*/
.btn-primary {
    color: #fff;
    background-color: #00bda7;
    border-color: #00bda7;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #03a28f;
        border-color: #03a28f;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #03a28f;
        border-color: #03a28f;
        box-shadow: 0 0 0 1px rgb(45, 132, 131);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #282828;
        border-color: #282828;
    }

/*--- btn secondary --*/
.btn-secondary {
    color: #fff;
    background-color: #2abc2d;
    border-color: #2abc2d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #2da32f;
        border-color: #2da32f;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color: #2da32f;
        border-color: #2da32f;
        box-shadow: 0 0 0 1px rgb(45, 163, 47);
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #2da32f;
        border-color: #2da32f;
    }

/*--- btn success --*/
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #129e32;
        border-color: #129e32;
    }

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #129e32;
        border-color: #129e32;
        box-shadow: 0 0 0 1px rgb(18, 158, 50);
    }

/*--- btn danger --*/
.btn-danger {
    color: #fff;
    background-color: #dc3645;
    border-color: #dc3645;
    font-family: 'Playfair Display', serif;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #da0419;
        border-color: #da0419;
    }

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #da0419;
        border-color: #da0419;
        box-shadow: 0 0 0 1px rgb(218, 4, 25);
    }

/*--- btn warning --*/
.btn-warning {
    color: #212529;
    background-color: #ffc209;
    border-color: #ffc209;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #f3b600;
        border-color: #f3b600;
    }

    .btn-warning.focus, .btn-warning:focus {
        color: #212529;
        background-color: #f3b600;
        border-color: #f3b600;
        box-shadow: 0 0 0 1px rgb(238, 182, 0);
    }

/*--- btn info --*/
.btn-info {
    color: #fff;
    background-color: #18a2b9;
    border-color: #18a2b9;
}

    .btn-info:hover {
        color: #fff;
        background-color: #0998b0;
        border-color: #0998b0;
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #0998b0;
        border-color: #0998b0;
        box-shadow: 0 0 0 1px rgb(238, 184, 22);
    }

/*--- btn blue --*/
.btn-blue {
    color: #fff;
    background-color: rgba(31, 98, 114, 1);
    font-family: 'Playfair Display', serif;
}

    .btn-blue .search {
        height:20px;
    }

    .btn-blue:hover {
        color: #fff;
        background-color: rgba(31, 98, 114, 1);
    }

    .btn-blue.focus, .btn-blue:focus {
        color: #fff;
        background-color: rgba(31, 98, 114, 1);
    }

/*--- btn pink --*/
.btn-pink {
    color: #fff;
    background-color: #C79595;
    font-family: 'Playfair Display', serif;
}

.btn-pink-light {
    color: #1F6272;
    background-color: rgba(230, 190, 190, 1);
}

    .btn-pink:hover {
        color: #fff;
        background-color: #C79595;
    }

    .btn-pink.focus, .btn-pink:focus {
        color: #fff;
        background-color: #C79595;
    }

/*--- btn light --*/
.btn-light {
    color: #2e2f39;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #2e2f39;
        background-color: #d7d7df;
        border-color: #d7d7df;
    }

    .btn-light.focus, .btn-light:focus {
        color: #2e2f39;
        background-color: #d7d7df;
        border-color: #d7d7df;
        box-shadow: 0 0 0 1px rgb(215, 215, 223);
    }

/*--- btn dark --*/
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #272a2e;
        border-color: #272a2e;
    }

    .btn-dark.focus, .btn-dark:focus {
        color: #fff;
        background-color: #272a2e;
        border-color: #272a2e;
        box-shadow: 0 0 0 1px rgb(39, 42, 46);
    }

/*--- btn gray --*/
.btn-gray {
    color: #252328;
    background-color: #f3f3f3;
    border-color: #dcdcdc;
}

    .btn-gray:hover {
        color: #fff;
        background-color: #252328;
        border-color: #252328;
    }

    .btn-gray.focus, .btn-gray:focus {
        color: #fff;
        background-color: #252328;
        border-color: #252328;
        box-shadow: 0 0 0 1px rgb(220, 220, 220);
    }

/*--- btn white --*/
.btn-white {
    color: #252328;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover {
        color: #fff;
        background-color: #f04040;
        border-color: #f04040;
    }

    .btn-white.focus, .btn-white:focus {
        color: #fff;
        background-color: #f04040;
        border-color: #f04040;
        box-shadow: 0 0 0 1px rgb(255, 77, 77);
    }

/*--- btn outline default --*/
.btn-outline-default {
    color: #ff4d4d;
    background-color: transparent;
    border-color: #ff4d4d;
}

    .btn-outline-default:hover {
        color: #fff;
        background-color: #ff4d4d;
        border-color: #ff4d4d;
    }

    .btn-outline-default.focus, .btn-outline-default:focus {
        color: #ff4d4d;
        background-color: transparent;
        border-color: #ff4d4d;
        box-shadow: 0 0 0 1px rgb(255, 77, 77);
    }

/*--- btn outline primary --*/
.btn-outline-primary {
    color: #00bda7;
    background-color: transparent;
    border-color: #00bda7;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #00bda7;
        border-color: #00bda7;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        color: #fff;
        background-color: #00bda7;
        border-color: #00bda7;
        box-shadow: 0 0 0 1px rgb(0, 189, 167);
    }

/*--- btn outline secondary --*/
.btn-outline-secondary {
    color: #2abc2d;
    background-color: transparent;
    border-color: #2abc2d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #2da32f;
        border-color: #2da32f;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        color: #fff;
        background-color: #2da32f;
        border-color: #2da32f;
        box-shadow: 0 0 0 1px rgb(45, 163, 47);
    }

/*--- btn outline violate --*/
.btn-outline-violate {
    color: #9047fb;
    background-color: #f2e9ff;
    border-color: #9047fb;
}

    .btn-outline-violate:hover {
        color: #fff;
        background-color: #9047fb;
        border-color: #9047fb;
    }

    .btn-outline-violate.focus, .btn-outline-secondary:focus {
        color: #fff;
        background-color: #9047fb;
        border-color: #9047fb;
        box-shadow: none;
    }

/*--- btn outline pink --*/
.btn-outline-pink {
    color: #ff7b7b;
    background-color: #ffeded;
    border-color: #ff7b7b;
}

    .btn-outline-pink:hover {
        color: #fff;
        background-color: #ff7b7b;
        border-color: #ff7b7b;
    }

    .btn-outline-pink.focus, .btn-outline-secondary:focus {
        color: #fff;
        background-color: #ff7b7b;
        border-color: #ff7b7b;
    }

/*--- btn outline success --*/
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        box-shadow: 0 0 0 1px rgb(40, 167, 69);
    }

/*--- btn outline danger --*/
.btn-outline-danger {
    color: #dc3645;
    background-color: transparent;
    border-color: #dc3645;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3645;
        border-color: #dc3645;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        color: #fff;
        background-color: #dc3645;
        border-color: #dc3645;
        box-shadow: 0 0 0 1px rgb(239, 23, 44);
    }

/*--- btn outline warning --*/
.btn-outline-warning {
    color: #212529;
    background-color: transparent;
    border-color: #ffc209;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc209;
        border-color: #ffc209;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        color: #212529;
        background-color: #ffc209;
        border-color: #ffc209;
        box-shadow: 0 0 0 1px rgb(255, 194, 9);
    }

/*--- btn outline info --*/
.btn-outline-info {
    color: #18a2b9;
    background-color: transparent;
    border-color: #18a2b9;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #18a2b9;
        border-color: #18a2b9;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        color: #fff;
        background-color: #18a2b9;
        border-color: #18a2b9;
        box-shadow: 0 0 0 1px rgb(24, 162, 185);
    }

/*--- btn outline light --*/
.btn-outline-light {
    color: #2e2f39;
    background-color: transparent;
    border-color: #ebebed;
}

    .btn-outline-light:hover {
        color: #2e2f39;
        background-color: #f0f0f8;
        border-color: #f0f0f8;
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        color: #2e2f39;
        background-color: #f0f0f8;
        border-color: #f0f0f8;
        box-shadow: 0 0 0 1px rgb(235, 235, 237);
    }

/*--- btn outline-dark --*/
.btn-outline-dark {
    color: #2e2f39;
    background-color: transparent;
    border-color: #2e2f39;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #2e2f39;
        border-color: #2e2f39;
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        color: #fff;
        background-color: #2e2f39;
        border-color: #2e2f39;
        box-shadow: 0 0 0 1px rgb(46, 47, 57);
    }

/*--- btn size --*/
.btn-xxs {
    padding: 3px 7px;
    font-size: 8px;
    line-height: 1.5;
}

.btn-xs {
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.5;
}

.btn-sm {
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-lg {
    padding: 14px 26px;
    font-size: 14px;
    line-height: 1.3333333;
}

/*--- btn focus --*/
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*--- summary note btn --*/
.note-btn {
}

    .note-btn.btn {
        padding: 3px 10px;
    }

.note-btn-group button {
    height: 32px;
}

.btn .btn-default h6 {
    font-family: 'Playfair Display', serif;
}

/*--- btn link --*/

/*------------------------------
 -------btn-default-link -----*/

.btn-default-link {
    font-size: 13px;
    color: #ff4d4d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: 1px solid #ff4d4d;
    padding-bottom: 1px;
}

    .btn-default-link:hover {
        color: #e93c3c;
        text-decoration: none;
        border-color: #e93c3c;
    }

/*------------------------------
 -------btn-primary-link -----*/
.btn-primary-link {
    font-size: 13px;
    color: #252328;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: 1px solid #252328;
    padding-bottom: 1px;
}

    .btn-primary-link:hover {
        color: #000000;
        text-decoration: none;
        border-color: #000000;
    }

/*------------------------------
 -------btn-primary-link -----*/
.btn-white-link {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}

    .btn-white-link:hover {
        color: #000000;
        text-decoration: none;
        border-color: #000000;
    }

/*------------------------------
 -------btn-secondary-link -----*/
.btn-secondary-link {
    font-size: 13px;
    color: #2abc2d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: 1px solid #2abc2d;
    padding-bottom: 1px;
}

    .btn-secondary-link:hover {
        color: #2aa62c;
        text-decoration: none;
        border-color: #2aa62c;
    }

.btn-wishlist {
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    border: 1px solid #ebebeb;
    color: #ff4d4d;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-wishlist:hover {
        background-color: #ff4d4d;
        color: #fff;
        border: 1px solid #ff4d4d;
    }

.btn-default-wishlist {
    background-color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    border: 1px solid #ebebeb;
    color: #ff4d4d;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .btn-default-wishlist:hover {
        background-color: #ff4d4d;
        color: #fff !important;
        border: 1px solid #ff4d4d;
    }

/*-------------------------------------------------------------------
4. General / Elements
-------------------------------------------------------------------*/

/*--- 4.1 Section space ---*/

/*Note: Section space help to create top bottom space;*/

.space-xs-small {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}

.space-large {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-ex-large {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-title {
    margin-bottom: 60px;
}

/*----------------------
  4.2 Margin Space
-----------------------*/
.mb0 {
    margin-bottom: 0px;
}

.ml30 {
    margin-left: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

/*----- less margin space from top --*/
.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}

.mr-10 {
    margin-right: -10px;
}

.ml-10 {
    margin-left: -10px;
}

/*-----------------------
  4.3 Padding space
-------------------------*/
.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside100 {
    padding: 100px;
}

.pinside140 {
    padding: 140px;
}

.pdt0 {
    padding-top: 0px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt100 {
    padding-top: 100px;
}

.pdt120 {
    padding-top: 120px;
}

.pdb0 {
    padding-bottom: 0px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb150 {
    padding-bottom: 150px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdl140 {
    padding-left: 140px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}

.pdr100 {
    padding-right: 100px;
}

.pdtb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*--- 4.4 Background & Block color (Extra Classes) ---*/

/*----------------------- 
Background Color / Color
-------------------------*/

.bg-default {
    background-color: #ff4d4d !important;
}

.bg-primary {
    background-color: #00bda7 !important;
    color: #fff;
}

.bg-secondary {
    background-color: #2abc2d !important;
    color: #fff;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3645 !important;
}

.bg-warning {
    background-color: #ffc209 !important;
}

.bg-info {
    background-color: #18a2b9 !important;
}

.bg-dark {
    background-color: #2e2f39 !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-pink {
    background-color: #fff7f8 !important;
}

.bg-grey {
    background-color: #F8F8F8 !important;
}

.bg-yellow-light {
    background-color: #fdf8ec !important;
}

.text-primary {
    color: #00bda7 !important;
}

.text-default {
    color: #ff4d4d !important;
}

.text-secondary {
    color: #2abc2d !important;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3645 !important;
}

.text-warning {
    color: #ffc209 !important;
}

.text-info {
    color: #18a2b9 !important;
}

.text-light {
    color: #f0f0f8 !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-gray {
    color: #868aa5 !important;
}

.text-white {
    color: #fff;
}

.text-light {
    color: #f8f9fa !important;
}

.title {
    color: #1F6272;
}

.caption {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #000;
}

.more {
    text-decoration: underline;
    color: #1F6272;
}

    .more:hover {
        text-decoration: underline;
        color: #1F6272;
    }

.well-box {
    background-color: #fff;
    border: 1px solid #e6e5e7;
    padding: 26px;
    margin-bottom: 20px;
}

.well-box-dark {
    background-color: #f5f5f5;
    border: 1px solid #e6e5e7;
    padding: 26px;
    margin-bottom: 20px;
}

.form-horizontal {
    border: 1px solid #e6e5e7;
    padding: 4px;
}

.listnone {
    list-style: none;
    padding: 0px;
    list-style-position: outside;
}

.list-unstyled {
    list-style-position: outside;
    font-size: 11px;
}

    .listnone li {
        margin-bottom: 20px;
    }

.lead {
    font-size: 21px;
    font-weight: 400;
    color: #252328;
    line-height: 31px;
    font-family: 'Playfair Display', serif;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.gray-bg {
    background-color: #f7f7f7;
}

.section-block {
    margin: 16px 0px;
}

.section-heading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

/*--- 4.5 Features ---*/
.feature {
    margin-bottom: 20px;
}

.feature-icon {
}

.feature-content {
}

.feature-title {
}

.feature-icon-block {
    text-align: center;
}

    .feature-icon-block .feature-icon {
        margin-bottom: 25px;
    }

.feature-left {
    min-height: 143px;
}

    .feature-left .feature-icon {
        float: left;
    }

    .feature-left .feature-title {
        margin-bottom: 10px;
    }

    .feature-left .feature-content {
        padding-left: 80px;
    }

.feature-blurb-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

/*--- 4.6 Bullets ---*/
.arrow {
    position: relative;
}

    .arrow li {
        padding-left: 20px;
        line-height: 30px;
    }

        .arrow li:before {
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            display: inline-block;
            position: absolute;
            left: 0;
            font-size: 13px;
            color: #ff4d4d;
            content: '\f058';
            font-style: initial;
        }

.angle {
    position: relative;
}

    .angle li {
        padding-left: 20px;
        line-height: 30px;
    }

        .angle li:before {
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            display: inline-block;
            position: absolute;
            left: 0;
            font-size: 13px;
            color: #6f6d72;
            content: '\f061';
            font-style: initial;
        }

.star {
    position: relative;
}

    .star li {
        padding-left: 22px;
        line-height: 30px;
        font-size: 14px;
    }

        .star li:before {
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            display: inline-block;
            position: absolute;
            left: 0;
            font-size: 14px;
            color: #bbb9be;
            content: '\f381';
        }

.vendor-bg-image {
    background: url(../images/signup-bg-img.jpg)no-repeat;
    background-size: cover;
    height: 100%;
}

.couple-bg-image {
    background: url(../images/couple-bg-img.jpg)no-repeat;
    background-size: cover;
    height: 100%;
}

/*-------------------- User icon sizes ---------------------*/
.user-avatar-xxl {
    height: 128px;
    width: 128px;
}

.user-avatar-xl {
    height: 90px;
    width: 90px;
}

.user-avatar-lg {
    height: 48px;
    width: 48px;
}

.user-avatar-md {
    height: 32px;
    width: 32px;
}

.user-avatar-sm {
    height: 24px;
    width: 24px;
}

.user-avatar-xs {
    height: 18px;
    width: 18px;
}

/*--- 4.7 Call to actions ---*/

/*--- 4.8 Img hover effect ---*/

/*--------------------------------
4.8 Image Hover Effect 
----------------------------------*/

img {
    width: auto;
    max-width: 100%;
    /*height: auto;*/
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

    .imghover::before, .imghover::after {
        display: block;
        position: absolute;
        content: "";
        text-align: center;
        opacity: 0;
        border-radius: 0px;
    }

    .imghover::before {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        transition: 0.8s ease;
    }

    .imghover::after {
    }

    .imghover:hover::before, .imghover:hover::after {
        opacity: .8;
    }

    .imghover:hover::before {
        opacity: 0.8;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .imghover:hover::after {
        opacity: 0.8;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

/*--- 4.8 Img-grayscale effect ---*/
img.grayscale {
    filter: grayscale(1);
    opacity: .6;
    cursor: pointer;
}

    img.grayscale:hover {
        filter: grayscale(0);
        opacity: 1;
        transition-property: filter;
        transition-duration: 1s;
    }

/*--- 4.8 Imgzoom hover effect ---*/
.zoomimg {
    position: relative;
    overflow: hidden;
}

    .zoomimg img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .zoomimg:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/*--- 4.9 Icon ---*/
.icon {
}

.icon-1x {
    font-size: 19px;
}

.icon-2x {
    font-size: 32px;
}

.icon-3x {
    font-size: 50px;
}

.icon-4x {
    font-size: 60px;
}

.icon-default {
    color: #ff4d4d;
}

.icon-primary {
    color: #252328;
}

.icon-secondary {
    color: #909090;
}

.fa-default {
    color: #ff4d4d;
}

.fa-primary {
    color: #252328;
}

/*--- 4.10 Paginations ---*/

/*--- 4.11 Testimonial icon ---*/

.testimonial-block {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e6e5e7;
    padding: 26px;
    border-radius: 4px;
}

    .testimonial-block .rating-star {
        font-size: 12px;
    }

.testimonial-icon {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    text-align: center;
}

.testimonial-name {
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonial-text {
    text-align: center;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 40px;
    font-size: 16px;
}

.testimonial-pic {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-meta {
    text-align: center;
}

.testimonial-small-text {
    font-size: 12px;
}

/*--- 4.12 Filter Form --*/
.filter-form {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e6e5e7;
    margin-bottom: 20px;
}

.aminities {
    margin-top: 20px;
}

.form-title {
    font-size: 13px;
    letter-spacing: 2px;
    color: #252328;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

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

/*--- 5.1 Header Regular ---*/

.header-top {
    border-bottom: 1px solid #ea3535;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 13px;
    min-height: 40px;
    background-color: #ff4d4d;
    color: #fff;
}

.header-text {
}

.wlecome-text {
}

.mainMenu {
    background-color: rgba(31, 98, 114, 1);
    border-radius:10px;
    height: 45px;
}

.header {
    background-color: #82BAB8;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 9; /*border-bottom: 1px solid #f1f1f1;*/
}

.header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-btn {
    padding-top: 6px;
}

.hero-section {
    background: url(../images/hero-image.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 265px;
    padding-top: 175px;
}

/*--- 5.2 Header Transparent ---*/

/*--- 5.3 Navigation Regular ---*/

#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #navigation:after, #navigation > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #navigation #menu-button {
        display: none;
    }

#navigation {
}

    #navigation > ul > li {
        float: left;
    }

    #navigation.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #navigation.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #navigation.align-center ul ul {
        text-align: left;
    }

    #navigation.align-right > ul > li {
        float: right;
    }

    #navigation > ul > li > a {
        padding: 18px 5px;
        font-size: 12px;
        text-decoration: none;
        color: #1F6272;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    #navigation > ul > li:hover > a {
        color: #ff4d4d;
    }

    #navigation > ul > li.has-sub > a {
        padding-right: 30px;
    }

        /*#navigation > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}*/
        #navigation > ul > li.has-sub > a:before {
            position: absolute;
            right: 14px;
            font-family: 'Font Awesome\ 5 Free';
            font-weight: 900;
            content: "\f107";
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    /*#navigation > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}*/
    #navigation ul ul {
        position: absolute;
        left: -9999px;
    }

    #navigation.align-right ul ul {
        text-align: right;
    }

    #navigation ul ul li {
        top: 12px;
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #navigation li:hover > ul {
        left: auto;
    }

    #navigation.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #navigation li:hover > ul > li {
        height: 43px;
    }

    #navigation ul ul ul {
        margin-left: 100%;
        top: -12px;
    }

    #navigation.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #navigation ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 14px 14px;
        width: 220px;
        font-size: 14px;
        text-decoration: none;
        color: #252429;
        background: #fff;
    }

    #navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
        border-bottom: 0;
    }

    #navigation ul ul li:hover > a, #navigation ul ul li a:hover {
        color: #ff4d4d;
    }

    #navigation ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #252429;
        content: '';
    }

    #navigation.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #navigation ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #252429;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #navigation.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #navigation ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #navigation.small-screen {
        width: 100%;
        position: fixed;
    }

        #navigation.small-screen ul {
            width: 100%;
            display: none;
        }

        #navigation.small-screen.align-center > ul {
            text-align: left;
        }

        #navigation.small-screen ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
            height: auto;
        }

            #navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #navigation.small-screen > ul > li {
            float: none;
        }

        #navigation.small-screen ul ul li a {
        }

        #navigation.small-screen ul ul ul li a {
            padding-left: 35px;
        }

        #navigation.small-screen ul ul li a {
            color: #000000;
            background: none;
        }

        #navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
            color: #ff4d4d;
        }

        #navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before {
                display: none;
            }

        #navigation.small-screen #menu-button {
            display: block;
            padding: 17px;
            padding-top: 33px;
            color: #ffffff;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            background: #82BAB8;
            margin-bottom: 10px;
            height: 80px;
        }

            #navigation.small-screen #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 8px;
                width: 20px;
                border-top: 2px solid #ffffff;
                border-bottom: 2px solid #ffffff;
                content: '';
            }

            #navigation.small-screen #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #ffffff;
                content: '';
            }

            #navigation.small-screen #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #navigation.small-screen #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #navigation.small-screen .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 50px;
            width: 46px;
            cursor: pointer;
        }

            #navigation.small-screen .submenu-button.submenu-opened {
                background: #ff4d4d;
            }

        #navigation.small-screen ul ul .submenu-button {
            height: 43px;
            width: 43px;
        }

        #navigation.small-screen .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #262626;
            content: '';
        }

        #navigation.small-screen ul ul .submenu-button:after {
            top: 20px;
            right: 17px;
        }

        #navigation.small-screen .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #navigation.small-screen .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #262626;
            content: '';
        }

        #navigation.small-screen ul ul .submenu-button:before {
            top: 17px;
            right: 20px;
        }

        #navigation.small-screen .submenu-button.submenu-opened:before {
            display: none;
        }

        #navigation.small-screen.select-list {
            padding: 5px;
        }

.register-link {
    padding-top: 10px;
    color: #fff;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
    line-height:17px;
}

    .register-link a {
        font-size: 12px;
        font-family: 'Proxima Nova', serif;
        color: #fff;
        text-decoration: underline;
    }

.main-slider {
    padding-left: 0px;
    padding-right: 0px;
}

.top-banner {
    width: auto;
    border-bottom: 1px solid #82BAB8;
    background: #fff;
}

    .top-banner p {
        margin-top: 10px;
        text-align: center;
        font-family: 'Playfair Display', serif;
        font-size: 17px;
        color: #292929;
    }

        .top-banner p a {
            font-style: italic;
            font-weight: bold;
            text-decoration: underline;
        }

.newsletter {
    height: 250px;
    border-bottom: 1px solid #fff;
}

    .newsletter .box h1 {
        font-family: 'Snell Roundhand', sans-serif;
        font-size: 38px;
        color: #1F6272;
    }

    .newsletter .box p {
        font-family: 'Playfair Display', serif;
    }

.cursive {
    font-family: 'Snell Roundhand', sans-serif;
}

.bold {
    font-family: 'Playfair Display', serif;
}

.blue {
    color: #1F6272;
}

.pink {
    color: #C79595;
}

.directory {
    margin-left: 0px;
    margin-right: 0px;
}
    .directory h1 {
        font-size: 70px;
        height:60px;
    }

    .directory h2 {
        font-size: 30px;
        height: 30px;
    }

    .directory h3 {
        font-size: 30px;
        text-transform: uppercase;
        height:5px;
    }

.directory-main {
    height: 600px;
    background: rgb(130,186,184);
}

    .directory-main .container {
        margin-top:20px;
    }

    .directory-main fieldset {
        border: solid 2px rgba(230, 190, 190, 1);
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 10px;
    }
.directory-store {
    height: 600px;
    /*background: url('../images/store.jpg') no-repeat;*/
    background-size: cover;
}

    .directory-store .box-border {
        margin-top: 10%;
        margin-bottom: 5%;
        margin-left: 20%;
        margin-right: 20%;
        width: 100%;
        height: 100%;
        border: solid 2px #C79595;
    }

    .directory-store #huge {
        margin: 20px;
    }

    .directory-store .box-border .shop {
        margin-top:100px;
        margin-bottom: 100px;
    }

    .directory-store .box-border .registry {
        margin-top: 100px;
        margin-bottom: 100px;
        border-left: solid 1px;
    }

.directory-list .col {
    margin-bottom: 10px;
}
.about p {
    margin-top: 50px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
/*--- 5.4 Page Header ---*/
.page-header {
    border-bottom: transparent;
    background: url(../images/page-header.jpg) no-repeat center;
    background-size: cover;
    min-height: 340px;
}

.page-breadcrumb {
    background-color: rgba(55, 49, 61, .5);
    border-top: rgba(255, 255, 255, .1) 1px solid;
}

    .page-breadcrumb .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 4px;
        margin-bottom: 0px;
        list-style: none;
        background-color: transparent;
        border-radius: 0px;
        color: #fff;
    }

        .page-breadcrumb .breadcrumb .breadcrumb-item {
            font-size: 13px;
        }

            .page-breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link {
                color: #bebbc1;
            }

                .page-breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link:hover {
                    color: #ff4d4d;
                }

            .page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                display: inline-block;
                padding-right: .5rem;
                padding-left: .5rem;
                color: #bebbc1;
                content: "\f105";
                font-family: 'font Awesome 5 Free';
                font-weight: 900;
            }

.venue-pageheader {
    background: url(../images/venue-pageheader.jpg) no-repeat center;
    background-size: cover;
}

    .venue-pageheader .page-section {
        padding-top: 250px;
        padding-bottom: 70px;
    }

.page-title {
    font-size: 46px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.2;
}

.page-description {
    color: #fff;
}

.page-caption {
    padding-top: 125px;
    padding-bottom: 125px;
}

.rsvp-page-header {
    background: url(../images/rsvp-page-header.jpg) no-repeat center;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
}

    .rsvp-page-header .rsvp-page-caption {
        text-align: center;
    }

.rsvp-page-title {
    color: #fff;
    font-size: 52px;
}

.rsvp-wedding-date {
    color: #fff;
    font-size: 24px;
}

.rsvp-form-block {
    margin-top: -120px;
}

.rsvp-question-form {
}

.rsvp-question-block {
}

.rsvp-question-attend {
    margin-bottom: 30px;
}

.rsvp-question-attendee {
    margin-bottom: 10px;
}

/*--- 5.5 index-2 ---*/
.navigation-second {
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
}

.header-second {
    padding-bottom: 0px;
}

.navigation-second #navigation ul ul li {
    top: 1px;
}

.navigation-second #navigation ul ul ul {
    top: -1px;
}

.hero-section-second {
    background: url(../images/hero-image-2.jpg) no-repeat center;
    background-size: cover;
    min-height: 595px;
}

    .hero-section-second .search-head-title {
        font-size: 48px;
        line-height: 50px;
    }

    .hero-section-second .search-form {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 30px;
        border-radius: 4px;
    }

.hero-section-caption {
    padding-bottom: 150px;
    padding-top: 160px;
}

.vendor-feature-block.feature-block {
    border: 1px solid #ededed;
    padding: 36px 18px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}

.vendor-feature-block .feature-icon {
    font-size: 52px;
    color: #808080;
    margin-bottom: 20px;
}

.vendor-feature-block .feature-content {
}

.vendor-feature-block .feature-title {
    font-size: 15px;
    margin-bottom: 0px;
}

.vendor-feature-block.feature-block:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
}

    .vendor-feature-block.feature-block:hover .feature-icon a {
        color: #ff4d4d;
    }

.cta-wrapper {
    background: url(../images/cta-img.jpg)no-repeat;
    background-size: cover;
}

.cta-section {
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fff;
}

.list-single-second-pageheader {
    border-bottom: 1px solid #e6e5e7;
    margin-bottom: 40px;
}

.list-single-second {
    background-color: #fff;
    margin-top: -30px;
    border-bottom: 1px solid #e6e5e7;
    padding: 30px 0px 0px;
}

    .list-single-second .vendor-info .rating-box {
        top: 10px;
        right: 15px;
    }

    .list-single-second .sidebar-venue {
        position: initial;
    }

.list-single-carousel {
}

.list-single-carousel-img {
}

    .list-single-carousel-img img {
        position: relative;
        z-index: -1;
    }

.list-single-carousel .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.list-single-carousel .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 30px;
    position: relative;
}

    .list-single-carousel .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .list-single-carousel .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 4px 2px;
            background: #fff;
            border: transparent;
            border-radius: 100%;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
        }

        .list-single-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #ff4d4d;
            border-color: #ff4d4d;
        }

/* ==========================================================================
   index-3
   ========================================================================== */
.header-transparent {
    background-color: #82BAB8;
    position: fixed; /*border-bottom-color: rgba(246, 245, 247, .2);*/
}

.top-nav-collapse {
    background: transparent !important;
}

.hero-section-third {
    background: url(../images/hero-image-3.jpg) no-repeat center;
    background-size: cover;
    padding-top: 300px;
}

.header-transparent #navigation > ul > li > a {
    color: white;
    text-align:center;
}

.hero-section-third .search-head-title {
    font-size: 52px;
    line-height: 68px;
    font-weight: 400;
}

.feature-section {
    border-top: 1px solid;
    border-color: rgba(246, 245, 247, .2);
    margin-top: 180px
}

.hero-section-third .feature-left {
    min-height: initial;
    border-right: 1px solid rgba(246, 245, 247, .2);
    padding: 22px;
}

.hero-section-third .feature-icon {
    font-size: 20px;
    color: #fff;
    height: 56px;
    width: 56px;
    display: inline-block;
    border: 2px solid;
    border-color: rgba(246, 245, 247, .3);
    border-radius: 100%;
    text-align: center;
    line-height: 2.6;
}

.vendor-categories-block {
    margin-bottom: 30px;
    position: relative;
}

.vendor-categories-img img {
    border-radius: 3px;
}

.vendor-categories-overlay {
    position: absolute;
    bottom: 0px;
    border-top: 1px solid;
    border-color: rgba(246, 245, 247, .3);
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: rgba(37, 35, 40, .4);
}

.vendor-categories-text {
}

.vendor-categories-title {
    color: #fff;
    float: left;
    display: inline-block;
}

.vendor-categories-numbers {
    float: right;
    height: 27px;
    width: 27px;
    background-color: #ff4d4d;
    border-radius: 100%;
    line-height: 2;
    padding: 2px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.process-section {
    background: url(../images/howitwork-img.jpg) no-repeat center;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
}

.icon-circle {
    border: 2px solid #fff;
    text-align: center;
    padding: 50px;
    border-radius: 100%;
    position: relative;
}

.circle-xxl {
    height: 154px;
    width: 154px;
}

.circle-xl {
    height: 100px;
    width: 100px;
}

.circle-lg {
    height: 56px;
    width: 56px;
}

.circle-md {
    height: 36px;
    width: 36px;
}

.circle-sm {
    height: 30px;
    width: 30px;
}

.circle-transparent {
    border: 2px solid rgba(246, 246, 246, .2);
}

.bg-transparent {
    background-color: rgba(246, 246, 246, .1);
}

.process-number {
    position: absolute;
    top: 10px;
    right: 2px;
}

.testimonial-content {
}

.testimonial-meta-text {
}

.testimonial-second {
}

    .testimonial-second.testimonial-block {
        background-color: #fffbf3;
        border: 1px solid #faeed5;
        padding: 0px;
    }

    .testimonial-second .testimonial-content {
        padding: 25px;
        border-bottom: 1px solid #faeed5;
    }

    .testimonial-second .testimonial-icon {
        text-align: left;
        margin: 0;
        float: left;
    }

    .testimonial-second .testimonial-name {
        text-align: left;
        padding-left: 30px;
    }

    .testimonial-second .testimonial-text {
        text-align: left;
        font-family: 'Playfair Display', serif;
        color: #413e46;
    }

    .testimonial-second .testimonial-meta {
        text-align: left;
        padding: 18px;
        position: relative;
    }

    .testimonial-second .testimonial-pic {
        text-align: left;
        float: left;
        margin-bottom: 0px;
    }

    .testimonial-second .testimonial-meta-text {
        padding-left: 67px;
    }

    .testimonial-second .rating-star {
        position: absolute;
        right: 18px;
        bottom: 42px;
    }

.footer-widget.newsletter-block {
}

    .footer-widget.newsletter-block .form-control {
        background-color: #454249;
        border: transparent;
        color: #817f85;
    }

/*-------------------------------------------------------------------
 6. Slider 
-------------------------------------------------------------------*/
.slider {
    position: relative;
}

.slider-img {
    background: -moz-linear-gradient(top, rgba(9, 47, 87, 0.6) 0%, rgba(9, 47, 87, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(9, 47, 87, 0.6) 0%, rgba(9, 47, 87, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(9, 47, 87, 0.6) 0%, rgba(9, 47, 87, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2626', endColorstr='#1b2626', GradientType=0);
    position: relative;
}

    .slider-img img {
        position: relative;
        z-index: -1;
    }

.slider-captions {
    position: absolute;
    bottom: 200px;
    width: 50%;
}

.slider-title {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize
}

.slider-text {
    margin-bottom: 20px;
    color: #46484b;
    color: #fff;
}

.slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 10px;
}

.slider .owl-next {
    position: absolute;
    top: 45%;
    right: 10px;
}

.slider .owl-prev, .slider .owl-next {
    background-color: #ff515b;
    padding: 10px 16px;
    border-radius: 2px;
    font-size: 18px;
}

    .slider .owl-prev:hover, .slider .owl-next:hover {
        background-color: #8e517d;
        color: #fff;
    }

.slider .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 12px;
    background: #0db2f0;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
}

    .slider .owl-theme .owl-nav [class*='owl-']:hover {
        background: #ff515b;
        color: #FFF;
        text-decoration: none;
    }

.slider .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 4px;
}

.slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 50px;
    position: relative;
}

    .slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
        background: #0db2f0;
    }

.carousel-caption {
    right: 2%;
    bottom: 0px;
}
/*-------------------------------------------------------------------
 7. Content 
-------------------------------------------------------------------*/
.content {
    padding-top: 60px;
    padding-bottom: 60px;
}

#instagram{
    height:600px;
}

/*-------------------------------------------------------------------
 8. Footer 
-------------------------------------------------------------------*/
.footer {
    background-color: rgb(130,186,184);
    padding-top: 80px;
    padding-bottom: 40px;
    color: #98969b;
    font-size: 14px;
}

    .footer .social-icons {
        text-align: center;
    }

.footer-widget {
    margin-bottom: 40px;
    text-align:center;
}

    .footer-widget .widget-title {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 30px;
        letter-spacing: 2px;
        text-transform: uppercase;
        border-bottom: 0px;
        padding: 0px;
    }

    .footer-widget ul {
    }

        .footer-widget ul li {
            margin-bottom: 0px;
        }

            .footer-widget ul li a {
                color: #fff;
                text-transform: uppercase;
                line-height: 28px;
            }

                .footer-widget ul li a:hover {
                    color: #ff4d4d;
                }

.social-media-block {
    background-color: #39363d;
    padding-top: 18px;
    padding-bottom: 18px;
}

.social-icons {
    margin-top: 2px;
}

.icon-square {
    text-align: center;
    background-color: transparent;
    width: 30px;
    height: 30px; /*border-radius: 2px;*/
    display: inline-block;
    color: #fff;
    padding: 11px 12px; /*line-height: 1.3;*/
    font-size: 14px;
}

    .icon-square:hover { /*background-color: #ff4d4d;*/
        color: #fff;
    }
/*.icon-square-outline { text-align: center; background-color: transparent; width: 40px; height: 40px; border-radius: 2px; display: inline-block; color: #6f6d72; padding: 11px 12px; line-height: 1.3; font-size: 14px; border: 1px solid #6f6f72; }
.icon-square-outline:hover { background-color: transparent; color: #ff4d4d; border-color: #ff4d4d; }*/
.facebook-outline {
    border-color: #3b5898;
    color: #3b5898;
}

.twitter-outline {
    border-color: #1ea2f2;
    color: #1ea2f2;
}

.googleplus-outline {
    border-color: #f75439;
    color: #f75439;
}

.instagram-outline {
    border-color: #9361fa;
    color: #9361fa;
}

.tiny-footer {
    background-color: rgb(130,186,184);
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.linkedin-outline {
    border-color: #0077b7;
    color: #0077b7;
}

.pinterest-outline {
    border-color: #c8232c;
    color: #c8232c;
}

/*-------------------------------------------------------------------
 9. Template Pages
-------------------------------------------------------------------*/

/*--- 9.1 Venue Vendor List ---*/

.vendor-thumbnail {
    border: 1px solid #e6e5e7;
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
}

.vendor-img {
}

    .vendor-img img {
        width: 100%;
    }

.wishlist-sign {
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: center;
}

.vendor-content {
    padding: 16px 16px 12px 16px;
    margin-bottom: 6px;
}

.vendor-content-sidebar {
    padding: 20px 20px 20px 0px;
}

    .vendor-content-sidebar .vendor-meta {
        top: 50px;
    }

.vendor-title {
    font-size: 20px;
    margin: 0px 0px 0px 0px;
}

.vendor-address {
    font-size: 12px;
    font-weight: 400;
    color: #6f6d72;
}

.vendor-address-icon {
    color: #ff4d4d;
    padding-right: 4px;
}

.vendor-meta {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: -4px;
    border-top: 1px solid #e6e5e7;
}

.vendor-meta-item {
    padding: 10px 0px 10px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 1.6;
}

.vendor-meta-item-bordered:not(:last-child) {
    border-right: 1px solid rgba(19, 29, 40, .125);
}

.vendor-price, .vendor-guest {
    font-size: 18px;
    color: #252328;
    font-weight: 400;
}

.vendor-text {
    font-size: 12px;
    display: block;
}

.rating-count {
    font-weight: 500;
    color: #252328;
    font-size: 10px;
}

.rating-star {
    font-size: 10px !important;
}

.rated {
    color: #ffa912;
}

.rate-mute {
    color: #909090;
}

.vendor-list-block {
    margin-top: 40px;
}

.vendor-list {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 40px;
}

.vendor-list-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

    .vendor-list-item .list-count {
        float: right;
        color: #252328;
        font-weight: 600;
    }

.venue-thumbnail-carousel {
}

.venue-thumbnail-carousel-img {
}

    .venue-thumbnail-carousel-img img {
        position: relative;
        z-index: -1;
    }

.venue-thumbnail-carousel .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -20px;
}

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        left: -50px;
        color: #252328;
        font-size: 20px;
        padding: 14px;
        background: #fff;
        border: 1px solid #dbdbdb;
        display: inline-block;
        cursor: pointer;
        border-radius: 100px;
        height: 48px;
        width: 48px;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        right: -50px;
        color: #252328;
        font-size: 20px;
        padding: 14px;
        background: #fff;
        border: 1px solid #dbdbdb;
        display: inline-block;
        cursor: pointer;
        border-radius: 100px;
        height: 48px;
        width: 48px;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-prev:hover {
        background: rgba(31, 98, 114, 1);
        text-decoration: none;
        color: #fff;
        -webkit-transition: 1s ease;
        transition: 1s ease;
        border-color: #fff;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-next:hover {
        background: rgba(31, 98, 114, 1);
        text-decoration: none;
        color: #fff;
        -webkit-transition: 1s ease;
        transition: 1s ease;
        border-color: #fff;
    }

.venue-thumbnail-carousel .owl-theme .owl-dots {
    display: none;
}

    .venue-thumbnail-carousel .owl-theme .owl-dots .owl-dot {
        display: none;
        zoom: 1;
    }

/*--- list view thumbnail ----*/
.list-view {
}

    .list-view .vendor-img {
        padding: 4px;
    }

    .list-view .wishlist-sign {
        position: absolute;
        top: 10px;
        right: 25px;
        text-align: center;
    }

    .list-view .vendor-content {
    }

    .list-view .vendor-title {
    }

    .list-view .vendor-address {
    }

    .list-view .vendor-meta {
    }

    .list-view .price-box {
    }

    .list-view .vendor-meta-box {
    }

.vendor-thumbnail.list-view {
    padding: 0px;
}

/*---  Venue categories page ---*/
.venue-categories-block {
    margin-bottom: 20px;
}

.venue-categories-img {
    position: relative;
    border-radius: 3px;
}

.venue-categories-overlay {
    position: absolute;
    bottom: 14px;
    left: 14px;
}

.venue-categories-title {
    color: #fff;
}

.card-category {
    border: 1px solid #e6e5e7;
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.category-image {
}

.category-content {
    padding: 14px;
}

.cateogry-title {
    margin-bottom: 0px;
    font-size: 18px;
}

.category-count {
    color: #ff4d4d;
    font-size: 16px;
    float: right;
}

/*--- 9.3 Half Map listing Page ---*/
.scroll-content {
    overflow-y: scroll;
    height: 800px;
    padding: 20px;
    overflow-x: hidden;
}

.gm-style .gm-style-iw {
    top: 0 !important;
    left: 0 !important;
    width: 350px !important;
    display: block !important;
}

    .gm-style .gm-style-iw .vendor-title {
        font-size: 18px;
    }

#map_canvas img {
    max-width: none !important;
}

/*---9.4 Venue Single page ---*/
.vendor-head-image {
}

.vendor-head-image {
    background-color: #0db2f0;
    padding: 0px 0px;
    margin: 0px;
    border-bottom: transparent;
    background: url(../images/venue-single.jpg) no-repeat center;
    min-height: 552px;
    position: relative;
    background-size: cover;
}

.vendor-content-wrapper {
    margin-top: 40px;
}

.vendor-details {
    margin-bottom: 20px;
}

.vendor-heading {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 400;
}

.vendor-info {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
}

    .vendor-info .rating-box {
        top: 10px;
    }

.vendor-descriptions {
    margin-bottom: 40px;
}

.venue-highlights {
    margin-bottom: 40px;
}

.venue-highlight-meta {
    text-align: right;
    font-weight: 500;
}

.venue-highlights > .table-responsive > .table-bordered {
    border: 1px solid #dee2e6;
}

.amenities-block {
    margin-bottom: 40px;
}

.vendor-feature-block {
}

.vendor-feature {
}

.vendor-feature-list {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 0px;
}

.vendor-feature-list-item {
    border-bottom: 1px solid #ebebeb;
    padding: 11px 20px;
    font-weight: 600;
}

    .vendor-feature-list-item:last-child {
        border-bottom: transparent;
    }

    .vendor-feature-list-item .feature-list-count {
        float: right;
        color: #252328;
        font-weight: 600;
    }

.vendor-feature-block .panel-body {
    padding: 0px;
    border-top: 1px solid #ebebeb;
}

.venue-loaction-map {
}

#map {
    height: 400px;
    width: 100%;
}

.sidebar-venue {
    position: sticky;
    top: 0;
    z-index: 1;
}

.venue-form-calendar {
    position: absolute;
    bottom: 25px;
    right: 30px;
    color: #6e6a6b;
}

.review-rating-select {
    font-size: 14px;
}

.rate-selection {
    margin-bottom: 10px;
}

.videosection {
    height: 700px;
}

.video-caption {
    text-align: center;
    padding-top: 250px;
}

.video-title {
    font-size: 72px;
    font-weight: 300;
}

/*----- Vendor Ownwer Profile ------*/
.vendor-owner-profile {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
}

.vendor-owner-profile-head {
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #e5e6e7;
}

.vendor-owner-profile-img {
    margin-bottom: 18px;
}

.vendor-owner-profile-content {
    font-size: 14px;
}

.vendor-owner-name {
    line-height: 18px;
}

.review-block {
}

.review-sidebar {
    border-right: 1px solid #e5e6e7;
    margin-right: 20px;
}

.review-box {
}

.review-total {
    font-size: 42px;
    color: #252328;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 6px;
}

.review-text {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #252328;
    font-weight: 500;
}

.review-list {
    font-size: 14px;
    float: left;
    line-height: 24px;
}

.review-for {
    width: 140px;
}

.review-rating {
    font-size: 12px;
}

.review-number {
    float: right;
    font-weight: 500;
    color: #272c2d;
}

.review-for, .review-rating {
    float: left;
    margin-right: 10px;
}

.review-content {
    margin-bottom: 40px;
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
}

.review-user {
}

.user-img {
    float: left;
    padding-right: 15px;
    display: inline-block;
}

.user-meta {
}

.user-name {
    font-size: 15px;
    color: #252328;
}

.user-review-date {
    font-size: 12px;
    float: right;
    color: #a09ea2;
}

.review-descriptions {
    line-height: 1.7;
    font-size: 15px;
}

.review-title {
}

.given-review {
    font-size: 10px;
    line-height: 14px;
    margin-top: 6px;
}

.leave-review {
}

.similar-title {
    font-size: 24px;
}

/*--- 9.5 About Page ---*/
.about-section-img {
}

.about-descriptions {
}

.metrics {
    padding: 70px !important;
    text-align: center;
}

.metrics-title {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 36px;
}

.metrics-subtitle {
    font-size: 56px;
    line-height: 64px;
}

.circle-icon {
    height: 125px;
    width: 125px;
    font-size: 60px;
    line-height: 2.1;
    padding: 0px 33px;
    color: #fff;
    display: inline-block;
}

.feature-block {
}

.feature-content {
}

.value-section {
}

    .value-section .list-group-item {
        padding: 30px 0px;
    }

.team-card {
}

.team-card-body {
    padding: 45px;
}

.team-head {
    margin-bottom: 20px;
}

.team-content {
    margin-bottom: 30px;
}

.team-social {
}

.team-img {
}

/*--- 9.6 Pricing Plan ---*/
.pricing-basic {
    background-color: #fff;
    border: 1px solid #e6e5e7;
}

.pricing-standard {
    background-color: #ff4d4d;
    border: 1px solid #ff4d4d;
    color: #fff;
}

.pricing-premium {
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.pricing-box {
    padding: 40px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}

    .pricing-box:hover {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    }

.pricing-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.price {
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 48px;
    position: relative;
    color: #252328;
}

.price-sign {
    font-size: 16px;
    position: absolute;
    left: 60px;
}

.price-feature {
    margin-bottom: 40px;
}

    .price-feature ul {
    }

        .price-feature ul li {
            margin-bottom: 10px;
        }

.pricing-standard .price, .pricing-standard .pricing-name {
    color: #fff;
}

.faq-qa-block {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e6e5e7;
    padding-bottom: 20px;
}

    .faq-qa-block:last-child {
        border-bottom: transparent;
        padding-bottom: 0px;
    }

.payment-card {
}

/*--- 9.7 real wedding list --- */
.real-wedding-block {
    border: 1px solid rgb(230, 190, 190);
    /*padding: 4px;*/
    background-color: #fff;
    /*border-radius: 4px;*/
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

    .real-wedding-block .btn:not(:disabled):not(.disabled) {
        color: #fff;
    }

        .real-wedding-block .btn:not(:disabled):not(.disabled):hover {
            color: rgba(31, 98, 114, 1);
            background-color: #C79595;
        }

    .real-wedding-content {
        padding: 17px;
        border-radius: 4px;
    }
    .real-wedding-content h3 {
        height: 60px;
        font-size:17px;
    }

    .real-wedding-content h4 {
        font-size:15px;
        line-height:18px;
    }

.real-wedding-title {
    margin-bottom: 16px;
    font-size: 14px;
    height: 42px;
}

.real-wedding-meta {
    line-height: 14px;
}

.real-wedding-date {
    font-size: 10px;
    color: #4c4a4f;
    display: inline-block;
    line-height: 1;
    font-style: italic;
}

img.img-fluid.sidebar {
    padding-top: 15px;
    padding-left: 15px;
}

.rw-vendor-list-info {
    display: none;
}

.real-wedding-img {
}

/*--- 9.8 real wedding single --- */
.real-wedding-single-img {
    background: url(../images/real-weddings-single.jpg);
    background-size: cover;
}

.realwed-caption {
    padding-top: 180px;
    padding-bottom: 180px;
}

.realwed-addressbar {
    background-color: rgba(55, 49, 61, .5);
    border-top: rgba(255, 255, 255, .1) 1px solid;
    padding: 6px 0px;
    font-size: 14px;
    color: #d2d2d2;
}

.real-wedding-img img {
    width: 100%;
}

.real-wedding-place {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.real-wedding-single-title {
    font-size: 66px;
    margin-bottom: 10px;
    color: #fff;
}

.realwed-tags {
}

    .realwed-tags a {
        background-color: #ebebeb;
        padding: 6px 10px;
        border-radius: 2px;
        color: #6f6d72;
        font-size: 11px;
        line-height: 1;
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 4px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        cursor: pointer;
    }

        .realwed-tags a:hover {
            background-color: #ff4d4d;
            color: #fff !important;
        }

.widget-vendor-list {
    font-size: 14px;
}

.recent-realwed {
    border: 1px solid #e6e5e7;
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.recent-realwed-content {
    padding: 12px;
}

.widget-banner {
    background: url(../images/widget-banner-img.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    color: #fff;
    margin-bottom: 30px;
}

.widget-banner-caption {
    padding-top: 90px;
    padding: 90px 40px 40px;
}

.leftsocial-icon {
    position: absolute;
    left: -40px;
}

    .leftsocial-icon .icon-square-outline {
        display: block;
        margin-bottom: 5px;
    }

.vendor-sidebar-list {
    line-height: 1;
}

.vendor-list-title {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
}

.vendor-list-link {
    color: #6f6d72;
}

    .vendor-list-link:hover {
        border-bottom: 1px solid #ff4d4d;
    }

/*--- 9.9 faq  ---*/
.left-navbar {
    position: sticky;
    top: 40px;
}

    .left-navbar .nav {
        background-color: #fff;
        border: 1px solid #e6e5e7;
    }

    .left-navbar .nav-item {
        border-bottom: 1px solid #e6e5e7;
    }

        .left-navbar .nav-item .nav-link {
            font-size: 14px;
            color: #6f6d72;
            text-transform: uppercase;
            font-weight: 500;
            padding: 10px 20px;
        }

            .left-navbar .nav-item .nav-link:hover {
                color: #ff4d4d;
            }

            .left-navbar .nav-item .nav-link.active {
                color: #ff4d4d;
            }

/*--- 9.10 Contact Page ---*/
.contact-block {
    margin-bottom: 25px;
}

.contact-icon {
    float: left;
    font-size: 26px;
    display: inline-block;
    border: 2px solid #ff4d4d;
    border-radius: 100%;
    padding: 21px;
    height: 70px;
    width: 70px;
    line-height: 1.2;
    color: #ff4d4d;
    text-align: center;
}

.contact-content {
    font-size: 15px;
    font-weight: 400;
    padding-left: 100px;
}

#map_wrapper {
    height: 1000px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

/*--- 9.11 error Page ---*/
.error-block {
    margin-bottom: 50px;
}

.error-img {
    text-align: center;
}

.error-icon {
    color: #ff4d4d;
}

.error-title {
    color: #252328;
    font-size: 145px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.error-second-title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.error-content {
}

.simple-links {
    display: inline-block;
    margin-bottom: 30px;
}

    .simple-links ul {
    }

        .simple-links ul li {
            float: left;
        }

            .simple-links ul li a {
                font-size: 14px;
                color: #252328;
                display: block;
                padding: 10px 30px 10px 0px;
                text-decoration: underline;
                text-transform: capitalize;
            }

                .simple-links ul li a:hover {
                    color: #ff4d4d;
                }

/*--- 9.12 Vendor Form ---*/
.vendor-form {
    padding-top: 60px;
}

.vendor-head {
    text-align: center;
    margin-bottom: 40px;
}

.vendor-form .st-tab .nav-item .nav-link {
    border: 1px solid #e6e6e6;
    margin-right: 0px;
    background-color: #e6e6e6;
}

.vendor-form .form-group {
    margin-bottom: 10px;
}

.vendor-form .venue-form-calendar {
    bottom: 20px;
}

.vendor-form-title {
    margin-bottom: 20px;
}

/*--- 9.13 Couple Form ---*/
.couple-form {
    padding-top: 60px;
}

.couple-head {
    text-align: center;
    margin-bottom: 40px;
}

.couple-form .st-tab .nav-item .nav-link {
    border: 1px solid #e6e6e6;
    margin-right: 0px;
    background-color: #e6e6e6;
}

.couple-form .form-group {
    margin-bottom: 10px;
}

.couple-form .venue-form-calendar {
    bottom: 20px;
}

.couple-form-title {
    margin-bottom: 20px;
}

/*--- 9.14 Shortcodes Accordions Page ---*/
.accordion-card {
}

    .accordion-card.card {
        border-radius: 4px;
        margin-bottom: 10px;
    }

.accordion-card-header {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 18px 20px;
}

.accordion-card .card-body {
    padding: 20px;
    background-color: transparent;
    border-top: 1px solid #ebebeb;
    margin-top: -1px;
    color: #6f6d72;
}

.accordion-card-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.accordion-card-header a {
    color: #252328;
}

    .accordion-card-header a:hover {
        color: #ff4d4d;
    }

.accordion-card-header span {
    font-size: 14px;
    margin-top: 6px;
}

.accordion-card-header.active {
    color: #ff4d4d;
}

/*--- 9.14 Shortcode Tabs Page ---*/
.st-tab {
}

    .st-tab .nav-tabs {
        border-bottom: 2px solid #ffffff;
    }

.nav-tabs .nav-item {
}

.st-tab .tab-content {
    padding: 50px 40px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-color: #ebebeb;
    margin-top: -2px;
}

.st-tab .nav-tabs .nav-item.show .nav-link, .st-tab .nav-tabs .nav-link.active {
    color: #222528;
    background-color: #ffffff;
    border-color: #ebebeb #ebebeb #fff #ebebeb;
}

.st-tab .nav-tabs {
    margin-bottom: 0px;
}

.st-tab .nav-item .nav-link {
    display: block;
    padding: 16px 44px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    background-color: #eee;
    margin-bottom: 0px;
    color: #6f6d72;
    text-align: center;
    margin-right: 2px;
}

.st-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #ff4d4d;
    background-color: #fff;
    border-color: #ebebeb #ebebeb #fff #ebebeb;
}

.table {
    margin-top: 2px;
    font-size: 12px;
    border: 1px solid #C79595;
}

.table td, .table th {
    padding: 8px;
    vertical-align: baseline;
    border-top: none;
    font-weight: normal;
}

    .title {
        /*padding-left:30px;
        padding-top:5px;*/
        padding-right:0px;
        font-family: 'Playfair Display', sans-serif;
    }

td.title.desc {
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 0px;
    font-family: 'Playfair Display', sans-serif;
}

td.title.team {
    padding-left: 30px;
    padding-top: 5px;
    padding-right: 0px;
    font-family: 'Playfair Display', sans-serif;
}

td.supplier {
    font-family: 'Montserrat', sans-serif;
    text-decoration: underline;
}

    td.supplier a {
        color: rgba(31, 98, 114, 1);
        font-size:11px;
    }

    .table thead th {
        vertical-align: bottom;
        font-weight: normal;
    }

.nav-pills {
    font-size: 14px;
}

.supplier-info {
    /*margin-top: 30px;*/
}

.supplier-block {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-top: 10px;
}

.supplier-title {
    color: #252328;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}

/*-------------------------------------------------------------------
 10. Blog Pages
-------------------------------------------------------------------*/
.post-pageheader {
    background: url(../images/post-single-img-1.jpg) no-repeat center;
    background-size: cover;
}

    .post-pageheader .page-section {
        padding: 162px 0px;
        text-align: center;
    }

.classic-post {
}

    .classic-post .post-content {
        text-align: left;
    }

    .classic-post blockquote {
        margin-bottom: 0px;
    }

.post-carousel {
    margin-bottom: -28px;
}

    .post-carousel .owl-theme .owl-nav {
        line-height: 1;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: none;
    }

    .post-carousel .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        bottom: 30px;
        position: relative;
    }

        .post-carousel .owl-theme .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1;
        }

            .post-carousel .owl-theme .owl-dots .owl-dot span {
                width: 12px;
                height: 12px;
                margin: 4px 2px;
                background: #fff;
                border: transparent;
                border-radius: 100%;
                display: block;
                -webkit-backface-visibility: visible;
                transition: opacity 200ms ease;
            }

            .post-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
                background: #ff4d4d;
                border-color: #ff4d4d;
            }

.post-block {
    margin-bottom: 30px;
}

.post-img {
    position: relative;
}

    .post-img img {
        width: 100%;
    }

.post-content {
    padding: 26px;
    border: 1px solid rgba(214,169,169,0.75);
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
}

    .post-content .icon-circle-outline {
        height: 30px;
        width: 30px;
        padding: 7px;
    }

.post-content-single {
}
.post-online {
    font-family: 'Proxima Nova', serif;
    font-size: 20px;
}
    .post-online p {
        font-family: 'Proxima Nova', serif;
        font-size: 20px;
    }
    .post-online h1 {
        font-family: 'Proxima Nova', serif;
        color: #000;
        font-size: 18px;
        font-weight: bolder;
    }

    .post-online h2 {
        font-family: 'Proxima Nova', serif;
        color: #000;
        font-size: 18px;
        line-height: 18px;
        font-weight: bolder;
    }

    .post-online strong {
        color: #212529;
        font-weight: bold;
    }

    .post-online a {
        color: #C79595;
    }

    .post-online li a {
        color: #C79595;
    }
.post {
    font-family: 'Proxima Nova', serif;
    font-size: 14px;
}
    .post h1 {
        font-family: 'Proxima Nova', serif;
        color: #000;
        font-size: 18px;
        font-weight: bolder;
    }

    .post h2 {
        font-family: 'Proxima Nova', serif;
        color: #000;
        font-size: 18px;
        line-height: 18px;
        font-weight: bolder;
    }

    .post strong {
        color: #212529;
        font-weight: bold;
    }

    .post a {
        color: #C79595;
    }

    .post li a {
        color: #C79595;
    }

.post-title {
    font-size: 30px;
    color: rgba(31,98,114,1);
}

.post-heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.meta-link {
}

.meta-posted-by {
}

.meta-category, .meta-date, .meta-comments, .meta-tags, .meta-posted-by {
    margin-right: 10px;
}

.meta-category {
    color: #ff4d4d;
    letter-spacing: 1px;
}

.meta-date {
}

.meta-comments {
}

.meta-tags {
    background-color: rgba(47, 46, 48, 0.7);
    padding: 2px 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 2;
    position: absolute;
    bottom: 10px;
    left: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

    .meta-tags:hover {
        background-color: #ff4d4d;
        color: #fff;
    }

.align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.align-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

/*----- Next Prev Post -----*/
.next-prev-post {
    margin-bottom: 30px;
    margin-top: 30px;
}

.prev-post {
    padding: 30px;
    border: 1px solid #e6e5e7;
    background-color: #fff;
    border-radius: 4px;
}

.next-post {
    text-align: right;
    padding: 30px;
    border: 1px solid #e6e5e7;
    background-color: #fff;
    border-radius: 4px;
}

.prev-link-title, .next-link-title {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}

.prev-link {
}

.next-link, .prev-link {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 12px;
}

.related-post-block {
    padding: 30px;
    border: 1px solid #e5e6e7;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.related-post {
}

.realted-title {
    margin-bottom: 5px;
    line-height: 24px;
}

.related-post-meta {
    font-size: 14px;
}

.related-post .title {
    font-size: 15px;
}

.related-img {
    margin-bottom: 20px;
}

    .related-img img {
        width: 100%;
    }

.post-author-block {
    background-color: #fde9e9;
    border: 1px solid #f8cccc;
    padding: 36px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.author-box {
}

.author-img {
    float: left;
    padding-right: 30px;
    margin-bottom: 80px;
}

.author-title {
}

.author-meta {
    color: #ff4d4d;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.author-content {
}

/*----- comments-----*/
.comments-block {
}

.comments-area {
}

.comments-title {
    margin-bottom: 40px;
}

.comment-list {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

ul.comment-list:last-child {
    margin-bottom: 0px;
    border-bottom: transparent;
    padding-bottom: 0px;
}

.comment {
}

.comment-body {
}

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

.comment-info {
}

.comment-header {
}

.user-title {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}

.comment-meta {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1;
}

.comment-meta-date {
}

.comment-content {
}

.reply {
}

.childern {
    padding-left: 140px;
}

    .childern .comment {
        margin-top: 30px;
    }

    .childern .comment-body {
        background-color: #f5f5f5;
        padding: 16px;
        border: 1px solid #e6e5e7;
        border-radius: 4px;
    }

.comments-reply {
}

.leave-comments {
    background-color: #f3f5f5;
}

.leave-reply {
    border: 1px solid #e6e5e7;
    padding: 26px;
    background-color: #fff;
    border-radius: 4px;
}

.reply-header {
    margin-bottom: 30px;
}

.reply-title {
    margin-bottom: 10px;
}

/*-------------------------------------------------------------------
 11.Sidebar
-------------------------------------------------------------------*/
.sidebar {
}

.widget {
    margin-bottom: 50px;
}

    .widget ul {
        margin-bottom: 0px;
        list-style: none;
        padding: 0px;
    }

        .widget ul li {
            margin-bottom: 8px;
            line-height: 20px;
        }

            .widget ul li:last-child {
                margin-bottom: 0px;
            }

            .widget ul li a {
                color: #252328;
            }

                .widget ul li a:hover {
                    color: #ff4d4d;
                }

.widget-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #252328;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e5e7;
    padding-bottom: 15px;
    line-height: 16px;
}

.widget-search {
}

.widget-category {
    font-size: 14px;
}

.widget-archives {
    font-size: 14px;
}

.widget-recent-post {
}

    .widget-recent-post ul {
    }

        .widget-recent-post ul li {
            margin-bottom: 20px;
        }

.recent-post-img {
}

    .recent-post-img img {
    }

.recent-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}

.recent-post-content {
}

.widget-tags {
}

    .widget-tags a {
        background-color: #e6e5e7;
        padding: 6px 10px;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 4px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        color: #5f5d62;
    }

        .widget-tags a:hover {
            background-color: #ff4d4d;
            color: #fff !important;
        }

/*-------------------------------------------------------------------
 12. Shortcodes
-------------------------------------------------------------------*/
.pagination .page-link {
    position: relative;
    float: left;
    padding: 8px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #252328;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e6e5e7;
    margin: 4px;
    font-size: 14px;
    border-radius: 2px;
}

    .pagination .page-link:hover {
        z-index: 2;
        color: #fff;
        background-color: #ff4d4d;
        border-color: #ff4d4d;
    }

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff4d4d;
    border-color: #ff4d4d;
}

.pagination.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination .page-item:last-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.st-accordions .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e6e5e7;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.st-accordions .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-weight: 600;
}

.st-accordions .panel-heading {
    padding: 16px 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.st-accordions .panel-default > .panel-heading {
    color: #252328;
    background-color: #fff;
}

.st-accordions .panel-body {
    border-top: 1px solid #e6e5e7;
}

/*-------------------------------------------------------------------
 13. Help Center
-------------------------------------------------------------------*/
.hp-pageheader {
    background: url(../images/kb-pageheader.jpg) no-repeat center;
    background-size: cover;
}

    .hp-pageheader .page-section {
        padding-top: 140px;
        padding-bottom: 140px;
        min-height: 420px;
        text-align: center;
    }

.hp-category {
}

.hp-list-info {
    margin-bottom: 30px;
}

    .hp-list-info .list-group-item {
        position: relative;
        display: block;
        padding: 10px 0px;
        margin-bottom: -1px;
        background-color: transparent;
        border: 1px solid rgba(231, 231, 231, 1);
        border-left: 0px;
        border-right: 0px;
        color: #252328;
    }

    .hp-list-info .list-group-flush:last-child .list-group-item:last-child {
        border-bottom: 1px solid rgba(231, 231, 231, 1);
    }

.hp-category-sidebar {
}

    .hp-category-sidebar ul {
    }

        .hp-category-sidebar ul li {
        }

            .hp-category-sidebar ul li a {
                font-size: 16px;
                color: #99989c;
                line-height: 2.2;
            }

                .hp-category-sidebar ul li a:hover {
                    color: #252328;
                }

                .hp-category-sidebar ul li a.active {
                    color: #252328;
                }

.hp-category-list {
    margin-bottom: 30px;
}

    .hp-category-list .list-group-item {
        position: relative;
        display: block;
        padding: 15px 0px;
        margin-bottom: -1px;
        background-color: transparent;
        border: 1px solid rgba(231, 231, 231, 1);
        border-left: 0px;
        border-right: 0px;
        color: #252328;
    }

.hide-btn {
}

.show-content {
}

.hide-content {
    display: none;
}

.hp-cta {
    border-top: 1px solid #ebe7e7;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ebe7e7;
}

.hp-post {
    margin-bottom: 40px;
    border-bottom: 1px solid #ebe7e7;
    padding-bottom: 30px;
}

.hp-scroll-event {
    position: fixed;
    background-color: #fff;
}

    .hp-scroll-event ul {
        margin-bottom: 0px;
    }

        .hp-scroll-event ul li {
            padding: 3px 22px;
            border-bottom: 1px solid #e6e5e7;
        }

            .hp-scroll-event ul li a {
                font-size: 16px;
                color: #99989c;
                line-height: 2.2;
            }

                .hp-scroll-event ul li a:hover {
                    color: #252328;
                }

                .hp-scroll-event ul li a.active {
                    color: #252328;
                }

/*--------------- autocomplete-search --------------- */
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

/*-------------------------------------------------------------------
 13. Components
-------------------------------------------------------------------*/

/*----------------------- Sidebar Page Navigations -------------------------*/

.sidebar-nav-fixed {
    position: sticky;
    top: 5rem;
}

    .sidebar-nav-fixed ul {
    }

        .sidebar-nav-fixed ul li {
        }

            .sidebar-nav-fixed ul li a {
                font-size: 15px;
                color: #6f6d72;
                display: block;
                padding: 3px 15px;
                background: transparent;
                border-radius: 4px;
                line-height: 1.8;
            }

                .sidebar-nav-fixed ul li a:hover {
                    color: #ff4d4d;
                }

                .sidebar-nav-fixed ul li a.active {
                    display: block;
                    color: #ffffff;
                    background: #ff4d4d;
                }

.page-section {
}

.progress-bar {
    background-color: #ff4d4d;
}

.progress-sm {
    height: 5px;
}

.progress-sm {
    height: 5px
}

.progress-md {
    height: 8px
}

.progress-lg {
    height: 12px
}

.progress-xl {
    height: 15px
}

.badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-default {
    background-color: #ff4d4d;
    color: #fff;
}

.badge-primary {
    background-color: #4e4b53;
}

.badge-secondary {
    background-color: #2abc2d;
}

.badge-success {
    background-color: #28a745;
}

.badge-danger {
    background-color: #dc3645;
}

.badge-warning {
    background-color: #ffc209;
    color: #252328;
}

.badge-info {
    background-color: #18a2b9;
}

.badge-light {
    background-color: #f8f9fa;
    color: #2e2f39;
}

.badge-dark {
    background-color: #343a40;
}

.pe-badges {
}

.badge-dot {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    padding: 5px;
    display: inline-block;
    margin-right: 3px;
}

    .badge-dot span {
        font-size: 14px;
    }

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-primary {
    background-color: #414da7;
}

.label-success {
    background-color: #28a745;
}

.label-danger {
    background-color: #ef172c;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #E6BEBE;
    border-color: #E6BEBE;
}

/*-------------------------------------------------------------------
 14. Dashboard vendor & Couple
-------------------------------------------------------------------*/

/*------------------------------------------------------------------- 
14.1. Dashboard Frame
-------------------------------------------------------------------*/

.body-bg {
    background: #f3f3f3;
}

.dashboard-wrapper {
    padding-bottom: 30px;
    padding-top: 90px;
    position: relative;
    min-height: 600px;
}

.dashboard-content {
    margin-left: 260px;
}

.user-vendor {
    font-size: 18px;
    color: #252328;
}

.user-icon {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 12px;
}

.user-vendor-name {
    font-size: 14px;
    position: relative;
    bottom: 3px;
}

.bg-dark {
    background-color: rgba(130,186,184, 0.8) !important;
}

.dashboard-header {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    z-index: 9;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
}

    .dashboard-header .header-logo {
        padding-top: 5px;
    }

.dashboard-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.dashboard-page-title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: 400;
}

.bg-light-violate {
    background-color: #e1caf1 !important;
    border-color: #e1caf1;
}

.bg-light-green {
    background-color: #cfedad !important;
    border-color: #cfedad;
}

.bg-light-yellow {
    background-color: #fff4bf !important;
    border-color: #fff4bf;
}

.bg-light-orange {
    background-color: #ffd5bb !important;
    border-color: #ffd5bb;
}

#register_signin a {
    font-size: 11px;
}

#mobile_nav {
    background-color: #82BAB8;
}

    #mobile_nav .top-nav-collapse {
        background-color: rgb(31, 98, 114);
    }

    #mobile_nav .register span {
        color: #fff;
        display: inline-block;
        float:right;
    }

    #mobile_nav .register span a {
        color: #fff;
    }

    #mobile_nav .nav-link {
        text-align:center;
        color: #fff;
        font-size: 12px;
        height:35px;
    }
    /*--- Dashboard left-sidebar  ---*/
    .dashboard-sidebar {
        background-color: #fbfbfb;
        box-shadow: 0 0 1px 0 rgb(198, 198, 198, 0.85);
        margin-bottom: 50px;
        position: fixed;
        bottom: 0px;
        height: 100%;
        width: 260px;
        top: 60px;
    }

.navbar-toggler {
    padding: 5px;
    font-size: 1rem;
    line-height: 1;
    /*background-color: #fff;*/
    border: 1px solid transparent;
    border-radius: 0px;
    color:#fff;
}

    .navbar-toggler.navbar-toggler-custom {
        right: 5rem;
    }

.dashboard-nav {
}

    .dashboard-nav ul {
        margin-bottom: 0px;
        padding: 0px;
    }

        .dashboard-nav ul li {
        }

            .dashboard-nav ul li a {
                color: #626262;
                font-size: 14px;
                font-weight: 400;
                display: block;
                line-height: 16px;
                padding: 14px;
                border-bottom: 1px solid #ebebeb;
            }

                .dashboard-nav ul li a:hover {
                    color: #ff4d4d;
                    background-color: #ffe9e9;
                }

            .dashboard-nav ul li.active a {
                color: #ff4d4d;
                background-color: #ffe9e9;
            }

.dash-nav-icon {
    margin-right: 8px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.vendor-user-profile {
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1;
    display: inline-block;
    width: 100%;
}

.vendor-profile-img {
    margin-bottom: 10px;
    float: left;
    padding-right: 20px;
}

    .vendor-profile-img img {
        width: 70px;
    }

.vendor-profile-name {
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 12px;
}

.vendor-profile-text {
}

.edit-link {
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 6px;
    display: block;
    color: #626262;
}

.dashboard-vendor-icon {
    font-size: 65px;
    color: #ff4d4d;
}

.dashboard-box-content {
}

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 6px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 66px 4px 20px;
    clear: both;
    font-weight: 400;
    color: #626262;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #ff4d4d;
        background-color: #ffe9e9;
        text-decoration: none;
    }

.dashboard-dropdown-menu {
    position: absolute !important;
    top: 14px !important;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid rgb(235, 235, 235);
}

.dashboard-page-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.btn-edit {
    color: #40b9ba;
}

    .btn-edit:hover {
        color: #36b5b6;
    }

.btn-delete {
    color: #ff4d4d;
}

    .btn-delete:hover {
        color: #ff3535;
    }

.btn-delete, .btn-edit {
    font-size: 16px;
    padding-left: 20px;
}

/*------------------------------------------------------------------- 
14.2  Vendor dashboard overview 
-------------------------------------------------------------------*/
.card-summary {
}

.summary-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #6f6d72;
}

.dashboard-vendor-list {
}

.summary-list {
}

.summary-title {
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.summary-review {
}

.summary-quote {
}

.summary-icon {
    font-size: 50px;
    color: #ff4d4d;
    display: inline-block;
    float: right;
    line-height: 1.5;
}

.summary-block {
    margin-bottom: 30px;
}

.summary-content {
}

.summary-count {
    font-size: 42px;
    color: #252328;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1;
}

/*------------------------------------------------------------------- 
14.3  vendor dashboard listing
-------------------------------------------------------------------*/
.dashboard-list-block {
    background-color: #fff;
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    border-radius: 3px;
}

.dashboard-list-img img {
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dashboard-list-img {
}

.dashboard-list-content {
    font-size: 14px;
    padding-top: 23px;
    padding-bottom: 23px;
}

.dashboard-list-btn {
    padding: 29px;
    text-align: right;
}

/*------------------------------------------------------------------- 
14.4  vendor pricing
-------------------------------------------------------------------*/
.dashboard-pricing {
    position: relative;
}

    .dashboard-pricing .pricing-box {
        padding: 30px;
        position: relative;
    }

    .dashboard-pricing .price-sign {
        left: 102px;
    }

    .dashboard-pricing .dashboard-price-badge {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
        font-weight: 500;
    }

/*------------------------------------------------------------------- 
14.5  vendor dashboard request list
-------------------------------------------------------------------*/
.request-list-table .table {
    font-size: 14px;
}

.request-list-table table th {
    background-color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding: 14px 20px;
    color: #252328;
}

.request-list-table table td {
    background-color: #fdfdfd;
    border-bottom: 1px solid #eee;
    padding: 10px 16px;
}

.request-list-table {
}

.requester-name {
}

.requester-id {
}

.requester-phone {
}

.requester-action {
}

.wedding-date {
}

/*------------------------------------------------------------------- 
14.6  vendor dashboard review
-------------------------------------------------------------------*/
.card-rating {
}

    .card-rating small {
        font-size: 14px;
        margin-bottom: 24px;
        display: block;
    }

.card-review-summary .progress {
    height: 8px;
    background-color: #f3f3f3;
}

.card-review-summary .progress-bar {
    background-color: #ffa912;
}

.review-summary-table {
    background-color: transparent;
}

    .review-summary-table .table {
        font-size: 14px;
    }

    .review-summary-table table th {
        background-color: #fff;
        font-weight: 400;
        border-bottom: 1px solid #eee;
        padding: 14px 20px;
        color: #252328;
    }

    .review-summary-table table td {
        background-color: #fdfdfd;
        border-bottom: 1px solid #eee;
        padding: 10px 16px;
    }

.review-summary-name {
}

.review-summary-rating {
}

.review-summary-id {
}

.review-summary-time {
}

.expandable-info {
    background-color: #fafafb;
    padding: 0px !important;
}

.expandable-collapse {
    padding: 30px;
}

.expandable-info ul li {
    font-size: 14px;
    line-height: 24px;
}

.expandable-info .card {
    min-height: 285px;
}

.expandable-info .card-body {
    padding: 20px 20px 5px;
}

/*------------------------------------------------------------------- 
14.7  vendor profile
-------------------------------------------------------------------*/
.profile {
}

.profile-img {
    float: left;
}

.profile-content {
    float: left;
    padding-left: 20px;
    margin-top: 20px;
}

.profile-name {
    margin-bottom: 0px;
}

.profile-edit {
    font-size: 12px;
}

.custom-file-input {
}

.custom-label {
    position: relative;
    left: 128px;
    bottom: 75px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 6px 10px;
}

#image-preview {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #d2d2d2;
    color: #ecf0f1;
    border-radius: 100%;
}

    #image-preview input {
        line-height: 200px;
        font-size: 200px;
        position: absolute;
        opacity: 0;
        z-index: 10;
    }

    #image-preview label {
        position: absolute;
        z-index: 5;
        opacity: 0.8;
        cursor: pointer;
        background-color: #bdc3c7;
        width: 200px;
        height: 50px;
        font-size: 10px;
        line-height: 50px;
        text-transform: uppercase;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

.upload-profile-input {
    position: absolute;
    left: 130px;
    top: 36px;
}

.profile-upload-img {
    margin-bottom: 30px;
}

.personal-form-info {
}

.social-form-info {
}

.venue-form-info {
}

.dashboard-location-map {
}

.aminities-form-info {
}

.dashboard-venue-gallery {
}

.dashboard-venue-video {
}

/* switch notification*/
.switch-notification {
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 20px;
    transform: translateY(20%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: .4s;
    background: #bdbdbd;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #777;
        border-radius: 20px;
        transform: translateX(-20px);
        transition: .4s;
        background: #fff;
    }

input:checked + .slider:before {
    transform: translateX(20px);
    background: #fff;
}

input:checked + .slider {
    background: #ff4d4d;
}

/*----- nav pills ---*/
.nav-pills .nav-link {
    color: #6f6d72;
    border-radius: 2px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #ff4d4d;
    }

/*------------------------------------------------------------------- 
14.8  vendor add listing
-------------------------------------------------------------------*/
.add-list-block {
    margin-top: 30px;
    text-align: right;
}

.gallery-upload-img {
    margin-bottom: 30px;
    position: relative;
}

    .gallery-upload-img img {
        border: 1px solid #ebebeb;
        background-color: #fff;
        padding: 4px;
        border-radius: 4px;
        position: relative;
    }

.delete-gallery-img {
    position: absolute;
    top: 6px;
    right: 14px;
    font-size: 20px;
}

/*--- Couple Dashboard Pages ---*/

/*------------------------------------------------------------------- 
14.9  couple overview
-------------------------------------------------------------------*/

.summary-vendor-wishlist {
}

.summary-table-seating {
}

.summary-guest-list {
}

.summary-budget {
}

.summary-todo {
}

/*------------------------------------------------------------------- 

14.10  couple wishlist
-------------------------------------------------------------------*/
.couple-wishlist {
}

    .couple-wishlist .rating-box {
        position: initial;
    }

    .couple-wishlist .vendor-title {
        font-size: 16px;
        margin: 0px 0px 0px 0px;
        line-height: 26px;
    }

    .couple-wishlist .vendor-meta {
    }

.wishlist-tab-board {
    padding: 30px 0px;
}

/*------------------------------------------------------------------- 
14.11  couple todo
-------------------------------------------------------------------*/
.todo {
}

.todo-list {
}

.todo-thead {
    background: #f3f3f3;
    padding: 10px 20px;
    line-height: 2;
    font-size: 14px;
    color: #252328;
    font-weight: 500;
}

.todo-list ul {
    margin-bottom: 0px;
}

    .todo-list ul li {
        padding: 10px 20px;
        border-bottom: 1px solid #ebe7e7;
        line-height: 2;
    }

.todo-list-content {
}

.todo-date {
    color: #6f6d72;
    font-size: 14px;
}

.to-do-status {
}

.todo-list label {
    font-size: 16px;
    padding-left: 6px;
}

.todo .accordion-card .card-body {
    padding: 0px;
}

.todo-list-btn {
    text-align: right;
}

.todo .accordion-card-title {
    font-size: 16px;
}

/*------------------------------------------------------------------- 
14.12  couple budget list
-------------------------------------------------------------------*/
.budget-board .table {
    font-size: 14px;
}

.budget-board table th {
    background-color: #fdfdfd;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 8px 20px;
    line-height: 1;
}

.budget-board table td {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}

.wedding-budget-event {
    width: 30%;
}

.wedding-budget-estimate {
}

.wedding-budget-actual {
}

.wedding-budget-pending {
}

.wedding-budget-paid {
}

.wedding-budget-action {
}

.estimate-total, .actual-total, .paid-total, .pending-total {
    font-size: 14px;
    line-height: 18px;
}

.total-amount {
    font-weight: 500;
    margin-top: 6px;
    display: block;
    color: #252324;
}

.budget-category-head {
    background-color: #eee;
    padding: 10px 20px;
}

.budget-category-title {
    margin-bottom: 0px;
    font-size: 18px;
}

#slide-panel {
}

.slide-panel-light {
    background-color: #fff;
    padding: 30px;
    text-align: left;
}

/*------------------------------------------------------------------- 
14.13  couple guest list
-------------------------------------------------------------------*/
.guest-list-table .table {
    font-size: 14px;
}

.guest-list-table table th {
    background-color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 14px 20px;
    color: #252324;
}

.guest-list-table table td {
    background-color: #fdfdfd;
    border-bottom: 1px solid #eee;
    padding: 10px 16px;
}

.guest-name {
}

.guest-group {
}

.guest-email-id {
}

.guest-invite {
}

.guest-rsvp {
}

.guest-action {
}

.guestlist-management {
}

.card-header-tabs {
}

    .card-header-tabs .nav-item {
        font-size: 14px;
    }

        .card-header-tabs .nav-item .nav-link {
            color: #6f6d72;
            font-size: 16px;
            padding: 10px 30px;
        }

            .card-header-tabs .nav-item .nav-link.active {
                color: #ff4d4d;
                background-color: #fff;
                border-color: #dee2e6 #dee2e6 #fff;
            }

.allguest-tab {
}

.confirm-guest-tab {
}

.waiting-guest-tab {
}

.declined-guest-tab {
}

.guest-filter {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}

.couple-guest-tab {
}

.single-guest-tab {
}

.household-guest-tab {
}

.rsvp-create-form {
}

.couple-form-image-section {
    margin-top: 20px;
}

.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #66bb6a;
            border-color: #66bb6a;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

/*------------------------------------------------------------------- 
14.14  couple guest Manager
-------------------------------------------------------------------*/

/*--- rsvp summary ---*/

.rsvp-summary-section {
    margin-bottom: 30px;
}

.rsvp-summary.card {
    box-shadow: none;
}

.rsvp-summary .summary-text {
    color: #252328;
}

.rsvp-summary-head {
    padding: 10px 0px;
    margin-bottom: 16px;
}

.rsvp-summary-head-title {
    margin-bottom: 0px;
    line-height: 1;
}

.download-list-link {
    font-size: 14px;
    color: #252328;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.guest-list-block, .budget-list-block {
    margin-bottom: 10px;
}

.guest-list-block-title, .budget-list-block-title {
    padding-top: 10px;
    margin-bottom: 0px;
}

/*------------------------------------------------------------------- 
14.15  couple seating table
-------------------------------------------------------------------*/

/*--- Seating Table ---*/

.seating-table-list {
}

    .seating-table-list .seating-table-name {
        background-color: #fff;
        padding: 20px;
        border-bottom: 1px solid #e6e5e7;
    }

    .seating-table-list .seating-guest-name {
        font-size: 14px;
        color: #6f6d72;
    }

    .seating-table-list .seating-table-action {
        text-align: right;
    }

    .seating-table-list table td {
        background-color: #fdfdfd;
        border-bottom: 1px solid #eee;
        padding: 10px 20px;
    }

/*--- back to top ---*/
#return-to-top {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(31, 98, 114, 1);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 4px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 11px;
        top: 7px;
        font-size: 20px;
        -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;
    }

    #return-to-top:hover {
        background: rgba(31, 98, 114, 1);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 8px;
        }

.navbar-expand-lg {
    position: relative;
    top: 70px;
    z-index: 8;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Cormorant Garamond', sans-serif;
    color: #1F6272;
    padding-right:30px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(230, 190, 190);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(230, 190, 190);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgb(230, 190, 190);
}
/*-------------------------------------------------------------------
15. Card
-------------------------------------------------------------------*/
.card {
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    margin-bottom: 30px;
    border-radius: 2px;
}
.card.blurb{
    margin-bottom: 10px;
}

.card-header {
    background: #fbfbfb;
    border-bottom: 1px solid #e6e5e7;
    color: #252328;
    padding: 0em;
}

.card-body {
    padding: 20px;
}
    .card-body .supplier-info p {
        font-size: 11px;
    }

    .card-body .supplier-info #main_mobile, #main_phone {
        font-size: 11px;
    }
    .card-body a:hover {
        color: #C79595;
    }

    .card-body .post-title h1 {
        font-size: 40px;
    }

    .card-body .post h1 {
        font-size: 18px;
        /*color: #1f6272;*/
        color: #000;
        font-weight:bold;
    }

.card-footer {
    background: #fff;
    border-top: 1px solid #e6e5e7;
    font-size: 14px;
}

.card-title {
    font-size: 16px;
}

.card-shadow-none {
    box-shadow: none !important;
}

.border {
    border-color: #e6e5e7 !important;
}

.border-top {
    border-color: #e6e5e7 !important;
}

.border-bottom {
    border-color: #e6e5e7 !important;
}

/* ==========================================================================
   Components
   ========================================================================== */
.dot-badge {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}

.dot-badge-default {
    background: #ff4d4d;
}

.dot-badge-success {
    background: #45ca47;
}

.dot-badge-danger {
    background: #ec272d;
}

.dot-badge-warning {
    background-color: #ffc107;
}

.vendor-listing-info .vendor-content {
}

.vendor-listing-info .vendor-title {
    font-family: 'Rubik', sans-serif;
}

/*-------------------------------------------------------------------
16. Media Query
-------------------------------------------------------------------*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:2000px) {
    .top-banner {
        height: 50px;
        margin-top: 210px;
    }

    #select-region {
        padding-top: 100px;
    }

    .rating-box {
        font-weight: 400;
        color: #252328;
        position: inherit;
        top: -5px;
    }

    .cta-wrapper {
        background-position: 65%;
    }

    .newsletter .box {
        margin-top: 30px;
        background: rgba(130,186,184,0.5);
        width: 700px;
        height: auto;
        padding: 20px;
    }
}

@media only screen and (max-width:1366px) {
    #navigation > ul > li > a {
        padding: 18px 0px;
        font-size: 13px;
    }

    #navigation > ul > li.has-sub > a {
        padding-right: 28px;
    }

    .directory-store .box-border {
        margin-top: 7%;
        margin-bottom: 5%;
        margin-left: 10%;
        margin-right: 10%;
        width: 100%;
        height: 100%;
        border: solid 2px #C79595;
    }

    .vendor-content-sidebar .vendor-meta {
        top: 0px;
    }

    .vendor-form {
        padding-top: 30px;
    }

    .couple-form {
        padding-top: 60px;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: -38px;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        left: -38px;
    }

    .real-wedding-single-img {
        background-position: 75%;
    }

    .leftsocial-icon {
        left: -29px;
    }

    /*--------------- dashboard-media-query --------------- */
    .dashboard-pricing .price-sign {
        left: 63px;
    }

    .dashboard-list-content {
        padding: 27px 0px;
    }

    .dashboard-list-btn {
        padding: 31px 26px;
    }

    /*--------------- index-2 --------------- */
    .cta-wrapper {
        background-position: 65%;
    }

    .cta-section {
        padding-top: 80px;
        padding-bottom: 80px;
        color: #fff;
    }
}

@media only screen and (max-width:1024px) {
    .img-ads {
        height: 198px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
    body {
        background-image: url('https://bridalfairsphilippines.com/images/main-bg.jpg');
    }

    .directory-store {
        background: url('https://bridalfairsphilippines.com/images/store.jpg') no-repeat;
    }

    /*--------------- dashboard-media-query --------------- */
    .todo-form-btn {
        margin-top: 0px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {

    body {
        background-image: url('https://bridalfairsphilippines.com/images/main-bg.jpg?w=800');
    }

    .section-title {
        margin-bottom:10px;
    }

    .sub-heading a {
        color: #fff;
        font-size:20px;
    }

    #blog {
        order: 1;
    }
    #store {
        order: 2;
    }
    #directory {
        order: 3;
    }
    .header {
        padding-top: 0px;
    }

    .header .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-banner {
        margin-top: 70px;
        height: 70px;
    }

        .top-banner p {
            font-size: 12px;
        }

        #select-region {
            display: none;
        }

    #navigation ul ul ul {
        top: 0px;
    }

    #navigation ul ul li {
        top: 0px;
    }

    .search-head {
        margin-bottom: 30px;
        padding: 0px 80px;
    }

    .search-item {
        display: inline-block;
        float: left;
        width: 38%;
        margin-right: 5px;
    }

    .space-small {
        padding-top: 10px;
        padding-bottom: 2px;
    }

    .blog-search a {
        background: transparent;
        border: none;
        height: 20px;
        font-size: 10px;
        color: #000;
        padding: 8px;
    }

        .blog-search a:hover {
            background: transparent;
            color: #000;
        }

    .blog-search input[type=text] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #808080;
        height: 6px;
        font-size: 10px;
    }

        .blog-search input[type=text]:focus {
            border: none;
        }

    #main_blog_mobile h2 {
        font-size:20px;
    }

    .real-wedding-content.col-5.event-image {
        height: 134px;
    }

    .real-wedding-content.col-7.event-details {
        height:134px;
        padding-left:7px;
    }

    .img-ads {
        height: 363px;
    }

    .hero-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-header {
        min-height: initial;
    }

    .page-caption {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .carousel-indicators {
        bottom: 1px;
    }

    .newsletter {
        height: 255px;
        padding: 15px;
    }

    .venue-pageheader .page-section {
        padding-top: 150px;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-next {
        position: initial;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-prev {
        position: initial;
    }

    .vendor-content-sidebar {
        padding: 20px 20px 20px 20px;
    }

        .vendor-content-sidebar .vendor-meta {
            top: 10px;
        }

    .childern {
        padding-left: 0px;
    }

    .content {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .space-large {
    display:none;
    }

    .directory h1 {
        font-size: 50px;
        height: 40px;
    }

    .directory h2 {
        font-size: 30px;
        text-transform: uppercase;
    }

    .directory-main {
        height: 650px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .directory-store {
        height: 380px;
        padding-left: 5px;
        padding-right: 5px;
        background: url('https://bridalfairsphilippines.com/images/store.jpg?w=800') no-repeat;
    }


        .directory-store .box-border {
            margin: 5%;
            border: solid 2px #C79595;
            background-color: rgba(255, 255, 255, 0.6);
        }

            .directory-store .box-border .shop {
                margin-top: 20px;
                margin-bottom: 20px;
                width: 50%;
                padding-right:12px;
            }

            .directory-store .box-border .registry {
                margin-top: 20px;
                margin-bottom: 20px;
                width: 50%;
                padding-left:12px;
                border-left: solid 1px;
            }

    .directory-store #huge {
        margin:20px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ads {
        margin-bottom:-15px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #register_signin .space-small {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    #register_signin .space-xs-small {
        padding-top: 0px;
    }

    .space-medium {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .price-sign {
        position: initial;
    }

    .feature-left .feature-icon {
        margin-bottom: 15px;
    }

    .vendor-bg-image {
        padding-bottom: 200px;
    }

    .couple-bg-image {
        padding-bottom: 260px;
    }

    .review-sidebar {
        border-right: none;
    }

    .table td, .table th {
        line-height:16px;
    }

    .realwed-caption {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .real-wedding-single-title {
        font-size: 36px;
    }

    .real-wedding-single-img {
        background-position: 75%;
    }

    .real-wedding-date {
        height: 20px;
    }

    .real-wedding-title {
        line-height:16px;
    }
    .real-wedding-content h3 {
        height: 50px;
    }

    img.img-fluid.sidebar {
        padding-top: 0px;
        padding-left: 0px;
    }

    .leftsocial-icon {
        position: initial;
        left: initial;
        margin-bottom: 10px;
    }

        .leftsocial-icon .icon-square-outline {
            display: inline-block;
            margin-bottom: 5px;
        }

    .metrics {
        padding: 50px !important;
    }


    .newsletter .box {
        margin-top: 0px;
        background: rgba(130,186,184,0.5);
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .about p {
    padding-left:30px;
    padding-right:30px;
    }
    /*--- vendor list view ------*/
    .list-view .vendor-content {
        padding: 16px 16px 12px 20px;
    }

    .list-view .vendor-meta {
        margin-top: 20px;
    }

    /*--------------- index-2  --------------- */
    .navigation-second {
        border-top: none;
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .hero-section-caption {
        padding-bottom: 50px;
        padding-top: 70px;
    }

    .hero-section-second {
        min-height: initial;
    }

        .hero-section-second .search-head-title {
            font-size: 38px;
            line-height: 40px;
        }

    .cta-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .cta-wrapper {
        background-position: 65%;
    }

    /*--------------- dashboard-media-query --------------- */
    .todo-list-btn {
        text-align: left;
    }

    .todo-form-btn {
        margin-top: 0px;
    }

    .dashboard-list-content {
        padding: 19px 29px;
    }

    .dashboard-list-btn {
        padding: 0px 0px 22px 26px;
        text-align: left;
    }

    /*--------------- dashboard-sidebar --------------- */
    .dashboard-sidebar {
    }

    .navbar-expand-lg {
        top: 0;
    }

    .dashboard-header {
        position: relative;
    }

    .dashboard-content {
        margin-left: auto;
    }

    .dashboard-wrapper {
        padding-top: 40px;
    }

    /*--------------- index-3 --------------- */
    .hero-section-third {
        padding-top: 120px;
    }

    .feature-section {
        margin-top: 50px;
    }

    .hero-section-third .feature-left {
        border-right: transparent;
    }

    .hero-section-third .search-head-title {
        font-size: 34px;
        line-height: 40px;
    }

    .header-transparent {
        position: relative;
        background-color: #48484f;
        border-bottom-color: #48484f;
    }

        .header-transparent #navigation.small-screen .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgb(112, 111, 112);
            height: 50px;
            width: 46px;
            cursor: pointer;
        }

        .header-transparent #navigation.small-screen ul li {
            width: 100%;
            border-top: 1px solid rgb(112, 111, 112);
        }

        .header-transparent #navigation.small-screen .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #fff;
            content: '';
        }

        .header-transparent #navigation.small-screen .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #fff;
            content: '';
        }

        .header-transparent #navigation.small-screen ul ul li a {
            color: #fff;
            background: none;
        }

    #instagram {
        height: 350px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .row {
        margin-left:0px;
        margin-right:0px;
    }

    #navigation ul ul ul {
        top: 0px;
    }

    .header-logo {
        padding-top: 10px;
        padding-bottom: 16px;
        padding-left:20px;
        padding-right:20px;
    }

    .page-header {
        min-height: initial;
    }

    .page-caption {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .search-block {
        margin-top: 100px;
    }

    .search-head {
        margin-bottom: 30px;
        padding: 0px 10px;
    }

    .search-item {
        display: inline-block;
        float: left;
        width: 100%;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .nice-select {
        margin-bottom: 8px;
    }

    .newsletter .box h1 {
        font-size: 25px;
    }

    .search-head-title {
        font-size: 22px;
    }

    .vendor-heading {
        font-size: 28px;
        line-height: 31px;
    }

    .hero-section {
        padding-bottom: 70px;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-next {
        position: initial;
    }

    .venue-thumbnail-carousel .owl-theme .owl-nav .owl-prev {
        position: initial;
    }

    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .vendor-content-sidebar {
        padding: 20px 20px 20px 20px;
    }

        .vendor-content-sidebar .vendor-meta {
            top: 10px;
        }

    .filter-bg {
        margin-bottom: 30px;
    }

    .owl-nav {
        display: none;
    }

    .scroll-content {
        height: initial;
    }

    .vendor-info {
        margin-bottom: 40px;
    }

        .vendor-info .rating-box {
            text-align: center;
            display: inherit;
            position: initial;
        }

    .author-img {
        float: initial;
        margin-bottom: 20px;
    }

    .childern {
        padding-left: 0px;
    }

    .price-sign {
        position: initial;
    }

    .contact-icon {
        margin-bottom: 74px;
    }

    .content {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .venue-highlight-meta {
        float: none;
        font-weight: 500;
    }

    .review-sidebar {
        border-bottom: 1px solid #e5e6e7;
        border-right: none;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .realwed-caption {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .real-wedding-single-title {
        font-size: 36px;
    }

    .real-wedding-single-img {
        background-position: 75%;
    }

    .leftsocial-icon {
        position: initial;
        left: initial;
        margin-bottom: 10px;
    }

        .leftsocial-icon .icon-square-outline {
            display: inline-block;
            margin-bottom: 5px;
        }

    /*--- Footer social media space ---*/

    /*-------- vendor form tab content  ----*/
    .st-tab .tab-content {
        padding: 40px 20px;
    }

    /*--------------- dashboard-media-query --------------- */
    .custom-radio-space {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .upload-profile-input {
        position: initial;
    }

    .todo-list-btn {
        text-align: left;
    }

    .todo-form-btn {
        margin-top: none;
    }

    .dashboard-list-content {
        padding: 28px 33px;
    }

    .dashboard-list-btn {
        padding: 0px 0px 18px 37px;
        text-align: left;
    }

    .dashboard-dropdown-menu {
        top: 25px !important;
    }

    .img-ads {
        height: 160px;
    }

    /*--------------- Index-2 --------------- */
    .hero-section-second {
        min-height: initial;
    }

    .navigation-second {
        border-top: none;
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .hero-section-caption {
        padding-bottom: 50px;
        padding-top: 100px;
    }

    .hero-section-second .search-head-title {
        font-size: 38px;
        line-height: 40px;
    }

    .cta-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /*--------------- index-3 --------------- */
    .hero-section-third {
        padding-top: 100px;
    }

    .feature-section {
        margin-top: 60px;
    }

    .hero-section-third .feature-left {
        min-height: initial;
        border-bottom: 1px solid rgba(246, 245, 247, .2);
        padding: 10px;
    }

    .header-transparent {
        position: relative;
        background-color: #82BAB8;
        border-bottom-color: #82BAB8;
    }

        .header-transparent #navigation.small-screen .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgb(112, 111, 112);
            height: 50px;
            width: 46px;
            cursor: pointer;
        }

        .header-transparent #navigation.small-screen ul li {
            width: 100%;
            border-top: 1px solid rgb(112, 111, 112);
        }

        .header-transparent #navigation.small-screen .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #fff;
            content: '';
        }

        .header-transparent #navigation.small-screen .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #fff;
            content: '';
        }

        .header-transparent #navigation.small-screen ul ul li a {
            color: #fff;
            background: none;
        }

    /*--------------- dashboard-sidebar --------------- */
}

@media only screen and (max-width:414px) {
    .img-ads {
        height: 180px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:411px) {
    .img-ads {
        height: 178.5px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:375px) {
    .img-ads {
        height: 160.5px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:360px) {
    .img-ads {
        height: 153px;
    }
}

    /* Custom, iPhone Retina */
    @media only screen and (max-width:320px) {
        #navigation ul ul ul {
            top: 0px;
        }

        .header-logo {
            padding-top: 10px;
            padding-bottom: 16px;
        }

        .page-header {
            min-height: initial;
        }

        .page-caption {
            padding-top: 65px;
            padding-bottom: 65px;
        }

        .search-block {
            margin-top: 100px;
        }

        .search-head {
            margin-bottom: 30px;
            padding: 0px 10px;
        }

        .search-item {
            display: inline-block;
            float: left;
            width: 100%;
            margin-right: 5px;
            margin-bottom: 5px;
        }

        .nice-select {
            margin-bottom: 8px;
        }

        .search-head-title {
            font-size: 22px;
        }

        .vendor-heading {
            font-size: 28px;
            line-height: 31px;
        }

        .hero-section {
            padding-bottom: 70px;
        }

        .venue-thumbnail-carousel .owl-theme .owl-nav .owl-next {
            position: initial;
        }

        .venue-thumbnail-carousel .owl-theme .owl-nav .owl-prev {
            position: initial;
        }

        .space-medium {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .vendor-content-sidebar {
            padding: 20px 20px 20px 20px;
        }

            .vendor-content-sidebar .vendor-meta {
                top: 10px;
            }

        .filter-bg {
            margin-bottom: 30px;
        }

        .scroll-content {
            height: initial;
        }

        .vendor-info {
            margin-bottom: 40px;
        }

            .vendor-info .rating-box {
                text-align: center;
                display: inherit;
                position: initial;
            }

        .author-img {
            float: initial;
            margin-bottom: 20px;
        }

        .childern {
            padding-left: 0px;
        }

        .price-sign {
            position: initial;
        }

        .contact-icon {
            margin-bottom: 74px;
        }

        .content {
            padding-bottom: 40px;
            padding-top: 40px;
        }

        .img-ads {
            height: 133px;
        }

        .venue-highlight-meta {
            float: none;
            font-weight: 500;
        }

        .review-sidebar {
            border-bottom: 1px solid #e5e6e7;
            border-right: none;
            margin-bottom: 30px;
            padding-bottom: 20px;
        }

        .realwed-caption {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .real-wedding-single-title {
            font-size: 36px;
        }

        .real-wedding-single-img {
            background-position: 75%;
        }

        .leftsocial-icon {
            position: initial;
            left: initial;
            margin-bottom: 10px;
        }

            .leftsocial-icon .icon-square-outline {
                display: inline-block;
                margin-bottom: 5px;
            }

        /*--- Footer social media space ---*/

        /*-------- vendor form tab content  ----*/
        .st-tab .tab-content {
            padding: 40px 20px;
        }

        /*--------------- dashboard-media-query --------------- */
        .custom-radio-space {
            margin-top: 0px;
            margin-bottom: 20px;
        }

        .upload-profile-input {
            position: initial;
        }

        .todo-list-btn {
            text-align: left;
        }

        .todo-form-btn {
            margin-top: none;
        }

        .dashboard-list-content {
            padding: 28px 33px;
        }

        .dashboard-list-btn {
            padding: 0px 0px 18px 37px;
            text-align: left;
        }

        .dashboard-dropdown-menu {
            top: 25px !important;
        }

        /*--------------- Index-2 --------------- */
        .hero-section-second {
            min-height: initial;
        }

        .navigation-second {
            border-top: none;
            margin-top: 15px;
            margin-bottom: 12px;
        }

        .hero-section-caption {
            padding-bottom: 50px;
            padding-top: 100px;
        }

        .hero-section-second .search-head-title {
            font-size: 38px;
            line-height: 40px;
        }

        .cta-section {
            padding-top: 70px;
            padding-bottom: 70px;
        }
    }

    #register .modal-body {
        padding: 0px;
    }

    #register .modal-header {
        border-bottom: 0px;
    }


    .item-carousel-blog-block {
        outline: medium none;
        padding: 15px;
    }

    .item-box-blog {
        border: 1px solid #dadada;
        text-align: center;
        z-index: 4;
        padding: 20px;
    }

    .item-box-blog-image {
        position: relative;
    }

        .item-box-blog-image figure img {
            width: 100%;
            height: auto;
        }

    .item-box-blog-date {
        position: absolute;
        z-index: 5;
        padding: 4px 20px;
        top: 0px;
        left: 0px;
        background-color: #E6BEBE;
    }

        .item-box-blog-date span {
            color: #fff;
            display: block;
            text-align: center;
            line-height: 1.2;
        }

            .item-box-blog-date span.mon {
                font-size: 18px;
            }

            .item-box-blog-date span.day {
                font-size: 16px;
            }

    .item-box-blog-body {
        padding: 10px;
    }

    .item-heading-blog a h5 {
        margin: 0;
        line-height: 1;
        text-decoration: none;
        transition: color 0.3s;
    }

    .item-box-blog-heading a {
        text-decoration: none;
    }

    .item-box-blog-data p {
        font-size: 13px;
    }

        .item-box-blog-data p i {
            font-size: 12px;
        }

    .item-box-blog-text {
        max-height: 100px;
        overflow: hidden;
    }


    #searchModal .modal-header {
        border-bottom: none;
    }

    #searchModal .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
    }

    #searchModal .modal-backdrop {
        background-color: #fff;
        opacity: 1 !important;
        border: 10px solid rgba(136, 136, 136, .4);
    }

    #searchModal .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        background: none;
        box-shadow: none;
    }

    #searchModal .modal-body {
        text-align: center;
    }

        #searchModal .modal-body form {
            margin: 0 auto;
            float: none;
            width: 300px;
        }

    .fileinput .thumbnail {
        border: 1px solid #fff;
        background: #fff;
    }

    .crop-text-2 {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .crop-text-3 {
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    table.dataTable tbody th, table.dataTable tbody td {
        font-size: 10px;
        line-height: 12px;
    }

    .real-wedding-img.col-5.event-image {
        padding-right: 0px;
    }

    .real-wedding-content.col-7.event-details {
        margin: 0px;
        padding: 10px;
    }

    .col-lg-12.event-sidebar,
    .real-wedding-block.sidebar {
        padding: 0px;
        margin: 0px;
    }

    .real-wedding-content.col-7.event-sidebar-details {
        padding-left: 10px;
    }

    h3.sidebar {
        height: 40px;
        font-size: 14px;
    }

    small.sidebar {
        font-size: 60%;
    }

    h4.sidebar {
        line-height: 14px;
        font-size: 12px;
    }

    .real-wedding-meta.sidebar {
        font-size: 90%;
    }

    center.text-center.text-search {
        font-size: 80%;
        margin-top: -15px;
    }
.modal-loading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

    .modal-loading .center {
        z-index: 1000;
        margin: 300px auto;
        padding: 10px;
        width: 130px;
        background-color: White;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

        .modal-loading .center img {
            height: 128px;
            width: 128px;
        }