@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?47738572");
    src: url("../../asset/font/fontello.eot?47738572#iefix") format("embedded-opentype"), url("../font/fontello.woff2?47738572") format("woff2"), url("../../asset/font/fontello.woff?47738572") format("woff"),
        url("../../asset/font/fontello.ttf?47738572") format("truetype"), url("../../asset/font/fontello.svg?47738572#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-021-love-1:before {
    content: "\e857";
}
.icon-051-love-letter:before {
    content: "\e801";
}
.icon-051-dinner:before {
    content: "\e825";
}
.icon-051-wedding-arch:before {
    content: "\e80d";
}
.icon-calculator-1:before {
    content: "\e9df";
}
.icon-013-calendar:before {
    content: "\e84f";
}
@font-face {
    font-family: "Dancing Script";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dancingscript/v13/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup8.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border: 1px solid #aaa;
}
::-webkit-scrollbar-track {
    background: #ddd;
}
::-webkit-scrollbar-thumb {
    background: black;
}
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    padding-top: 108px;
}
a {
    color: #ff929a;
}
a:hover {
    color: #ff929a;
}
section {
    display: block;
}
nav {
    width: 255px;
    background-color: #fff;
    border-right: solid 1px #eee;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav li {
    border-top: solid 1px #f4f4f4;
}
nav li:first-child {
    border-top: none;
}
nav li a {
    display: block;
    padding: 10px 20px 10px 20px;
}
nav li:hover {
    background-color: orange;
}
nav li:hover a {
    color: #fff;
}
.btn-pink {
    background-color: #fa7e88;
    color: white;
}
.btn-pink:hover {
    color: white;
}
#frmLogin #formvendor {
    display: none !important;
}
#pageHeader {
    height: 108px;
    background-color: #fff;
    /* border-bottom:solid 1px #eee; */
    position: fixed;
    top: 0;
    z-index: 100;
    transition: top 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
#pageHeader .wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 30px 0 30px;
}
#pageHeader .wrapper .column {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}
#pageHeader .wrapper .column .navspan {
    vertical-align: middle;
    padding-right: 15px;
}
#pageHeader .column:first-child {
    width: 200px;
}
#pageHeader img {
    height: 22px !important;
}
#pageHeader .rcol img {
    margin-top: -3px;
    margin-right: 3px;
    width: 18px !important;
    height: 18px !important;
}
#pageHeader .rcol img.dp {
    width: 21px;
    border-radius: 100%;
}
#pageHeader input[type="text"] {
    height: 40px;
    border-radius: 4px;
    padding: 12px;
    font-size: 10pt;
    width: 100%;
    color: #aaa;
    border: none;
    background-color: #f9f9f9;
}
#pageHeader input::placeholder {
    color: #aaa;
}
#pageHeader .topBar .column .tcell .tagline {
    font-size: 9.5px !important;
    margin-left: 2px;
    color: #777;
}
#pageHeader .topBar .rcol {
    width: 250px;
    text-align: right;
}
#pageHeader .topBar .rcol div {
    display: inline;
}
#pageHeader .topBar .rcol div span {
    padding: 5px 15px 5px 15px;
    /* border-left: solid 1px #eee; */
    display: table-cell;
    vertical-align: middle;
}
#pageHeader .topBar .rcol div span#mob-search{
    display:none;
}
/* #pageHeader .topBar .rcol div span:nth-child(2){ */
    /* display:none; */
/* } */
#pageHeader .topBar .rcol div span a {
    font-size: 10pt;
    color: #000;
    font-weight: 400;
}
#pageHeader .topBar .rcol div span a span {
    padding: 0;
    display: block;
}
#pageHeader .topBar .rcol div span:last-child {
    padding-right: 0;
}
#pageHeader .topBar .rcol div span:first-child {
    border: none;
}

