@charset "utf-8";
/* CSS Document */

@font-face {
    src: url(../fonts/Didot.ttc);
    font-family: "Didot";
}

@font-face {
    font-family: 'DidotBold';
    src: url('../fonts/DidotBold.eot');
    src: url('../fonts/DidotBold.eot') format('embedded-opentype'),
        url('../fonts/DidotBold.woff2') format('woff2'),
        url('../fonts/DidotBold.woff') format('woff'),
        url('../fonts/DidotBold.ttf') format('truetype'),
        url('../fonts/DidotBold.svg#DidotBold') format('svg');
}

@font-face {
    src: url(../fonts/didot/Didot-Italic.ttf);
    font-family: "Didot-Italic";
}

@font-face {
    src: url(../fonts/Didot-Regular.ttf);
    font-family: "Didot-Regular";
}

@font-face {
    src: url(../fonts/Didot-HTF-M06-Medium.ttf);
    font-family: "Didot-HTF-M06-Medium";
}

@font-face {
    src: url(../fonts/Didot-HTF-M06-Medium-Ital.ttf);
    font-family: "Didot-HTF-M06-Medium-Ital";
}

@font-face {
    src: url(../fonts/Didot-HTF-L06-Light.ttf);
    font-family: "Didot-HTF-L06-Light";
}

@font-face {
    src: url(../fonts/Didot-HTF-L06-Light-Ital.ttf);
    font-family: "Didot-HTF-L06-Light-Ital";
}

body {
    font-family: "Gotham";
    background: #fff;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

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

h1 {
    font-size: 30px;
    font-family: "Didot-Regular";
}

h2 {
    margin: 0 0 30px !important;
    font-size: 34px;
    font-family: "Didot-Regular";
    font-weight: 300;
}

.single-post h1 {
    font-size: 34px;
    font-weight: 300;
}

h2>span {
    font-style: italic;
    font-size: 40px;
}

h3 {
    font-size: 20px;
    font-family: "Didot-Regular";
}

h4 {
    font-size: 18px;
    font-family: "linotype-didot";
    font-weight: 400;
}

input {
    margin: 10px 0;
}

.navbar-brand {
    padding: 0px;
}

.headding-box {
    border-left: 5px solid #e56a38;
    padding: 5px 15px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.headding-box h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px;
}

.headding-box h2 {
    font-size: 35px;
    font-weight: 800;
    margin: 0 0;
}

/*---------------------butttons-------------------*/
.cust-btn a {
    background: #f3e0d4;
    color: #343638;
    padding: 9px 15px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.4px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: bold;
    min-width: auto;
}

.cust-btn a:hover {
    background: none;
    transition: 0.3s ease-in-out;
    border: 1px solid #58595b;
}

.cust-btn-2 a {
    color: #343638;

    padding: 9px 15px;

    display: inline-block;

    transition: 0.3s ease-in-out;

    font-size: 14px;

    text-transform: uppercase;

    position: relative;

    letter-spacing: 0.4px;

    border-radius: 10px;

    border: 1px solid #58595b;

    font-weight: bolder;
}

.cust-btn-2 a:hover {
    background: #f3e0d4;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

.cust-btn-3 a {
    background: #343638;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.9px;
    border-radius: 10px;
    border: 1px solid #58595b;
    font-weight: bold;
    font-family: "Gotham Bold";
    width: 250px !important;
}

.cust-btn-3 a:hover {
    background: #343638;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

/*---------------------butttons-------------------*/

.video_slider_sec .owl-video-tn {
    background-size: 130% !important;
}

.video_slider_sec img {
    object-position: center;
    max-height: 600px;
    object-fit: cover;
    min-height: 600px;
}

.video_slider_sec .owl-carousel .item-video {
    height: auto;
}

.video_slider_sec .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
    height: 658px;
    overflow: hidden;
}

.video_slider_sec .owl-carousel .owl-video-wrapper iframe {
    height: 658px;
    width: 100%;
}

.video_slider_sec .owl-carousel .owl-video-wrapper iframe+.owl-video-play-icon {
    display: none;
}

.video_slider_sec .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 999999;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.video_slider_sec .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.video_slider_sec .owl-nav {
    text-align: center;
    position: absolute;
    top: 30%;
    width: 100%;
    display: block !important;
    margin: 0 !important;
}

.video_slider_sec .owl-nav img {
    width: auto;
    height: auto;
    min-height: auto;
    padding: 10px !important;
    filter: invert(1);
}

.video_slider_sec .owl-carousel .owl-nav button:focus {
    border: none;
    outline: none;
}

.video_slider_sec .owl-carousel .owl-nav button.owl-next {
    right: 13%;
    position: absolute;
    left: auto;
}

.video_slider_sec .owl-carousel .owl-nav button.owl-prev {
    left: 13%;
    position: absolute;
    right: auto;
}

.video_slider_sec .owl-dots {
    display: none;
}

.video_slider_sec .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin: 20px 0 0;
}

.video_slider_sec .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.video_slider_sec button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.video_slider_sec .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.video_slider_sec .owl-dots .owl-dot.active span,
.video_slider_sec .owl-dots .owl-dot:hover span {
    background: #fe938c;
}

/*Video page post*/
.category-blok .content .img-box {
    position: relative;
}

.showvideos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 11;
    max-height: 600px;
}

.video_slider_sec .fashion-head {
    width: 100%;
}

/*---------------------Top_head---------------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background: #404e5b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    text-align: left;
}

.vendor_login a {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff !important;
}

.vendor_login a:hover {
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #fff !important;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/*.sidenav a:hover {
    color: #ce5880;
    font-size: 18px;
    }*/

.sidenav .closebtn {
    color: #fff;
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}

.social-icon_2 ul {
    padding: 0px;
    margin-top: 10px;
}

.mainmenu-home {
    font-family: "Didot-Regular";
    font-size: 22px !important;
    line-height: 40px;
}

.mainmenu-home a:hover {
    color: #ce5880;
    font-size: 24px;
}

.cust-btn_3 a {
    font-family: "Didot-Regular";
    font-style: italic;
    text-align: center;
    font-size: 20px;
    background: #f0998f;
    padding: 16px 15px !important;
    display: inline-block;
    transition: 0.3s ease-in-out;
    position: relative;
    letter-spacing: 0.4px;
    border-radius: 10px;
    border: 1px solid transparent;
    /*font-weight: bold;*/
    width: 100%;
    color: #ffffff;
}

.cust-btn_3 p {
    color: #000;
    font-family: "Gotham";
    font-size: 14px;
}

#main-wrap {
    transition: margin-left 0.5s;
    /*transition: 0.3s;*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.top_head .top_call {
    display: flex;
    text-align: center;
    justify-content: center;
}

.top_head {
    background: #df4b81;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

.top_head p {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
}

.top_head p span {
    margin: 0 10px;
}

.top_head a {
    color: #999999;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
    line-height: 22px;
}

.top_head p a:hover {
    color: #f70707;
    transition: 0.3s ease-in-out;
}

.social-icon ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
}

.social-icon ul a {
    color: #333;
    font-size: 17px;
    line-height: 40px;
    padding: 5px;
    transition: all 0.3s;
}

.social-icon ul a:hover {
    color: #e56a38;
    transition: all 0.3s;
}

/*---------------------Header---------------------*/

header {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #cdcccb;
    background: #fff;
    padding: 5px 0;
}

.sticky {
    position: sticky;
    top: 0;
    /*     width: 100%; */
    /*     left: 0; */
    /*     box-shadow: 2px 2px 10px #00000087; */
    background: #fff;
    transition: 0.3s ease-in-out;
    z-index: 3;
    animation: slide-down 0.7s;
}

header.sticky .container {
    width: 100%;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.menu-toggle {
    line-height: 60px;
}

.logo {
    padding: 8px 0;
}

.logo-box {
    position: relative;
    padding: 5px 0;
    margin: 0;
    margin-left: -5vw;
}

@media screen and (min-width: 768px) {
    .logo-box {
        padding-left: 10px !important;
    }
}

.logo-box .dropdown img {
    max-height: 55px;
}

.logo-box li {
    list-style: none;
}

.logo-box .dropdown-toggle {
    position: absolute;
    bottom: -7px;
}

.logo-box .dropdown-toggle .fa {
    color: #000;
}

.logo-box .dropdown-menu {
    border: none;
    box-shadow: none;
    top: 61px;
    border-radius: 0;
}

header #vendfilter {
    background-color: #333;
    border-radius: 10px;
}

.header-search-section .dropdown-menu>li>a {
    white-space: normal !important;
}

@media screen and (min-width: 768px) {
    header #vendfilter {
        position: relative;
        top: 10px;
    }
}

header #vendfilter .vendfilter-label {
    font-family: "gotham bold" !important;
    font-weight: 400 !important;
    line-height: 47px;
    white-space: nowrap;
    overflow: visible;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
}

header #vendfilter ul.header-dropdown-vendfilter {
    max-height: 300px;
    overflow-y: auto;
    width: 88%;
    left: 5%;
}

header #vendfilter .vendfilter-ddl-wrap {
    padding-right: 0;
}

header #vendfilter .vendfilter-ddl-wrap .dropdown {
    background-color: white;
    border-radius: 10px;

    position: relative !important;
    right: -5px;
}

header #vendfilter button.dropdown-toggle {
    border: 1px solid #000;
    background: none;
    width: 100%;
    text-align: left;
    position: relative;
    height: 47px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
}

header #vendfilter button.dropdown-toggle::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #FF918F !important;
}

@media screen and (max-width: 450px) {
    header #vendfilter .vendfilter-label {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    header #vendfilter {
        margin-top: 15px;
    }

    header .home-vendfilter-wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 380px) {
    header #vendfilter .vendfilter-label {
        font-size: 13px;
    }
}

header #filter {
    display: none;
}

header.sticky #filter {
    display: block;
}

header #filter {
    max-width: 500px;
    width: 100%;
    height: 47px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    border: 1px solid #343638;
    overflow: hidden;
}

header #filter .form-control {
    font-size: 11px;
    font-family: "Gotham Bold";
    font-weight: bold;
    color: #343638;
    height: 45px;
}

header #filter .form-control button {
    height: 45px;
    font-size: 12px;
    font-family: "Gotham Bold";
    font-weight: bold;
    background: #343638;
    color: #fff;
}

header .head-btns a {
    font-size: 12px;
    font-family: "Gotham Bold";
}

.head-btns {
    display: flex;
    float: right;
    margin: 0 !important;
    align-items: center;
}

@media screen and (min-width:768px) {
    .head-btns {
        height: 65px;
    }
}

.head-btns .cust-btn-2 {
    margin-left: 10px;
}

nav {
    position: relative;
}

@media screen and (max-width: 991px) {
    header {
        width: 100%;
        transition: 0.3s ease-in-out;
        top: 0;
        z-index: 9999999;
        animation: none !important;
    }

    .sticky #cssmenu ul li>a {
        color: #fff;
    }

    .top_head {
        display: none;
    }

    .header_fixed .nav-ul {
        background: #01172e !important;
    }

    .header_fixed .button.button {
        top: 10px;
    }
}

#cssmenu ul li:last-child ul,
#cssmenu ul li:nth-last-child(-n + 2) ul ul {
    right: 325px;
}

/*---------------------Home_banner-------------------*/

.home_banner {
    background: url(../img/slider.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0rem;
    padding-bottom: 5rem;
}

.elementor-333641 .elementor-element.elementor-element-fbbbef4:not(.elementor-motion-effects-element-type-background) {
    height: 60vh;
    padding: 100px 0px 150px 0px;
}

.banner_content {}

.banner_content .title {
    margin: 0 0 10px;
    font-size: 80px;
    font-weight: bolder;
    line-height: initial;
    color: #fff;
}

.banner_content .title h1 {
    font-weight: 300 !important;
}

.banner_content .title span {
    display: block;
}

.banner_content p {
    font-synthesis: 20px;
    color: #fff;
}

.banner_404 {
    background: url(../img/404_banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 100px 0px 150px 0px;
}

.banner_404 .title {
    margin: 0 0 10px;
    font-size: 195px;
    font-family: "Didot-Regular";
    font-weight: bolder;
    line-height: initial;
    color: #434f5a;
}

.banner_404 p {
    font-family: "Gotham Book";
    font-size: 25px;
    font-weight: 300;
    color: #424f5a;
    line-height: 40px;
}

.banner_404 span {
    font-family: "Didot-Italic";
}

/*--------------------------filter--------------------------------*/
.filter-sec {
    position: relative;
    box-sizing: content-box;
    font-size: 14px;
}

.filter-row {
    position: relative;
    background: #fff;
    border-radius: 10px;
    top: -80px;
    box-shadow: 0px 5px 2px -2px #33333350;
    max-width: 660px;
    margin: 0 auto;
}

.filter-row h4 {
    font-size: 22px;
    margin: 0 0 20px;
    color: #343638;
}

#filter {
    border: 1px solid #cccdce;
    border-radius: 10px;
    height: 50px;
}

.filter-row .left {
    padding: 35px 40px 15px;
}

#filter select {
    border-radius: 10px 0 0 10px;
    padding: 0 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: url(../img/caret-icon.png) no-repeat;
    background-position: 90% 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #b0b1b3;
    height: 50px;
}

#filter select:focus,
#filter .form-control button:focus {
    box-shadow: none;
    outline: none;
}

#filter [class*="col"] {
    padding: 0;
}

#filter .form-control {
    border: none;
    padding: 0;
    font-family: "Gotham Book";
}

#filter .form-control button {
    width: 100%;
    border: none;
    border-left: 1px solid #cccdce;
    border-radius: 0;
    background: #e9ecee;
    color: #343638;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    height: 48px;
    font-family: "Gotham Bold";
    transition: 0.3s ease-in-out;
}

#filter .col-md-3:last-child button {
    border-radius: 0 8px 10px 0px;
}

#filter .form-control button:hover {
    background: #fff;
    color: #343638;
    transition: 0.1s ease-in-out;
}

#filter .form-control .btn-default-1:hover {
    /*   border-top: 1px solid;
border-right: 1px solid; */
}