#pageHeader .topBar .rcol div span.iname h1 {
    color: #fff;
    background-color: #fa828c;
    font-size: 11pt;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 2px 2px 1px #ddd;
}
#pageHeader .topBar .rcol div span.iname:hover {
    cursor: pointer;
}
#pageHeader .topBar .rcol div span.dropmenu {
    position: relative;
    display: table-cell;
}
#pageHeader .topBar .rcol div span.dropmenu ul {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    margin: 0;
    padding: 0 0 5px 0;
    list-style: none;
    background-color: #fff;
    border: solid 1px #eee;
    border-radius: 10px;
}
#pageHeader .topBar .rcol div span.dropmenu ul li {
    display: block; /* border-top:solid 1px #eee; */
    min-width: 165px;
    text-align: left;
}
#pageHeader .topBar .rcol div span.dropmenu ul li:first-child {
    border: none;
}
#pageHeader .topBar .rcol div span.dropmenu ul li a {
    display: block;
    padding: 5px 15px 5px 15px;
}
#pageHeader .topBar .rcol div span.dropmenu ul li a span {
    display: inline-block;
}
#pageHeader .topBar .rcol div span.dropmenu ul li a span:first-child {
    padding-right: 5px;
}
#pageHeader .mainNav {
    border-top:solid 1px #eee;
    height: 40px;
    transition: top 0.3s;
}
#pageHeader .mainNav div {
    padding: 0;
}
#pageHeader .mainNav div span {
    display: block;
    padding: 10px 0 6px 6px;
    text-align: right;
}
#pageHeader .mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#pageHeader .mainNav li {
    display: inline-block;
}
#pageHeader .mainNav li a {
    font-size: 10.5pt;
    color: #677;
    display: block;
    padding: 12px 14px;
    font-weight: 500;
}
#pageHeader .mainNav li:first-child a {
    padding-left: 0;
}
#pageHeader .mainNav li a:hover {
    color: #ff6363;
}
#pageHeader .mainNav li a.active {
    color: #ff6363;
    border-bottom: solid 3px #ff6363;
}
#pageBody {
    background-color: #fff;
}
#pageBody content {
    left: 256px;
}
#pageFooter {
    height: 78px;
    background-color: #fff;
}
#pageFooter * {
    color: #757575;
}
#pageFooter .wrapper {
    display: table;
    height: inherit;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    border-top: solid 1px #ddd;
    padding: 20px;
}
#pageFooter .wrapper .column {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    padding: 0 10px 0 10px;
}
#pageFooter div#menu {
    display: none;
    padding: 0;
    text-align: center;
    border-top: solid 1px #ddd;
    z-index: 999;
}
#pageFooter div#menu .column span,
#pageFooter div#menu .column a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
#pageFooter div#menu .column i,
#pageFooter div#menu .column label {
    display: block;
    font-weight: normal;
}
#pageFooter div#menu .column label {
    font-size: 8pt;
}
#frmLogin {
    width: 300px;
    margin: 0 auto;
}
#frmLogin h1 {
    font-size: 12pt;
    font-weight: bold;
    margin: 10px;
}
#frmLogin input[type="text"],
#frmLogin input[type="password"] {
    padding: 10px;
    height: auto;
}
#home-banners img {
    border-radius: 5px;
}
.hidescroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.hidescroll::-webkit-scrollbar-thumb {
    background: trasnparent;
}
.hidescroll::-webkit-scrollbar-track {
    background: transparent;
}
.tblist th {
    background-color: #f4f4f4;
    padding: 10px;
    font-weight: bold;
}
.tblist td {
    background-color: #fff;
    padding: 10px;
}
.dashblock div,
.listblock div {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
}
.dashblock div {
    min-height: 200px;
}
.messages ul,
.message-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.messages li,
.message-detail li,
.message-detail form {
    display: block;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
}
.messages li:hover {
    cursor: pointer;
}
.messages ul {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 15px;
}
.message-detail {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 15px;
}
.reviews ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.reviews li {
    display: block;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
}
.inspirations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inspirations li {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    width: 200px;
    vertical-align: top;
}
.inspirations li span {
    display: block;
}
.inspirations li span img {
    width: 100%;
}
.ddmenu {
    display: none;
}
#vendors-by-category ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 15px;
}
.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
}
.imgthumbnail {
    width: 380px;
    border-radius: 8px;
}
.imgthumbnail p {
    display: block;
    height: 225px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.imgthumbnail span {
    display: table-cell;
    width: inherit;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}
.imgthumbnail span label {
    font-weight: normal;
    display: block;
}
.imgthumbnail.small {
    width: 308px;
}
.imgthumbnail.small p {
    height: 155px;
}
.imgthumbnail2 {
    width: 100%;
    height: max-content;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 5px;
    margin-left: 0;
    border: solid 1px #ddd;
    border-radius: 7px;
}
.imgthumbnail2 .top {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url("img/spinner.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    height: 215px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #ddd;
}
.imgthumbnail2 .mid {
    display: table;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding: 5px 0;
}
.imgthumbnail2 .bottom {
    display: table;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 5px;
}
.imgthumbnail2 .mid * {
    font-size: 11pt;
}
.imgthumbnail2 .bottom * {
    font-size: 10pt;
}
.imgthumbnail2 .bottom h4.name {
    color: #fa828c;
}
.imgthumbnail2 .mid span,
.imgthumbnail2 .bottom span {
    display: table-cell;
    vertical-align: middle;
    color: #484848;
    font-weight: 600;
    font-size: 11pt;
    min-height: 44px;
}
.cards {
}
.cards .heading {
    display: block;
    margin: 10px;
}
.cards .heading * {
    font-size: 14pt;
}
.cards ul {
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.cards li {
    width: 20%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    float: left;
}
#vendors .cards li,
#articles .cards li {
    width: 25%;
}
#article-view .cards li {
    width: 33.33%;
}
.dropmenu:hover {
    cursor: pointer;
}
.cards li a {
    background-color: #fff;
    display: block;
    border-radius: 10px;
    box-shadow: 2px 2px 12px 1px #eee;
}
.cards li a * {
    display: block;
    text-align: left;
    font-weight: normal;
}
.cards li a span {
    display: block;
    width: 100%;
    height: calc(20vw * (9 / 16));
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.cards li a span.rating-star {
    display: flex;
    width: 25%;
    background-color: transparent;
}
.cards li a span.cat-title {
    background-color: transparent;
    height: auto;
    width: 70%;
    display: inline-block;
    color: #fa7f88;
    font-size: 1rem;
    vertical-align: top;
}
.cards li a span.date {
    background-color: transparent;
    height: auto;
    font-size: 10px;
    color: #6c757d;
    width: 28%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
.cards li a div {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 5px 10px 5px 10px;
}
.cards li a div div {
    padding: 10px 0;
}
.cards li a label {
    color: #555;
}
.cards li a h4 {
    color: #444;
    /*font-family: "Open Sans";*/
    font-size: 10pt;
}
.cards li a label,
.cards li a h4 {
    margin: 0;
    height: 18px;
    overflow: hidden;
    font-family: inherit;
}
.cards.normal li a {
    box-shadow: none;
}
#featured-vendors .cards li a h4 {
    font-weight: 600;
}
.masonry {
    margin: 10px 0 10px 0;
}
.masonry .masonry-col {
    display: table-cell;
    vertical-align: top;
    line-height: 0;
    text-align: center;
    height: 100px;
    padding-left: 12px;
}
.masonry .masonry-col:first-child {
    padding: 0;
}
.masonry .masonry-col div {
    display: inline-block;
    margin: 0 0px 14px 0;
    -moz-box-shadow: 2px 2px 5px 0px #eee;
    border-radius: 7px;
}
.masonry .masonry-col .masonry-inner-col {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.masonry .masonry-col div span,
.masonry div h4 {
    display: block;
}
.masonry .masonry-col div span.inline-flex {
    display: inline-flex;
    width: 100%;
    position: relative;
}
.masonry .masonry-col div span.inline-flex .cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 35px;
    height: 35px;
    margin: 10px 0 10px 10px;
    border-radius: 50%;
}
.masonry div h4 {
    margin: 10px;
    color: #444;
    /*font-family: "opensans";*/
    font-size: 10pt;
}
.masonry div a {
    color: #444;
}
.masonry .masonry-col div span img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.masonry .masonry-col .masonry-item {
    cursor: pointer;
}
.masonry .masonry-col div * {
    text-align: left;
    border-radius: 7px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.h-display {
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
    margin: 0 10px 0 10px;
}
.h-display ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.h-display li {
    display: table-cell;
    float: none;
    padding: 10px 7px 10px 0;
}
div.banner {
    margin: 0;
}
#events .row.no-gutters {
    min-height: 142px;
}
.cards.h-display li {
}
.cards.h-display a span {
    height: calc(20vw * (9 / 16));
}
.banners.h-display li {
    min-width: calc(98.8vw);
    padding: 0;
}
.banners.h-display li span {
    display: block;
    background-color: #eee;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
    border-radius: 7px;
}
.content-view {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px;
    border: solid 1px #eee;
    border-radius: 5px;
    box-shadow: 2px 2px 12px #eee;
    background-color: #fff;
    text-align: left;
}
.content-view * {
    color: #565758;
    line-height: 2;
}
.content-view h3 {
    margin: 20px 0 20px 0;
    font-family: "josefin-sans";
    line-height: 1.3;
}
.content-view h2 {
    margin: 20px 0 20px 0;
    font-family: "josefin-sans";
    line-height: 1.3;
}
.content-view h1 {
    font-family: "josefin-sans";
    margin: 10px 0 10px 0;
    line-height: 1.3;

    /*font-family: "opensans";*/
}
.content-view h4 {
    font-family: "josefin-sans";
    margin: 20px 0 20px 0;
    line-height: 1.3;

    /*font-family: "opensans";*/
}
.content-view h5 {
    font-family: "josefin-sans";
    margin: 20px 0 20px 0;
    line-height: 1.3;

    /*font-family: "opensans";*/
}
.content-view img {
    width: 100%;
    margin-bottom: 15px;
}
.content-view span.date {
    display: block;
    font-size: 8pt;
    color: #aaa;
    margin: 15px 0 25px 0;
}
#vendor-detail .profile.album {
    width: 73vw;
    margin-left: auto;
    margin-right: auto;
}
.content-section {
    display: block;
    position: relative;
    height: 100%;
}
.content-section .section-head {
    display: block;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    text-align: center;
}
.content-section .section-head .head-banner {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url("img/bg.jpg");
    padding: 30px;
}
.content-section .section-head .head-banner h1 {
    display: block;
    font-size: 2rem;
    font-family: "roboto-thin";
    color: white;
}
.content-section .section-head .title {
    padding: 30px;
}
.content-section .section-head .title h1 {
    display: block;
    font-size: 32pt;
    font-family: "roboto-thin";
}
.content-section .section-head .head-menus li {
    display: inline-block;
    border-left: solid 1px #ddd;
}
.content-section .section-head .head-menus li:first-child {
    border: none;
}
.content-section .section-head .head-menus li a {
    display: block;
    margin: 0 25px 0 25px;
    color: inherit;
    font-size: 11pt;
    color: #555;
}
.content-section .section-head .head-menus li:first-child a {
    margin-left: 0;
}
.content-section .section-head .head-menus li.active:first-child,
.content-section .section-head .head-menus li.active {
    background-color: rgba(255, 0, 0, 0.5);
    padding: 3px;
    border-radius: 3px;
}
.content-section .section-head .head-menus li.active:first-child,
.content-section .section-head .head-menus li.active a {
    color: #fff;
    font-weight: bold;
}
.content-section .section-body .top-menus {
    text-align: center;
    border-bottom: solid 1px #ddd;
}
.content-section .section-body .top-menus ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-section .section-body .top-menus li {
    display: inline-block;
    list-style: none;
    margin: 5px;
    padding: 5px;
}
.content-section .section-body {
    display: block;
    text-align: justify;
    overflow: hidden;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px 20px 30px;
}
.content-section#feeds .section-body {
    padding: 20px 68px 0 68px;
}
.content-section .section-body .rc .inner h1 {
    padding-left: 14px;
}
.content-section .section-head h1,
.section-body h1 {
    margin: 0;
    font-weight: 500;
}
.content-section .section-body .cards ul {
    text-align: left;
    width: 100%;
}
.content-section .section-body .cards li .card-bg {
    background-image: url("img/loading.jpeg");
}
.content-section#home .section-body:first-child {
    border: none;
}
.content-section#home .section-body#events .event-row {
    padding: 0 10px;
}
.content-section#home .section-body#home-banners {
}
.content-section#home .section-body#home-banners .banners {
    margin: 0;
}
.content-section#home .section-body#vendor-categories .cards div {
    overflow: hidden;
}
.content-section #vendor-detail-banners.section-body {
    padding: 15px 0 0 0;
}
#vendors .cards ul li a div div {
    display: none;
}
.content-section .section-body#articles .cards div,
.content-section#articles .section-body .cards div,
.content-section#article-view .section-body .cards div {
    display: inline-block;
    min-height: 120px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}
.content-section .section-body#articles .cards div h4,
.content-section#article-view .section-body .cards div h4,
.content-section#articles .section-body .cards div h4 {
    display: table-cell;
    line-height: 1.4;
    height: inherit;
    font-weight: 500;
    padding: 10px 0;
}
.content-section#article-view div.owl-item {
    min-height: 0;
}
.content-section#article-view div.owl-nav.disabled {
    display: none;
}
.content-section#article-view div.owl-dots.disabled {
    display: none;
}
.searchbox {
    display: block;
    background-color: rgba(251, 251, 251, 0.5);
}
.searchbox table {
    table-layout: fixed;
    width: 100%;
}
.searchbox td {
    padding: 10px;
}
.searchbox input,
.searchbox select {
    padding: 10px;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 4px;
}
.listblock .message {
    border-radius: 4px;
}
.listblock .message label i {
    font-size: 8pt;
    color: #aaa;
    font-weight: normal;
}
.listblock .message span,
.listblock .message u {
    display: block;
}
.listblock .message .replies {
    display: none;
}
#registration .section-body {
    padding: 50px;
}
#frm-registration {
    max-width: 800px;
    margin: 0 auto;
}
option.disabled {
    color: #aaa;
}
.spinner {
    text-align: center;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}
.loadmore {
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
}
.loadmore .spinner {
    display: block;
}
.loadmore .btn {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}
#popNav {
    background-color: rgba(250, 130, 140, 0.8);
    z-index: 9999;
    top: 60px;
    bottom: 60px;
    display: none;
}
#popNav ul {
    margin: 0 10px 0 10px;
    padding: 0;
}
#popNav li {
    display: inline-block;
    width: 50%;
    height: 55px;
    position: relative;
    padding: 10px 3px;
}
#popNav li a {
    display: table;
    width: 100%;
    height: inherit;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}