ul.quick-link {
    padding: 13px 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

ul.quick-link img {
    width: 20px;
}

ul.quick-link li,
ul.quick-link li a {
    color: #9b9c9f;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    font-family: Gotham;
}

ul.quick-link a:hover {
    color: #000 !important;
}

ul.quick-link span {
    display: inline-block;
    position: relative;
    top: -2px;
}

.filter-row .right {
    padding: 30px;
    background: #fe938c;
    text-align: center;
    color: #fff;
    border-radius: 0 10px 10px 0;
}

.filter-row .right h4 {
    margin: 0 0 10px;
    color: #fff;
}

.quiz-box p {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 20px;
}

.filter-row .right .cust-btn a {
    background: #fff;
    font-family: "Gotham Bold";
    transition: all 0.5s;
    letter-spacing: 1px;
}

.filter-row .right .cust-btn a:hover {
    background: #343638;
    color: #fff;
    transition: all 0.5s;
}

.quiz-box_404 {
    padding: 23px 0;
}

/*--------------------------filter--------------------------------*/

/*----------------------------trending------------------------*/
.trending {
    position: relative;
    padding: 100px 0 130px;
}

.trending h2 {
    text-align: center;
}

.trending h2 span {
    /* font-style: italic; */
}

.trending .content {
    margin: 0 0 0px;
}

.trending .text {
    text-align: center;
    color: #343638;
    font-size: 25px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    /*   min-height: 190px; */
}

.trending .content:hover .icon {
    transition: all 0.5s;
    transform: rotate(25deg);
}

.trending .icon {
    width: 65px;
    height: 65px;
    text-align: center;
    background: #f5928d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 5px solid #fff;
    transition: all 0.5s;
    overflow: hidden;
}

.trending .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.trending .icon img.ringimg {
    width: 30px;
}

.trending .text h4 {
    line-height: 28px;
    font-size: 20px;
    padding: 0 30px;
}

.trending .text h4 a {
    color: #343638;
    transition: all 0.5s;
}

.trending .text h4 a:hover,
.trending .content:hover h4 a {
    color: #fe9e97;
    transition: all 0.5s;
}

.trending .img-box {
    height: 300px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.trending .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending .modal-content {
    border-radius: 0;
}

.trending .modal-content .modal-body {
    padding: 40px;
}

.trending .modal-content .close {
    position: relative;
    z-index: 99;
    background: #fe938c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 1;
    top: -4px;
    right: -4px;
    color: #fff;
}

.trending .cust-btn-3 {
    text-align: center;
}

.trending .cust-btn-3 a {
    padding: 12px 20px;
}

.trending .cust-btn-3 a:hover {
    background: #f3e0d4;
    color: #343638;
}

/*----------------------------trending------------------------*/

/*-------------------------call-to-action-----------------------*/
.call-to-action {
    background: #fe9e97;
    padding: 65px 20px 40px;
    position: relative;
    overflow: hidden;
}

.call-to-action:before {
    position: absolute;
    content: "";
    height: 440px;
    width: 610px;
    background: #f3e0d4;
    top: -40px;
    left: -80px;
    transform: rotate(53deg);
}

.call-to-action h2 {
    font-family: "Signature Collection";
    font-size: 51px;
    margin: 0;
    font-weight: 500;
}

.call-to-action .subscribe input {
    width: 100%;
    height: 45px;
    border-radius: 7px;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #b0b1b3;
}

.call-to-action .subscribe input::placeholder {
    color: #b0b1b3;
}

.call-to-action .subscribe input:focus {
    box-shadow: none;
    outline: none;
}

.call-to-action .subscribe input[type="button"] {
    background: #343638;
    color: #fff;
}

.call-to-action .subscribe input[type="button"]:hover {
    background: #fff;
    color: #343638;
}

/*-------------------------call-to-action-----------------------*/

/*-----------------------couples-share----------------------*/
.couples-share {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.couples-share h2 {
    margin: 0 0 100px;
}

.couples-share h2 span {
    font-style: italic;
}

.couples-share .content {
    margin: 0 0 70px;
}

.couples-share .content .img-box {
    max-height: 200px;
    height: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.couples-share .content .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 576px) {
    .couples-share .content .img-box img {
        width: 100% !important;
    }
}

.couples-share .content h5 {
    font-size: 13px;
    font-weight: bold;
    color: #707176;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
}

.couples-share .content h5:after {
    position: relative;
    content: "";
    width: 70px;
    height: 2px;
    background: #fe938c;
    display: block;
    left: auto;
    right: auto;
    margin: 0 auto 30px;
    top: 8px;
}

.couples-share .content a {
    color: #343638;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    transition: all 0.5s;
}

.couples-share .content a:hover {
    color: #fe9e97;
    transition: all 0.5s;
}

.find-style select {
    background: #343638;
    color: #fff;
    padding: 15px 30px;
    border-radius: 7px;
    font-weight: bold;
    letter-spacing: 0.4px;
    border: none;
    font-family: "Gotham Bold";
}

.find-style select:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

/*-----------------------couples-share----------------------*/

/*---------------------------connect-with--------------------------*/
.connect-with {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.connect-with .content {
    border: 1px solid #d4d4d6;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 0 30px;
}

.connect-with .content .img-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    margin: 20px auto;
    overflow: hidden;
}


.connect-with .content .img-box img {
    object-fit: cover !important;
}

.connect-with .content .img-box.img-box-logo img {
    object-fit: contain !important;
}

.connect-with .content h5 {
    font-size: 14px;
    font-weight: bold;
    color: #5f6060;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-family: "Gotham Bold";
    height: 45px;
    padding: 0 10px;
}

.connect-with .content p {
    font-size: 11px;
    color: #343638;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Gotham Book";
    letter-spacing: 2px;
}

section.featred-vendors-wrap .connect-with .content p {
    margin-top: 3em;
}

.connect-with .content a {
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #df4b81;
    background-color: #df4b81;
    padding: 7px 30px;
    border-radius: 10px;
    margin: 20px 0;
    display: inline-block;
    font-family: "Didot-Regular";
    transition: all 0.5s;
    font-weight: 600;
}

section.featred-vendors-wrap .connect-with .content a {
    margin-bottom: 0;
}

.connect-with .content a:hover {
    background: #343638;
    border-color: #343638;
    color: #fff;
    transition: all 0.5s;
}

.connect-with .cust-btn-3 {
    margin: 50px 0;
}

/*---------------------------connect-with--------------------------*/

/*-----------------Testimonials--------------------*/
.Testimonials {
    padding: 100px 0;
    background: url(../img/testi-bg.png) no-repeat;
    background-size: auto;
    background-position: 100% 23%;
    position: relative;
    text-align: center;
}

.Testimonials:before {
    position: absolute;
    content: "";
    background: url(../img/qoutes.png) no-repeat;
    background-size: 170px;
    background-position: 5% 50%;
    display: block;
    left: 0;
    top: 36%;
    right: auto;
    height: 160px;
    width: 100%;
}

.Testimonials .headding-box {
    border: none;
}

.Testimonials .owl-carousel:after {
    position: absolute;
    content: "";
    background: url(../img/qoutes.png) no-repeat;
    background-size: auto;
    background-position: 0 50%;
}

.Testimonials .content h4 {
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.Testimonials .content h4:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
    width: 10px;
    height: 3px;
    background: #333;
    right: auto;
}

.Testimonials .owl-dots {
    display: none;
}

/*-------------------------search-slider---------------------------*/
.search-slider {
    padding: 130px 0;
    position: relative;
    text-align: center;
}

.search-slider .slider-wrap {
    padding: 100px 40px;
    border-top: 1px solid #a2a3a5;
    border-bottom: 1px solid #a2a3a5;
}

.search-slider .img-box {
    height: 240px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    margin: 0 0 20px;
}

.search-slider .img-box img {
    object-fit: cover;
}

.search-slider h5 {
    font-size: 14px;
    font-weight: bold;
    color: #5f6060;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
}

.search-slider .owl-nav {
    display: inline !important;
}

.search-slider .owl-nav button {
    background-size: 20px !important;
    width: 20px;
    height: 58px;
    position: absolute;
    top: 30%;
    border: none !important;
    background: none;
}

.search-slider .owl-nav button span {
    display: none;
}

.search-slider .owl-nav button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.search-slider .owl-nav .owl-prev {
    /* background: url(../img/arrow-left.png) no-repeat !important; */
    left: -40px;
    background-size: 20px !important;
    border: none !important;
    background: none;
}

.search-slider .owl-nav .owl-next {
    /* background: url(../img/arow-right.png) no-repeat !important; */
    right: -40px;
    background-size: 20px !important;
}

/*--------------------------planning----------------------*/
.planning {
    position: relative;
    padding: 120px 0;
    text-align: center;
}

.planning .plan-box {
    border: 10px double #c6a45d;
    padding: 0 0px 40px;
}

.planning h2 {
    background: #fff;
    display: inline-block;
    position: relative;
    top: -10px;
    margin-top: -30px;
    padding: 0 10px;
}

.planning .plan-box h3 {
    color: #343638;
    font-size: 36px;
    font-style: italic;
    line-height: 50px;
    position: relative;
    margin: 0 0 30px;
}

.planning .plan-box h3:after {
    position: relative;
    content: "";
    background: #b3b3b6;
    width: 70px;
    height: 2px;
    left: 0;
    display: block;
    right: 0;
    margin: 10px auto 40px;
    top: 18px;
}

.planning .plan-box a {
    font-size: 16px;
    color: #707176;
    font-weight: 400;
}

.planning .plan-box a .fa {
    font-size: 25px;
    color: #fe938c;
    position: relative;
    top: 6px;
}

/*-------------------------your guide------------------------------------*/

.your-guide {
    position: relative;
    padding: 150px 0 100px;
    /*background: #f3e0d4;*/
}

.your-guide:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 96%;
    left: 0px;
    background: #f3e0d4;
    top: 0;
    visibility: visible;
    z-index: -1;
}

.your-guide .guide-box [class*="col"] {
    padding: 0;
    margin: 0;
}

.your-guide .content {
    text-align: center;
    padding: 50px 40px;
    background: #fff;
    margin-left: 60px;
}

.your-guide .guide-tble {
    width: 100%;
    padding: 50px;
}

.your-guide .guide-tble td {
    color: #707176;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
    font-weight: 500;
    vertical-align: baseline;
}

.your-guide .guide-tble td:first-child {
    width: 100px;
}

.your-guide .cust-btn-3 a {
    background: #fe938c;
    border: none;
    padding: 20px 30px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
}

.your-guide .cust-btn-3 a:hover {
    background: #343638;
}

.your-guide .img-box {
    width: 100%;
    display: flex;
}

.your-guide .img-box img {
    object-fit: cover;
    width: 100%;
    max-width: 490px;
    margin-top: -70px;
}

/*-----------------------------inspiration---------------------*/
.inspiration {
    padding: 150px 0 50px;
    position: relative;
    text-align: center;
}

.inspiration h2 {
    font-family: "Signature Collection";
    color: #707176;
    font-size: 60px;
    font-weight: 500;
}

.inspiration h2 span {
    font-family: "Gotham Bold";
    font-style: normal;
    font-size: 30px;
    font-weight: bold;
    color: #6e6e6e;
}

.inspiration .elementor-element .elementor-element-populated {
    padding: 20px 0 !important;
}

.inspiration .container-fluid,
.inspiration .row,
.inspiration [class*="col"] {
    padding: 0;
    margin: 0;
}

.inspiration .img-box {
    width: 100%;
    height: 320px;
    display: flex;
    overflow: hidden;
}

.inspiration .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.3s;
}

.inspiration .img-box:hover img {
    transition: ease-in-out 0.3s;
    transform: scale(1.3) rotate(5deg);
}

/*---------------------Footer---------------------*/
footer {
    background: #3c4f5c;
    padding: 70px 0;
    color: #fff;
}

.footer-row {
    display: flex;
}

.footer-row .footer-col {
    width: 20%;
    padding: 0 20px;
}

.footer-row h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer-row .text ul {
    padding: 0;
    list-style: none;
}

.foo-logo img {
    width: 190px;
}

.footer-row .text ul a {
    font-size: 12px;
    text-transform: capitalize;
    /* font-weight: 100; */
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 35px;
    transition: 0.3s ease-in-out;
}

.footer-row .text ul a:hover {
    color: #fe938c;
    transition: 0.3s ease-in-out;
}

.footer-row .text.last a {
    font-size: 23px;
    font-family: "Didot-Regular";
    text-transform: capitalize;
    font-weight: normal;
}

#menu-footer-nav-3 li a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Didot-Regular";
    padding-bottom: 30px;
    display: block;
    line-height: 20px;
}

.social-icon ul {
    padding: 0;
    margin: 0 0 20px;
}

.social-icon ul a {
    font-size: 20px;
    padding: 0 5px;
    color: #ffff;
    font-weight: 100;
    margin-right: 10px;
}

.subscrib label {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    font-family: "Gotham Bold";
}

.subscrib input {
    color: #b0b1b3;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 8px 10px;
    border: none;
    font-weight: bold;
    width: 100%;
    font-family: "Gotham Bold";
    letter-spacing: 2px;
}

.subscrib input::placeholder {
    font-weight: bold;
    color: #b0b1b3;
    font-size: 14px;
    text-transform: uppercase;
}

.copy-right {
    background: #e9ecee;
    text-align: center;
    padding: 12px 0;
    font-size: 11px;
    color: #3c4f5c;
    font-weight: 600;
    letter-spacing: 2px;
}

.copy-right a {
    display: inline;
    color: #343638;
}

.copy-right span {
    padding: 0 15px;
}

/*------------------------------------inner page--------------------------------*/
.breadcrumb-row {
    position: relative;
    background: none;
    font-size: 14px;
    padding: 12px 0;
    padding-bottom: 0px;
}

.breadcrumb-row span {
    padding: 0 3px;
    text-transform: lowercase;
}


.breadcrumb-row .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-row a {
    color: #47494a;
}

.breadcrumb-row a:hover {
    text-decoration: underline;
}

.breadcrumb-row .breadcrumb a {
    font-size: 12px;
    color: #47494a;
    font-family: "Gotham Book";
    font-weight: 100;
    text-transform: lowercase;
}

.breadcrumb-row .current {
    color: #47494a;
    font-family: "Gotham Book";
    font-weight: 100;
    font-size: 12px;
    text-transform: lowercase;
}

.heading-img {
    padding: 30px 0;
    text-align: center;
}

.heading-img img {
    max-width: 800px;
    max-height: 125px;
    width: 100%;
    border: 1px solid #e3e3e3;
}

.blog-header {
    text-align: center;
    padding: 25px 0;
}

.blog-header .small {
    font-size: 13px;
    color: #fe938c;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    font-weight: bold;
    margin: 0 0 12px;
    display: block;
}

.blog-header .small a {
    color: #fe938c;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    font-weight: bold;
    font-size: 12px;
}

.blog-header .small a:hover {
    color: #8e8f8f;
}

.blog-header h2,
.blog-header h1 {
    font-size: 30px;
    color: #343638;
    max-width: 630px;
    margin: 0 auto 30px !important;
    line-height: 40px;
}

.content.left {
    padding-right: 10px;
}

.content.left h2,
.content.left h1 {
    font-size: 35px;
}

.content.left>.text:first-child {
    padding-top: 0;
}

.content.left p img {
    padding: 50px 0 0;
}

.blog-content .featured-post img {
    padding: 0 !important;
}

.blog-header .social-icon ul a {
    color: #343638;
    transition: all 0.3s;
    background: #e9ecee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 3px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-header .social-icon ul a:hover {
    background: #fe938c;
    color: #fff;
    transition: all 0.3s;
}

.blog-header .line {
    width: 120px;
    margin: 20px auto 0 auto;
    background: #fe938c;
    display: block;
    height: 2px;
}

.blog-header .auther {
    padding: 20px;
    font-size: 15px;
    color: #8e8f8f;
    font-weight: 100;
}

.blog-header .auther strong {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: #333;
    font-family: "Gotham Bold";
}

.blog-images-sec .img-row {
    display: flex;
}

.blog-images-sec .img-row .img-box {
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    display: flex;
}

.blog-images-sec .img-row .img-box a {
    display: flex;
}

.blog-images-sec .img-row .img-box img {
    object-fit: cover;
    transition: all 0.3s;
    width: 100%;
}

.blog-images-sec .img-row .img-box:hover img {
    transition: all 0.3s;
    /*transform: scale(1.2) rotate(5deg);*/
}

.blog-images-sec p {
    font-size: 15px;
    color: #8e8f8f;
    margin-left: 50px;
    padding: 10px 0;
}

.blog-images-sec p span {
    font-style: italic;
}

.blog-content {
    padding: 15px 0 40px;
    color: #343638;
    font-family: "Gotham";
    font-size: 15px;
}

.blog-content .content .text {
    padding: 0px;
    font-family: "Gotham";
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
}

.blog-content .content>.text>p {
    padding: 0px 30px;
}

.blog-content .content>.text>p>img {
    max-width: 114%;
    height: auto;
    margin-left: -30px;
    margin-right: -20px;
    padding: 0;
}

.blog-content .content .text h2 {
    padding-left: 30px;
}

.blog-content .content .text p a {
    text-decoration: underline;
    color: #df4b81;
}

.blog-content .content .text b,
.blog-content .content .text strong {
    font-family: 'Gotham Book';
}

.blog-content .content .text a {
    text-decoration: underline;
    color: #df4b81;
}

.blog-content .content .text li a {
    text-decoration: underline;
    color: #df4b81;
}

.blog-content .load-more {
    background: #e9ecee;
    text-align: center;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    color: #8e8f8f;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    font-weight: bold;
    transition: all 0.3s;
    margin: 40px 0 0;
}

.blog-content .load-more:hover {
    background: #f3e0d4;
    transition: all 0.3s;
}

.blog-2 h2,
.blog-2 h1 {
    font-size: 35px;
    margin: 0 0 20px;
}

.blog-2 .blog-header {
    text-align: left;
    position: relative;
    /*padding: 50px 0 0;*/
}

.blog-2 .blog-header h2,
.blog-2 .blog-header h1 {
    margin: 0 0 30px !important;
}

section.heading-img.left {
    margin-left: 0;
    text-align: left;
    padding-bottom: 0;
}

section.heading-img.left img {
    max-width: 730px;
}

.blog-2 .social-icon ul a {
    text-align: center;
}

.blog-2 .blog-header .line {
    margin-left: 0;
}

.blog-2 .auther {
    padding: 20px 0 0;
}

.blog-2 .social-icon {
    position: absolute;
    left: -70px;
    top: 90px;
}

.blog-2 .social-icon ul {
    display: block;
}

.blog-2 .social-icon ul li {
    margin: 0 0 10px;
}

.Photographer-name {
    padding: 10px 0;
}

.tab-row {
    border-top: 1px solid #939495;
    border-bottom: 1px solid #939495;
    padding: 30px 0;
    text-align: center;
}

.tab-row a {
    background: #fe938c;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    font-weight: normal;
    padding: 5px 12px;
    margin: 0 6px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    margin: 6px 6px !important;
}

.tab-row a:hover {
    background: #8e8f8f;
}

.featured-post .connect-with {
    padding-bottom: 0;
}

.featured-post .connect-with h2 {
    font-family: "Didot-Regular";
    font-size: 40px;
    font-weight: 300;
}

.local-vendors {
    font-size: 13px;
    font-family: "Gotham Book";
    color: #5f6060;
    padding: 30px 0;
    border-bottom: 1px solid #a0a1a2;
    line-height: 20px;
}

.local-vendors span {
    display: block;
    font-style: italic;
}

.pagination {
    margin: 30px 0;
    width: 100%;
}

.pagination .image-list {
    position: relative;
    width: 50%;
}

.pagination .image-list .img-box img {
    padding: 0;
    height: 145px !important;
}

.pagination .image-list .text {
    padding: 10px 0 !important;
    width: 100%;
    max-width: 170px;
}

.pagination .image-list .text p {
    margin: 0 0 20px;
    line-height: 18px;
    min-height: 65px;
    font-weight: 600;
}

.pagination .image-list .text p a {
    margin: 0 0 5px;
    font-family: "Didot-Regular";
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

.pagination .image-list .text .pagination-link {
    font-size: 14px;
    display: block;
    margin: 0;
}

.image-list .img-box {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    margin: 0;
}

.image-list .img-box img {
    object-fit: cover;
}

.image-list .text {
    padding: 20px 0 !important;
    font-family: "Didot-Regular";
}

.sidebar .image-list .img-box img {
    width: 150px;
    height: 150px;
}

.sidebar .image-list .img-box {
    width: 150px;
    height: 150px;
}

.sidebar .image-list .text p {
    font-family: "Didot-Regular";
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.sidebar .image-list .text {
    padding: 0 !important;
}

.more-videos {
    font-size: 22px;
    font-family: "Didot-Regular";
    text-align: center;
}

a.more-videos:link {
    color: #333;
}

.image-list .text p {
    margin: 0 0 20px;
}

.image-list .text span {
    font-size: 12px;
    color: #343638;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    font-weight: bold;
    display: block;
    font-style: normal;
    text-decoration: none;
    line-height: 12px;
}

.image-list .text a {
    text-decoration: none;
}

.image-list .text a:hover {
    color: #fe9e97;
}

.image-list .text .fa {
    font-size: 13px;
}

.image-list.right {
    text-align: right;
}

.image-list.right .text {
    float: right;
}

.sidebar .heading {
    border-top: 1px solid #39393a;
    border-bottom: 1px solid #39393a;
    padding: 10px 0;
    margin: 0 0;
}

.sidebar .heading h3 {
    margin: 0;
}

.widget-first .heading {
    border-bottom: 0 !important;
}

.sidebar .image-list {
    padding: 20px 10px 20px;
    border-bottom: 1px solid #e9eaec;
}

.sidebar .image-list:last-child {
    border: none;
    padding-bottom: 120px;
}

.sidebar .image-list .text {
    padding: 0;
}

.sidebar .text {
    padding: 0;
}

.sidebar .text span {
    margin: 10px 0 10px;
}

.sidebar .text a {
    text-decoration: none;
    font-style: normal;
    font-size: 17px;
}

.video-row {
    text-align: center;
    margin: 0 0;
    padding: 40px 0;
    border-top: 1px solid #39393a;
    border-bottom: 1px solid #39393a;
}

.video-row h3 {
    font-size: 25px;
    margin: 0 0 20px;
}

.video-row h4 {
    font-size: 20px;
    margin: 15px 0 30px;
}

.video-row .video {
    margin: 0 0 30px;
}

.video-row a {
    font-size: 11px;
    color: #343638;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    font-weight: bold;
    display: block;
    font-style: normal;
    text-decoration: none;
    line-height: 5px;
}

.video-row a img {
    filter: invert(100);
    margin-left: 10px;
}

.video-row p+hr {
    margin-bottom: 60px;
}

.related-post {
    position: relative;
    margin: 20px 0 0;
}

.related-post .trending {
    padding: 0;
}

.related-post .heading h4 {
    position: relative;
    font-size: 16px;
    color: #343638;
    font-family: "Gotham Bold";
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0px 30px;
    padding: 0 20px;
    float: left;
}

.related-post .heading h4:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
    background: #f3e0d4;
    left: 0;
    top: 8px;
    z-index: -1;
}

.related-post .trending .img-box {
    height: 190px;
}

.related-post .content .text {
    padding: 0;
}

.related-post .content .text h4 {
    line-height: 20px;
}

.related-post .content .text a {
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
}

.related-post .trending .content {
    margin: 0;
}

.call-to-action-2 {
    background: #f4e3d8;
    padding: 40px 0 60px;
    margin: 0 0 30px;
    position: relative;
}

.call-to-action-2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0px;
    background: #fe938c;
    bottom: 30px;
}