#popNav li a span {
    color: #d36770;
    font-size: 12pt;
    display: table-cell;
    width: 100% !important;
    height: inherit;
    text-align: center;
    vertical-align: middle;
}
#popNav li a.active {
    background-color: #d36770;
}
#popNav li a.active span {
    border: none;
    color: #fff;
}
#popNav div.block {
    display: block;
    margin: 13px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}
#popNav div.footer {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
}
#popNav::-webkit-scrollbar#pageBody::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
#popNav::-webkit-scrollbar-thumb {
    background: #f00;
}
.album-item-image {
    position: relative;
    margin-bottom: 2px;
}
.album-item-image img {
    width: 100%;
}
.album-item-image .heart {
    cursor: pointer;
    font-size: 18pt;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
}
.article-menu {
    background-color: #fff;
    border-bottom: 1px solid #fbe3e2;
    border-top: 1px solid #fbe3e2;
    text-align: center;
    margin-bottom: 1rem;
}
.article-menu ul {
    display: inline-block;
    list-style: none;
    margin: 2px 0;
    white-space: nowrap;
}
.article-menu ul li {
    min-width: 180px;
    display: inline-block;
    border-left: solid 1px #ddd;
    padding: 5px 0;
    font-weight: 600;
}
.article-menu ul li:first-child {
    border: none;
}
.article-menu ul li a {
    display: block;
    margin: 0 30px 0 25px;
    color: inherit;
    font-size: 11pt;
    color: #555;
}
#vendors .section-body {
    padding: 5px 60px 0 60px;
    margin-bottom: 20px;
}
#articles .section-body {
    padding: 5px 60px 0 60px;
}
#article-view .section-body .cards ul li a,
#articles .section-body .cards ul li a {
    border: 1px solid #e0e0e0;
    border-radius: 10px !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    /* box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.03);
    border:1px solid rgba(0,0,0,.125);
    border-radius: 10px; */
}
.artikel-choice {
    color: white !important;
    display: inline !important;
    padding: 2px 6px !important;
    background-color: #f3c409 !important;
    border-radius: 6px !important;
    height: auto !important;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    position: absolute !important;
    width: auto !important;
    top: 20px !important;
    right: 20px !important;
}
.content-section#article-view .section-body {
    border-bottom: solid 1px #eee;
}
#events .section-body {
    padding: 5px 60px 10px 60px;
}
#events .section-body .event-row .imgevent {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 3px 0 0 3px;
    width: 100%;
}
#events .section-body div.card {
    box-shadow: 2px 2px 12px 1px #eee;
    border: none;
}
#home .section-body .event-row .imgevent {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 7px 0 0 7px;
    width: 100%;
}
#event-detail .section-body p {
    color: #444;
    line-height: 1.7;
}
#event-detail .section-body p.desc {
    white-space: pre-wrap;
    text-align: left;
}
#articles .section-head {
    text-align: left;
    border-bottom: none;
    padding: 20px 68px 0 68px;
}
#vendors .section-head {
    text-align: left;
    border-bottom: none;
    padding: 20px 68px 0 68px;
}
#articles .section-head h1 {
    margin-left: 0;
}
#events .section-head h1 {
    margin-left: 0;
}
#events .section-head {
    text-align: left;
    border-bottom: none;
    padding: 20px 68px 0 68px;
}
#articles .section-head p {
    margin-bottom: 0;
}
#events .section-head p {
    margin-bottom: 0;
}
#vendors .section-head p {
    margin-bottom: 0;
}
#feeds .section-head h1 {
    margin-left: 0;
}
#feeds .section-head {
    text-align: left;
    border-bottom: none;
    padding: 20px 24px 0px 24px;
    padding: 20px 68px 0 68px;
}
#feeds .section-head p {
    margin-bottom: 0;
}
#notification .section-head h1 {
    margin-left: 0;
}
#notification .section-head {
    text-align: left;
    border-bottom: none;
    padding: 20px 24px 0px 24px;
    padding: 20px 68px 0 68px;
}
#notification .section-body {
    text-align: left;
    border-bottom: none;
    padding: 20px 68px 30px 68px;
    font-size:18px
}
#notification .section-head p {
    margin-bottom: 0;
    font-size: 18px;
}
#event-detail .imgevent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#event-detail .section-body .col-xl-10 {
    padding: 0;
}
#event-detail .section-body .col-xl-5 {
    padding: 0;
}
#event-detail .section-body .col-xl-5 .card {
    box-shadow: 2px 2px 12px 1px #eee;
}
#event-detail .section-body .border-right {
    border: none !important;
}
div label div.city {
    display: inline;
    padding: 0;
}
small.text-muted {
    text-align: left;
    display: inline-block;
}
#vendor-categories .cards ul li a div div {
    display: none;
}
#article-view .col-xl-9 {
    padding: 0;
}
.vendor-feature-block.feature-block {
    border: 1px solid #ededed;
    padding: 36px 18px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: white;
}
.vendor-feature-block .feature-icon i {
    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, 0.08);
}
.vendor-feature-block.feature-block:hover .feature-icon a {
    color: #ff4d4d;
}
header#video {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header#video video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 101%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
header#video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.banner .item img {
    border-radius: 7px;
}
.vendor-banner .item img {
    border-radius: 7px;
}
#vendor-list .cards li a h4 {
    font-weight: 600;
    min-height: 35px;
}
.wm-link .article-new {
    color: #424242;
}
.wm-link .newpost {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#search-result {
    position: absolute;
    text-align: left;
    list-style: none;
    padding: 0px;
    background-color: white;
}
#search-result li {
    padding: 10px;
    border: 1px solid #eee;
    color: #676767;
}
#search-result li a {
    margin-left: 10px;
    color: #2e2e2e;
}
#search-result li a:hover {
    color: #ff929a;
}
#search-result li a:focus {
    color: #ff929a;
}
#search-result img {
    width: 100px !important;
    height: 60px !important;
    margin-right: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    object-fit: cover !important;
}
.ratinginput {
    width: 90px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}