.call-to-action-2:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    right: 30px;
    background: #fe938c;
    top: 0;
}

.call-to-action-2 h2 {
    font-family: "Signature Collection";
    font-size: 50px;
    margin: 0 20px 0 0px;
    color: #000;
    font-weight: 500;
}

.call-to-action-2 .text {
    display: flex;
}

.call-to-action-2 a {
    font-size: 20px;
    color: #343638;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    font-weight: bold;
    line-height: 60px;
}

.call-to-action-2 a .red {
    color: #fe938c;
}

.call-to-action-2 a img {
    margin-left: 10px;
}

.call-to-action-2 .arrow {
    position: relative;
}

.call-to-action-2 .arrow:before {
    position: absolute;
    content: "";
    right: -79px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 5px solid transparent;
    top: -69px;
}

.call-to-action-2 .arrow:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #000;
    right: -70px;
    top: -65px;
}

.inner-banner {
    background: url(../img/slider.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0rem;
    padding-bottom: 5rem;
}

.vender-detail {
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vender-detail .top-sec {
    border: 1px solid #d4d4d6;
    border-radius: 10px;
    padding: 20px 20px 20px;
    margin: 0 0 30px;
}

.vender-detail .detail-box {
    padding: 30px 0 0px;
}

.vender-detail h3 {
    font-weight: 900;
    line-height: 34px;
    font-size: 22px;
    margin: 0 0 20px;
}

.vender-detail ul {
    padding: 0;
    list-style: none;
}

.vender-detail ul li {
    margin: 0 0 10px;
    font-size: 16px;
    color: #5f6060;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.vender-detail ul span {
    width: 30px;
    float: left;
}

.vender-detail ul li a {
    color: #5f6060;
}

.vender-detail .social-icon,
.vender-detail .cust-btn-3 {
    text-align: center;
}

.vender-detail .social-icon ul {
    margin: 50px 0 10px;
}

.info-tabs .nav-tabs li a {
    border: 1px solid #d4d4d6;
    border-radius: 5px;
    margin-right: 12px;
    font-size: 15px;
    color: #5f6060;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.info-tabs .nav-tabs {
    padding: 10px 0 30px;
}

.info-tabs .nav-tabs li.active a,
.info-tabs .nav-tabs li a:hover {
    background: #fe938c;
    color: #fff;
}

.tab-content .tab-pane {
    padding: 40px 0;
}

.tab-content h3 {
    font-weight: 900;
    line-height: 34px;
    font-size: 22px;
}

.tab-content .img-box {
    max-width: 250px;
    height: 300px;
    display: flex;
    overflow: hidden;
}

.tab-content .img-box img {
    object-fit: cover;
    width: 100%;
}

.gallery {
    position: relative;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery.pop {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.gallery figure {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.gallery figure img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery figure figcaption {
    display: none;
}

.popup {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.2s;
    transition: opacity 0.5s ease-in-out 0.2s;
}

.popup.pop {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.popup.pop figure {
    margin-top: 0;
    opacity: 1;
}

.popup figure {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: 30px;
    opacity: 0;
    -webkit-animation: poppy 500ms linear both;
    animation: poppy 500ms linear both;
}

.popup figure img {
    position: relative;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
    width: 410px;
}

.popup figure figcaption {
    position: absolute;
    bottom: 50px;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
    z-index: 2;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 100px 20px 20px 20px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
}

.popup figure figcaption small {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    margin-top: 12px;
    text-indent: 3px;
    opacity: 0.7;
    letter-spacing: 1px;
}

.popup figure .shadow {
    position: relative;
    z-index: 1;
    top: -15px;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 98%;
    height: 50px;
    opacity: 0.6;
    -webkit-filter: blur(15px) contrast(2);
    filter: blur(15px) contrast(2);
}

.popup .close {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(#close);
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.popup .close svg {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes poppy {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.4% {
        -webkit-transform: matrix3d(0.316,
                0,
                0,
                0,
                0,
                0.407,
                0,
                0,
                0,
                0,
                1,
                0,
                -94.672,
                -91.573,
                0,
                1);
        transform: matrix3d(0.316,
                0,
                0,
                0,
                0,
                0.407,
                0,
                0,
                0,
                0,
                1,
                0,
                -94.672,
                -91.573,
                0,
                1);
    }

    4.3% {
        -webkit-transform: matrix3d(0.408,
                0,
                0,
                0,
                0,
                0.54,
                0,
                0,
                0,
                0,
                1,
                0,
                -122.527,
                -121.509,
                0,
                1);
        transform: matrix3d(0.408,
                0,
                0,
                0,
                0,
                0.54,
                0,
                0,
                0,
                0,
                1,
                0,
                -122.527,
                -121.509,
                0,
                1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.45,
                0,
                0,
                0,
                0,
                0.599,
                0,
                0,
                0,
                0,
                1,
                0,
                -134.908,
                -134.843,
                0,
                1);
        transform: matrix3d(0.45,
                0,
                0,
                0,
                0,
                0.599,
                0,
                0,
                0,
                0,
                1,
                0,
                -134.908,
                -134.843,
                0,
                1);
    }

    6.81% {
        -webkit-transform: matrix3d(0.659,
                0,
                0,
                0,
                0,
                0.893,
                0,
                0,
                0,
                0,
                1,
                0,
                -197.77,
                -200.879,
                0,
                1);
        transform: matrix3d(0.659,
                0,
                0,
                0,
                0,
                0.893,
                0,
                0,
                0,
                0,
                1,
                0,
                -197.77,
                -200.879,
                0,
                1);
    }

    8.61% {
        -webkit-transform: matrix3d(0.82,
                0,
                0,
                0,
                0,
                1.097,
                0,
                0,
                0,
                0,
                1,
                0,
                -245.972,
                -246.757,
                0,
                1);
        transform: matrix3d(0.82,
                0,
                0,
                0,
                0,
                1.097,
                0,
                0,
                0,
                0,
                1,
                0,
                -245.972,
                -246.757,
                0,
                1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.883,
                0,
                0,
                0,
                0,
                1.168,
                0,
                0,
                0,
                0,
                1,
                0,
                -265.038,
                -262.804,
                0,
                1);
        transform: matrix3d(0.883,
                0,
                0,
                0,
                0,
                1.168,
                0,
                0,
                0,
                0,
                1,
                0,
                -265.038,
                -262.804,
                0,
                1);
    }

    10.21% {
        -webkit-transform: matrix3d(0.942,
                0,
                0,
                0,
                0,
                1.226,
                0,
                0,
                0,
                0,
                1,
                0,
                -282.462,
                -275.93,
                0,
                1);
        transform: matrix3d(0.942,
                0,
                0,
                0,
                0,
                1.226,
                0,
                0,
                0,
                0,
                1,
                0,
                -282.462,
                -275.93,
                0,
                1);
    }

    12.91% {
        -webkit-transform: matrix3d(1.094,
                0,
                0,
                0,
                0,
                1.328,
                0,
                0,
                0,
                0,
                1,
                0,
                -328.332,
                -298.813,
                0,
                1);
        transform: matrix3d(1.094,
                0,
                0,
                0,
                0,
                1.328,
                0,
                0,
                0,
                0,
                1,
                0,
                -328.332,
                -298.813,
                0,
                1);
    }

    13.61% {
        -webkit-transform: matrix3d(1.123,
                0,
                0,
                0,
                0,
                1.332,
                0,
                0,
                0,
                0,
                1,
                0,
                -336.934,
                -299.783,
                0,
                1);
        transform: matrix3d(1.123,
                0,
                0,
                0,
                0,
                1.332,
                0,
                0,
                0,
                0,
                1,
                0,
                -336.934,
                -299.783,
                0,
                1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.141,
                0,
                0,
                0,
                0,
                1.331,
                0,
                0,
                0,
                0,
                1,
                0,
                -342.273,
                -299.395,
                0,
                1);
        transform: matrix3d(1.141,
                0,
                0,
                0,
                0,
                1.331,
                0,
                0,
                0,
                0,
                1,
                0,
                -342.273,
                -299.395,
                0,
                1);
    }

    17.22% {
        -webkit-transform: matrix3d(1.205,
                0,
                0,
                0,
                0,
                1.252,
                0,
                0,
                0,
                0,
                1,
                0,
                -361.606,
                -281.592,
                0,
                1);
        transform: matrix3d(1.205,
                0,
                0,
                0,
                0,
                1.252,
                0,
                0,
                0,
                0,
                1,
                0,
                -361.606,
                -281.592,
                0,
                1);
    }

    17.52% {
        -webkit-transform: matrix3d(1.208,
                0,
                0,
                0,
                0,
                1.239,
                0,
                0,
                0,
                0,
                1,
                0,
                -362.348,
                -278.88,
                0,
                1);
        transform: matrix3d(1.208,
                0,
                0,
                0,
                0,
                1.239,
                0,
                0,
                0,
                0,
                1,
                0,
                -362.348,
                -278.88,
                0,
                1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.212,
                0,
                0,
                0,
                0,
                1.187,
                0,
                0,
                0,
                0,
                1,
                0,
                -363.633,
                -267.15,
                0,
                1);
        transform: matrix3d(1.212,
                0,
                0,
                0,
                0,
                1.187,
                0,
                0,
                0,
                0,
                1,
                0,
                -363.633,
                -267.15,
                0,
                1);
    }

    21.32% {
        -webkit-transform: matrix3d(1.196,
                0,
                0,
                0,
                0,
                1.069,
                0,
                0,
                0,
                0,
                1,
                0,
                -358.864,
                -240.617,
                0,
                1);
        transform: matrix3d(1.196,
                0,
                0,
                0,
                0,
                1.069,
                0,
                0,
                0,
                0,
                1,
                0,
                -358.864,
                -240.617,
                0,
                1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.151,
                0,
                0,
                0,
                0,
                0.96,
                0,
                0,
                0,
                0,
                1,
                0,
                -345.164,
                -216.073,
                0,
                1);
        transform: matrix3d(1.151,
                0,
                0,
                0,
                0,
                0.96,
                0,
                0,
                0,
                0,
                1,
                0,
                -345.164,
                -216.073,
                0,
                1);
    }

    25.23% {
        -webkit-transform: matrix3d(1.134,
                0,
                0,
                0,
                0,
                0.938,
                0,
                0,
                0,
                0,
                1,
                0,
                -340.193,
                -210.948,
                0,
                1);
        transform: matrix3d(1.134,
                0,
                0,
                0,
                0,
                0.938,
                0,
                0,
                0,
                0,
                1,
                0,
                -340.193,
                -210.948,
                0,
                1);
    }

    28.33% {
        -webkit-transform: matrix3d(1.075,
                0,
                0,
                0,
                0,
                0.898,
                0,
                0,
                0,
                0,
                1,
                0,
                -322.647,
                -202.048,
                0,
                1);
        transform: matrix3d(1.075,
                0,
                0,
                0,
                0,
                0.898,
                0,
                0,
                0,
                0,
                1,
                0,
                -322.647,
                -202.048,
                0,
                1);
    }

    29.03% {
        -webkit-transform: matrix3d(1.063,
                0,
                0,
                0,
                0,
                0.897,
                0,
                0,
                0,
                0,
                1,
                0,
                -318.884,
                -201.771,
                0,
                1);
        transform: matrix3d(1.063,
                0,
                0,
                0,
                0,
                0.897,
                0,
                0,
                0,
                0,
                1,
                0,
                -318.884,
                -201.771,
                0,
                1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.048,
                0,
                0,
                0,
                0,
                0.899,
                0,
                0,
                0,
                0,
                1,
                0,
                -314.277,
                -202.202,
                0,
                1);
        transform: matrix3d(1.048,
                0,
                0,
                0,
                0,
                0.899,
                0,
                0,
                0,
                0,
                1,
                0,
                -314.277,
                -202.202,
                0,
                1);
    }

    35.54% {
        -webkit-transform: matrix3d(0.979,
                0,
                0,
                0,
                0,
                0.962,
                0,
                0,
                0,
                0,
                1,
                0,
                -293.828,
                -216.499,
                0,
                1);
        transform: matrix3d(0.979,
                0,
                0,
                0,
                0,
                0.962,
                0,
                0,
                0,
                0,
                1,
                0,
                -293.828,
                -216.499,
                0,
                1);
    }

    36.74% {
        -webkit-transform: matrix3d(0.972,
                0,
                0,
                0,
                0,
                0.979,
                0,
                0,
                0,
                0,
                1,
                0,
                -291.489,
                -220.242,
                0,
                1);
        transform: matrix3d(0.972,
                0,
                0,
                0,
                0,
                0.979,
                0,
                0,
                0,
                0,
                1,
                0,
                -291.489,
                -220.242,
                0,
                1);
    }

    39.44% {
        -webkit-transform: matrix3d(0.962,
                0,
                0,
                0,
                0,
                1.01,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.62,
                -227.228,
                0,
                1);
        transform: matrix3d(0.962,
                0,
                0,
                0,
                0,
                1.01,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.62,
                -227.228,
                0,
                1);
    }

    41.04% {
        -webkit-transform: matrix3d(0.961,
                0,
                0,
                0,
                0,
                1.022,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.247,
                -229.999,
                0,
                1);
        transform: matrix3d(0.961,
                0,
                0,
                0,
                0,
                1.022,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.247,
                -229.999,
                0,
                1);
    }

    44.44% {
        -webkit-transform: matrix3d(0.966,
                0,
                0,
                0,
                0,
                1.032,
                0,
                0,
                0,
                0,
                1,
                0,
                -289.763,
                -232.215,
                0,
                1);
        transform: matrix3d(0.966,
                0,
                0,
                0,
                0,
                1.032,
                0,
                0,
                0,
                0,
                1,
                0,
                -289.763,
                -232.215,
                0,
                1);
    }

    52.15% {
        -webkit-transform: matrix3d(0.991,
                0,
                0,
                0,
                0,
                1.006,
                0,
                0,
                0,
                0,
                1,
                0,
                -297.363,
                -226.449,
                0,
                1);
        transform: matrix3d(0.991,
                0,
                0,
                0,
                0,
                1.006,
                0,
                0,
                0,
                0,
                1,
                0,
                -297.363,
                -226.449,
                0,
                1);
    }

    59.86% {
        -webkit-transform: matrix3d(1.006,
                0,
                0,
                0,
                0,
                0.99,
                0,
                0,
                0,
                0,
                1,
                0,
                -301.813,
                -222.759,
                0,
                1);
        transform: matrix3d(1.006,
                0,
                0,
                0,
                0,
                0.99,
                0,
                0,
                0,
                0,
                1,
                0,
                -301.813,
                -222.759,
                0,
                1);
    }

    61.66% {
        -webkit-transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.991,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.102,
                -222.926,
                0,
                1);
        transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.991,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.102,
                -222.926,
                0,
                1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.992,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.171,
                -223.276,
                0,
                1);
        transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.992,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.171,
                -223.276,
                0,
                1);
    }

    75.28% {
        -webkit-transform: matrix3d(1.001,
                0,
                0,
                0,
                0,
                1.003,
                0,
                0,
                0,
                0,
                1,
                0,
                -300.341,
                -225.696,
                0,
                1);
        transform: matrix3d(1.001,
                0,
                0,
                0,
                0,
                1.003,
                0,
                0,
                0,
                0,
                1,
                0,
                -300.341,
                -225.696,
                0,
                1);
    }

    83.98% {
        -webkit-transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.61,
                -225.049,
                0,
                1);
        transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.61,
                -225.049,
                0,
                1);
    }

    85.49% {
        -webkit-transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.599,
                -224.94,
                0,
                1);
        transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.599,
                -224.94,
                0,
                1);
    }

    90.69% {
        -webkit-transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.705,
                -224.784,
                0,
                1);
        transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.705,
                -224.784,
                0,
                1);
    }

    100% {
        -webkit-transform: matrix3d(1,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -300,
                -225,
                0,
                1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
    }
}

@keyframes poppy {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.4% {
        -webkit-transform: matrix3d(0.316,
                0,
                0,
                0,
                0,
                0.407,
                0,
                0,
                0,
                0,
                1,
                0,
                -94.672,
                -91.573,
                0,
                1);
        transform: matrix3d(0.316,
                0,
                0,
                0,
                0,
                0.407,
                0,
                0,
                0,
                0,
                1,
                0,
                -94.672,
                -91.573,
                0,
                1);
    }

    4.3% {
        -webkit-transform: matrix3d(0.408,
                0,
                0,
                0,
                0,
                0.54,
                0,
                0,
                0,
                0,
                1,
                0,
                -122.527,
                -121.509,
                0,
                1);
        transform: matrix3d(0.408,
                0,
                0,
                0,
                0,
                0.54,
                0,
                0,
                0,
                0,
                1,
                0,
                -122.527,
                -121.509,
                0,
                1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.45,
                0,
                0,
                0,
                0,
                0.599,
                0,
                0,
                0,
                0,
                1,
                0,
                -134.908,
                -134.843,
                0,
                1);
        transform: matrix3d(0.45,
                0,
                0,
                0,
                0,
                0.599,
                0,
                0,
                0,
                0,
                1,
                0,
                -134.908,
                -134.843,
                0,
                1);
    }

    6.81% {
        -webkit-transform: matrix3d(0.659,
                0,
                0,
                0,
                0,
                0.893,
                0,
                0,
                0,
                0,
                1,
                0,
                -197.77,
                -200.879,
                0,
                1);
        transform: matrix3d(0.659,
                0,
                0,
                0,
                0,
                0.893,
                0,
                0,
                0,
                0,
                1,
                0,
                -197.77,
                -200.879,
                0,
                1);
    }

    8.61% {
        -webkit-transform: matrix3d(0.82,
                0,
                0,
                0,
                0,
                1.097,
                0,
                0,
                0,
                0,
                1,
                0,
                -245.972,
                -246.757,
                0,
                1);
        transform: matrix3d(0.82,
                0,
                0,
                0,
                0,
                1.097,
                0,
                0,
                0,
                0,
                1,
                0,
                -245.972,
                -246.757,
                0,
                1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.883,
                0,
                0,
                0,
                0,
                1.168,
                0,
                0,
                0,
                0,
                1,
                0,
                -265.038,
                -262.804,
                0,
                1);
        transform: matrix3d(0.883,
                0,
                0,
                0,
                0,
                1.168,
                0,
                0,
                0,
                0,
                1,
                0,
                -265.038,
                -262.804,
                0,
                1);
    }

    10.21% {
        -webkit-transform: matrix3d(0.942,
                0,
                0,
                0,
                0,
                1.226,
                0,
                0,
                0,
                0,
                1,
                0,
                -282.462,
                -275.93,
                0,
                1);
        transform: matrix3d(0.942,
                0,
                0,
                0,
                0,
                1.226,
                0,
                0,
                0,
                0,
                1,
                0,
                -282.462,
                -275.93,
                0,
                1);
    }

    12.91% {
        -webkit-transform: matrix3d(1.094,
                0,
                0,
                0,
                0,
                1.328,
                0,
                0,
                0,
                0,
                1,
                0,
                -328.332,
                -298.813,
                0,
                1);
        transform: matrix3d(1.094,
                0,
                0,
                0,
                0,
                1.328,
                0,
                0,
                0,
                0,
                1,
                0,
                -328.332,
                -298.813,
                0,
                1);
    }

    13.61% {
        -webkit-transform: matrix3d(1.123,
                0,
                0,
                0,
                0,
                1.332,
                0,
                0,
                0,
                0,
                1,
                0,
                -336.934,
                -299.783,
                0,
                1);
        transform: matrix3d(1.123,
                0,
                0,
                0,
                0,
                1.332,
                0,
                0,
                0,
                0,
                1,
                0,
                -336.934,
                -299.783,
                0,
                1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.141,
                0,
                0,
                0,
                0,
                1.331,
                0,
                0,
                0,
                0,
                1,
                0,
                -342.273,
                -299.395,
                0,
                1);
        transform: matrix3d(1.141,
                0,
                0,
                0,
                0,
                1.331,
                0,
                0,
                0,
                0,
                1,
                0,
                -342.273,
                -299.395,
                0,
                1);
    }

    17.22% {
        -webkit-transform: matrix3d(1.205,
                0,
                0,
                0,
                0,
                1.252,
                0,
                0,
                0,
                0,
                1,
                0,
                -361.606,
                -281.592,
                0,
                1);
        transform: matrix3d(1.205,
                0,
                0,
                0,
                0,
                1.252,
                0,
                0,
                0,
                0,
                1,
                0,
                -361.606,
                -281.592,
                0,
                1);
    }

    17.52% {
        -webkit-transform: matrix3d(1.208,
                0,
                0,
                0,
                0,
                1.239,
                0,
                0,
                0,
                0,
                1,
                0,
                -362.348,
                -278.88,
                0,
                1);
        transform: matrix3d(1.208,
                0,
                0,
                0,
                0,
                1.239,
                0,
                0,
                0,
                0,
                1,
                0,
                -362.348,
                -278.88,
                0,
                1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.212,
                0,
                0,
                0,
                0,
                1.187,
                0,
                0,
                0,
                0,
                1,
                0,
                -363.633,
                -267.15,
                0,
                1);
        transform: matrix3d(1.212,
                0,
                0,
                0,
                0,
                1.187,
                0,
                0,
                0,
                0,
                1,
                0,
                -363.633,
                -267.15,
                0,
                1);
    }

    21.32% {
        -webkit-transform: matrix3d(1.196,
                0,
                0,
                0,
                0,
                1.069,
                0,
                0,
                0,
                0,
                1,
                0,
                -358.864,
                -240.617,
                0,
                1);
        transform: matrix3d(1.196,
                0,
                0,
                0,
                0,
                1.069,
                0,
                0,
                0,
                0,
                1,
                0,
                -358.864,
                -240.617,
                0,
                1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.151,
                0,
                0,
                0,
                0,
                0.96,
                0,
                0,
                0,
                0,
                1,
                0,
                -345.164,
                -216.073,
                0,
                1);
        transform: matrix3d(1.151,
                0,
                0,
                0,
                0,
                0.96,
                0,
                0,
                0,
                0,
                1,
                0,
                -345.164,
                -216.073,
                0,
                1);
    }

    25.23% {
        -webkit-transform: matrix3d(1.134,
                0,
                0,
                0,
                0,
                0.938,
                0,
                0,
                0,
                0,
                1,
                0,
                -340.193,
                -210.948,
                0,
                1);
        transform: matrix3d(1.134,
                0,
                0,
                0,
                0,
                0.938,
                0,
                0,
                0,
                0,
                1,
                0,
                -340.193,
                -210.948,
                0,
                1);
    }

    28.33% {
        -webkit-transform: matrix3d(1.075,
                0,
                0,
                0,
                0,
                0.898,
                0,
                0,
                0,
                0,
                1,
                0,
                -322.647,
                -202.048,
                0,
                1);
        transform: matrix3d(1.075,
                0,
                0,
                0,
                0,
                0.898,
                0,
                0,
                0,
                0,
                1,
                0,
                -322.647,
                -202.048,
                0,
                1);
    }

    29.03% {
        -webkit-transform: matrix3d(1.063,
                0,
                0,
                0,
                0,
                0.897,
                0,
                0,
                0,
                0,
                1,
                0,
                -318.884,
                -201.771,
                0,
                1);
        transform: matrix3d(1.063,
                0,
                0,
                0,
                0,
                0.897,
                0,
                0,
                0,
                0,
                1,
                0,
                -318.884,
                -201.771,
                0,
                1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.048,
                0,
                0,
                0,
                0,
                0.899,
                0,
                0,
                0,
                0,
                1,
                0,
                -314.277,
                -202.202,
                0,
                1);
        transform: matrix3d(1.048,
                0,
                0,
                0,
                0,
                0.899,
                0,
                0,
                0,
                0,
                1,
                0,
                -314.277,
                -202.202,
                0,
                1);
    }

    35.54% {
        -webkit-transform: matrix3d(0.979,
                0,
                0,
                0,
                0,
                0.962,
                0,
                0,
                0,
                0,
                1,
                0,
                -293.828,
                -216.499,
                0,
                1);
        transform: matrix3d(0.979,
                0,
                0,
                0,
                0,
                0.962,
                0,
                0,
                0,
                0,
                1,
                0,
                -293.828,
                -216.499,
                0,
                1);
    }

    36.74% {
        -webkit-transform: matrix3d(0.972,
                0,
                0,
                0,
                0,
                0.979,
                0,
                0,
                0,
                0,
                1,
                0,
                -291.489,
                -220.242,
                0,
                1);
        transform: matrix3d(0.972,
                0,
                0,
                0,
                0,
                0.979,
                0,
                0,
                0,
                0,
                1,
                0,
                -291.489,
                -220.242,
                0,
                1);
    }

    39.44% {
        -webkit-transform: matrix3d(0.962,
                0,
                0,
                0,
                0,
                1.01,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.62,
                -227.228,
                0,
                1);
        transform: matrix3d(0.962,
                0,
                0,
                0,
                0,
                1.01,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.62,
                -227.228,
                0,
                1);
    }

    41.04% {
        -webkit-transform: matrix3d(0.961,
                0,
                0,
                0,
                0,
                1.022,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.247,
                -229.999,
                0,
                1);
        transform: matrix3d(0.961,
                0,
                0,
                0,
                0,
                1.022,
                0,
                0,
                0,
                0,
                1,
                0,
                -288.247,
                -229.999,
                0,
                1);
    }

    44.44% {
        -webkit-transform: matrix3d(0.966,
                0,
                0,
                0,
                0,
                1.032,
                0,
                0,
                0,
                0,
                1,
                0,
                -289.763,
                -232.215,
                0,
                1);
        transform: matrix3d(0.966,
                0,
                0,
                0,
                0,
                1.032,
                0,
                0,
                0,
                0,
                1,
                0,
                -289.763,
                -232.215,
                0,
                1);
    }

    52.15% {
        -webkit-transform: matrix3d(0.991,
                0,
                0,
                0,
                0,
                1.006,
                0,
                0,
                0,
                0,
                1,
                0,
                -297.363,
                -226.449,
                0,
                1);
        transform: matrix3d(0.991,
                0,
                0,
                0,
                0,
                1.006,
                0,
                0,
                0,
                0,
                1,
                0,
                -297.363,
                -226.449,
                0,
                1);
    }

    59.86% {
        -webkit-transform: matrix3d(1.006,
                0,
                0,
                0,
                0,
                0.99,
                0,
                0,
                0,
                0,
                1,
                0,
                -301.813,
                -222.759,
                0,
                1);
        transform: matrix3d(1.006,
                0,
                0,
                0,
                0,
                0.99,
                0,
                0,
                0,
                0,
                1,
                0,
                -301.813,
                -222.759,
                0,
                1);
    }

    61.66% {
        -webkit-transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.991,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.102,
                -222.926,
                0,
                1);
        transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.991,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.102,
                -222.926,
                0,
                1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.992,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.171,
                -223.276,
                0,
                1);
        transform: matrix3d(1.007,
                0,
                0,
                0,
                0,
                0.992,
                0,
                0,
                0,
                0,
                1,
                0,
                -302.171,
                -223.276,
                0,
                1);
    }

    75.28% {
        -webkit-transform: matrix3d(1.001,
                0,
                0,
                0,
                0,
                1.003,
                0,
                0,
                0,
                0,
                1,
                0,
                -300.341,
                -225.696,
                0,
                1);
        transform: matrix3d(1.001,
                0,
                0,
                0,
                0,
                1.003,
                0,
                0,
                0,
                0,
                1,
                0,
                -300.341,
                -225.696,
                0,
                1);
    }

    83.98% {
        -webkit-transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.61,
                -225.049,
                0,
                1);
        transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.61,
                -225.049,
                0,
                1);
    }

    85.49% {
        -webkit-transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.599,
                -224.94,
                0,
                1);
        transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.599,
                -224.94,
                0,
                1);
    }

    90.69% {
        -webkit-transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.705,
                -224.784,
                0,
                1);
        transform: matrix3d(0.999,
                0,
                0,
                0,
                0,
                0.999,
                0,
                0,
                0,
                0,
                1,
                0,
                -299.705,
                -224.784,
                0,
                1);
    }

    100% {
        -webkit-transform: matrix3d(1,
                0,
                0,
                0,
                0,
                1,
                0,
                0,
                0,
                0,
                1,
                0,
                -300,
                -225,
                0,
                1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -225, 0, 1);
    }
}

.gallery-row .gallery figure figcaption {
    display: block;
    transform: translateY(0px);
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    padding: 20px;
}

.gallery-row .gallery figure figcaption small {
    display: block;
    font-weight: 100;
    padding: 10px 0 0;
    border-top: 1px solid #fff;
    margin-top: 10px;
}

.gallery-row .gallery figure {
    position: relative;
    margin: 10px 10px 20px;
    padding: 0;
    max-width: 30%;
    height: 300px;
}

.gallery-row .gallery figure:before {
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery-row .gallery figure:hover:before {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.gallery-row .gallery figure:hover figcaption {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: translateY(-230px);
}

.blog-row .well {
    padding: 0;
}

.blog-row .img-box {
    max-width: 200px;
    height: auto;
    float: left;
}

.blog-row .img-box img {
    max-width: 200px;
    float: left;
    height: auto;
}

.blog-row .media-body {
    padding: 40px;
}

.blog-row h4 {
    font-weight: 900;
    line-height: 33px;
    font-size: 20px;
}

.blog-row .glyphicon {
    color: #fba200;
}

.form-sec label {
    font-size: 14px;
    font-weight: bold;
    color: #5f6060;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
}

.form-sec input {
    color: #5f6060;
    border: 1px solid #5f6060;
    border-radius: 0;
    padding: 10px;
    height: 40px;
    margin: 0 0 20px;
}

.form-sec textarea {
    color: #5f6060;
    border: 1px solid #5f6060;
    border-radius: 0;
    padding: 10px;
    margin: 0 0 20px;
}

.form-sec .cust-btn-3 {
    background: #343638;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.4px;
    border-radius: 7px;
    border: 1px solid #58595b;
    font-weight: bold;
}

.form-sec .cust-btn-3:hover {
    background: #f3e0d4;
    color: #343638;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

#contact-me .map-row {
    position: relative;
    padding-bottom: 98%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#contact-me .map-row iframe {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------all video------------------------------*/
.video-header {
    background: #f7f8f9;
    padding: 20px 0 0px;
    text-align: center;
}

.video-header .title {
    position: relative;
    font-size: 18px;
    font-family: "Gotham Book";
    color: #343638;
    max-width: 500px;
    margin: 0 auto 0px;
}

.video-header .title span {
    background: #f7f8f9;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
}

@media only screen and (max-width: 767px) {
    .video-header .title span {
        text-transform: capitalize !important;
    }
}

.video-header .title span span {
    padding: 0px !important;
}

.video-header .title span a {
    /*       font-size: 14px; */
    color: #343638;
}

.video-header .title span a:hover {
    text-decoration: underline;
}

.video-header .title:before {
    position: absolute;
    content: "";
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 13px;
    background: #cdd2cf;
}

.video-header .heading h2 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 5px !important;
}

.topnav {
    overflow: hidden;
}

.topnav>ul {
    margin: 0;
}

.topnav a {
    color: #333;
    text-align: center;
    padding: 16px 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gotham Bold";
    position: relative;
    display: block;
}

.topnav>ul>li>a:after {
    display: inline-block;
    width: 0 !important;
    height: 0 !important;
    margin-left: 10px;
    vertical-align: 0.255em;
    content: "" !important;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.topnav>ul>li>a:hover:after {
    width: 44px;
    transition: width all 0.3s;
}

.video_box {
    padding: 20px 0 0;
}

.single-format-video .blog-content.blog-2 .blog-header .auther {
    display: flex;
    justify-content: space-between;
}

.single-format-video .blog-content.blog-2 .blog-header .auther .btn {
    border: none;
    border-radius: 8px;
    background: #e9ecee;
    color: #343638;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    font-family: "Gotham Bold";
    display: inline-block;
    padding: 10px 20px;
    height: 58px;
}

.single-format-video .blog-content.blog-2 .blog-header .auther .btn .fa {
    font-size: 25px;
    color: #fe938c;
    position: relative;
    bottom: -7px;
    padding: 0 5px;
}

.single-format-video .blog-content.blog-2 .small {
    margin: 0;
}

.single-format-video .blog-content.blog-2 .blog-header {
    padding: 0 0 20px 0;
}

.single-format-video .blog-content.blog-2 .blog-header h2,
.single-format-video .blog-content.blog-2 .blog-header h1 {
    margin: 0 0 30px;
}

.single-format-video .blog-content.blog-2 .text {
    padding: 40px 0 !important;
    border-top: 1px solid #333;
}

.single-format-video .blog-content.blog-2 .tab-row {
    padding: 0;
    text-align: left;
    border: none;
}

.single-format-video .blog-content.blog-2 .tab-row a {
    margin: 10px 6px 0 0px !important;
}

.single-format-video .blog-content.blog-2 .related-post .text {
    border: none;
    padding: 0 !important;
}

.topnav a.active,
.topnav a:hover {
    color: #343638;
}

.topnav .icon {
    display: none;
}

.more-link-like {
    padding: 100px 0;
}

.morelike .category-blok .content .title {
    width: 100%;
}

.more-link-like .category-blok {
    padding: 50px 50px 20px;
    border: 7px double #c6a45d;
    text-align: center;
}

.more-link-like .category-blok h2 {
    background: #fff;
    display: inline-block;
    position: relative;
    top: -60px;
    margin-top: -30px;
    padding: 0 10px;
}

.more-link-like .category-blok .text {
    border: none !important;
    padding: 30px 0 0;
}

#series .category-wrap .content .img-box {
    overflow: visible;
}

@media screen and (max-width: 600px) {
    .topnav {
        position: relative;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: none;
        display: block;
        position: absolute;
        bottom: -20px;
        right: 50%;
        top: 0px;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.short-sec {
    text-align: center;
    background: #343638;
    position: relative;
}

.short-sec .dropdown {
    display: inline-block;
    position: static;
}

.short-sec .dropdown button {
    background: #343638;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: "Gotham Bold";
    border-radius: 0;
    padding: 12px 20px;
    transition: all 0.3s;
    border: none;
    position: relative;
}

.short-sec .dropdown button:hover,
.dropdown.open .dropdown-toggle {
    background: #fff;
    color: #343638;
    transition: all 0.3s;
    z-index: 9999;
}

.short-sec .dropdown button:focus {
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
}

.short-sec .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    /*   position: absolute;
  top: 18px;
  right: 18px; */
}

.short-sec .dropdown.open .dropdown-toggle::after {
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.short-sec .dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 75px;
    height: 100%;
    border: 2px solid #c9c9c9;
    padding: 20px;
    text-align: center;
}

/*-----------------radio buttons----------------*/
.radio-btns {
    margin: 20px 0 20px;
}

.radio-box {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

label.radio-box {
    margin-right: 12px;
}

/* Hide the browser's default radio button */
.radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #cacaca;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-box:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-box input:checked~.checkmark {
    background-color: #fe938c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.short-sec .dropdown .cust-btn-3 a:hover {
    color: #fff;
    opacity: 0.8;
}

/*-----------slider-sec--------*/
.slider-sec {
    /*margin: 100px 0 0;*/
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.slider-sec .owl-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9;
}

.slider-sec .owl-nav button {
    position: absolute;
    top: 40%;
    z-index: 999;
}

.slider-sec .owl-nav button:focus {
    outline: none;
    box-shadow: none;
}

.slider-sec .owl-nav .owl-prev {
    left: 10%;
}

.slider-sec .owl-nav .owl-next {
    right: 10%;
}

.slider-sec .owl-nav button img {
    filter: brightness(100);
}

.video_slider_sec .owl-stage-outer .item.active {
    width: 1170px;
}

.video_slider_sec .owl-stage-outer .item .slidewrapper {
    position: relative;
    background: #000;
}

.video_slider_sec .owl-stage-outer .item .slideimg {
    opacity: 0.6;
}

.video_slider_sec .owl-stage-outer .active .item .slideimg {
    opacity: 0.8;
}

.video_slider_sec .owl-stage-outer .item .slidewrapper:before {
    content: "";
    position: absolute;
    background: url(../img/owl.video.play.png) no-repeat;
    height: 80px;
    width: 80px;
    top: 50%;
    opacity: 1;
    z-index: 1;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    cursor: pointer;
}

.video_slider_sec .owl-stage-outer .item .slidewrapper:hover:before {
    opacity: 0.7;
    z-index: 0;
}

.video_slider_sec .owl-stage-outer .item.active .slidewrapper:before {
    content: "";
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 36%;
    z-index: 1;
}

/*
.weddingvideo a.dropbtn:last-child:hover{
    color: #f3e0d4 !important;
    }*/

.fashion-head {
    text-align: center;
    padding: 20px 100px;
    margin: 0 auto;
    width: 600px;
}

@media only screen and (max-width: 576px) {
    .fashion-head {
        text-align: center;
        padding: 20px 20px;
    }
}

.fashion-head .small {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    font-family: "Gotham Bold";
    font-size: 16px;
    border-bottom: 2px solid #fe938c;
    display: inline-block;
    padding: 7px;
    margin-bottom: 20px;
}

.fashion-head h2 {
    font-size: 35px;
}

.fashion-head h2 a {
    color: #343638;
}

.fashion-head h2 a:hover {
    color: #fe938c;
}

.fashion-head h2 span {
    display: block;
    font-style: normal;
    font-size: 35px;
}

/*---------------category-blok------------------*/
.category-blok {
    position: relative;
}

.category-blok.trending .category-wrap {
    border-bottom: none;
}

.category-blok.trending {
    padding: 0px;
}

.category-blok .category-wrap {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #343638;
}

.category-blok.last .category-wrap {
    border: none;
}

.category-blok .blok-head {
    box-sizing: content-box;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.category-blok .blok-head .title {
    float: left;
}

.category-blok .blok-head h2 {
    font-size: 35px;
    position: relative;
}

.category-blok .blok-head h2:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    left: 0px;
    background: #fe938c;
    bottom: -10px;
}

.category-blok .blok-head .select-box {
    float: right;
}

.category-blok .blok-head .select-box select {
    padding: 12px 20px;
    background: #e9ecee;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width: 310px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #e9ecee;
    -webkit-appearance: none;
    appearance: none;
    background-position-x: 280px;
    cursor: pointer;
}

select:focus {
    outline: none;
}

.category-blok .content {
    position: relative;
}

.category-blok .content .img-box {
    width: 100%;
    height: 300px;
    /*    overflow: hidden;*/
    border-radius: 10px;
    display: flex;
}

.category-blok .content .img-box:hover {
    cursor: pointer;
}

.category-blok .content .img-box .exclusive_access {
    display: none;
    transition: all 0.3s;
}

.category-blok .content .img-box:hover .exclusive_access {
    border-radius: 10px;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    color: #fff;
    transition: all 0.3s;
    font-size: 14px;
}

.category-blok .content .img-box img {
    object-fit: cover;
    width: 100%;
    transition: all 0.3s;
    border-radius: 10px;
}

.category-blok .content:hover .img-box img {
    /*transform: scale(1.2);*/
    transition: all 0.3s;
}

.single-format-video .blog-content.blog-2 .category-blok .content .text {
    padding: 10px 10px !important;
}

.single-format-video .blog-content.blog-2 .category-blok .content .text h4 {
    padding: 20px 0px 0;
}

.category-blok .content .title {
    position: relative;
    text-align: right;
}

.category-blok .content .title {
    position: relative;
    text-align: right;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: #343638;
    font-family: "Gotham Bold";
    position: relative;
    width: 80%;
    margin: auto 0 0 auto;
}

.category-blok .content .title:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 0;
    height: 1px;
    width: 100%;
    background: #343638;
    z-index: -1;
}

.category-blok .content .title span {
    background: #fff;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
}

.category-blok .content h4 {
    padding: 20px 30px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    /*       min-height: 150px; */
}

.category-blok .content a {
    color: #343638;
}

.category-blok .content a:hover {
    color: #fe938c;
}

.category-blok .cust-btn-3 {
    text-align: center;
    margin: 20px 0 20px;
}

.category-blok .cust-btn-3 a {
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.9px;
    background-color: #343638;
    border-style: solid;
    border-radius: 10px 10px 10px 10px;
}

.category-blok .cust-btn-3 a:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.category-blok .star {
    width: 40px;
    height: 40px;
    background: #e9ecee;
    position: absolute;
    right: -5px;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
    font-size: 20px;
    color: #fe938c;
    border: 2px solid #fff;
    top: -8px;
}

/*--------------------------------become insider-----------------------------*/
.bcm-insider {
    background: #f7e9e1 url(../img/bcm-bg.png) no-repeat;
    background-size: contain;
    padding: 70px 0;
    background-position: 0% 50%;
    position: relative;
    margin: 0 0 30px;
}

.bcm-insider .content {
    text-align: center;
}

.bcm-insider h2 {
    font-family: "Signature Collection";
    font-size: 80px;
    margin: 0 20px 0 0px;
    color: #000;
}

.bcm-insider p {
    font-style: italic;
    font-family: "Didot-Regular";
    margin: 0 0 20px;
}

/*--------------------------all video------------------------------*/

/*------------------ACTIVELY PLANNING--------------------------------*/
.filter-nav #myTopnav {
    overflow: visible;
    position: relative;
}

.filter-nav #myTopnav .dropdown {
    position: initial;
    display: inline-block;
}