.ratinginput label {
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    color: #4c4c4c;
    font-size: 3rem;
}
.ratinginput label:hover,
.ratinginput label:hover ~ label,
.ratinginput input.radio-btn:checked ~ label {
    color: gold;
}
.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input.radio-btn:checked ~ label:before,
.rating input.radio-btn:checked ~ label:before {
    content: "2605";
    position: absolute;
    left: 0;
    color: #ffd700;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none 50% / contain no-repeat;
    cursor: pointer;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
#overlay.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
#overlay:after {
    content: "x";
    position: absolute;
    color: #fff;
    top: 10px;
    right: 20px;
    font-size: 2em;
}
.switch {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #2196f3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.vendor-manager .vendor-name {
    font-weight: 700;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.vendor-manager .contact {
    margin-top: 10px;
}
.vendor-manager .contact a {
    font-size: 2rem;
}
.vendor-manager .contact .col-3 {
    font-size: 2rem;
    text-align: center;
}
@media (max-width: 767px) {
    body,
    html {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    #pageHeader {
        height: 60px !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
        background-color: white;
    }
    #pageHeader .wrapper {
        margin: 10px 0 5px 0;
        padding: 0 10px 0 10px;
    }
    #pageHeader .mainNav {
        display: none !important;
    }
    #pageHeader #search {
        display: none;
    }
    #pageHeader .topBar .column {
        width: auto;
    }
    #pageHeader .topBar .column * {
        font-size: 8pt !important;
    }
    #pageHeader .rcol img {
        height: auto;
    }
    #pageHeader .rcol img.dp {
        width: 25px;
    }
    #pageHeader .topBar .column:first-child img {
        width: 125px;
    }
    #pageHeader .topBar .rcol div span.dropmenu ul {
        position: fixed;
        margin: 15px;
        z-index: 999999;
    }
    #search-result {
        width: calc(100vw - 20px);
    }
    #pageBody {
        position: relative;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 60px;
    }
    #pageBody .section-head * {
    }
    #popNav::-webkit-scrollbar,
    #pageBody::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    #popNav::-webkit-scrollbar-thumb,
    #pageBody::-webkit-scrollbar-thumb {
        background: #f00;
    }
    #pageFooter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 999;
    }
    #pageFooter div#info {
        display: none;
    }
    #pageFooter div#menu {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    #pageHeader .topBar .rcol div span {
        padding: 5px 10px 5px 10px;
    }
    #pageHeader .topBar .rcol div span a {
        font-size: 7pt;
        color: #34383b;
    }
    #pageHeader .topBar .rcol div span.dropmenu ul li a span {
        font-size: 10pt;
    }
    #pageHeader .topBar .rcol div span:first-child {
        display: none;
    }
    #pageHeader .topBar .rcol div span:nth-child(2) {
        display: table-cell;
        vertical-align: middle;
        border-left: none;
    }
    #pageHeader .topBar .rcol div span#mob-search {
        display:table-cell;
        vertical-align:middle;
        border-left: none;
    }
    #pageHeader .topBar .rcol div span:nth-child(2) img {
        height: auto;
    }
    #pageHeader .topBar .rcol div span#cartwd{
        /* display:none; */
    }
    .content-section#home .section-body .cards {
        padding: 0;
        margin: 0;
    }
    .content-section#home .section-body h1 {
        padding: 0;
        font-size: 12pt;
    }
    .content-section .section-body {
        padding: 10px 5px 60px 5px !important;
    }
    #home.content-section .section-body {
        padding: 10px !important;
    }
    #home.content-section #articles.section-body {
        padding: 25px 10px !important;
    }
    #store-detail.content-section .section-body {
        padding: 10px 0px !important;
    }
    .content-section#article-view .section-body {
        padding: 10px 10px 85px 10px !important;
    }
    .content-section#article-view .section-body.articlecat {
        padding: 10px 0 0 0 !important;
    }
    .content-section#home .section-body h1 {
        margin: 0;
    }
    .content-section#home .section-body#featured-vendors,
    .content-section#home .section-body#events,
    .content-section#home .section-body#vendor-categories,
    .content-section#home .section-body#articles {
        padding: 10px;
    }
    .content-section .section-body#home-banners {
        padding: 0;
    }
    .content-section .section-body#home-banners .banners {
        padding: 0;
        margin: 0;
    }
    .content-section#home .section-body#feeds {
        padding: 10px 10px 60px 10px !important;
    }
    .content-section#home .section-body#feeds h1 {
        margin: 10px;
    }
    .content-section .section-body#vendors .cards div,
    .content-section#vendors .section-body .cards div {
    }
    .content-section .section-body#vendors .cards div h4,
    .content-section#vendors .section-body .cards div h4 {
        display: table-cell;
        height: inherit;
        vertical-align: middle;
    }
    .content-section .section-body#articles .cards div,
    .content-section#articles .section-body .cards div {
        min-height: 98px;
    }
    .content-section .section-body#articles .cards div h4,
    .content-section#articles .section-body .cards div h4 {
        display: table-cell;
        height: inherit;
        vertical-align: middle;
        padding: 0;
        font-size: 8pt;
    }
    .content-section#events .section-body {
        padding: 0px;
    }
    .banners.h-display li span {
        height: 135px;
        margin-left: 0;
        margin-right: 0px;
    }
    #pageHeader .topBar .rcol div a div {
    }
    .article-menu ul li:first-child {
        margin-left: 15px;
    }
    .content-section#home .section-body#events .p-2 {
        padding: 0.5rem 0 !important;
    }
    header#video {
        height: 200px;
        min-height: 0;
    }
    .content-section #vendor-detail-banners.section-body {
        padding: 15px 0;
    }
    .owl-carousel .owl-item img {
        border-radius: 0;
    }
    .content-view {
        box-shadow: none;
        padding: 10px;
    }
    #event-detail .section-body .col-xl-10.px-2 {
        padding: 0 !important;
    }
    #event-detail .section-body .col-xl-5 {
        padding: 5px 0 !important;
    }
    .modal-popup {
        border-radius: 10px;
        padding: 10px;
    }
    .product-card {
        padding: 0;
    }
    .vendor-card-store {
        padding: 0;
        margin-top: 20px;
    }
    #store .cards li {
        width: 50% !important;
        padding: 5px !important;
    }
    #store .section-head {
        padding: 10px 10px !important;
    }
    #store .section-body {
        padding: 10px !important;
        margin-bottom: 0 !important;
    }
    #store .section-body#home-banners {
        padding: 0px !important;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .content-section#home .section-body#home-banners {
        padding: 10px 6px !important;
    }
}
@media (min-width: 768px) {
    #pageBody {
        padding: 0;
        min-height: calc(100% - 78px);
    }
    .article-view {
        margin: 5px;
        padding: 25px;
    }
    .article-view h1 {
        font-size: 22pt;
    }
    #pageHeader .mainNav.wrapper div:nth-child(2) {
        display: none;
    }
    #frmLogin #formvendor {
        display: block !important;
    }
}
@media (max-width: 320px) {
    #pageHeader {
        height: 78px;
    }
    #pageHeader .topBar .column * {
        font-size: 7pt;
    }
    #pageHeader .topBar .column:first-child img {
        width: 105px;
        height: auto;
    }
}
@media (max-width: 543px) {
	#pageHeader .topBar .rcol div span#signupmodals{display:none;}
    .masonry div h4 {
        font-size: 8pt;
    }
    .cards li * {
        text-align: left;
    }
    .cards li a {
        /* border:1px solid #d2d2d26b */
    }
    .cards li a div {
        overflow: hidden;
    }
    div label div.city {
    }
    .cards li a h4 {
        font-size: 8pt;
        height: auto;
        overflow: hidden;
    }
    .cards li a label {
        font-size: 8pt;
    }
    .cards h1 {
        text-align: center;
    }
    #article-view .cards li {
        width: 50% !important;
    }
    #articles .cards li {
        width: 50%;
        padding: 5px;
    }
    #vendors .cards li {
        width: 50%;
        padding: 5px;
    }
    #vendors-by-category .cards li {
        width: 50%;
    }
    .cards li a span {
        height: calc(100vw * (9 / 24));
    }
    .cards.h-display li {
        padding: 0px;
        border-radius: 10px;
    }
    .cards.h-display a span {
        height: calc(25vw * (9 / 6));
    }
    .banners.h-display li {
        min-width: calc(100vw * (94.7 / 100));
    }
    .content-section .section-body h1 {
        padding: 0;
        font-weight: 500;
    }
    .content-section .section-body .cards {
        padding: 0 0 10px 0;
        margin: 0;
    }
    .inspirations li {
        display: block;
        width: auto;
    }
    .article-menu{display:none;}