.filter-nav #myTopnav .dropdown>a+span {
    position: absolute;
    right: 0px;
    top: 15px;
}

.filter-nav #myTopnav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    padding: 0;
    padding: 10px 0px 0px 0px;
    margin-top: 0;
}

.filter-nav #myTopnav .dropdown-content a {
    color: black;
    padding: 2px 9px;
    text-decoration: none;
    display: block;
    padding-left: 16px;
    text-align: left;
    font-size: 13px;
    font-weight: normal !important;
    text-transform: capitalize;
    font-family: "Gotham Book";
}

.filter-nav #myTopnav .dropdown-content a:hover {
    background-color: #ddd;
}

@media only screen and (min-width: 577px) {
    .filter-nav #myTopnav .dropdown:hover .dropdown-content {
        display: block;
    }
}

@media only screen and (max-width: 576px) {
    .open .drop-down-open .dropdown-content {
        display: block !important;
    }

    .dropdown-content {
        display: none;
    }
}

.filter-nav #myTopnav .dropdown.megamenucat .dropdown-content {
    width: 100%;
    left: 0;
    height: auto;
    column-count: 4;
}

/*.filter-nav #myTopnav .dropdown.megamenucat .dropdown-content a:nth-child(n+12){
    float: right;
    }*/
/*--------------------------------------events----------------------------*/

.events-sec {
    position: relative;
    padding: 30px 0 0;
}

.event-slids .item {
    position: relative;
}

.event-slids .item .text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 60%;
    background: #f3e0d4;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    left: 65%;
}

.event-slids .text {
    padding: 70px 0;
}

.event-slids .text small {
    font-size: 14px;
    font-family: "Gotham Bold";
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
}

.event-slids .text h1 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: bolder;
    line-height: initial;
    color: #343638;
}

.event-slids .text .cust-btn-3 a {
    background: #fe938c;
    border: none;
}

.event-slids .text .cust-btn-3 a:hover {
    background: #343638;
}

.event-slids .owl-dots {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

.event-slids .owl-dots .owl-dot {
    width: 40px;
    height: 3px;
    background: #e3e3e3;
    margin: 0 5px;
}

.event-slids .owl-dots .owl-dot:focus {
    border: none;
    outline: none;
}

.event-slids .owl-dots .owl-dot.active {
    background: #343638;
}

.populer-events {
    position: relative;
    padding: 100px 0 20px;
}

.event-filter-row {
    background: #faf8f5;
    padding: 20px;
    margin: 0 0 40px;
}

.event-filter-row h5 {
    color: #0f112f;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
    margin: 0 0 30px;
}

.event-filter-row select {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    font-family: "Gotham Bold";
    text-transform: capitalize;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.event-filter-row select:focus {
    outline: none;
    border: none;
}

.event-filter-row .filter-left .dropdown {
    float: left;
    margin-right: 20px;
}

.event-filter-row .filter-left .dropdown-toggle {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    font-family: "Gotham Bold";
    text-transform: capitalize;
    cursor: pointer;
}

.filter-right {
    text-align: right;
}

.filter-right button {
    background: none;
    border: none;
    font-weight: 600;
    font-weight: bold;
    font-family: "Gotham Bold";
    text-transform: capitalize;
    color: #0f112f;
}

.event-row {
    position: relative;
}

.event-row .event-content {
    overflow: hidden;
    transition: all 0.3s;
    margin: 0 0 30px;
}

/*.event-row .event-content:hover{
 transition: all 0.3s;
 box-shadow: 0 0 9px 0px #eee;   
 }*/
.event-row .event-content .img-box {
    width: 100%;
    height: 200px;
    display: flex;
    overflow: hidden;
}

.event-row .event-content .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.populer-events .text {
    padding: 10px 0 15px;
}

.populer-events .date {
    float: left;
    width: 50px;
    font-weight: 600;
    font-size: 25px;
    color: #161925;
    text-align: center;
    margin-right: 20px;
}

.populer-events .date span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    line-height: 18px;
}

.populer-events .discription p {
    margin: 0;
    color: #161827;
    font-size: 14px;
    font-weight: 400;
}

.event-row .event-content:hover .discription h3 {
    color: #fe9e97;
    transition: all 0.5s;
}

.populer-events .discription h3 {
    color: #111423;
    font-family: "Gotham Bold";
    font-weight: bold;
    margin: 0;
    transition: all 0.5s;
    font-size: 16px;
}

.populer-events .discription h3 a {
    color: #333;
    font-family: "Gotham Bold";
    font-weight: bold;
    margin: 0;
    transition: all 0.5s;
    font-size: 14px;
}

.venue {
    padding: 100px 0;
}

.venue-content {
    position: relative;
}

.venue-content .nav-tabs {
    text-align: center;
    border: none;
    padding: 10px 0 30px;
}

.venue-content .nav-tabs li {
    float: none;
    display: inline-block;
}

.venue-content .nav-tabs li a {
    font-family: "Gotham Bold";
    border: none;
    font-weight: 600;
    color: #343638;
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.venue-content .nav-tabs li.active a {
    font-family: "Gotham Bold";
    border: none;
    border-bottom: 1px solid #fe938c;
    color: #fe938c;
}

.venue-content .nav-tabs li a:hover {
    font-family: "Gotham Bold";
    border-bottom: 1px solid #fe938c;
    color: #fe938c;
    transition: all 0.3s;
}

.venue-content .tab-content .tab-pane {
    padding: 0;
    border: 1px solid #d5d5d5;
}

.venue-content .tab-pane .row,
.venue-content .tab-pane [class*="col"] {
    padding: 0;
    margin: 0;
}

.venue-content .tab-pane .map-row {
    position: relative;
    padding-bottom: 98%;
    height: 0;
    overflow: hidden;
}

.venue-content .tab-pane .map-row iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.venue-content .tab-pane .event-list {
    height: 100%;
    overflow-y: auto;
    max-height: 500px;
}

.venue-content .tab-pane .event-list ul {
    padding: 0;
    list-style: none;
}

.venue-content .tab-pane .event-list li {
    border: 1px solid #d5d5d5;
    display: grid;
}

.venue-content .tab-pane .event-list .text {
    padding: 10px;
}

.venue-content .tab-pane .event-list .discription {
    float: left;
    max-width: 300px;
    letter-spacing: 0;
    width: 100%;
    line-height: 14px;
}

.venue-content .tab-pane .event-list .list-img {
    width: 160px;
    display: flex;
    float: right;
}

.venue-content .tab-pane .event-list .list-img img {
    width: 100%;
    object-fit: cover;
}

.venue-content .pagination {
    display: block;
    margin: 0;
    position: absolute;
    width: 100%;
    border: 0;
    padding: 20px 20px;
    z-index: 11;
    border-top: 1px solid #c1c1c1;
    border-radius: 0;
}

.venue-content .pagination a {
    color: #5f5f5f;
}

.venue-content .pagination a .fa {
    font-size: 20px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 576px) {
    .events-sec {
        padding: 0px;
        margin-top: -18px;
    }

    .event-slids .text h1 {
        margin: 10px 0;
        font-size: 28px;
    }

    .event-slids .text {
        padding: 40px 30px 20px;
    }

    .slider-img-1 img {
        height: 200px !important;
        object-fit: cover;
    }

    .populer-events {
        position: relative;
        padding: 40px 0 20px;
    }

    .populer-events .blok-head h2 {
        text-align: left;
    }

    .populer-events .blok-head h2:after {
        width: 100%;
    }

    .populer-events .dropdown {
        text-align: left;
    }

    body #dropdownMenuEvent {
        width: 98% !important;
    }

    .venue-content .nav-tabs {
        text-align: left;
    }

    .venue-content .nav-tabs li {
        width: 48%;
        margin-bottom: 12px;
    }

    .populer-events.venue h2 {
        line-height: 1.5;
    }

    .venue-content .tab-pane .event-list li {
        border: none;
        border-top: 1px solid #d5d5d5;
    }

    .venue-content .tab-pane .event-list ul {
        margin-bottom: 0px;
    }

    .show-in-phone .date {
        width: 20%;
        text-align: left !important;
    }

    .populer-events .date {
        width: 20%;
        text-align: center;
    }

    .populer-events .date span {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .show-in-phone .discription h3 {
        line-height: 18px;
    }

    .event .button_box {
        display: none;
    }

    .event.sidebar .content-area {
        min-height: 180px !important;
    }

    .zoom-section {
        margin-top: 35px !important;
    }

    .zoom-log-box {
        margin-top: 35px !important;
    }
}

/*--------------------------------------End events----------------------------*/

.widgetframe h4:hover {
    color: #fe938c;
}

/*------------------------------media------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .logo-box li .dropdown-toggle img {
        float: left;
        width: 200px;
    }

    .head-btns div a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .connect-with .content a {
        padding: 7px 10px;
    }

    .image-list .text p {
        font-size: 14px;
        line-height: 15px;
    }

    .call-to-action-2 h2 {
        font-size: 40px;
    }

    .call-to-action-2 a {
        font-size: 19px;
    }

    .foo-logo img {
        width: 160px;
    }

    .blog-2 .blog-header {
        margin-left: 70px;
    }

    .guide-box .elementor-col-50:last-child {
        max-width: 410px !important;
    }

    .video_slider_sec .owl-carousel .owl-video-wrapper {
        height: 460px;
    }
}

@media (max-width: 1100px) {
    header #filter {
        margin: auto 0 10px auto;
    }
}

@media (max-width: 1080px) {
    header #filter {
        float: left;
        max-width: 100%;
    }

    .logo-box li .dropdown-toggle img {
        width: 190px;
    }

    .topnav a {
        padding: 7px 10px !important;
    }

    .slider-sec {
        margin: 0px 0 0;
        height: 65vh;
    }

    .bcm-insider {
        background-position: -50% 50%;
    }
}

@media (max-width: 991px) {
    header.sticky {
        z-index: 1;
        background: #fff;
    }

    .blog-images-sec {
        text-align: center;
    }

    .blog-content {
        padding-top: 20px;
    }

    .content.left {
        padding: 0px;
    }

    .foo-logo img {
        width: 150px;
    }

    .blog-images-sec .img-row .img-box {
        height: 500px;
    }

    .related-post .trending .img-box {
        height: 240px;
    }

    .call-to-action-2 .text {
        display: block;
        text-align: center;
    }

    .call-to-action-2 {
        background: #f4e3d8;
        padding: 40px 0 10px;
        margin: 0 0 30px;
    }

    .call-to-action-2 a img {
        margin-left: 0;
    }

    .footer-row {
        display: block;
    }

    .footer-row .footer-col {
        width: 100%;
        padding: 30px 0;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #fff;
    }

    .blog-2 .blog-header {
        margin-left: 70px;
    }

    .category-blok .content {
        margin: 0 0 50px;
    }

    .category-blok .content h4 {
        min-height: auto;
    }

    .slider-sec {
        margin: 0px 0 0;
        height: 60vh;
    }

    .bcm-insider {
        background-position: -300% 50%;
    }

    .planning .plan-box {
        margin: 0 20px;
    }

    .your-guide {
        padding: 100px 0 100px;
    }

    .your-guide:after {
        width: 100%;
    }

    .your-guide .guide-box .content {
        margin: 0 !important;
    }

    .guide-box .elementor-col-50 {
        width: 100% !important;
    }

    .guide-box .elementor-inner-column.elementor-col-50:last-child {
        background: #fceae9;
        width: 100% !important;
    }

    .guide-box .elementor-col-50:last-child .elementor-widget-wrap {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .your-guide .events-list {
        padding: 100px 0;
    }

    .planning h2 {
        top: -26px;
    }

    .video_slider_sec .owl-carousel .owl-video-wrapper {
        height: 460px;
    }
}

@media (max-width: 767px) {
    header #filter {
        float: none;
    }

    .head-btns {
        justify-content: center;
        float: none;
    }

    .logo-box {
        position: relative;
        width: 100% !important;
        text-align: center !important;
    }

    .logo-box .dropdown-menu {
        position: fixed;
        width: 100%;
        text-align: center;
    }

    .bcm-insider {
        background: #f7e9e1 url(../img/insider-img.jpg) no-repeat;
    }

    .menu-toggle {
        line-height: 45px;
    }

    .menu-toggle-container {
        text-align: center;
    }

    .pagination .image-list .img-box {
        display: none;
    }

    .related-post .trending .img-box {
        height: 300px;
        flex-flow: column;
    }

    .blog-2 .social-icon {
        position: relative;
        left: 0;
        top: 0;
    }

    .blog-2 .social-icon ul {
        display: inline-flex;
    }

    .blog-2 .blog-header {
        margin-left: 0;
    }

    .blog-2 .blog-header .line {
        margin: 0;
        margin-top: 40px;
    }

    section.heading-img.left img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    h2 {
        font-size: 30px;
    }

    .blog-header h2,
    .blog-header h1,
    .fashion-head h2 {
        font-size: 30px;
    }

    .blog-images-sec .img-row .img-box {
        height: 380px;
    }

    .blog-content .content .text {
        padding: 40px 0;
    }

    .related-post .content .text {
        padding: 0 !important;
    }

    .head-btns div a {
        font-size: 12px;
        letter-spacing: 0;
        padding: 5px 12px;
    }

    .pagination .image-list .text {
        padding: 20px !important;
    }

    .related-post .heading h4 {
        font-size: 12px;
        text-align: center;
        padding: 0;
    }

    .related-post .heading h4:after {
        height: 12px;
        top: 7px;
    }

    .sidebar .image-list .text {
        text-align: left;
        padding: 0 0 0 5px !important;
    }

    .blog-images-sec p {
        margin-left: 0;
    }

    .blog-content {
        padding-top: 0;
    }

    .heading-img {
        padding: 0px 0;
        padding-top: 20px;
    }

    .slider-sec {
        margin: 0px 0 0;
        height: 214px;
    }

    .category-blok .blok-head .title,
    .category-blok .blok-head .select-box {
        float: none;
        text-align: center;
    }

    .category-blok .blok-head h2:after {
        right: 0;
        margin: 0 auto;
    }

    .breadcrumb-row {
        text-align: center;
    }

    .events-list h2 {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    body {
        font-size: 14px;
    }

    .blog-images-sec .img-row .img-box {
        height: 250px;
    }

    /*.text, .local-vendors{
    text-align: center;
    }*/

    .blog-header h2,
    .blog-header h1,
    h2,
    .category-blok .blok-head h2 {
        font-size: 26px;
    }

    header #filter {
        height: 37px;
        color: #fff !important;
    }

    header #filter .form-control button,
    header #filter .form-control {
        height: 46px;
        font-size: 8px;
    }

    .tab-row a {
        padding: 7px 8px;
        font-size: 10px;
    }

    .image-list .text p {
        margin: 0 0 20px;
        font-size: 10px;
        line-height: 15px;
    }

    .call-to-action-2 a {
        font-size: 18px;
        line-height: 26px;
    }

    .call-to-action-2 h2 {
        font-size: 38px;
        margin: 0 20px 30px 0px;
    }

    .call-to-action-2 a img {
        display: block;
        margin: 20px auto;
    }

    .bcm-insider h2 {
        font-size: 60px;
    }
}

@media (max-width: 360px) {}

.your-guide .content {
    margin: 0;
}

.guide-box .elementor-col-50:last-child {
    position: relative;
    background: #fceae9;
    width: 472px !important;
}

.guide-box .icon {
    width: 100px;
    height: 100px;
    background: #ff918e;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    padding: 20px;
}

.guide-box .icon img {
    width: 100%;
    object-fit: cover;
}

.your-guide h5 {
    font-weight: 400;
    letter-spacing: 0;
}

.your-guide .guide-tble {
    width: 100%;
    padding: 20px;
    margin: 0 0 50px;
}

.your-guide .guide-tble td {
    padding: 7px 0;
    font-weight: 400;
    color: #828388;
}

.your-guide .cust-btn-3 a {
    font-weight: 400;
}

.events-list {
    position: relative;
    min-height: 400px;
    z-index: 0;
    text-align: center;
    margin: 60px 0px 0px 0;
    border: 2px solid #fff;
    padding: 60px 20px 90px 70px;
    left: -74px;
}

/*.guide-box:after{
  position: absolute;
  content: "";
  height: 90%;
  width: 500px;
  top: 0;
  right: 0;
  background: #3c4f5c;
  z-index: 0;
  }*/

.guide-box .elementor-col-50:last-child:before {
    position: absolute;
    content: "";
    height: 170px;
    width: 50%;
    left: 0;
    background: #ee9890;
    z-index: 0;
    bottom: 0;
    right: 0;
}

.guide-box .elementor-col-50:last-child .elementor-widget-wrap {
    background: #3c4f5c;
    margin-left: 70px;
    margin-bottom: 50px;
}

.events-list h2 {
    font-size: 69px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 40px !important;
    font-weight: 100;
}

.events-list h2:after {
    position: absolute;
    content: "";
    width: 52px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    height: 2px;
}

.events-list h2 span {
    display: block;
    text-transform: lowercase;
    font-style: italic;
    font-size: 39px;
    margin: 5px 0;
}

.dark-icon {
    width: 100px;
    position: absolute;
    background: #3c4f5c;
    padding: 13px;
    right: -20px;
    bottom: 0px;
}

.dark-icon img {
    width: 100px;
}

.events-list ul {
    padding: 0;
    list-style: none;
}

.events-list ul li {
    color: #fff;
    font-family: "Gotham Book";
    font-weight: 100;
    font-size: 15px;
    padding: 2px 0;
}

@media (max-width: 1201px) {
    .dark-icon {
        right: -40px;
        bottom: 0px;
    }
}

@media (max-width: 1199px) {
    .guide-box:after {
        width: 430px;
    }

    .events-list {
        min-height: 560px;
    }
}

@media (max-width: 1113px) {
    .dark-icon {
        right: -40px;
        bottom: 0px;
    }
}

@media (max-width: 1111px) {
    .dark-icon {
        right: -40px;
        bottom: -8px;
    }
}

@media (max-width: 991px) {
    .guide-box:after {
        display: none;
    }

    .events-list {
        min-height: auto;
        width: 100%;
        border: none;
        left: auto;
        background: #3c4f5c;
        margin: 0;
        padding: 50px;
        outline: 2px solid #fff;
        outline-offset: -30px;
    }

    .dark-icon img {
        width: 50px;
    }

    .dark-icon {
        right: 0px;
        bottom: 10px;
    }
}

.mega-menu-sec {
    position: relative;
}

.mega-menu-sec .dropdown .dropdown-menu {
    max-width: 100%;
    border: none;
    padding: 0;
}

.mega-menu-sec .dropdown .dropdown-menu-single {
    display: none;
}

.mega-menu-sec .open .dropdown-menu-single {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 999;
}

.mega-menu-sec .dropdown .dropdown-menu-single ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.mega-menu-sec .dropdown .dropdown-menu-single ul li {
    padding: 2px 10px;
}

.mega-menu-sec .dropdown .dropdown-menu-single ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

.mega-menu-sec .menu-colum {
    column-count: 7;
    text-align: left;
    background: #fff;
    padding: 20px;
}

.mega-menu-sec .menu-box {
    margin: 0 0 30px;
}

.mega-menu-sec .menu-box h5 {
    font-size: 14px;
    font-family: "Gotham Bold";
    font-weight: 700;
    word-break: break-all;
    white-space: break-spaces;
    letter-spacing: 0;
}

.mega-menu-sec .menu-box ul {
    padding: 0;
    list-style: none;
}

.mega-menu-sec .menu-box ul li {
    line-height: all;
}

.mega-menu-sec .menu-box ul a {
    color: #343638;
    font-size: 12px;
    line-height: 0;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Gotham";
    transition: all 0.3s;
}

.mega-menu-sec .menu-box ul a:hover {
    color: #fe938c;
}

.add-box {
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding: 100px 60px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .mega-menu-sec .menu-colum {
        column-count: 4;
        text-align: left;
    }

    .mega-menu-sec .dropdown .dropdown-menu {
        height: 120vh;
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .mega-menu-sec .menu-colum {
        column-count: 3;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .mega-menu-sec .menu-colum {
        column-count: 3;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .mega-menu-sec .menu-colum {
        column-count: 2;
        text-align: left;
    }
}

@media (max-width: 360px) {
    .mega-menu-sec .menu-colum {
        column-count: 1;
        text-align: left;
    }
}

.boxguide {
    margin-bottom: 0px !important;
}

.font-40 {
    font-size: 40px !important;
}

.date-design-1 {
    font-size: 19px;
    font-weight: bolder;
    padding-left: 7px;
    margin-top: 3px;
}

.margin-5 p {
    margin-bottom: 5px;
}

/*Events*/

.event-categories li a {
    font-size: 15px !important;
    font-family: "Gotham Bold";
}

.event-categories {
    margin-top: 35px !important;
}

p.date-design-1 {
    font-weight: 300;
    padding-left: 0 !important;
}

h4.event-heading {
    font-size: 21px;
    font-family: "Gotham Bold" !important;
    margin-top: 0;
    margin-bottom: 20px;
}

i.fa.fa-refresh {
    display: none !important;
}

div.button_box {
    padding-top: 50px;
    font-family: "Gotham Bold";
}

.row.event2 {
    margin-top: 25px;
}

p.date-design-1 {
    font-family: "Gotham Bold";
}

a#iCal_Export_btn,
a#calendar_btn {
    border: 1px solid #fe958e;
    border-radius: 15px;
    background: transparent;
    color: #fe958e;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.event-image {
    max-height: 600px;
}

img#virtual_img {
    width: 100%;
    height: 100%;
}

a.event-link {
    color: #333;
}

a.recent-event {
    color: #333;
}

a.recent-event-name {
    color: #333;
    font-weight: 800;
}

.upcoming-date {
    font-family: "Gotham Bold";
    color: #333;
    font-size: 16px !important;
}

.upcoming-location {
    font-family: "Gotham Bold";
    color: #333;
    font-size: 12px !important;
}

.upcoming-address {
    color: #333;
    font-size: 12px !important;
}

.upcoming-result-date {
    font-family: "Gotham Bold";
    color: #333;
    font-size: 24px !important;
}

/*galleries*/
.masonry.gutterless .brick {
    padding: 5px;
}

/*home page - Big Day - Wedding Styles*/
.big-day {
    font-family: "Gotham Bold";
    font-size: 12px;
    font-weight: 900;
    color: #707176;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    margin-top: 10px;
}

.big-day:after {
    position: relative;
    content: "";
    width: 50px;
    height: 3px;
    background: #fe938c;
    display: block;
    left: auto;
    right: auto;
    margin: 0 auto 30px;
    top: 4px;
}

/*Vendor Filter*/
li.vendor-list {
    font-size: 12px;
}

.location-list {
    font-size: 12px;
}

/* Additional CSS Migration Start */

/*General*/
.overflow-hidden {
    overflow: hidden;
}

.header-dropdown-1 {
    margin-left: -1px !important;
    margin-top: -7px !important;
    border-color: black !important;
}

.w-293 {
    width: 293px !important;
}

.m-t-n-55 {
    margin-top: -56px !important;
}

.owl-item.active.center .slidewrapper:before {
    display: block;
}

.owl-item .slidewrapper:before {
    display: none;
}

header {
    transition: none;
}

.category-blok .content .img-box:hover .exclusive_access {
    width: 350px;
    left: 10px;
}

.img350-350 {
    height: 350px !important;
}

@media only screen and (max-width: 576px) {
    .img350-350 {
        height: 320px !important;
    }

    .trending .elementor-element-populated {
        padding: 0px !important;
    }
}

header #filter {
    margin-left: -50px;
    max-width: 437px;
    display: block;
}

.trending .img-box img {
    border-radius: 10px;
}

.sticky:before {
    content: "";
    background: white;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0px;
    height: 93px;
}

.sticky:after {
    content: "";
    position: fixed;
    width: 100%;
    left: 0px;
    top: 92px;
    border-bottom: 1px solid #cdcccb;
}

.sticky {
    animation: none;
    transition: none;
    border: 0px;
}

#sel1 {
    padding-left: 10px !important;
}

header #filter .form-control {
    height: 28px;
}

.video-header .heading h1 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 35px;
    font-family: "Didot-Regular";
    font-weight: 300;
    margin: 0px !important;
}

.short-sec .dropdown .dropdown-menu form {
    background: white;
    -webkit-box-shadow: 0px 15px 12px -15px rgb(0 0 0 / 18%);
    box-shadow: 0px 15px 12px -15px rgb(0 0 0 / 18%);
}

.youtube-icon-1 {
    width: 80px !important;
    height: 60px;
}

.star-icon-1 {
    width: 60px !important;
}

.overlay-design-1 {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: 135px;
}

.sub-text-1 {
    color: white;
    font-size: 27px;
    font-family: "Gotham Bold";
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.dropdown-item-1 li a:hover {
    background-color: transparent !important;
    color: #fe938c;
    cursor: pointer;
}

.divider-hide-2 {
    border-bottom: 0px !important;
}

.divider-n-5 {
    margin-left: -5px;
    position: relative;
}

.divider-1 {
    position: relative !important;
}

.open {
    position: static !important;
}

.home-filter .open {
    position: relative !important;
}

.divider-1:hover:after,
.open:after {
    opacity: 0;
}

.divider-1:after {
    content: "";
    position: absolute;
    height: 21px;
    border-left: 1px solid #5d5e60;
    top: 14px;
    right: -1px;
    z-index: 999;
}

.filter-nav #myTopnav .dropdown-content {
    width: 30%;
}

.filter-nav #myTopnav .dropdown-content.dropdown-content-category {
    width: 100%;
    left: 0 !important;
}

.dropdown-content:hover:after {
    display: none !important;
}

.widget-first .heading {
    border-bottom: 1px solid #39393a !important;
    margin-bottom: 30px;
}

.icon-down-1 {
    margin-left: -22px;
    font-size: 18px;
    color: white;
    font-weight: 100;
}

.dropdown-item-layout-1 li {
    margin-left: -1px;
    margin-right: -1px;
    padding: 5px;
    color: black;
}

.dropdown-item-layout-1 li:hover {
    color: #f5928d;
    cursor: pointer;
}

.dropdown-item-layout-1 {
    left: 50%;
    margin-left: -99.8px;
    background: #fff;
    width: 204px;
    border: 1px solid black;
    padding-left: 16px;
    height: 175px;
    overflow: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.dropdown-item-layout-1::-webkit-scrollbar {
    width: 5px;
}

.dropdown-item-layout-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.dropdown-item-layout-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#dropdownMenu1567 {
    background: #343638;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 7px;
    font-weight: bold;
    letter-spacing: 0.4px;
    border: none !important;
    font-family: "Gotham Bold";
    width: 204px;
    text-align: left;
}

.mt-n-50 {
    margin-top: -50px;

    text-align: center;
    width: 100%;
}

.sidebar-heading-3 {
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-family: "Didot-Regular";
    font-weight: 700;
    border-top: 1px solid #39393a;
    padding-top: 10px;
}

#sticky.stick {
    width: 318px;
}

.pb-155 {
    padding-bottom: 155px !important;
}

.mr-n-3 {
    margin-right: -3px;
}

.caret-img {
    float: right;
    margin-right: 15px;
    margin-top: -25px;
}

#yy-lloydBrayton {
    padding-left: 15px;
    font-family: "Gotham";
}

#dropdownMenu1565 {
    width: 100%;
    height: 45px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent;
    color: black !important;
    text-align: left;
    padding-left: 15px;
    font-family: "Gotham";
}

.dropdown-item-1 {
    width: 100%;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* margin-left: -1px; */
    box-shadow: none;
    border-color: #cccdce;
    margin-top: -3px;
    height: 300px;
    overflow: auto;
}

.radio-box input:checked~.checkmark:before {
    position: absolute;
    content: "";
    border: 1px solid #ddd;
    border-radius: 50%;
    left: -5px;
    height: 21px;
    width: 20px;
    top: -5px;
}

.radio-box input:checked~.checkmark {
    position: absolute;
    top: 4px;
    left: 10px;
    height: 13px;
    width: 13px;
    border: 1px solid #cacaca;
    border-radius: 50%;
}

.menu-layout-3 {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    height: 300px;
    overflow: auto;
    padding: 0px;
}

.menu-layout-3 li {
    flex: -1 0 25%;
}

.filter-nav #myTopnav .dropdown-content.dropdown-content-category .menu-layout-3 {
    display: block;
    height: auto;
    column-count: 1;
}

@media screen and (min-width:600px) {
    .filter-nav #myTopnav .dropdown-content.dropdown-content-category .menu-layout-3 {
        column-count: 2;
    }
}

@media screen and (min-width:800px) {
    .filter-nav #myTopnav .dropdown-content.dropdown-content-category .menu-layout-3 {
        column-count: 3;
    }
}

@media screen and (min-width:1000px) {
    .filter-nav #myTopnav .dropdown-content.dropdown-content-category .menu-layout-3 {
        column-count: 4;
    }
}

@media screen and (min-width:1200px) {
    .filter-nav #myTopnav .dropdown-content.dropdown-content-category .menu-layout-3 {
        column-count: 5;
    }
}

.filter-nav #myTopnav .dropdown-content.dropdown-content-category .menu-layout-3>li {
    display: block;
}

.image-list .text span {
    display: inline-block;
}

.sidebar .row:last-child {
    border: 0px !important;
}

.sidebar .row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.sidebar-desc {
    font-size: 16px !important;
    font-weight: bold;
}

.sidebar-description {
    height: 120px;
    overflow: hidden;
    font-family: "Didot-Regular";
    line-height: 22px !important;
}

.sidebar-title {
    font-weight: bold;
    font-size: 12px !important;
    text-transform: capitalize;
    font-family: "Gotham Bold";
}

/*img-box is used for the event thumbnails*/
.img-box a img {
    height: 115px;
    object-fit: cover;
    border-radius: 0px;
    margin-bottom: 15px;
    /*      width: 115px; */
}

.sticky-top-1 {
    position: fixed;
    top: 93px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 999;
    /*       transition: 0.3s ease-in-out; */
    z-index: 3;
    /*     animation: slide-down 0.7s; */
}

.sticky-top-2 {
    position: fixed;
    width: 100%;
    top: 125px;
    z-index: 999;
    /*       transition: 0.3s ease-in-out; */
    z-index: 3;
    /*     animation: slide-down 0.7s; */
}

form .cust-btn-3 button {
    padding: 12px 30px !important;
    font-size: 14px !important;
    border: 1px solid !important;
}

.pagination .image-list .text p {
    min-height: 95px !important;
}

.cust-btn-3 {
    margin-bottom: 60px;
    border: 0px !important;
}

input[type="checkbox"] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 3px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    top: 5px;
}

input[type="checkbox"]:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 13px;
    position: absolute;
    cursor: pointer;
    height: 13px;
    width: 13px;
    left: 0;
    top: 0;
    font-size: 10px;
}