/*     .article-menu {
        overflow-x: auto;
        white-space: nowrap;
        max-height: 51px;
        margin-left: -10px;
        margin-right: -10px;
    } */
/*     .article-menu::-webkit-scrollbar {
        display: none;
    }
    .article-menu ul {
        display: contents;
    }
    .article-menu ul li a:first-child {
        margin-left: 8px;
    } */
    #vendors .section-body {
        padding: 5px;
    }
    #vendors .section-head {
        padding: 11px;
    }
    #articles .section-head {
        padding: 15px;
    }
    #articles .section-body {
        padding: 0px 5px 70px 5px !important;
    }
    .cards li a span.cat-title {
        width: 66%;
        font-size: 0.8rem;
    }
    .cards li a span.date {
        width: 31%;
    }
    #events .section-head {
        padding: 10px 12px 3px 12px;
    }
    #feeds.container {
        padding: 0;
    }
    #feeds .section-head {
        padding: 10px 12px 3px 12px;
    }
    #notification .section-head {
        padding: 10px 12px 3px 12px;
        text-align: left;
    }
    #notification .section-body {
        padding: 10px 12px 3px 12px !important;
        text-align: left;
    }
    .content-section .section-body .rc .inner h1 {
        margin-top: 10px;
    }
    p.event-det {
        display: none;
    }
    #article-view .col-xl-3 {
        padding: 0;
    }
    .content-section#home .section-body#events .event-row {
        padding: 0;
    }
	#pageHeader input[type="text"]{
		width:90%;
	}
}
@media (min-width: 544px) and (max-width: 789px) {
    .cards h1 {
        text-align: center;
    }
    .cards li {
        width: 50%;
    }
    .cards li a span {
        height: calc(50vw * (9 / 16));
    }
}
@media (max-width: 1000px) and (min-width: 768px) {
    .cards h1 {
        text-align: center;
    }
    .cards li {
        width: 33%;
    }
    .cards li a span {
        height: calc(33vw * (9 / 16));
    }
}