input[type="checkbox"]:focus {
    outline: 0;
    /*  border: none; */
}

/* input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after {
  background: #fe938c;
  content: '\2714';
  color: #fff;
}
*/
input[type="checkbox"]:checked:after {
    background: #fe938c;
    content: "\2714";
    color: #fff;
}

.dropdown-content a {
    display: inline-block;
}

.dropdown-content {
    width: 100%;
    left: 0px;
    /*  column-count: 4; */
}

.topnav>ul>li>a:after {
    display: inline-block;
    width: 0 !important;
    height: 0 !important;
    margin-left: 10px;
    vertical-align: 0.255em;
    content: "" !important;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: 0.5s all linear;
}

.topnav>ul>li:hover>a:after {
    /*  vertical-align: 0px;
   transform: rotate(-135deg);
   transition:0.5s all linear; */
}

.lastchildvendor a:after {
    display: none !important;
}

.border-right_1,
.border-right_2,
.border-right_3 {
    display: inline-block;
    border-left: 1px solid grey;
    height: 22px;
    position: absolute;
    top: 13px;
    z-index: 1;
    margin-left: -3px;
}

.event-categories {
    display: inline-block;
    padding-left: 0px;
    margin-top: 57px;
}

.event-categories li:after {
    content: ", ";
}

.event-categories li {
    display: inline-block;
}

.event-categories li:last-child:after {
    content: "";
}

.event-categories li a {
    color: black;
    font-size: 19px;
    font-weight: bolder;
}

.event-categories li a:hover {
    color: #efbab6;
}

.tag-hover {
    display: inline-block;
}

.pl-200 {
    padding-left: 200px;
}

.topnav a {
    padding: 14px 13px;
}

.video_slider_sec .owl-stage-outer .item .slideimg {
    opacity: 0.22 !important;
}

.video_slider_sec .owl-stage-outer .active.center .item .slideimg {
    opacity: 0.64 !important;
}

.event-organizer {
    line-height: 1.3;
}

/* .event-organizer h4 {
  font-size: 24px;
  font-weight: bold !important;
  } */
.ml-35 {
    padding-left: 35px;
}

.trending .img-box img,
.event-row .event-content .img-box img {
    width: 100%;
    height: auto;
}

.category-blok .content .img-box img {
    width: 350px;
    height: -webkit-fill-available;
}

@media only screen and (max-width: 1199px) {

    .trending .img-box img,
    .event-row .event-content .img-box img {
        /*     width: 280px;
height: 240px; */
        margin: 0 auto;
    }

    .category-blok .content .img-box {
        height: 200px;
    }

    .category-blok .content .img-box img {
        width: 280px;
        height: 200px;
    }
}

@media only screen and (max-width: 576px) {
    .category-blok .content .img-box {
        height: 320px;
    }

    .category-blok .content .img-box img {
        width: 95%;
        height: 320px;
    }
}

/* Masonry grid */
.masonry {
    transition: all 0.5s ease-in-out;
    column-gap: 30px;
    column-fill: balance;
}

/* Masonry item */
.masonry .brick {
    margin-bottom: 30px;
    /* display: inline-block; */
    vertical-align: top;
    /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
    opacity: 0.75;
}

/* Bordered masonry */
.masonry.bordered {
    column-rule: 1px solid #eee;
    column-gap: 50px;
}

.masonry.bordered .brick {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

/* Gutterless masonry */
.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .masonry {
        column-count: 2;
    }

    .category-blok .content .img-box:hover .exclusive_access {
        width: 280px;
        left: 225px;
    }
}

@media only screen and (max-width: 768px) {

    .d-block-ph {
        display: block !important;
    }

    .change-order {
        display: flex;
        flex-flow: column;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .blog-2 .blog-header h2,
    .blog-2 .blog-header h1 {
        letter-spacing: 1px;
    }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {

    .desc {
        font-size: 1.25em;
    }

    .intro {
        letter-spacing: 1px;
    }

    .masonry {
        column-count: 2;
    }
}

.mh-130 {
    min-height: 102px !important;
    overflow: auto;
}

.h4-1 {
    font-family: "Didot-Regular";
    font-style: normal;
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 600;
    text-align: left;
}

.sidebar .image-list:last-child {
    padding-bottom: 65px;
}

div.button_box {
    padding-top: 63px;
}

.sort-p {
    padding: 3px 8px;
    border: 1px solid #ddd;
    background: #f7f8f9;
    color: black;
    display: inline-block;
    text-transform: uppercase;
}

.sort-p button {
    padding: 0 !important;
}

#clearallvalue1 {
    color: #333538;
}

.sort-cross {
    padding-right: 5px;
    color: #333;
}

.full-w-dd {
    width: 100%;
    background: white;
    position: absolute;
    left: 0;
}

.short-sec .dropdown button.dropdown-toggle {
    /*  padding:12px 40px; */
    width: 100%;
    text-align: left;
}

.text.jpibfi_container {
    display: flex;
    flex-direction: column-reverse;
}

.ph-bread {
    display: none;
}

@media only screen and (min-width: 576px) {
    .hide-in-pc {
        display: none !important;
    }
}

.hide-pc {
    display: none;
}

.menu-toggle-ph {
    display: none;
}

.fixed-mobile-menu {
    display: none;
}

.show-in-phone {
    display: none;
}

@media only screen and (max-width: 576px) {
    html {
        overflow-x: hidden;
    }

    .overlay-design-1 {
        top: 0px;
    }

    .sub-text-1 {
        font-size: 13px;
    }

    .star-icon-1 {
        width: 40px !important;
        margin-top: 10px;
    }

    .youtube-icon-1 {
        width: 40px !important;
        height: auto;
    }

    .hide-in-phone {
        display: none;
    }

    .show-in-phone {
        display: block;
    }

    .logo-box {
        position: relative;
    }

    .logo-box .dropdown img {
        max-height: 45px;
    }

    /*   .filter-row h4 {
    font-family: "Gotham";
    } */
    .filter-row .right {
        margin-top: 115px;
        border-radius: 10px;
        margin-left: 9px;
    }

    .margin-sm-10 {
        margin-top: 10px;
    }

    .h-sm-42 {
        height: auto;
        box-shadow: none;
    }

    .search-vendor-btn {
        border: 0px !important;
        border-radius: 10px !important;
    }

    .search-idea-btn {
        border: 0px !important;
        border-radius: 10px !important;
        margin-top: 8px;
    }

    .box-shadow-ph {
        -webkit-box-shadow: 1px -1px 10px 2px rgba(0, 0, 0, 0.42);
        box-shadow: 1px -1px 10px 2px rgba(0, 0, 0, 0.42);
    }

    .center-in-ph {
        display: block !important;
        margin-top: 15px !important;
    }

    .ph-bread {
        display: block;
    }

    .video-header .title:before {
        display: none;
    }

    .title-ph {
        text-align: left;
        font-size: 11px !important;
        margin-top: -20px;
        margin-left: -15px;
        width: 100%;
    }

    .menu-toggle-ph {
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Gotham Bold";
        background: #333;
        width: 100%;
        display: block;
        padding: 5px 0 5px 0px;
    }

    .topnav>ul>li>a:after {
        display: none;
    }

    .hide-in-pc {
        display: inline-block;
    }

    .ul-ph {
        padding: 0px;
        /*       height: 100vh; */
        height: 550px;
        overflow-y: scroll;
    }

    .ul-ph li {
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ul-ph li:last-child {
        border-bottom: none;
    }

    .phone-nav-icon {
        float: right;
        margin-right: 10px;
        margin-top: 5px;
    }

    .hide-pc {
        display: none;
    }

    .filter-nav #myTopnav .dropdown-content {
        width: 100% !important;
        position: relative;
        box-shadow: none;
        background: inherit;
        margin: 0;
        margin-top: 0px;
        padding-top: 0px !important;
        min-width: 100% !important;
    }

    .filter-nav #myTopnav .dropdown-content a {
        padding-left: 40px;
    }

    .dropdown-content-mobile {
        /*       min-height: 100vh;
margin-bottom: 250px; */
        height: 100%;
    }

    .menu-ph-1 {
        display: none;
    }

    .menu-toggle-ph {
        color: white !important;
        z-index: 9999999999;
    }

    .topnav>ul>li:hover>a:before {
        display: none;
    }

    .menu-layout-3 {
        flex-direction: column;
        flex-wrap: wrap-reverse;
        display: flex;
        height: 100%;
        overflow: visible;
        padding: 0px;
    }

    .fixed-mobile-menu {
        display: block;
        background: #333;
        color: white;
        position: fixed;
        width: 100%;
        bottom: -1px;
        padding: 18px 15px;
        z-index: 9999999;
    }

    .w-49 {
        width: 49%;
        position: relative;
    }

    .ph-filter-nav:after {
        content: "";
        position: absolute;
        border-left: 1px solid #ddd;
        height: 61px;
        top: -18px;
        right: 0px;
    }

    .d-inline-block {
        display: inline-block;
    }

    .filter-ph-text,
    .sort-ph-text {
        font-size: 18px;
        font-family: "Gotham Bold";
        text-align: center;
    }

    .filter-content-ph {
        display: none;
    }

    .filter-content-ph-idea {
        display: none;
    }

    .filter-content-ph-video {
        display: none;
    }

    .filter-content-ph-magazine {
        display: none;
    }

    .filter-nav #myTopnav .dropdown.megamenucat .dropdown-content {
        column-count: 1;
    }

    .megamenucat .dropdown-content a {
        border-bottom: 1px solid #ddd;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
    .overlay-design-1 {
        top: 75px;
    }
}

.p-x-10-px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* .video-header .title span a {
  padding-left: 10px !important;
  } */

/* .video-header .title span span {
  padding-right: 10px !important;
  } */
.video-header .title span {
    margin: 1px 0;
}

.pl-15-px {
    padding-left: 0px !important;
}

.w-115-px {
    width: 115px;
}

.trending .img-box {
    display: block !important;
    text-align: center;
}

.blog-2 .social-icon {
    top: 30px;
}

.dropdown-item-layout-1 li a:hover {
    background-color: transparent !important;
    color: #fe938c;
    cursor: pointer;
}

.slider-img-1 img {
    height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .pagination .image-list .img-box img {
        padding: 0;
        height: 120px !important;
    }

    .img-box a img {
        height: 90px;
    }

    .mh-130 {
        overflow: hidden;
        height: 72px;
    }

    .pagination .image-list .text p {
        min-height: 68px !important;
    }
}

.event-slids .text h1 a {
    color: #333;
}

.d-after-block:after {
    display: block !important;
}

.padding-10px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.related-post .trending .img-box {
    height: 190px !important;
}

.form-box-shadow {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.topnav>ul>li:hover>a:before {
    content: "";
    position: absolute;
    border-bottom: 3.5px solid #343638;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.lastchildvendor a:before {
    display: none;
}

.topnav a.icon {
    top: 0px;
    right: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .category-blok .content .img-box:hover .exclusive_access {
        left: 0px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .category-blok .content .img-box:hover .exclusive_access {
        left: 11px;
        width: 281px;
    }
}

@media only screen and (min-width: 1119px) and (max-width: 1200px) {
    .category-blok .content .img-box:hover .exclusive_access {
        left: 0px;
        width: 305px;
    }
}

@media only screen and (min-width: 1200px) {
    .category-blok .content .img-box:hover .exclusive_access {
        width: 350px;
    }
}

.dark-icon-filter {
    display: none !important;
}

ul.quick-link a:hover .light-icon-filter {
    display: none !important;
}

ul.quick-link a:hover .dark-icon-filter {
    display: inline-block !important;
}

/*change  */
header #filter .col-md-4:nth-child(2) .form-control button {
    position: absolute;
    left: 1px;
    font-size: 1.05em;
    padding-left: 0;
    padding-right: 0;
}

header #filter .col-md-4:last-child .form-control button {
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    top: 0px;
    right: -2px;
    font-size: 1.05em;
    padding-left: 0;
    padding-right: 0;
    perspective: 1px;
    display: inline-block;
    box-shadow: none;
    float: left;
    height: 45px;
    border-left: none;
    border-right: 1px solid;
}

header #filter .form-control {
    background: none !important;
}

.short-sec .location_menu .dropdown-menu {
    box-shadow: none !important;
}

.divider-1 .dropdown-menu {
    box-shadow: none !important;
}

.divider-1 .form-box-shadow {
    -webkit-box-shadow: 0px 15px 12px -15px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 15px 12px -15px rgba(0, 0, 0, 0.175);
}

#loc-fo.form-box-shadow {
    -webkit-box-shadow: 0px 15px 12px -15px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 15px 12px -15px rgba(0, 0, 0, 0.175);
}

.dropdown-menu {
    -webkit-box-shadow: 0px 15px 12px -15px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 15px 12px -15px rgba(0, 0, 0, 0.175);
}

.text.jpibfi_container {
    display: block;
    flex-direction: column;
}

.divider-1:after {
    right: 0px !important;
}

.header-dropdown-1 {
    margin-left: -1px !important;
    margin-top: -6px !important;
    border-color: black !important;
}

.social-icon_2 {
    padding: 0px 15px;
}

.social-icon_2 ul a i {
    color: #59535d;
    font-weight: 100;
    margin-right: 6px;
    border-radius: 50%;
    background: #f0998f;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}

.social-icon_2 ul {
    padding: 0px;
}

.social-icon_2 ul li {
    list-style: none;
    display: inline-block;
}

.social-icon_2 ul img {
    width: 29px;
    height: 29px;
    margin-top: -5px;
    margin-right: 8px;
}

.sidenav a {
    padding: 0px;
}

#menu-secondary-menu {
    margin-top: 15px;
    margin-bottom: 32px;
    padding: 0px 15px;
}

#menu-secondary-menu li {
    list-style: none;
    margin-bottom: 7px;
}

#menu-secondary-menu li a {
    text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 13px !important;
    color: #f0998f !important;
    font-family: "Gotham" !important;
}

.mainmenu-home {
    padding: 0px;
}

#menu-secondary-menu li a:hover {
    color: #ffff !important;
}

.cust-btn_3 {
    padding: 26px 0px;
    border-top: 1px solid #f0998f;
    margin: 15px;
}

.vendor_login {
    border-top: 1px solid #f0998f;
    padding: 29px 0px 10px 0px;
    margin: 30px 15px 15px 15px;
}

.vendor_login img {
    width: 24px;
    float: left;
    margin-right: 12px;
}

.vendor_login a {
    text-transform: uppercase;
    font-size: 14px;
}

.social-icon ul {
    margin: 0px;
}

.min-meenu {
    padding: 0px 15px;
}

#menu-main-menu li {
    list-style: none;
    margin-bottom: 7px;
}

.cust-btn_3 p {
    margin: 0px;
    line-height: 13px;
    font-style: normal;
    color: #000000;
    font-size: 12px;
}

.social_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px !important;
    padding-top: 2px;
}

@media only screen and (max-width: 600px) {
    #menu-seconrday-menu {
        display: none;
    }

    .social-icon_2 {
        padding: 0px 15px;
        margin-top: 73px;
    }
}

select.eventselect,
.eventselect option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 250px;
    padding: 15px;
}

.eventselect option {
    margin-bottom: 100px;
}

/* Custom CSS Start */

/* Find My Style Button */
#dropdownMenu1567 {
    width: 250px !important;
    padding: 12px 30px !important;
    position: relative;
}

#dropdownMenu1567 a {
    color: #ffffff;
}

#dropdownMenu1567::after {
    display: inline-block;
    width: 0px;
    height: 0;
    font-size: 15px;
    /*   margin-left: 58px; */
    position: absolute;
    right: 30px;
    top: 45%;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.icon-down-1 {
    margin-left: -30px !important;
    cursor: pointer;
}

.dropdown-item-layout-1 {
    left: 47.80% !important;
    width: 250px !important;
}

@media only screen and (max-width: 1024px) {
    .dropdown-item-layout-1 {
        left: 47.60% !important;
        width: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .dropdown-item-layout-1 {
        left: 46.60% !important;
        width: 250px !important;
    }
}

@media only screen and (max-width: 600px) {
    .dropdown-item-layout-1 {
        left: 43% !important;
        width: 250px !important;
    }
}

.select-box .dropdown-backdrop {
    display: none !important;
}

/* Left Navigation Menu */
.sidenav {
    z-index: 999999999 !important;
}

/* Header */
body .header-dropdown-1 {
    margin-left: -1px !important;
    margin-top: 1px !important;
    border-color: black !important;
    border-top-left-radius: 10px;
}

body .header-dropdown-1 li {
    max-width: 100%;
    overflow: hidden;
}

body .header-dropdown-1 li a {
    white-space: normal;
}

body #dropdownMenu1565 {
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 576px) {
    .home-filter {
        margin-left: 0px !important;
        max-width: 100% !important;
    }

    .filter-row button#dropdownMenu1565 {
        border: none !important;
        background: none !important;
    }

    .filter-row #filter .form-control button,
    .filter-row #filter .col-md-3:last-child button {
        border-radius: 10px !important;
        border-left: none;
    }

    body #dropdownMenu1565 {
        height: 46px !important;
        background: #fff !important;
        border-radius: 10px 0 0 10px !important;
        font-size: 8px !important;
        border: 1px solid #000000 !important;
        border-right: none !important;
    }
}

/* Drop Down Menu */
.open>.dropdown-menu {
    display: block;
    z-index: 1;
}

body #dropdownMenuVideo {
    background: #e9ecee;
    color: #000000;
    border-radius: 7px;
    letter-spacing: 0.4px;
    border: none;
    width: 250px;
    text-align: left;
    padding: 12px 30px;
    z-index: -1;
}

body #dropdownMenuEvent {
    background-color: #efefef;
    color: #000000;
    border-radius: 7px;
    letter-spacing: 0.4px;
    border: none;
    width: 250px;
    text-align: left;
    padding: 12px 30px;
    z-index: -1;
}

.populer-events .blok-head .select-box,
.tpl-video-category-blok .blok-head .select-box {
    margin-right: 15px !important;
}

.icon-down-2 {
    margin-left: -30px;
    font-size: 18px;
    color: #000000;
    font-weight: 100;
    cursor: pointer;
    z-index: 999999999;
}

.dropdown-item-layout-2 {
    /*     right: -5px !important; */
    left: auto !important;
    top: 50% !important;
    background: #fff;
    width: 250px;
    border: 1px solid black;
    padding: 8px;
    height: 175px;
    overflow: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 576px) {
    .dropdown-item-layout-2 {
        right: -5px !important;
    }
}

.dropdown-item-layout-3 {
    left: auto !important;
    top: 100% !important;
    background: #fff;
    width: 250px;
    border: 1px solid black;
    padding: 8px;
    height: 175px;
    overflow: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.dropdown-item-layout-4 {
    left: auto !important;
    top: 50% !important;
    background: #fff;
    width: 250px;
    border: 1px solid black;
    padding: 8px;
    max-height: 175px;
    overflow: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.dropdown-item-layout-2 li,
.dropdown-item-layout-3 li,
.dropdown-item-layout-4 li {
    margin-left: -1px;
    margin-right: -1px;
    padding: 5px;
    color: black;
}

.dropdown-item-layout-3 li:hover,
.dropdown-item-layout-4 li:hover {
    cursor: pointer;
    color: #fe938c;
}

.dropdown-item-layout-2::-webkit-scrollbar-thumb,
.dropdown-item-layout-3::-webkit-scrollbar-thumb,
.dropdown-item-layout-4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

.dropdown-item-layout-2::-webkit-scrollbar-track,
.dropdown-item-layout-3::-webkit-scrollbar-track,
.dropdown-item-layout-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.dropdown-item-layout-2::-webkit-scrollbar,
.dropdown-item-layout-3::-webkit-scrollbar,
.dropdown-item-layout-4::-webkit-scrollbar {
    width: 5px;
}

@media only screen and (max-width: 576px) {

    /*     .dropdown-item-layout-2 {
      left: 50% !important;
      top: 85% !important;
      transform: translate(-47%, 0%);
      } */
    .divider-1:after {
        border-left: none;
    }

    .category-blok .blok-head .select-box {
        margin-right: 12px !important;
    }

    .populer-events .blok-head .select-box {
        margin-right: -6px !important;
    }

    .dropdown-item-layout-4,
    .dropdown-item-layout-2 {
        top: 98% !important;
        width: 98% !important;
    }

    body #dropdownMenuVideo {
        width: 98% !important;
    }
}

/* Wedding Inspiration Sub Menu */

@media only screen and (min-width: 1200px) {
    .location-list.col-md-3 {
        width: 20% !important;
    }

    .radio-btns .col-md-2 {
        width: 14.285714285714286% !important;
    }
}

.colorForm {
    padding: 35px;
}

.radio-btns .color-svg {
    width: 15px;
    height: 23px;
    position: absolute;
    left: 0;
}

.radio-btns .color-name {
    min-width: 60%;
    display: inline-block;
}

.sticky-top-2 {
    z-index: 1 !important;
}

.radio-btns input[type="checkbox"] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 14px !important;
    height: 14px !important;
    margin: 0;
    margin-right: 3px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    top: 5px;
    margin-left: 8% !important;
}

/* Wedding Idea Sub Menu */

.vendor-menu {
    width: 100%;
    text-align: left;
    columns: 250px 7;
    padding-top: 10px;
}

.location-menu {
    columns: 250px 7;
}

.location-box {
    columns: 250px 5;
}

.location-box1 {
    width: 266px;
}

@media only screen and (max-width: 1366px) {
    .location-box1 {
        width: 308px;
    }

    .location-box {
        columns: 292px 2;
    }
}

@media only screen and (max-width: 768px) {
    .location-box1 {
        width: 50%;
    }

    .location-box {
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .location-box1 {
        width: 100%;
    }
}

/* @media only screen and (max-width: 1904px) {
  .location-box1 {
    width: 293px;
  }
}
@media only screen and (max-width: 1640px) {
  .location-box1 {
    width: 302px;
  }
}
@media only screen and (max-width: 1376px) {
  .location-box1 {
    width: 250px;
  }
}
@media only screen and (max-width: 1111px) {
  .location-box1 {
    width: 337px;
  }
}
@media only screen and (max-width: 1024px) {
  .location-box1 {
    width: 308.66px;
  }
  } */
.expanded .vendor-menu-items {
    break-inside: avoid;
}

.vendor-menu-items h5 {
    font-size: 14px;
    font-family: "Gotham Bold";
    font-weight: 700;
    word-break: break-word;
    white-space: break-spaces;
    letter-spacing: 0;
}

.vendor-menu-items ul {
    padding: 0;
    list-style: none;
}

/* div.row.vendor-menu.expanded > div{
  min-height: 285px !important;
  max-height: fit-content !important;
  overflow: auto !important;
  margin-bottom: 0 !important;
  } */
@media only screen and (min-width: 768px) {
    .vendor-menu .vendor-menu-items.col-md-2 {
        max-height: 315px;
        overflow: hidden;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .vendor-menu .vendor-menu-items.col-md-2 {
        width: 14.285714285714286% !important;
        /*     min-height: 285px; */
        max-height: 315px;
        overflow: hidden;
        margin-bottom: 50px;
    }
}

/* Sticky Header */

.sticky-header-section {
    position: sticky;
    top: 74px;
    z-index: 10;
    padding: 0px !important;
}

.mega-menu-sec {
    position: sticky;
    top: 123px;
    z-index: 9;
}

@media screen and (min-width: 1078px) {
    .mega-menu-sec {
        top: 137px;
    }
}

@media only screen and (min-width: 568px) {
    .back-to-top {
        display: none !important;
    }
}

.back-to-top {
    display: inline;
}

.filter-apply {
    height: 50px;
    background-color: #f5f7f7;
    display: none;
    overflow: hidden;
}

.filter-apply-text {
    float: left;
    height: 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: "Gotham Bold";
    margin-top: 10px;
    margin-left: 10px;
}

.filter-apply-button {
    float: right;
    height: 50px;
}

.filter-apply-button button {
    padding: 6px 20px !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    background-color: #343638;
    color: #fff;
    border-color: #343638;
    font-family: 'Gotham Bold';
}

.filter-apply-button #clearallvalue {
    background-color: #f5f7f7;
    color: #000;
}

.aply-btn-vendor {
    margin: 30px 0 80px 0;
}

div.radio-btns {
    margin-bottom: 80px;
}

/* MOBILE SUBNAVS */

@media only screen and (max-width: 576px) {
    .category-blok.trending {
        margin-top: 30px;
    }

    header #filter {
        border: none;
    }

    .header-search-section-hide {
        display: none;
    }

    .header-search-section-up {
        display: none;
    }

    header#myHeader {
        position: fixed;
        top: 0;
    }

    .video-header {
        padding: 0px;
    }

    .category-dropdown::after {
        color: #FF918F;
    }

    .ph-bread {
        position: fixed;
        top: 133px;
        z-index: 10;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 999999;
    }

    .ph-bread-taxonomy {
        top: 64px !important;
    }

    .ph-bread .container {
        padding: 0;
    }

    header #filter .col-md-4:last-child .form-control button {
        height: 46px;
        right: -2px;
    }

    #filter .form-control button:hover {
        border-bottom: 1px solid;
        border-top: 1px solid;
    }

    .filter-nav p {
        margin: 0;
    }

    .sort-menu {
        position: fixed;
        top: 133px;
        z-index: 9999999;
        width: 100%;
    }

    .short-sec .dropdown {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .ph-bread-up {
        top: 71px;
    }

    .search-bar-vendor {
        width: 95% !important;
    }

    html {
        scroll-padding-top: 133px;
        --top-spacing: 133px;
    }

    body {
        scroll-padding-top: 133px;
        scroll-padding-top: var(--top-spacing);
        margin: var(--top-spacing) auto 0;
    }

    body.home {
        margin: 0;
    }

    .dropdown.divider-n-5 {
        margin-left: 0px !important;
    }

    .short-sec .dropdown-toggle::after {
        position: absolute;
        top: 18px;
        right: 18px;
    }

    .filter-content-ph-sort .dropdown-toggle::after {
        display: none;
    }

    .filter-content-ph-idea-sort .dropdown-toggle::after {
        display: none;
    }

    .filter-content-ph-video-sort .dropdown-toggle::after {
        display: none;
    }

    .filter-content-ph-magazine-sort .dropdown-toggle::after {
        display: none;
    }

    .short-sec .dropdown button {
        padding: 12px 10px;
    }

    .open {
        position: relative !important;
    }

    .no-scroll {
        position: fixed !important;
    }

    .short-sec .dropdown button:hover,
    .dropdown.open .dropdown-toggle {
        background: #343638;
        color: #fff;
        transition: all 0.3s;
        z-index: 9;
    }

    .aply-btn-vendor {
        margin-bottom: 60px;
    }

    .dropdown.divider-1.divider-n-5.filter-content-ph-filter.open {
        position: absolute !important;
        top: 50px;
    }

    .dropdown.divider-1.divider-n-5.filter-content-ph-idea-filter.open {
        position: absolute !important;
        top: 50px;
    }

    .dropdown.divider-1.divider-n-5.filter-content-ph-video-filter.open {
        position: absolute !important;
        top: 50px;
    }

    .dropdown.divider-1.divider-n-5.filter-content-ph-magazine-filter.open {
        position: absolute !important;
        top: 50px;
    }

    .filter-content-ph-idea-filter button:after {
        display: none !important;
    }

    .filter-content-ph-video-filter button:after {
        display: none !important;
    }

    .filter-content-ph-magazine-filter button:after {
        display: none !important;
    }

    div.radio-btns {
        margin-bottom: 60px;
    }

    /* Back To Top */

    .back-to-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: none;
        z-index: 99999999;
        color: #fff;
        background-color: #f5928c;
        border-radius: 50%;
        border: none;
        width: 1em;
        height: 1em;
        font-size: 45px;
    }

    .back-to-top i {
        font-size: 0.4em;
        line-height: 1em;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .back-to-top:hover {
        color: #ffffff;
    }

    label.radio-box {
        width: 100%;
        text-align: left;
        margin-left: 10%;
    }

    /*  .filter-apply{
    display: block !important;
    } */
    .filter-content-ph .dropdown-backdrop {
        position: unset !important;
    }

    .filter-content-ph-idea .dropdown-backdrop {
        position: unset !important;
    }

    .filter-content-ph-video .dropdown-backdrop {
        position: unset !important;
    }

    .fixed-header-margin {
        margin-top: 55px !important;
    }

    .button-hide-mobile {
        display: none !important;
    }
}

.no-result {
    text-align: center;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 20px;
    background-color: #f7f8f9;
    font-family: "Gotham Bold";
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #cccccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(204 204 204 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(204 204 204 / 60%) !important;
}

.radio-box input:checked~.checkmark {
    left: 3px !important;
}

/* HEADER CSS GREATER THAN 1365px */

@media only screen and (min-width: 1366px) {
    header .container {
        width: 100% !important;
        padding: 0 125px;
    }

    /*  .logo-box {
    margin-left: 0px !important;
    } */
    header #filter {
        max-width: 100% !important;
        width: 54% !important;
        margin-right: 0 !important;
        margin-left: -40px !important;
    }
}

/* Checkbox custom css */

input[type="checkbox"]:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

input[type="checkbox"]:hover:after,
input[type="checkbox"]:checked:hover:after {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.radio-box:hover input~.checkmark {
    background-color: #ffffff !important;
}

.radio-box:hover input:checked~.checkmark:before {
    background-color: transparent !important;
    width: 20px;
}

.radio-box:hover input~.checkmark:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 2px;
    height: 14px;
    width: 14px;
    top: 2.4px;
    background-color: #cccccc;
}

.radio-box:hover input:checked~.checkmark {
    background-color: #fe938c !important;
}

.radio-box input:checked~.checkmark {
    border: none !important;
    width: 14px !important;
}

.radio-box input:checked~.checkmark:before {
    left: -3px !important;
    height: 19px !important;
    top: -3px !important;
}

button:focus {
    outline: 0;
}

@media only screen and (max-width: 2048px) {
    input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: 1px solid #767676;
        border-radius: 3px;
        width: 14px;
        height: 14px;
        position: relative;
    }

    input[type="checkbox"]:checked:after {
        width: 12px;
        height: 12px;
        border-radius: 2px;
        color: #ffffff !important;
    }

    input[type="checkbox"]:hover:after,
    input[type="checkbox"]:checked:hover:after {
        width: 12px;
        height: 12px;
        border-radius: 2px;
    }

    input[type="checkbox"]:after {
        line-height: 12px;
    }
}

.category-dropdown::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 20px;
}

.topnav.weddingvideo ul {
    padding: 0;
}

/* HEADER RESPONSIVENESS */

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .home-filter .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 32%;
    }

    .home-filter .col-lg-3 {
        width: 26%;
    }
}

@media only screen and (min-width: 577px) and (max-width: 991px) {
    header #filter {
        margin-left: 0px;
    }

    .logo-box .dropdown img {
        max-height: 45px;
    }

    .logo-box {
        width: 100%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .logo-box .dropdown img {
        max-height: 54px;
    }
}

@media only screen and (max-width: 1200px) {

    .hide-in-tab {
        display: none;
    }

    header #filter {
        margin-left: 0;
        max-width: 100%;
    }
}

/* @media only screen and (min-width: 992px){
  header .container{
    width: 1080px;
  }
  } */

.your-guide .guide-tble tr:hover a {
    color: #f9938c !important;
}

/* Memberpress */

.mepr-login-form-wrap {
    margin: 20px 0;
}

.mepr-login-link {
    width: 100%;
    border: none;
    font-size: 14px;
    background: #e9ecee;
    font-family: "Gotham Bold";
    transition: 0.3s ease-in-out;
    padding: 10px;
    display: none;
}

.mepr-login-link:hover {
    background: #fff;
    color: #343638;
    border: 1px solid #e9ecee;
    transition: 0.1s ease-in-out;
}

/* POST TAG PAGE */

.black-bar {
    background-color: #343638;
    height: 45px;
    width: 100%;
}

.post-tag-container {
    padding: 30px 0 50px 0;
}

@media only screen and (max-width: 768px) {
    .post-tag-container {
        padding: 30px 30px 50px;
    }
}

@media only screen and (max-width: 576px) {
    .post-tag-container {
        padding: 30px 0px 50px;
    }
}

.explore-more .title {
    position: relative;
    margin-top: 70px;
}

.explore-more h2:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    left: 0px;
    background: #fe938c;
    bottom: -10px;
}

.explore-more-list-items {
    list-style: none;
    padding: 0;
    font-family: 'Gotham Book';
    text-transform: uppercase;
}

.explore-more-list-items li {
    padding: 0 0 10px 0;
    cursor: pointer;
}

.explore-more-list-items li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

.explore-more-list-items li a:hover {
    color: #f9938c !important;
}

.list-items-active {
    color: #f9938c !important;
}

.explore-more-dropdown {
    display: none;
}

.explore-more .title h2 {
    font-size: 27px;
}

@media only screen and (max-width: 767px) {
    .explore-more {
        display: none;
    }

    .explore-more-dropdown {
        display: block;
    }

    .explore-more-dropdown .title,
    .explore-more-dropdown .select-box {
        float: left;
        width: 50%;
    }

    .explore-more-dropdown h2 {
        font-size: 18px;
        text-align: right;
        padding-right: 6px;
        line-height: 49px;
        height: 49px;
        margin: 0 !important;
    }

    .explore-more-dropdown .select-box button {
        background: #e9ecee;
        color: #000000;
        border-radius: 7px;
        letter-spacing: 0.4px;
        border: none;
        width: 175px;
        text-align: left;
        padding: 12px 30px 12px 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .dropdown-item-layout-5 {
        left: 18% !important;
        top: 85% !important;
        transform: translate(-47%, 0%);
        background: #fff;
        width: 250px;
        border: 1px solid black;
        padding: 8px;
        height: 175px;
        overflow: auto;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }
}

.btn.btn-default.vendor-filter:focus {
    outline: 0;
}

.connect-with .content .vend-svcs-list {
    display: table;
    width: 100%;
    height: 7em;
    font-size: 0.8em;
}

.connect-with .content .vend-svcs-wrap {
    display: table-cell;
    vertical-align: middle;
}

.connect-with .content .vend-svc {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.col-lg-12.mt-n-50 {
    margin-top: 0px !important;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .elementor-333641 .elementor-element.elementor-element-e2904a9 .elementor-text-editor {
        columns: 1 !important;
    }
}

@media only screen and (max-width: 576px) {
    .video_slider_sec .owl-carousel .owl-nav button.owl-prev {
        left: -1%;
    }

    .video_slider_sec .owl-carousel .owl-nav button.owl-next {
        right: -1%;
    }

    .video_slider_sec .owl-nav {
        top: 25%
    }

    .video_slider_sec img {
        max-height: 400px;
        min-height: 400px;
    }
}

/* #archform .container {
    height: 100vh;
    } */
.tpl-video-category-blok .category-wrap {
    padding-top: 80px;
}

@media only screen and (max-width: 576px) {
    .tpl-video-category-blok .category-wrap {
        padding-top: 40px;
    }

    .dropdown.open .dropdown-backdrop {
        display: none;
    }
}

/* Post Titles */
.category-blok .content h4,
.category-blok .content a {
    font-family: "linotype-didot" !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important;
}

.category-blok .blok-head h2,
.event-slids .text h1 a,
.blog-2 .blog-header h2,
.blog-2 .blog-header h1 {
    font-family: "linotype-didot" !important;
    font-weight: 400 !important;
}


@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    .category-blok .content h4,
    .category-blok .content a {
        font-size: 23px !important;
    }
}

.filter-row h4 {
    font-family: "linotype-didot" !important;
    font-weight: 400 !important;
}

.col-md-3.margin-sm-10 button {
    padding: 0px;
}



@media screen and (min-width: 768px) {
    div#content.narrowcolumn>div.col-md-6:nth-child(2n+3) {
        clear: both;
    }

    .populer-events .event-row>.row>.col-md-4:nth-child(3n+4) {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .populer-events .event-row>.row>.col-sm-6:nth-child(2n+3) {
        clear: both;
    }
}

.wlm-category-description-block {
    margin: 50px 0 30px !important;
}

.wlm-category-description-block p {
    font-size: 15px !important;
    font-family: 'Gotham Book' !important;
    font-weight: 300 !important;
    line-height: 1.8em !important;
    text-align: center !important;
    color: #333333 !important;
}

.wlm-category-description-block a {
    font-family: 'Gotham Bold' !important;
    font-weight: 600 !important;
    color: #fe938c;
}

.wdbwlm-ddcats-link {
    padding-left: 15px;
    font-family: "Gotham";
}

.container {
    max-width: 100%;
}