@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #666666;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*---------------------------------------------*/
a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a {
    transition: color 0.2s;
    text-decoration: none !important;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    line-height: unset;
    font-size: unset;
    font-weight: unset;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

/*---------------------------------------------*/
input,
textarea,
label {
    outline: none;
    border: none;
    margin: 0;
}

img {
    max-width: 100%;
}

/*---------------------------------------------*/
button {
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

button:focus {
    outline: none;
}

iframe {
    border: none;
}

a:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*\
 *
 * Restyle bootstrap
 *
\*/
@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .beauty-page .container,
    .director-page .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .beauty-page .row,
    .director-page .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .beauty-page .col,
    .beauty-page [class*=col-],
    .director-page .col,
    .director-page [class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .beauty-page .no-gutters,
    .director-page .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .beauty-page .no-gutters .col,
    .beauty-page .no-gutters [class*=col-],
    .director-page .no-gutters .col,
    .director-page .no-gutters [class*=col-] {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/*\
 *
 * Restyle Slick
 *
\*/
.slick-slide:focus {
    outline: none;
}

/*\
 *
 * FONT
 *
\*/
body.home-2,
body.home-1 {
    font-family: Poppins;
}

body.director-page {
    font-family: Roboto;
}

body.beauty-page {
    font-family: Josefin Sans;
}

#wrapper-container {
    overflow-x: hidden;
}

/* #wpadminbar {
    direction: ltr;
    color: #ccc;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #23282d;
}

html {
    margin-top: 32px !important;
}

@media (max-width: 600px) {
	#wpadminbar {
		position: absolute;
	}
} */
/*[ Home 1 ]
//////////////////////////////////////////////////////////////////*/
.home-1 #main-content {
    background: #1e1e1e;
}

.director-page #main-content {
    background-color: #1c1c1b;
}

/*\
 *
 * Banner home-1
 *
\*/
.thim-banner_home-1 {
    padding-top: 100px;
    padding-bottom: 65px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.thim-banner_home-1 .overlay-area {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
}

/*\
 *
 * Popular video home-1
 *
\*/
.thim-popular-video_home-1 {
    padding-top: 90px;
    padding-bottom: 95px;
}

/*\
 *
 * Ads home-1
 *
\*/
.thim-ads_home-1 .bp-element-call-to-action {
    width: 1140px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*\
 *
 * Trending categories home-1
 *
\*/
.thim-trending-categories_home-1 {
    padding-top: 100px;
}

/*\
 *
 * Latest video home-1
 *
\*/
.thim-latest-video_home-1 {
    padding-top: 85px;
    padding-bottom: 95px;
}

/*\
 *
 * News feed home-1
 *
\*/
.thim-news-feed_home-1 {
    padding-top: 90px;
    padding-bottom: 70px;
}

/*[ Home 2 ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Popular video home-2
 *
\*/
.thim-popular-video_home-2 {
    padding-top: 85px;
    padding-bottom: 88px;
}

/*\
 *
 * Trending categories home-2
 *
\*/
.thim-trending-categories_home-2 {
    padding-bottom: 100px;
}

/*\
 *
 * TV show home-2
 *
\*/
.thim-tvshow_home-2 {
    padding-top: 100px;
    padding-bottom: 65px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.thim-tvshow_home-2 .overlay-area {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

/*\
 *
 * Latest video home-2
 *
\*/
.thim-latest-video_home-2 {
    padding-top: 90px;
    padding-bottom: 72px;
}

/*[ Director Page ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * About director-page
 *
\*/
.thim-about_director-page {
    background-position: center 0;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 70px;
}

.thim-about_director-page .bp-element-heading {
    margin-bottom: 55px;
}

.thim-about_director-page .bp-element-heading .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 16px;
}

.thim-about_director-page .bp-element-heading .description {
    font-family: Raleway;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #fd6500;
    text-transform: uppercase;
}

.thim-about_director-page .bp-element-st-list-videos {
    margin-bottom: 51px;
}

.thim-about_director-page .bl-description-director {
    margin-bottom: 51px;
}

.thim-about_director-page .info-director {
    border-top: 1px solid rgba(47, 47, 46, 0.8);
    overflow: hidden;
    padding-top: 60px;
}

.thim-about_director-page .info-director .wrap-info {
    padding-right: 40px;
    height: 100%;
    border-right: 1px solid rgba(47, 47, 46, 0.8);
}

.thim-about_director-page .info-director .col, .thim-about_director-page .info-director [class*=col-] {
    padding-bottom: 40px;
}

.thim-about_director-page .info-director .col:last-child .wrap-info, .thim-about_director-page .info-director [class*=col-]:last-child .wrap-info {
    border-right: none;
}

@media (max-width: 767px) {
    .thim-about_director-page .bp-element-heading {
        margin-bottom: 55px;
    }

    .thim-about_director-page .bp-element-heading .title {
        font-size: 38px;
    }

    .thim-about_director-page .info-director .wrap-info {
        padding-right: 0;
        border-right: none;
    }
}

/*\
 *
 * Awards director-page
 *
\*/
.thim-awards_director-page {
    padding-top: 52px;
    padding-bottom: 60px;
}

.thim-awards_director-page .bp-element-heading {
    margin-bottom: 22px;
}

.thim-awards_director-page .bp-element-heading .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.thim-awards_director-page .bp-element-heading .description {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #7c7c7c;
    text-transform: uppercase;
    max-width: 430px;
}

.thim-awards_director-page .bp-element-brands {
    width: 950px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*\
 *
 * My Works director-page
 *
\*/
.thim-myworks_director-page {
    padding-top: 80px;
    padding-bottom: 100px;
}

.thim-myworks_director-page .bp-element-heading {
    margin-bottom: 42px;
}

.thim-myworks_director-page .bp-element-heading .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.thim-myworks_director-page .bp-element-heading .description {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #7c7c7c;
    text-transform: uppercase;
    max-width: 430px;
}

/*\
 *
 * Testimonial director-page
 *
\*/
.thim-testimonial_director-page {
    padding-top: 72px;
    padding-bottom: 50px;
}

.thim-testimonial_director-page .wrap-heading {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 349px;
    padding: 50px 30px 90px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thim-testimonial_director-page .wrap-heading::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.thim-testimonial_director-page .bp-element-heading .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    max-width: 350px;
}

.thim-testimonial_director-page .bp-element-testimonials {
    position: relative;
    z-index: 5;
    margin-top: -37px;
    width: 980px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*\
 *
 * Blog director-page
 *
\*/
.thim-blog_director-page {
    padding-top: 115px;
    padding-bottom: 160px;
}

.thim-blog_director-page .bp-element-heading {
    margin-bottom: 35px;
}

.thim-blog_director-page .bp-element-heading .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.thim-blog_director-page .bp-element-heading .description {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #7c7c7c;
    text-transform: uppercase;
    max-width: 430px;
}

/*\
 *
 * Noname area director-page
 *
\*/
.thim-noname_director-page .bp-element-image-box {
    height: 100%;
}

/*[ Beauty page ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Banner beauty-page
 *
\*/
.thim-banner_beauty-page .bp-element-image-box {
    height: 100%;
}

@media (min-width: 1300px) {
    .thim-banner_beauty-page .container {
        max-width: 1679px;
    }
}

/*\
 *
 * Feature beauty-page
 *
\*/
.thim-feature_beauty-page {
    margin-top: -20px;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}

.thim-feature_beauty-page .container {
    background-color: #fff;
    outline: 20px solid #fff;
}

.thim-feature_beauty-page .container .bp-element-image-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*\
 *
 * News letter beauty-page
 *
\*/
.thim-newsletter_beauty-page .bp-element-heading {
    margin-top: -5px;
    margin-bottom: 18px;
}

.thim-newsletter_beauty-page .bp-element-heading .title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #1f1f1f;
    margin-bottom: 4px;
}

.thim-newsletter_beauty-page .bp-element-heading .description {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.625;
    color: #909090;
}

.thim-newsletter_beauty-page .subscribe-form {
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
}

/*\
 *
 * Popular video beauty-page
 *
\*/
.thim-popularvideos_beauty-page {
    padding-top: 90px;
    padding-bottom: 94px;
}

/*\
 *
 * Feature video beauty-page
 *
\*/
.thim-featurevideos_beauty-page {
    padding-bottom: 103px;
}

@media (min-width: 992px) {
    .thim-featurevideos_beauty-page .left-area {
        flex: 0 0 72.5%;
        max-width: 72.5%;
    }

    .thim-featurevideos_beauty-page .right-area {
        flex: 0 0 27.5%;
        max-width: 27.5%;
    }
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .thim-featurevideos_beauty-page .left-area {
        margin-bottom: 50px;
    }

    .thim-banner_home-1 {
        padding-top: 60px;
    }
}

/*\
 *
 * Products beauty-page
 *
\*/
.thim-products_beauty-page {
    padding-bottom: 8px;
    position: relative;
    z-index: 10;
}

.thim-products_beauty-page .bp-element-heading .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #1f1f1f;
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding: 22px 60px 12px 60px;
    margin-top: -25px;
}

/*[ About ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * About about-page
 *
\*/
.thim-about_about-page {
    padding-bottom: 95px;
}

.thim-about_about-page .bp-element-heading {
    margin-bottom: 43px;
}

.thim-about_about-page .bp-element-heading .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #1e1e1e;
    max-width: 770px;
    margin-bottom: 25px;
}

.thim-about_about-page .bp-element-heading .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    max-width: 770px;
}

.thim-about_about-page .bp-element-counter-box {
    margin-bottom: 52px;
}

.thim-about_about-page .bp-element-video-box {
    width: 830px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*\
 *
 * Services about-page
 *
\*/
.thim-services_about-page {
    background: #fafafa;
    padding-top: 95px;
    padding-bottom: 42px;
}

.thim-services_about-page .bp-element-heading {
    margin-bottom: 30px;
}

.thim-services_about-page .bp-element-heading .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #1e1e1e;
    text-transform: uppercase;
    max-width: 770px;
    margin-bottom: 1px;
}

.thim-services_about-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    max-width: 770px;
}

.thim-services_about-page .bp-element-icon-box {
    margin-bottom: 50px;
}

/*\
 *
 * Partner about-page
 *
\*/
.thim-partner_about-page {
    background: #f5f5f5;
    padding: 49px 0;
}

/*\
 *
 * Team about-page
 *
\*/
.thim-team_about-page {
    padding-top: 95px;
    margin-bottom: -40px;
}

.thim-team_about-page .bp-element-heading {
    margin-bottom: 30px;
}

.thim-team_about-page .bp-element-heading .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #1e1e1e;
    text-transform: uppercase;
    max-width: 770px;
    margin-bottom: 1px;
}

.thim-team_about-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    max-width: 770px;
}

/*[ list-author-page ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Authors list-authors-page
 *
\*/
.thim-author_list-authors-page {
    margin-top: -26px;
}

.thim-author_list-authors-page .authors-list {
    margin-bottom: 14px;
}

/*[ list-videos-page ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Videos list-videos-page
 *
\*/
.thim-videos_list-videos-page {
    margin-top: -26px;
}

.thim-videos_list-videos-page .videos-list {
    margin-bottom: 15px;
}

/*[ Contact ]
//////////////////////////////////////////////////////////////////*/
.divline_contact-page {
    height: 1px;
    background: #e1e1e1;
}

/*\
 *
 * Contact info contact-page
 *
\*/
.thim-contact-info_contact-page {
    padding-top: 100px;
}

.thim-contact-info_contact-page .col,
.thim-contact-info_contact-page [class*=col-] {
    padding-bottom: 30px;
}

.thim-contact-info_contact-page .divline_contact-page {
    margin-top: 22px;
}

.thim-contact-info_contact-page .bp-element-icon-box {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
}

/*\
 *
 * Send message contact-page
 *
\*/
.thim-send-message_contact-page {
    padding-top: 53px;
}

.thim-send-message_contact-page .bp-element-heading {
    max-width: 1015px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
}

.thim-send-message_contact-page .bp-element-heading .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.thim-send-message_contact-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
}

.thim-send-message_contact-page .contact-form {
    max-width: 1014px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}

.thim-send-message_contact-page .map iframe {
    width: 100%;
    height: 459px;
    margin-bottom: 0;
    display: block;
}

/*[ Submit video ]
//////////////////////////////////////////////////////////////////*/
.divline_submit-page {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}

/*\
 *
 * form submit-page
 *
\*/
.thim-form_submit-page .bp-element-heading {
    margin-bottom: 32px;
}

.thim-form_submit-page .bp-element-heading .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.thim-form_submit-page .bp-element-heading .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
}

.thim-form_submit-page .bp-element-heading .content {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.625;
    color: #111111;
}

.thim-form_submit-page .divline_submit-page {
    margin-bottom: 34px;
}

/*\
 *
 * Shortcode
 *
\*/
.bp-element-search.vblog-layout-popup-1 .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fd6500;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s;
}

.bp-element-search.vblog-layout-popup-1 .search-button:hover {
    background: #ca5100;
}

.bp-element-search.vblog-layout-popup-1 .search-button:before {
    font-size: inherit;
    content: "";
    font-family: Ionicons;
    line-height: 1;
}

.bp-element-search.vblog-layout-popup-1 .search-form {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.bp-element-search.vblog-layout-popup-1 .search-form .form-search {
    width: 80%;
    position: relative;
}

.bp-element-search.vblog-layout-popup-1 .search-form .form-search .search-field {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: transparent;
    font-size: 60px;
    border: 0;
    color: #fff;
    border-bottom: 4px solid #fd6500;
    transform: scale3d(0, 1, 1);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.bp-element-search.vblog-layout-popup-1 .search-form .form-search .search-notice {
    isplay: inline-block;
    float: right;
    margin-top: 5px;
    color: #f0f0f0;
}

.bp-element-search.vblog-layout-popup-1 .search-form.open {
    opacity: 1;
    visibility: visible;
}

.bp-element-search.vblog-layout-popup-1 .search-form.open .form-search .search-field {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

.bp-element-search.vblog-layout-popup-1 .search-form .close-form {
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 100px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}

.bp-element-search.vblog-layout-popup-1 .search-form .close-form:before {
    content: "";
    font-size: 20px;
    font-family: Ionicons;
}

.bp-element-search.vblog-layout-popup-1 .search-form .close-form:hover {
    color: red;
}

.bp-element-search.vblog-layout-popup-1 .list-search {
    position: absolute;
    left: 10%;
    top: calc(50% + 80px);
    width: 80%;
    max-height: calc(50% - 110px);
    overflow-y: auto;
}

.bp-element-search.vblog-layout-popup-1 .list-search li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
}

.bp-element-search.vblog-layout-popup-1 .list-search li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #ccc;
    transition: all 0.2s;
}

.bp-element-search.vblog-layout-popup-1 .list-search li a:hover {
    color: #fff;
}

.bp-element-search.vblog-layout-popup-2 .search-button {
    color: #191919;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    width: 75px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(153, 153, 153, 0.23);
    transition: all 0.2s;
}

.bp-element-search.vblog-layout-popup-2 .search-button:hover {
    color: #fa777c;
}

.bp-element-search.vblog-layout-popup-2 .search-button:before {
    font-size: inherit;
    content: "";
    font-family: Ionicons;
    line-height: 1;
}

.bp-element-search.vblog-layout-popup-2 .search-form {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.bp-element-search.vblog-layout-popup-2 .search-form .form-search {
    width: 80%;
    position: relative;
}

.bp-element-search.vblog-layout-popup-2 .search-form .form-search .search-field {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: transparent;
    font-size: 60px;
    border: 0;
    color: #fff;
    border-bottom: 4px solid #fa777c;
    transform: scale3d(0, 1, 1);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.bp-element-search.vblog-layout-popup-2 .search-form .form-search .search-notice {
    isplay: inline-block;
    float: right;
    margin-top: 5px;
    color: #f0f0f0;
}

.bp-element-search.vblog-layout-popup-2 .search-form.open {
    opacity: 1;
    visibility: visible;
}

.bp-element-search.vblog-layout-popup-2 .search-form.open .form-search .search-field {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

.bp-element-search.vblog-layout-popup-2 .search-form .close-form {
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 100px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}

.bp-element-search.vblog-layout-popup-2 .search-form .close-form:before {
    content: "";
    font-size: 20px;
    font-family: Ionicons;
}

.bp-element-search.vblog-layout-popup-2 .search-form .close-form:hover {
    color: red;
}

.bp-element-search.vblog-layout-popup-2 .list-search {
    position: absolute;
    left: 10%;
    top: calc(50% + 80px);
    width: 80%;
    max-height: calc(50% - 110px);
    overflow-y: auto;
}

.bp-element-search.vblog-layout-popup-2 .list-search li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;
}

.bp-element-search.vblog-layout-popup-2 .list-search li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #ccc;
    transition: all 0.2s;
}

.bp-element-search.vblog-layout-popup-2 .list-search li a:hover {
    color: #fff;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .bp-element-search.vblog-layout-popup-2 .search-form .form-search .search-field, .responsive .bp-element-search.vblog-layout-popup-1 .search-form .form-search .search-field {
        font-size: 40px;
        border-width: 3px;
    }
}

@media (max-width: 767px) {
    .responsive .bp-element-search.vblog-layout-popup-2 .search-form .form-search .search-field, .responsive .bp-element-search.vblog-layout-popup-1 .search-form .form-search .search-field {
        height: 60px;
        font-size: 25px;
        border-width: 2px;
    }
}

@media (max-width: 575px) {
    .responsive .bp-element-search.vblog-layout-popup-2 .search-form .form-search .search-field, .responsive .bp-element-search.vblog-layout-popup-1 .search-form .form-search .search-field {
        height: 50px;
        padding: 8px 0;
        font-size: 16px;
    }
}

.bp-element-social-links.vblog-layout-header-1 .wrap-element {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -5px;
}

.bp-element-social-links.vblog-layout-header-1 .wrap-element .social-item {
    font-size: 16px;
    line-height: 1;
    color: #757575;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #262626;
    margin: 5px;
    transition: all 0.2s;
}

.bp-element-social-links.vblog-layout-header-1 .wrap-element .social-item:hover {
    background: #2f1e61;
    color: #fff;
}

.bp-element-social-links.vblog-layout-header-2 .wrap-element {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -5px;
}

.bp-element-social-links.vblog-layout-header-2 .wrap-element .social-item {
    font-size: 14px;
    line-height: 1;
    color: #909090;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    margin: 5px;
    transition: all 0.2s;
}

.bp-element-social-links.vblog-layout-header-2 .wrap-element .social-item:hover {
    border-color: #2f1e61;
    background: #2f1e61;
    color: #fff;
}

.bp-element-social-links.vblog-layout-header-3 .wrap-element {
    margin: 0 -6px;
}

.bp-element-social-links.vblog-layout-header-3 .wrap-element .social-item {
    font-size: 14px;
    line-height: 1.5;
    color: #919191;
    text-align: center;
    margin: 0 6px;
    transition: all 0.2s;
}

.bp-element-social-links.vblog-layout-header-3 .wrap-element .social-item:hover {
    color: #fd6500;
}

.bp-element-social-links.vblog-layout-footer .wrap-element {
    text-align: inherit;
    margin: -4px;
}

.bp-element-social-links.vblog-layout-footer .wrap-element .social-item {
    font-size: 19px;
    line-height: 1;
    color: #7c7c7c;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(115, 116, 117, 0.5);
    margin: 4px;
    transition: all 0.2s;
}

.bp-element-social-links.vblog-layout-footer .wrap-element .social-item:hover {
    background: #2f1e61;
    border-color: #2f1e61;
    color: #fff;
}

.bp-element-social-links.vblog-layout-footer-2 .wrap-element {
    text-align: inherit;
    margin: -9px;
}

.bp-element-social-links.vblog-layout-footer-2 .wrap-element .social-item {
    font-size: 21px;
    line-height: 1;
    color: #fd6500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #3f3f3f;
    margin: 9px;
    transition: all 0.2s;
}

.bp-element-social-links.vblog-layout-footer-2 .wrap-element .social-item:hover {
    background: transparent;
    border-color: #fd6500;
    color: #fd6500;
}

.bp-element-social-links.vblog-layout-footer-3 .wrap-element {
    text-align: inherit;
    margin: -8px;
}

.bp-element-social-links.vblog-layout-footer-3 .wrap-element .social-item {
    font-size: 15px;
    line-height: 1;
    color: #1f1f1f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin: 8px;
    transition: all 0.2s;
}

.bp-element-social-links.vblog-layout-footer-3 .wrap-element .social-item:hover {
    background: #fa777c;
    border-color: #fa777c;
    color: #fff;
}

.bp-element-social-links.vblog-layout-sidebar .wrap-element {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -6px 0px;
}

.bp-element-social-links.vblog-layout-sidebar .wrap-element .item-social {
    font-size: 15px;
    line-height: 1;
    color: #1f1f1f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 6px;
    transition: all 0.2s;
}

.bp-element-social-links.vblog-layout-sidebar .wrap-element .item-social:hover {
    border-color: #fa777c;
    background: #fa777c;
    color: #fff;
}

.site-header.layout-4 .bp-element-social-links.vblog-layout-header-2 .wrap-element .social-item:hover {
    border-color: #fa777c;
    background: #fa777c;
    color: #fff;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 575px) {
    .responsive .bp-element-social-links.vblog-layout-footer .wrap-element .social-item {
        font-size: 15px;
        width: 35px;
        height: 35px;
    }
}

.login-popup p:before {
    content: " ";
    display: table;
}

.login-popup p:after {
    content: " ";
    display: table;
    clear: both;
}

.login-popup label:after {
    color: #777;
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-popup .login-email,
.login-popup .login-username,
.login-popup .login-password {
    line-height: 50px;
    position: relative;
    margin-bottom: 0;
}

.login-popup .login-email label,
.login-popup .login-username label,
.login-popup .login-password label {
    font-size: 0;
    position: absolute;
    top: 8px;
    right: 20px;
    margin-bottom: 0;
}

.login-popup .login-email label:after,
.login-popup .login-username label:after,
.login-popup .login-password label:after {
    font-family: ionicons;
    font-size: 20px;
    color: #999;
}

.login-popup form {
    font-size: 16px;
}

.login-popup form input {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 21px;
    font-size: 14px;
    font-family: inherit;
}

.login-popup form input[type=password], .login-popup form input[type=email], .login-popup form input[type=text] {
    width: 100%;
    color: #aaa;
    border-radius: 5px;
    border: 1px solid #eee;
    font-style: italic;
}

.login-popup form input[type=password]:-moz-placeholder, .login-popup form input[type=email]:-moz-placeholder, .login-popup form input[type=text]:-moz-placeholder, .login-popup form input[type=password]::-moz-placeholder, .login-popup form input[type=email]::-moz-placeholder, .login-popup form input[type=text]::-moz-placeholder, .login-popup form input[type=password]:-ms-input-placeholder, .login-popup form input[type=email]:-ms-input-placeholder, .login-popup form input[type=text]:-ms-input-placeholder, .login-popup form input[type=password]::-webkit-input-placeholder, .login-popup form input[type=email]::-webkit-input-placeholder, .login-popup form input[type=text]::-webkit-input-placeholder {
    color: #aaa;
}

.login-popup form [type=checkbox] {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.login-popup form input[type=submit] {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    border-radius: 30px;
    transition: all 0.5s;
    box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
}

.login-popup .lost-pass-link {
    float: right;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    display: block;
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 25px;
    text-align: right;
    color: #555 !important;
}

.login-popup .link-bottom {
    margin-top: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
}

.login-popup .link-bottom a {
    color: #aaa;
    text-decoration: underline;
}

.login-popup .login-remember {
    margin-bottom: 1px;
}

#bp-popup-login {
    background: #fff;
    position: relative;
    width: 1150px;
    margin: 0 auto;
    height: 600px;
}

#bp-popup-login:before {
    content: " ";
    display: table;
}

#bp-popup-login:after {
    content: " ";
    display: table;
    clear: both;
}

#bp-popup-login .loginwrapper:before {
    content: " ";
    display: table;
}

#bp-popup-login .loginwrapper:after {
    content: " ";
    display: table;
    clear: both;
}

#bp-popup-login.loading .loginwrapper {
    position: relative;
}

#bp-popup-login.loading .loginwrapper:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    display: block;
}

#bp-popup-login .media-content {
    padding: 100px 30px;
    width: 434px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #aaa;
    font-size: 16px;
    line-height: 1.63em;
}

#bp-popup-login .media-content .heading {
    margin-top: 10px;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

#bp-popup-login .media-content:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

#bp-popup-login .inner-login {
    flex-grow: 1;
    padding: 50px;
}

#bp-popup-login .form-row {
    display: flex;
}

#bp-popup-login .wrap-form {
    flex-grow: 1;
    padding-right: 30px;
}

#bp-popup-login .wrap-sc {
    width: 50%;
    position: relative;
    padding-left: 30px;
}

#bp-popup-login .wrap-sc:before {
    position: absolute;
    width: 1px;
    height: 223px;
    content: "";
    left: 0;
    border-left: 1px dotted rgba(0, 0, 0, 0.15);
    top: 65px;
}

#bp-popup-login .wrap-sc .or {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -25px;
    top: 140px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    color: #ccc;
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list {
    padding: 0;
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a {
    display: block;
    position: relative;
    background: #3b5998;
    color: #fff;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    padding: 0 19px;
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a:after {
    transition: all 0.2s ease-in-out 0s;
    font-family: Ionicons;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #3b5998;
    text-align: center;
    line-height: 32px;
    box-shadow: 5.7px 5.7px 11.3px 0.7px rgba(0, 0, 0, 0.16);
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a:hover {
    box-shadow: 5.7px 5.7px 11.3px 0.7px rgba(0, 0, 0, 0.16);
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a:hover:after {
    transform: translate(-10px, -50%);
}

#bp-popup-login .wp-social-login-connect-with,
#bp-popup-login .form-desc {
    font-size: 16px;
    color: #808080;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 22px;
}

#bp-popup-login .login-popup {
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.6s;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translate(0, -50px);
    visibility: hidden;
    width: 1150px;
    overflow-x: hidden;
    display: flex;
}

#bp-popup-login .login-popup.active {
    z-index: 2;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    height: auto;
}

#bp-popup-login .mfp-close {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: -50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
}

#bp-popup-login .message {
    position: static;
    display: block;
    font-size: 13px !important;
}

#bp-popup-login .login-popup-container > br {
    display: none;
}

#bp-popup-login .mo-openid-app-icons {
    width: 50%;
    float: left;
    padding: 0 30px;
}

#bp-popup-login .mo-openid-app-icons > p {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 0 23px;
    padding: 0;
    text-transform: none;
    line-height: 30px;
}

#bp-popup-login .mo-openid-app-icons .btn-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
}

#bp-popup-login .mo-openid-app-icons .btn-block:hover {
    text-decoration: none;
}

#bp-popup-login .mo-openid-app-icons .btn-block:nth-child(2) {
    margin-top: 0;
}

#bp-popup-login .mo-openid-app-icons:after {
    left: auto;
    bottom: auto;
    top: 0;
    right: 1px;
    width: 1px;
    border: 0;
    background: #eee;
    height: 300px;
}

#bp-popup-login .login-popup .title {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal;
    color: #999;
    margin-bottom: 46px;
}

#bp-popup-login .login-popup .title a {
    color: #999;
}

#bp-popup-login .login-popup .title .current-title {
    font-size: 24px;
    font-weight: bold;
}

#bp-popup-login .login-popup .title span:first-child:after {
    content: "/";
    padding-left: 5px;
}

#bp-popup-login .login-popup .title span:last-child:after {
    display: none;
}

.sc-plugin > .wpb_wrapper {
    max-width: 500px;
    margin: auto;
    clear: both;
}

.sc-plugin > .wpb_wrapper > div {
    font-size: 24px;
    text-align: center;
}

.wp-social-login-widget {
    margin-bottom: -15px;
}

.wp-social-login-widget > .wp-social-login-connect-with {
    margin-bottom: 5px;
    font-weight: 700;
}

#signup-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
    min-height: 80vh;
}

#signup-content h2 {
    font-size: 30px;
}

form#registerform > p {
    margin-bottom: 0;
}

form#registerform > p.text-mail {
    line-height: normal;
}

form#registerform .wp-social-login-widget {
    text-align: center;
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    color: #999;
    font-size: 15px;
    font-weight: normal;
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with:before, form#registerform .wp-social-login-widget .wp-social-login-connect-with:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 15px;
    background: #999;
    height: 1px;
    transform: translate(0, -50%);
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with:before {
    left: 0;
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with:after {
    right: 0;
}

form#registerform .button-submit {
    margin-top: 25px;
}

form#lostpasswordform .description {
    line-height: normal;
    margin-bottom: 20px;
}

/*\
 *
 * ...
 *
\*/
.home-2 .login-popup form input[type=submit],
.home-1 .login-popup form input[type=submit] {
    background: #2f1e61;
    color: #fff;
    transition: all 0.2s;
}

.home-2 .login-popup form input[type=submit]:hover,
.home-1 .login-popup form input[type=submit]:hover {
    background: #b30710;
}

@media (max-width: 1400px) and (min-width: 1024px) {
    #bp-popup-login {
        width: 930px;
        height: 560px;
    }

    #bp-popup-login .login-popup {
        max-width: 100%;
    }

    #bp-popup-login .media-content {
        height: 560px;
    }
}

@media (max-width: 991px) {
    #bp-popup-login {
        width: 80%;
        height: auto;
    }

    #bp-popup-login .media-content {
        display: none;
    }

    #bp-popup-login .login-popup {
        max-width: 100%;
    }
}

.bp-element-posts.vblog-layout-slider-3 .wrap-element {
    overflow: hidden;
    padding-top: 10px;
}

.bp-element-posts.vblog-layout-slider-3 .heading-post {
    padding-right: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.bp-element-posts.vblog-layout-slider-3 .heading-post .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 20px;
}

.bp-element-posts.vblog-layout-slider-3 .heading-post .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #7c7c7c;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
}

.bp-element-posts.vblog-layout-slider-3 .heading-post .link {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #2f1e61;
    text-decoration: underline;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
    transition: all 0.2s;
}

.bp-element-posts.vblog-layout-slider-3 .heading-post .link:hover {
    color: #fff;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts .item-slick {
    padding: 0 15px 0 15px;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -94px;
    right: 0;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #2b2b2b;
    position: absolute;
    top: 0;
    left: 50%;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick {
    font-size: 26px;
    color: #e1e1e1;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 15px;
    transition: all 0.2s;
    cursor: pointer;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick:hover {
    color: #2f1e61;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    opacity: 0.3;
    pointer-events: none;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 68%;
    bottom: -2px;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(top, rgba(0, 0, 0, 0), #000);
    opacity: 0.8;
    pointer-events: none;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 430px;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 23px;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .title a:hover {
    color: #2f1e61;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #bbbbbb;
    text-transform: uppercase;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .info .item-info {
    padding-left: 13px;
    padding-right: 10px;
    position: relative;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .info .item-info::before {
    content: "•";
    font-family: inherit;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #bbbbbb;
    position: absolute;
    top: 0;
    left: 0;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .info .item-info a {
    color: #bbbbbb;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .feature-item .content .info .item-info a:hover {
    color: #2f1e61;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .pic {
    width: 201px;
    overflow: hidden;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .pic:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .text {
    width: calc(100% - 201px - 25px);
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .text .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #2f1e61;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 2px;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .text .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
    word-break: break-word;
    margin-bottom: 16px;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .text .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .text .title a:hover {
    color: #2f1e61;
}

.bp-element-posts.vblog-layout-slider-3 .post-item .item .text .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c;
    word-break: break-word;
}

.bp-element-posts.vblog-layout-grid-1 .grid-isotope {
    margin-right: -20px;
    margin-left: -20px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-isotope .grid-sizer {
    width: calc(100% / 3);
}

.bp-element-posts.vblog-layout-grid-1 .grid-isotope .grid-item {
    width: calc(100% / 3);
    padding: 18px 20px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-text {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fd6500;
    padding: 46px 14%;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-text .content {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.444444;
    color: #fff;
    word-break: break-word;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-text .line {
    width: 26px;
    height: 1px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-text .name {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 3px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-text .star {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video {
    position: relative;
    z-index: 1;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video img {
    width: 100%;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video .overlay {
    position: absolute;
    z-index: 5;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background-color: #000;
    opacity: 0.4;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video .content {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15%;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video .content .btn-play {
    display: block;
    width: 36px;
    height: 41px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
    margin-bottom: 14px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video .content .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video .content .title {
    font-family: PT Serif;
    font-weight: 700;
    line-height: 1.555555;
    font-size: 18px;
    color: #fff;
    text-align: center;
    word-break: break-word;
    margin-right: auto;
    margin-left: auto;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video .content .title a {
    color: #fff;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item-video .content .title a:hover {
    color: #fd6500;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .pic {
    overflow: hidden;
    position: relative;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .pic .overlay {
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background-color: #000;
    opacity: 0.4;
    pointer-events: none;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .text .date {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 9px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .text .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.444444;
    word-break: break-word;
    margin-bottom: 19px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .text .title a {
    display: inline-block;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .text .title a:hover {
    color: #fd6500 !important;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .text .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 25px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .text .link-readmore {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: underline !important;
    word-break: break-word;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item .text .link-readmore:hover {
    color: #fd6500 !important;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-overlay {
    position: relative;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-overlay:hover .pic img {
    transform: scale(1.1, 1.1);
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-overlay .content, .bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-overlay .link-readmore {
    display: none;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-overlay .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 13.8% 5px 30px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-overlay .text .date {
    color: #fffefe;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-overlay .text .title a {
    color: #fff;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default {
    position: relative;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default .pic .overlay {
    display: none;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default .pic:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default .text {
    background-color: #fff;
    padding: 26px 12.5% 35px 22px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default .text .date {
    color: #1f1f1f;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default .text .title a {
    color: #1f1f1f;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default .text .content {
    color: #757575;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-item.text-default .text .link-readmore {
    color: #1f1f1f;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-type-gallery {
    width: 100%;
    position: relative;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-type-gallery .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-type-gallery .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.6);
    transition: all 0.2s;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-type-gallery .wrap-arrow-slick .arow-slick:hover {
    background: #fd6500;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-type-gallery .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-type-gallery .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bp-element-posts.vblog-layout-grid-1 .grid-posts .post-type-gallery .gallery-item img {
    width: 100%;
}

.bp-element-posts.vblog-layout-grid-2 .grid-isotope {
    margin: -20px -20px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-isotope .grid-sizer {
    width: 50%;
}

.bp-element-posts.vblog-layout-grid-2 .grid-isotope .grid-item {
    width: 50%;
    padding: 20px 20px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-isotope .size_2x1 {
    width: 100%;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts {
    margin-bottom: 40px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post {
    text-align: center;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .media-item {
    margin-bottom: 28px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .media-item img {
    width: 100%;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .media-item iframe {
    display: block;
    width: 100%;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .info .item-info {
    padding-left: 13px;
    padding-right: 6px;
    position: relative;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .info .item-info::before {
    content: "•";
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #6e6e6e;
    position: absolute;
    top: 0;
    left: 0;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .info .item-info:first-child {
    padding-left: 0;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .info .item-info:first-child:before {
    display: none;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .info .item-info a {
    color: #6e6e6e;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .info .item-info a:hover {
    color: #fa777c;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.363636;
    color: #1f1f1f;
    word-break: break-word;
    margin-bottom: 17px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .title a {
    display: inline-block;
    color: #1f1f1f;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .title a:hover {
    color: #fa777c;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .content {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 21px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .btn-readmore {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #fa777c;
    padding: 0 38px;
    margin-bottom: 25px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .btn-readmore:hover {
    background: #f8464d;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .share .wrap-text {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .share .wrap-text .line {
    display: block;
    width: 100%;
    border-top: 1px dashed #d7d7d7;
    position: absolute;
    z-index: -1;
    top: calc(50% - 1px);
    left: 0;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .share .wrap-text .text {
    display: inline-block;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
    background: #fff;
    padding: 0 20px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .share .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -7px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .share .socials .social-item {
    font-size: 15px;
    line-height: 1;
    color: #1f1f1f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 7px;
    transition: all 0.2s;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post .share .socials .social-item:hover {
    border-color: #fa777c;
    background: #fa777c;
    color: #fff;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.feature-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(assets/images/pattern-line.png);
    background-repeat: repeat-x;
    margin-top: 20px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.feature-item .media-item {
    margin-bottom: 33px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.feature-item .info {
    margin-bottom: 4px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.feature-item .title {
    margin-bottom: 33px;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.feature-item .title a {
    display: inline-block;
    font-size: 32px;
    line-height: 1.3125;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.feature-item .share {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.video-item .media-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.video-item .media-item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.video-item .media-item .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.video-item .media-item .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.video-item .media-item:hover:before {
    opacity: 0.4;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.image-item .media-item {
    overflow: hidden;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.image-item .media-item img {
    transition: all 0.5s ease-out;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.image-item .media-item:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item {
    display: block;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item .slide-images {
    width: 100%;
    position: relative;
    /* .item-slick {
  	display: flex;
  	justify-content: center;
  } */
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item .slide-images .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.6);
    transition: all 0.2s;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick:hover {
    background: #fa777c;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bp-element-posts.vblog-layout-grid-2 .grid-posts .item-post.slide-item .media-item .slide-images .item-img img {
    width: 100%;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 25px;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(assets/images/pattern-line.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post .item-pagi {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    color: #1f1f1f;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post .item-pagi:hover {
    color: #fa777c;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post .item-pagi i {
    font-size: 22px;
    padding-bottom: 2px;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post .item-pagi.prev {
    padding-right: 15px;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post .item-pagi.prev i {
    margin-right: 15px;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post .item-pagi.next {
    padding-left: 15px;
    justify-content: flex-end;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.bp-element-posts.vblog-layout-grid-2 .pagi-post .item-pagi.next i {
    margin-left: 15px;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .heading-post .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-top: -5px;
    margin-bottom: 28px;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 33px;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item:last-child {
    margin-bottom: 0;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item .pic {
    width: 100px;
    padding-top: 4px;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item .pic img {
    width: 100%;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item .text {
    width: calc(100% - 100px - 25px);
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item .text .title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: unset;
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 8px;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item .text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    transition: all 0.2s;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item .text .title a:hover {
    color: #2f1e61;
}

.bp-element-posts.vblog-layout-list-footer .wrap-element .list-posts .item .text .date {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #7c7c7c;
    word-break: break-word;
}

.bp-element-posts.layout-list-2 .wrap-element .heading-post .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    padding-left: 15px;
    position: relative;
    margin-top: -6px;
    margin-bottom: 21px;
}

.bp-element-posts.layout-list-2 .wrap-element .heading-post .title::before {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #2f1e61;
    position: absolute;
    top: 7px;
    left: 0;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item:last-child {
    margin-bottom: 0;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .pic {
    display: block;
    width: 89px;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .pic img {
    width: 100%;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text {
    width: calc(100% - 89px - 20px);
    align-self: center;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 7px;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1e1e1e;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .title a:hover {
    color: #2f1e61;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .info {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 1.85;
    color: #6e6e6e;
    word-break: break-word;
}

.bp-element-posts.layout-list-2 .wrap-element .list-posts .post-item .text .price {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #2f1e61;
    word-break: break-word;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .title-post {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.666666;
    color: #1f1f1f;
    text-align: center;
    word-break: break-word;
    border: 1px dashed #cfcfcf;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 35px;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .title-post::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-left: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item:last-child {
    margin-bottom: 0;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item .pic {
    display: block;
    width: 93px;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item .pic img {
    width: 100%;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item .text {
    width: calc(100% - 93px - 20px);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item .text .title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #1f1f1f;
    word-break: break-word;
    margin-bottom: 11px;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item .text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1f1f1f;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item .text .title a:hover {
    color: #fa777c;
}

.bp-element-posts.vblog-layout-list-sidebar-2 .wrap-element .list-posts .post-item .text .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .heading-post {
    border-color: #d7d7d7;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .heading-post .title {
    color: #111;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .heading-post .description {
    color: #6e6e6e;
    border-color: #d7d7d7;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .heading-post .link {
    color: #6e6e6e;
    border-color: #d7d7d7;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .heading-post .link:hover {
    color: #2f1e61;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick::before {
    background: #d7d7d7;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick {
    color: #cfcfcf;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick:hover {
    color: #2f1e61;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .post-item .item .text .title a {
    color: #111;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .post-item .item .text .title a:hover {
    color: #2f1e61;
}

.home-2 .bp-element-posts.vblog-layout-slider-3 .post-item .item .text .description {
    color: #6e6e6e;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .bp-element-posts.vblog-layout-grid-1 .grid-isotope .grid-sizer {
        width: calc(100% / 2);
    }

    .responsive .bp-element-posts.vblog-layout-grid-1 .grid-isotope .grid-item {
        width: calc(100% / 2);
    }
}

@media (max-width: 767px) {
    .responsive .bp-element-posts.vblog-layout-grid-1 .grid-isotope .grid-sizer {
        width: calc(100% / 1);
    }

    .responsive .bp-element-posts.vblog-layout-grid-1 .grid-isotope .grid-item {
        width: calc(100% / 1);
    }

    .responsive .bp-element-posts.vblog-layout-grid-2 .grid-isotope .grid-sizer {
        width: 100%;
    }

    .responsive .bp-element-posts.vblog-layout-grid-2 .grid-isotope .grid-item {
        width: 100%;
    }

    .responsive .bp-element-posts.vblog-layout-slider-3 .heading-post {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .responsive .bp-element-posts.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick {
        justify-content: flex-start;
        top: -75px;
        right: auto;
        left: 0;
    }
}

@media (max-width: 480px) {
    .responsive .bp-element-posts.vblog-layout-slider-3 .post-item .item .pic {
        margin-bottom: 15px;
    }

    .responsive .bp-element-posts.vblog-layout-slider-3 .post-item .item .text {
        width: 100%;
    }
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element [class*=col-] {
    padding-bottom: 30px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .heading-post {
    margin-bottom: 36px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .heading-post .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item [class*=col-]:nth-child(2) {
    align-self: center;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video {
    position: relative;
    z-index: 1;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video img {
    width: 100%;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.2);
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background: #2f1e61;
    padding: 2px 11px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .video .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text {
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.363636;
    color: #fff;
    word-break: break-word;
    margin-bottom: 7px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .title a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #bbbbbb;
    text-transform: uppercase;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-bottom: 32px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .info .item-info {
    padding-left: 13px;
    padding-right: 10px;
    position: relative;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .info .item-info::before {
    content: "•";
    font-family: inherit;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #bbbbbb;
    position: absolute;
    top: 0;
    left: 0;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .info .item-info a {
    color: #bbbbbb;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .info .item-info a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #bbbbbb;
    word-break: break-word;
    margin-bottom: 32px;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .btn-readmore {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    padding: 0 49px;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-1 .wrap-element .feature-item .text .btn-readmore:hover {
    background: #b30710;
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .pic {
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .pic img:hover {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .pic .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    max-width: calc(100% - 30px);
    background: #2f1e61;
    padding: 2px 11px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.222222;
    color: #fff;
    text-align: center;
    word-break: break-word;
    margin-bottom: 8px;
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .title a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-1-1 .normal-items .item .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #bbb;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 55%;
    bottom: -2px;
    top: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(top, rgba(0, 0, 0, 0), #000);
    transition: all 0.3s;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 440px;
    max-width: 100%;
    max-height: 100%;
    padding: 53px 40px;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .meta-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
    margin-right: 15px;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .meta-info .imdb {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5;
    color: #d1d1d1;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .meta-info .imdb i {
    color: #ffb400;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.363636;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(40% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all 0.3s;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item:hover .btn-play {
    opacity: 1;
}

.bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item:hover .overlay {
    height: 100% !important;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .col, .bp-element-st-list-videos.vblog-layout-3 .wrap-element [class*=col-] {
    padding-bottom: 43px;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 28px;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .categories .item-cat {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #7c7c7c;
    word-break: break-word;
    text-transform: uppercase;
    padding: 0 30px;
    margin: 10px 0;
    border-right: 1px solid #2f2f2e;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .categories .item-cat:last-child {
    border-right: none;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .categories .item-cat:hover {
    color: #fd6500;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .categories .item-cat.active {
    color: #fd6500;
    text-decoration: line-through;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .pic:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .pic .duration {
    font-family: Josefin Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #111;
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 5px 9px 4px 9px;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.555555;
    color: #fff;
    text-align: center;
    word-break: break-word;
    margin-bottom: 7px;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .title a {
    color: #fff;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .title a:hover {
    color: #fd6500;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .item-post .cat {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #7c7c7c;
    text-align: center;
    word-break: break-word;
    display: block;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .buttons .btn-view {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #555;
    padding: 0 59px;
    margin: 8px;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .buttons .btn-view:hover {
    background: #fd6500;
    border-color: #fd6500;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .buttons .btn-hire {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: #fd6500;
    padding: 0 45px;
    margin: 8px;
}

.bp-element-st-list-videos.vblog-layout-3 .wrap-element .buttons .btn-hire:hover {
    background: #ca5100;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .wrap-element {
    overflow: hidden;
    padding-top: 10px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .heading-post {
    padding-right: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 20px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .link {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #2f1e61;
    text-decoration: underline;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .link:hover {
    color: #fff;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .item-slick {
    padding: 0 15px 0 15px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -94px;
    right: 0;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #2b2b2b;
    position: absolute;
    top: 0;
    left: 50%;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick {
    font-size: 26px;
    color: #e1e1e1;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 15px;
    transition: all 0.2s;
    cursor: pointer;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    opacity: 0.3;
    pointer-events: none;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 25px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    bottom: -2px;
    left: -2px;
    background: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all 0.3s;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic:hover .btn-play {
    opacity: 1;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .pic:hover .overlay {
    opacity: 0.5;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #fff;
    text-align: center;
    word-break: break-word;
    margin-bottom: 7px;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .title a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-slider-1 .post-item .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #7e7e7e;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos {
    position: relative;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.6%;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .wrap-arrow-slick .arow-slick:hover {
    background: #fd6500;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item {
    position: relative;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item img {
    width: 100%;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item .content .btn-play {
    display: block;
    width: 36px;
    height: 41px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
    margin-bottom: 18px;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item .content .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item .content .title {
    font-family: PT Serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    font-size: 32px;
    text-align: center;
    color: #fff;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item .content .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-slider-2 .wrap-element .slide-videos .video-item .content .title a:hover {
    color: #fd6500;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .heading-post {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .heading-post .text {
    display: inline-block;
    background: #fff;
    padding: 0 16px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .heading-post .text .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #1f1f1f;
    text-transform: uppercase;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .heading-post .line {
    width: 100%;
    height: 1px;
    background-image: url(assets/images/pattern-line.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts {
    position: relative;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .slide-slick {
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .slide-slick .slick-list {
    margin-right: -20px;
    margin-left: -20px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .slide-slick .item-slick {
    padding: 0 20px 0 20px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.5);
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick.next-slick {
    margin-right: -19px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick.prev-slick {
    margin-left: -19px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick:hover {
    background: #fa777c;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .pic {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .pic .meta-info {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .pic .meta-info .item-info {
    background-color: #363636;
    margin-right: 3px;
    padding: 2px 9px 1px 9px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .pic .meta-info .item-info i {
    margin-right: 3px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .pic:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .text {
    text-align: center;
    padding: 0px 10px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .text .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.444444;
    color: #1f1f1f;
    word-break: break-word;
    margin-bottom: 12px;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .text .title a {
    display: inline-block;
    color: #1f1f1f;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .text .title a:hover {
    color: #fa777c;
}

.bp-element-st-list-videos.vblog-layout-slider-3 .post-item .text .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #909090;
    text-transform: uppercase;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .slide-videos .wrap-dot-slick {
    padding-top: 35px;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .slide-videos .wrap-dot-slick .dots-slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .slide-videos .wrap-dot-slick .dots-slick li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e1e1e1;
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .slide-videos .wrap-dot-slick .dots-slick li:hover {
    background: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .slide-videos .wrap-dot-slick .dots-slick li.slick-active {
    background: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .slide-videos .item-slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .item-video {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .item-video::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .item-video img {
    max-width: 100%;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .item-video .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 25px);
    left: calc(50% - 28px);
    display: block;
    width: 50px;
    height: 57px;
    background-image: url(assets/images/icon-play-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .item-video .btn-play:hover {
    transform: scale(1.2, 1.2);
    opacity: 0.8;
}

.bp-element-st-list-videos.vblog-layout-slider-4 .wrap-element .item-video:hover:before {
    opacity: 0.4;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post {
    overflow: hidden;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 33px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .wrap-title {
    padding-right: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .wrap-title .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 20px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .wrap-title .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #7c7c7c;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .wrap-title .link {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #2f1e61;
    text-decoration: underline !important;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .wrap-title .link:hover {
    color: #fff;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .categories {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .categories ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -52px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .categories ul li {
    padding-left: 28px;
    margin-left: 24px;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .categories ul li::before {
    content: "•";
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    color: #7c7c7c;
    position: absolute;
    top: 3px;
    left: 0;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .categories ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    color: #7c7c7c;
    text-transform: uppercase;
    word-break: break-word;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .categories ul li a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .heading-post .categories ul li.current-cat a {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope {
    margin-right: -7px;
    margin-left: -7px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-sizer {
    width: 20%;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-item {
    width: 20%;
    padding: 7px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .size_2x2 {
    width: 40%;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .content {
    position: absolute;
    z-index: 20;
    width: calc(100% - 30px);
    max-height: calc(100% - 24px - 110px);
    bottom: 0;
    left: 0;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 24px;
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .content .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .content .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item .content .title a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .overlay {
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(top, rgba(0, 0, 0, 0), #000);
    opacity: 0.8;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .meta-info {
    left: 25px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content {
    width: 365px;
    max-width: calc(100% - 50px);
    max-height: calc(100% - 40px - 110px);
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 40px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .title a {
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .title a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #bbbbbb;
    text-transform: uppercase;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-bottom: 15px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .info span {
    padding-left: 13px;
    padding-right: 10px;
    position: relative;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .info span::before {
    content: "•";
    font-family: inherit;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #bbbbbb;
    position: absolute;
    top: 0;
    left: 0;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #bbbbbb;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 32px;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .btn-readmore {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    padding: 0 39px;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .btn-readmore:hover {
    background: #b30710;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post {
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title {
    padding-right: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #111;
    text-transform: uppercase;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 20px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title .link {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #2f1e61;
    text-decoration: underline !important;
    word-break: break-word;
    border-left: 1px solid #2b2b2b;
    padding: 3px 0 3px 20px;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title .link:hover {
    color: #fff;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .categories {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .categories ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -52px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .categories ul li {
    padding-left: 28px;
    margin-left: 24px;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .categories ul li::before {
    content: "•";
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    color: #cecece;
    position: absolute;
    top: 3px;
    left: 0;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .categories ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .categories ul li a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .categories ul li.current-cat a {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts {
    width: calc(100% + 14px);
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .grid-item {
    width: 20%;
    padding: 12px 7px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 12px;
    max-width: calc(100% - 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .pic .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .content .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    text-align: center;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .content .title a {
    color: #111;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .post-item .content .title a:hover {
    color: #2f1e61;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px dashed #dadada;
    padding: 9px 25px;
    margin-bottom: 40px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .wrap-title {
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .wrap-title .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #1f1f1f;
    text-transform: uppercase;
    word-break: break-word;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories {
    padding-top: 12px;
    padding-bottom: 9px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories ul li {
    padding: 0 15px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories ul li a:hover {
    color: #fa777c;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories ul li.current-cat a {
    color: #fa777c;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -40px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item {
    width: 54%;
    margin-bottom: 40px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .pic {
    position: relative;
    margin-bottom: 23px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .pic img {
    width: 100%;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .pic .duration {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #363636;
    padding: 2px 9px 1px 9px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .pic .btn-play {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(250, 119, 124, 0.9);
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    padding: 2px 0 0 3px;
    transition: all 0.2s;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .pic .btn-play:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text {
    max-width: 400px;
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.363636;
    color: #1f1f1f;
    word-break: break-word;
    margin-bottom: 9px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .title a {
    display: inline-block;
    color: #1f1f1f;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .title a:hover {
    color: #fa777c;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .info .item-info {
    padding-left: 13px;
    padding-right: 6px;
    position: relative;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .info .item-info::before {
    content: "•";
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #6e6e6e;
    position: absolute;
    top: 0;
    left: 0;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .info .item-info a {
    color: #6e6e6e;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item .text .info .item-info a:hover {
    color: #fa777c;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items {
    width: calc(46% - 40px);
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .pic {
    width: 160px;
    position: relative;
    overflow: hidden;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .pic .duration {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #363636;
    padding: 2px 9px 1px 9px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .pic:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .text {
    width: calc(100% - 160px - 20px);
    padding-top: 8px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .text .title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #1f1f1f;
    word-break: break-word;
    margin-bottom: 11px;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .text .title a {
    color: #1f1f1f;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .text .title a:hover {
    color: #fa777c;
}

.bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .text .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .heading-post {
    border-color: #d7d7d7;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .title {
    color: #111;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .description {
    color: #6e6e6e;
    border-color: #d7d7d7;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .link {
    color: #6e6e6e;
    border-color: #d7d7d7;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .heading-post .link:hover {
    color: #2f1e61;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick::before {
    background: #d7d7d7;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick {
    color: #cfcfcf;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick:hover {
    color: #2f1e61;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .post-item .title a {
    color: #111;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .post-item .title a:hover {
    color: #2f1e61;
}

.home-2 .bp-element-st-list-videos.vblog-layout-slider-1 .post-item .info {
    color: #6e6e6e;
}

.home-2 .bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title .link {
    color: #6e6e6e;
    border-color: #d7d7d7;
}

.home-2 .bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title .link:hover {
    color: #2f1e61;
}

.home-2 .bp-element-st-list-videos.vblog-layout-grid-2 .heading-post .wrap-title .description {
    color: #6e6e6e;
    border-color: #d7d7d7;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 1199px) {
    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .content {
        padding: 32px 20px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .content .title a {
        font-size: 18px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .btn-play {
        top: calc(40% - 22px);
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item {
        width: 50%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items {
        width: calc(50% - 40px);
    }
}

@media (max-width: 991px) {
    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .overlay {
        height: 69%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content {
        padding: 22px 15px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .meta-info {
        margin-bottom: 14px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title {
        line-height: 1.1;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title a {
        font-size: 15px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .btn-play {
        top: calc(35% - 22px);
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-sizer {
        width: calc(100% / 3);
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-item {
        width: calc(100% / 3);
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .size_2x2 {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .grid-item {
        width: 25%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .slide-slick .slick-list {
        margin-right: -15px;
        margin-left: -15px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .slide-slick .item-slick {
        padding: 0 15px 0 15px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .feature-item {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .overlay {
        height: 50%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content {
        padding: 53px 40px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .meta-info {
        margin-bottom: 24px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title {
        line-height: 1.363636;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title a {
        font-size: 22px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .btn-play {
        top: calc(40% - 22px);
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-sizer {
        width: 50%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-item {
        width: 50%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .size_2x2 {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .grid-item {
        width: 50%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-slider-1 .heading-post {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick {
        justify-content: flex-start;
        top: -75px;
        right: auto;
        left: 0;
    }
}

@media (max-width: 575px) {
    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content {
        padding: 33px 30px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title a {
        font-size: 18px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .btn-play {
        top: calc(40% - 22px);
    }

    .responsive .bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick.next-slick {
        margin-right: -15px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-slider-3 .slide-posts .wrap-arrow-slick .arow-slick.prev-slick {
        margin-left: -15px;
    }
}

@media (max-width: 480px) {
    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .overlay {
        height: 69%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content {
        padding: 23px 20px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .meta-info {
        margin-bottom: 14px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .content .title a {
        font-size: 16px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-2 .wrap-element .video-item .btn-play {
        top: calc(35% - 22px);
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-sizer {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .grid-item {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-isotope .size_2x2 {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content {
        max-height: calc(100% - 25px - 110px);
        margin-bottom: 25px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .info {
        margin-bottom: 10px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .info span:first-child {
        display: none;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-1 .grid-posts .post-item.feature-item .content .description {
        -webkit-line-clamp: 3;
        margin-bottom: 15px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-2 .grid-posts .grid-item {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .heading-post {
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .wrap-title {
        padding-right: 0px;
        padding-bottom: 5px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories {
        width: 100%;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .heading-post .categories ul li {
        padding: 0 10px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .pic {
        width: 120px;
    }

    .responsive .bp-element-st-list-videos.vblog-layout-grid-3 .grid-posts .normal-items .item .text {
        width: calc(100% - 120px - 15px);
        padding-top: 0;
    }
}

.bp-element-st-list-categories.vblog-layout-slider-1 .heading-post {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .heading-post::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: rgba(215, 215, 215, 0.1);
}

.bp-element-st-list-categories.vblog-layout-slider-1 .heading-post .text {
    background: #1e1e1e;
    padding: 0 28px;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .heading-post .text .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 5px;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .heading-post .text .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #6e6e6e;
    word-break: break-word;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts {
    position: relative;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .slide-slick .slick-list {
    overflow: visible;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 1920px;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick i {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(149, 149, 149, 0.5);
    transition: all 0.2s;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick i:hover {
    background: #2f1e61;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.prev-slick {
    right: 100%;
    justify-content: flex-end;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.prev-slick i {
    margin-right: -22px;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.next-slick {
    left: 100%;
    justify-content: flex-start;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.next-slick i {
    margin-left: -22px;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    display: none !important;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=false] {
    display: flex !important;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .item-slick {
    opacity: 0.25;
    pointer-events: none;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .item-slick.slick-active {
    opacity: 1;
    pointer-events: auto;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .post-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .post-item img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .post-item:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-categories.vblog-layout-slider-1 .post-item .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(top, rgba(0, 0, 0, 0), #000);
    opacity: 0.6;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .post-item .content {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #fff;
    text-align: center;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    transition: all 0.2s;
}

.bp-element-st-list-categories.vblog-layout-slider-1 .post-item .content .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 2px;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .heading-post {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .heading-post::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #d7d7d7;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .heading-post .text {
    background: #fff;
    padding: 0 28px;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .heading-post .text .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #111;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 5px;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .heading-post .text .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #6e6e6e;
    word-break: break-word;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .slide-posts {
    position: relative;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .slide-posts .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .slide-posts .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.6);
    transition: all 0.2s;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .slide-posts .wrap-arrow-slick .arow-slick:hover {
    background: #2f1e61;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .post-item {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .post-item img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .post-item:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-st-list-categories.vblog-layout-slider-2 .post-item .content {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #d4d4d4;
    text-align: center;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px 25px 22px 25px;
    transition: all 0.2s;
}

.bp-element-st-list-categories.vblog-layout-slider-2 .post-item .content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    bottom: -1px;
    left: -1px;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(top, rgba(0, 0, 0, 0), #000);
}

.bp-element-st-list-categories.vblog-layout-slider-2 .post-item .content .title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 767px) {
    .responsive .bp-element-st-list-categories.vblog-layout-slider-1 .heading-post .text {
        padding: 0;
    }

    .responsive .bp-element-st-list-categories.vblog-layout-slider-2 .heading-post .text {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .responsive .bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.prev-slick i {
        margin-right: -30px;
    }

    .responsive .bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .wrap-arrow-slick .arow-slick.next-slick i {
        margin-left: -30px;
    }

    .responsive .bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .item-slick {
        opacity: 0.25;
        pointer-events: none;
    }

    .responsive .bp-element-st-list-categories.vblog-layout-slider-1 .slide-posts .item-slick.slick-active {
        opacity: 1;
        pointer-events: auto;
    }
}

.bp-element-heading.align-left {
    text-align: left;
}

.bp-element-heading.align-left .title,
.bp-element-heading.align-left .description,
.bp-element-heading.align-left .content {
    word-break: break-word;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.bp-element-heading.align-left .line {
    margin-left: 0;
    margin-right: auto;
}

.bp-element-heading.align-right {
    text-align: right;
}

.bp-element-heading.align-right .title,
.bp-element-heading.align-right .description,
.bp-element-heading.align-right .content {
    word-break: break-word;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.bp-element-heading.align-right .line {
    margin-left: auto;
    margin-right: 0;
}

.bp-element-heading.align-center {
    text-align: center;
}

.bp-element-heading.align-center .title,
.bp-element-heading.align-center .description,
.bp-element-heading.align-center .content {
    word-break: break-word;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bp-element-heading.align-center .line {
    margin-left: auto;
    margin-right: auto;
}

.bp-element-call-to-action.vblog-layout-1 .wrap-element {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.bp-element-call-to-action.vblog-layout-1 .wrap-element .overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.bp-element-call-to-action.vblog-layout-1 .wrap-element .content {
    display: flex;
    align-items: center;
    padding: 25px 40px;
}

.bp-element-call-to-action.vblog-layout-1 .wrap-element .content .text {
    font-weight: 200;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    word-break: break-word;
    flex-grow: 1;
    padding-right: 30px;
}

.bp-element-call-to-action.vblog-layout-1 .wrap-element .content .btn-readmore {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: #2f1e61;
    padding: 0 39px;
    transition: all 0.2s;
}

.bp-element-call-to-action.vblog-layout-1 .wrap-element .content .btn-readmore:hover {
    background: #b30710;
}

.bp-element-call-to-action.vblog-layout-2 .wrap-element {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.bp-element-call-to-action.vblog-layout-2 .wrap-element .overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.bp-element-call-to-action.vblog-layout-2 .wrap-element .content {
    display: block;
    padding: 32px 40px;
}

.bp-element-call-to-action.vblog-layout-2 .wrap-element .content .text {
    font-weight: 200;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    word-break: break-word;
}

.home-2 .bp-element-call-to-action.vblog-layout-1 .wrap-element .overlay {
    opacity: 0.3;
}

.home-2 .bp-element-call-to-action.vblog-layout-1 .wrap-element .content .text {
    font-weight: 500;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
    .responsive .bp-element-call-to-action.vblog-layout-1 .wrap-element .content {
        justify-content: center;
        flex-wrap: wrap;
    }

    .responsive .bp-element-call-to-action.vblog-layout-1 .wrap-element .content .text {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.bp-element-brands.vblog-layout-slider-1 .wrap-element .brand-item {
    text-align: center;
    padding: 30px 15px;
}

.bp-element-brands.vblog-layout-slider-1 .wrap-element .brand-item img {
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}

.bp-element-brands.vblog-layout-slider-1 .wrap-element .brand-item img:hover {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.bp-element-testimonials.vblog-layout-slider-1 .slide-testimonials {
    position: relative;
}

.bp-element-testimonials.vblog-layout-slider-1 .slide-testimonials .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}

.bp-element-testimonials.vblog-layout-slider-1 .slide-testimonials .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 28px;
    color: #dddddd;
    line-height: 1;
    display: block;
    padding: 10px 0px;
    transition: all 0.2s;
}

.bp-element-testimonials.vblog-layout-slider-1 .slide-testimonials .wrap-arrow-slick .arow-slick:hover {
    color: #fd6500;
}

.bp-element-testimonials.vblog-layout-slider-1 .slide-testimonials .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bp-element-testimonials.vblog-layout-slider-1 .slide-testimonials .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bp-element-testimonials.vblog-layout-slider-1 .testimonial-item {
    padding: 0 30px;
}

.bp-element-testimonials.vblog-layout-slider-1 .testimonial-item .ava {
    width: 77px;
    height: 77px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}

.bp-element-testimonials.vblog-layout-slider-1 .testimonial-item .ava::before {
    content: "";
    display: block;
    width: 256px;
    height: 3px;
    background: #1c1c1b;
    background: linear-gradient(left, #1c1c1b, #fd6500, #1c1c1b);
    position: absolute;
    z-index: -1;
    top: calc(50% - 2px);
    left: calc(50% - 128px);
}

.bp-element-testimonials.vblog-layout-slider-1 .testimonial-item .ava img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.bp-element-testimonials.vblog-layout-slider-1 .testimonial-item .content {
    font-family: Roboto;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    line-height: 1.454545;
    color: #c7c7c7;
    text-align: center;
    word-break: break-word;
    width: 780px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 27px;
}

.bp-element-testimonials.vblog-layout-slider-1 .testimonial-item .author {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c;
    text-align: center;
    word-break: break-word;
}

.bp-element-testimonials.vblog-layout-slider-1 .testimonial-item .author .name {
    color: #fd6500;
    text-transform: uppercase;
}

.bp-element-feature-box.vblog-layout-1 .wrap-element {
    display: block;
    position: relative;
    overflow: hidden;
}

.bp-element-feature-box.vblog-layout-1 .wrap-element img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-feature-box.vblog-layout-1 .wrap-element .content {
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 12px;
    left: 12px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.bp-element-feature-box.vblog-layout-1 .wrap-element .content .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 1.3;
    color: #1f1f1f;
    text-align: center;
    background-color: #fff;
    word-break: break-word;
    padding: 13px 38px;
    transition: all 0.5s ease-out;
}

.bp-element-feature-box.vblog-layout-1 .wrap-element:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-feature-box.vblog-layout-1 .wrap-element:hover .content .title {
    background-color: rgba(255, 255, 255, 0.8);
}

.bp-element-image-box.vblog-layout-1 .wrap-element {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 306px;
    padding: 50px 30px 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.bp-element-image-box.vblog-layout-1 .wrap-element::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.45;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.bp-element-image-box.vblog-layout-1 .wrap-element .content {
    text-align: center;
}

.bp-element-image-box.vblog-layout-1 .wrap-element .content .title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    margin-bottom: 6px;
}

.bp-element-image-box.vblog-layout-1 .wrap-element .content .subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #d1d1d1;
    text-transform: uppercase;
    word-break: break-word;
}

.bp-element-image-box.vblog-layout-1 .wrap-element:hover {
    filter: grayscale(0%);
}

.bp-element-image-box.vblog-layout-1 .wrap-element:hover:before {
    opacity: 0.6;
}

.bp-element-image-box.vblog-layout-2 .wrap-element {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 469px;
    padding: 50px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bp-element-image-box.vblog-layout-2 .wrap-element::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.bp-element-image-box.vblog-layout-2 .wrap-element .content {
    max-width: 350px;
    margin-bottom: 22px;
    text-align: center;
}

.bp-element-image-box.vblog-layout-2 .wrap-element .content .subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
    margin-bottom: 2px;
}

.bp-element-image-box.vblog-layout-2 .wrap-element .content .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3125;
    color: #fff;
    text-align: center;
    word-break: break-word;
}

.bp-element-image-box.vblog-layout-2 .wrap-element .btn-view {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0 30px;
}

.bp-element-image-box.vblog-layout-2 .wrap-element .btn-view:hover {
    background-color: #fa777c;
    border-color: #fa777c;
}

.bp-element-image-box.vblog-layout-2 .wrap-element:hover:before {
    opacity: 0.35;
}

.bp-element-image-box.vblog-layout-3 .wrap-element {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 143px 15px 143px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bp-element-image-box.vblog-layout-3 .wrap-element::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.bp-element-image-box.vblog-layout-3 .wrap-element .content {
    text-align: center;
}

.bp-element-image-box.vblog-layout-3 .wrap-element .content .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 8px;
}

.bp-element-image-box.vblog-layout-3 .wrap-element .content .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    margin-bottom: 22px;
}

.bp-element-image-box.vblog-layout-3 .wrap-element .content .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    word-break: break-word;
    margin-bottom: 33px;
}

.bp-element-image-box.vblog-layout-3 .wrap-element .btn-readmore {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background-color: #fa777c;
    padding: 0 38px;
}

.bp-element-image-box.vblog-layout-3 .wrap-element .btn-readmore:hover {
    background-color: #f8464d;
}

.bp-element-image-box.vblog-layout-3 .wrap-element:hover:before {
    opacity: 0.25;
}

.bp-element-image-box.vblog-layout-4 .wrap-element {
    display: block;
    position: relative;
    overflow: hidden;
}

.bp-element-image-box.vblog-layout-4 .wrap-element img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-image-box.vblog-layout-4 .wrap-element .content {
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 12px;
    left: 12px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.bp-element-image-box.vblog-layout-4 .wrap-element .content .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 1.3;
    color: #1f1f1f;
    text-align: center;
    background-color: #fff;
    word-break: break-word;
    padding: 13px 38px;
    transition: all 0.5s ease-out;
}

.bp-element-image-box.vblog-layout-4 .wrap-element:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-image-box.vblog-layout-4 .wrap-element:hover .content .title {
    background-color: rgba(255, 255, 255, 0.8);
}

.bp-element-video-box.vblog-layout-popup-1 .wrap-element {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 12px;
}

.bp-element-video-box.vblog-layout-popup-1 .wrap-element .overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.15;
    transition: all 0.3s;
}

.bp-element-video-box.vblog-layout-popup-1 .wrap-element .content {
    min-height: 268px;
    width: 100%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}

.bp-element-video-box.vblog-layout-popup-1 .wrap-element .content .btn-play {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(250, 119, 124, 0.9);
    padding: 2px 0 0 3px;
    transition: all 0.2s;
}

.bp-element-video-box.vblog-layout-popup-1 .wrap-element .content .btn-play:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bp-element-video-box.vblog-layout-popup-1 .wrap-element .content .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    line-height: 1.3125;
    color: #fff;
    text-align: center;
    word-break: break-word;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 13px;
    padding-bottom: 20px;
}

.bp-element-video-box.vblog-layout-popup-1 .wrap-element:hover .overlay {
    opacity: 0.25;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products {
    overflow: hidden;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .slide-slick {
    margin-right: -20px;
    margin-left: -20px;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .item-slick {
    padding-right: 20px;
    padding-left: 20px;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick {
    margin-top: 27px;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick.show-line {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick.show-line::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(assets/images/pattern-line.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick.show-line .dots-slick {
    background-color: #fff;
    padding: 0 10px;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick .dots-slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick .dots-slick li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ededed;
    cursor: pointer;
    margin: 5px;
    transition: all 0.2s;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick .dots-slick li:hover {
    background-color: #fa777c;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .slide-products .wrap-dot-slick .dots-slick li.slick-active {
    background-color: #fa777c;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item .pic {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-bottom: 28px;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item .pic .price {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(250, 119, 124, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 80px;
    right: -30px;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item .text {
    text-align: center;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item .text .subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #909090;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 9px;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item .text .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.444444;
    color: #1f1f1f;
    word-break: break-word;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item .text .title a {
    display: inline-block;
    color: #1f1f1f;
}

.bp-element-products.vblog-layout-slider-1 .wrap-element .product-item .text .title a:hover {
    color: #fa777c;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product {
    text-align: center;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .media-item {
    position: relative;
    overflow: hidden;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .media-item .pic {
    overflow: hidden;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .media-item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .media-item .btn-addcart {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 17px 15px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    transition: all 0.3s;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .media-item .btn-addcart i {
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
    vertical-align: middle;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .media-item .btn-addcart:hover {
    color: #2f1e61;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .media-item:hover .btn-addcart {
    transform: translateX(0);
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .text-item {
    padding-top: 25px;
    padding-bottom: 34px;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .text-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111111;
    word-break: break-word;
    margin-bottom: 5px;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .text-item .title a {
    color: #111111;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .text-item .title a:hover {
    color: #2f1e61;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .text-item .price {
    font-weight: 500;
    color: #2f1e61;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    display: block;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .text-item .price del {
    font-weight: 300;
    font-style: italic;
    color: #6e6e6e;
    text-decoration: line-through;
    margin: 0 4px;
}

.bp-element-products.vblog-layout-grid-1 .wrap-element .item-product .text-item .price ins {
    text-decoration: none;
    margin: 0 4px;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .heading-products .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    padding-left: 15px;
    position: relative;
    margin-top: -6px;
    margin-bottom: 21px;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .heading-products .title::before {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #2f1e61;
    position: absolute;
    top: 7px;
    left: 0;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item:last-child {
    margin-bottom: 0;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .pic {
    display: block;
    width: 89px;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .pic img {
    width: 100%;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .text {
    width: calc(100% - 89px - 20px);
    align-self: center;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .text .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 7px;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1e1e1e;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .text .title a:hover {
    color: #2f1e61;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .text .price {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #2f1e61;
    word-break: break-word;
    display: block;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .text .price ins {
    text-decoration: none;
}

.bp-element-products.vblog-layout-list-1 .wrap-element .list-products .product-item .text .price del {
    color: #6e6e6e;
    font-style: italic;
    text-decoration: line-through;
    margin-right: 5px;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs {
    overflow: hidden;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    border-bottom: 1px solid #e5e5e5;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    margin: 0 30px;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav:hover {
    color: #2f1e61;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav::before {
    content: "•";
    color: #cecece;
    position: absolute;
    top: 12px;
    left: -32px;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #2f1e61;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav.active {
    color: #2f1e61;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav.active::after {
    opacity: 1;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-content-tabs {
    padding-top: 30px;
}

.bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-content-tabs .tab-panel p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #6e6e6e;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 480px) {
    .responsive .bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs {
        flex-direction: column;
    }

    .responsive .bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav {
        padding-top: 0;
    }

    .responsive .bp-element-tabs.vblog-layout-1 .thim-wrap-tabs .thim-nav-tabs .item-nav::after {
        display: none;
    }
}

.bp-element-counter-box.vblog-layout-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bp-element-counter-box.vblog-layout-1 .item {
    flex-grow: 1;
    position: relative;
}

.bp-element-counter-box.vblog-layout-1 .item .number {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.bp-element-counter-box.vblog-layout-1 .item .text {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
}

.bp-element-counter-box.vblog-layout-1.align-left .item .number,
.bp-element-counter-box.vblog-layout-1.align-left .item .text {
    text-align: left;
}

.bp-element-counter-box.vblog-layout-1.align-center .item .number,
.bp-element-counter-box.vblog-layout-1.align-center .item .text {
    text-align: center;
}

.bp-element-counter-box.vblog-layout-1.align-right .item .number,
.bp-element-counter-box.vblog-layout-1.align-right .item .text {
    text-align: right;
}

.bp-element-counter-box.vblog-layout-1.show-line .item::before {
    content: "";
    display: block;
    width: 1px;
    height: 62px;
    background: #ebebeb;
    transform: rotateZ(15deg);
    position: absolute;
    top: 6px;
    right: 0;
}

.bp-element-counter-box.vblog-layout-1.show-line .item:last-child:before {
    display: none;
}

/*---------------------------------------------*/
@media (max-width: 767px) {
    .responsive .bp-element-counter-box.vblog-layout-1 .item .number {
        font-size: 30px;
    }

    .responsive .bp-element-counter-box.vblog-layout-1 .item .text {
        font-size: 14px;
    }

    .responsive .bp-element-counter-box.vblog-layout-1.show-line .item::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .responsive .bp-element-counter-box.vblog-layout-1 {
        flex-wrap: wrap;
    }

    .responsive .bp-element-counter-box.vblog-layout-1 .item {
        width: 50%;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .responsive .bp-element-counter-box.vblog-layout-1.show-line .item::before {
        display: none;
    }
}

.bp-element-icon-box.vblog-layout-1 .icon-box .icon-image {
    margin-bottom: 24px;
}

.bp-element-icon-box.vblog-layout-1 .icon-box .icon-image img {
    max-width: 100%;
}

.bp-element-icon-box.vblog-layout-1 .icon-box .content .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 8px;
}

.bp-element-icon-box.vblog-layout-1 .icon-box .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}

.bp-element-icon-box.vblog-layout-1.align-center {
    text-align: center;
}

.bp-element-icon-box.vblog-layout-1.align-left {
    text-align: left;
}

.bp-element-icon-box.vblog-layout-1.align-right {
    text-align: right;
}

.bp-element-icon-box.vblog-layout-2 .icon-box .icon-image {
    font-size: 60px;
    line-height: 1;
    color: #2f1e61;
    margin-bottom: 20px;
}

.bp-element-icon-box.vblog-layout-2 .icon-box .content .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #292929;
    word-break: break-word;
    margin-bottom: 6px;
}

.bp-element-icon-box.vblog-layout-2 .icon-box .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}

.bp-element-icon-box.vblog-layout-2 .icon-box .content .description a {
    color: #6e6e6e;
}

.bp-element-icon-box.vblog-layout-2 .icon-box .content .description a i {
    font-size: 12px;
    color: #6e6e6e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, 0.4);
    transition: all 0.2s;
    margin: 3px;
}

.bp-element-icon-box.vblog-layout-2 .icon-box .content .description a i:hover {
    color: #2f1e61;
    border-color: #2f1e61;
}

.bp-element-icon-box.vblog-layout-2 .icon-box .content .description a:hover {
    color: #2f1e61;
}

.bp-element-icon-box.vblog-layout-2.align-center {
    text-align: center;
}

.bp-element-icon-box.vblog-layout-2.align-left {
    text-align: left;
}

.bp-element-icon-box.vblog-layout-2.align-right {
    text-align: right;
}

.bp-element-our-team.layout-5 .wrap-element .author-item {
    text-align: center;
    margin-bottom: 10px;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .pic-author {
    overflow: hidden;
    position: relative;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .pic-author .overlay-author {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: all 0.3s;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .pic-author .overlay-author::before {
    content: "";
    font-family: Ionicons;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    transform: scale(0);
    transition: all 0.3s;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .pic-author img {
    width: 100%;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .pic-author:hover .overlay-author {
    opacity: 1;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .pic-author:hover .overlay-author::before {
    transform: scale(1);
}

.bp-element-our-team.layout-5 .wrap-element .author-item .text-author {
    padding: 24px 0;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .text-author .name-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111111;
    word-break: break-word;
    margin-bottom: 4px;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .text-author .name-author a {
    color: #111111;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .text-author .name-author a:hover {
    color: #2f1e61;
}

.bp-element-our-team.layout-5 .wrap-element .author-item .text-author .info-author {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
}

.bp-element-about.vblog-layout-sidebar {
    padding: 0px 30px;
    text-align: center;
}

.bp-element-about.vblog-layout-sidebar .pic-element {
    margin-bottom: 35px;
}

.bp-element-about.vblog-layout-sidebar .pic-element img {
    max-width: 100%;
    border-radius: 50%;
}

.bp-element-about.vblog-layout-sidebar .text-element {
    margin-bottom: 27px;
}

.bp-element-about.vblog-layout-sidebar .text-element .title {
    font-family: Playfair Display;
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    line-height: 1.2;
    color: #1f1f1f;
    word-break: break-word;
    margin-bottom: 20px;
}

.bp-element-about.vblog-layout-sidebar .text-element .content {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px;
}

.bp-element-about.vblog-layout-sidebar .text-element img {
    max-width: 100%;
}

.bp-element-about.vblog-layout-sidebar .btn-readmore {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background-color: #fa777c;
    padding: 0 38px;
}

.bp-element-about.vblog-layout-sidebar .btn-readmore:hover {
    background-color: #f8464d;
}

.bp-element-gallery-images.vblog-layout-sidebar .wrap-element .title-gallery {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.666666;
    color: #1f1f1f;
    text-align: center;
    word-break: break-word;
    border: 1px dashed #cfcfcf;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 30px;
}

.bp-element-gallery-images.vblog-layout-sidebar .wrap-element .title-gallery::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-left: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
}

.bp-element-gallery-images.vblog-layout-sidebar .wrap-element .grid-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.bp-element-gallery-images.vblog-layout-sidebar .wrap-element .grid-gallery .item-gallery {
    display: block;
    width: calc((100% - 30px) / 3);
    position: relative;
    margin: 5px;
}

.bp-element-gallery-images.vblog-layout-sidebar .wrap-element .grid-gallery .item-gallery::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fa777c;
    opacity: 0;
    transition: all 0.2s;
}

.bp-element-gallery-images.vblog-layout-sidebar .wrap-element .grid-gallery .item-gallery img {
    width: 100%;
}

.bp-element-gallery-images.vblog-layout-sidebar .wrap-element .grid-gallery .item-gallery:hover:before {
    opacity: 0.3;
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .title-categories {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.666666;
    color: #1f1f1f;
    text-align: center;
    word-break: break-word;
    border: 1px dashed #cfcfcf;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 35px;
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .title-categories::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-left: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .list-categories .item-category {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .list-categories .item-category:last-child {
    margin-bottom: 0;
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .list-categories .item-category img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .list-categories .item-category .content {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .list-categories .item-category .content .title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #1f1f1f;
    text-align: center;
    background-color: #fff;
    word-break: break-word;
    padding: 11px 30px;
    transition: all 0.5s ease-out;
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .list-categories .item-category:hover img {
    transform: scale(1.1, 1.1);
}

.bp-element-categories.vblog-layout-sidebar .wrap-element .list-categories .item-category:hover .content .title {
    background-color: rgba(255, 255, 255, 0.8);
}

.bp-element-categories.layout-list-1 .wrap-element .list-categories .cat-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    padding-right: 40px;
    position: relative;
    margin-bottom: 9px;
}

.bp-element-categories.layout-list-1 .wrap-element .list-categories .cat-item a {
    color: #7c7c7c;
    transition: all 0.2s;
}

.bp-element-categories.layout-list-1 .wrap-element .list-categories .cat-item a:hover {
    color: #2f1e61;
}

.bp-element-categories.layout-list-1 .wrap-element .list-categories .cat-item .count {
    position: absolute;
    right: 0;
    top: 0;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element {
    position: relative;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background: rgba(37, 37, 37, 0.85);
    display: flex;
    align-items: center;
    position: relative;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 {
    display: block;
    position: relative;
    margin-left: 33px;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2::after {
    content: "";
    display: block;
    width: 1px;
    height: 43px;
    background: #999;
    opacity: 0.15;
    position: absolute;
    top: calc(50% - 21px);
    right: 0;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 .select2-container--vblog-search .select2-selection--single .select2-selection__rendered {
    color: #757575;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 .select2-container--vblog-search .select2-selection--single .select2-selection__arrow {
    color: #757575;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 .select2-container--vblog-search .select2-dropdown {
    background: #222222;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 .select2-container--vblog-search .select2-search--dropdown .select2-search__field {
    color: #757575;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 .select2-container--vblog-search .select2-results__option {
    color: #757575;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 .select2-container--vblog-search .select2-results__option:hover {
    color: #2f1e61;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 .select2-container--vblog-search .select2-results__option[aria-selected=true] {
    color: #2f1e61;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .search-field {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    flex-grow: 1;
    width: 1px;
    height: 100%;
    border-radius: 20px;
    background: transparent;
    padding-left: 26px;
    padding-right: 60px;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .search-field::-webkit-input-placeholder {
    color: #757575;
    font-style: italic;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .search-field:-moz-placeholder {
    color: #757575;
    font-style: italic;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .search-field::-moz-placeholder {
    color: #757575;
    font-style: italic;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .search-field:-ms-input-placeholder {
    color: #757575;
    font-style: italic;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .btn-search {
    font-size: 20px;
    line-height: 1;
    color: #757575;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 22px;
    transition: all 0.2s;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .btn-search:hover {
    color: #2f1e61;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .list-search-videos {
    position: absolute;
    z-index: 500;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    max-height: 315px;
    overflow-y: auto;
    background: rgba(34, 34, 34, 0.8);
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .list-search-videos li {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    border-bottom: 1px solid rgba(153, 153, 153, 0.15);
    margin: 0 26px;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .list-search-videos li:first-child {
    margin-top: 5px;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .list-search-videos li:last-child {
    border-bottom: none;
    margin-bottom: 5px;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .list-search-videos li a {
    display: block;
    padding: 8px 0px;
    color: #fff;
    transition: all 0.2s;
}

.bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .list-search-videos li a:hover {
    color: #2f1e61;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element {
    position: relative;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    position: relative;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .wrap-select2 {
    display: block;
    position: relative;
    margin-left: 33px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .wrap-select2::after {
    content: "";
    display: block;
    width: 1px;
    height: 43px;
    background: #d7d7d7;
    position: absolute;
    top: calc(50% - 21px);
    right: 0;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .search-field {
    font-weight: 300;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1.6;
    flex-grow: 1;
    width: 1px;
    height: 100%;
    border-radius: 20px;
    background: transparent;
    padding-left: 25px;
    padding-right: 60px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .search-field::-webkit-input-placeholder {
    color: #909090;
    font-style: italic;
    font-size: 12px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .search-field:-moz-placeholder {
    color: #909090;
    font-style: italic;
    font-size: 12px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .search-field::-moz-placeholder {
    color: #909090;
    font-style: italic;
    font-size: 12px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .search-field:-ms-input-placeholder {
    color: #909090;
    font-style: italic;
    font-size: 12px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .btn-search {
    font-size: 20px;
    line-height: 1;
    color: #909090;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 21px;
    transition: all 0.2s;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .btn-search:hover {
    color: #2f1e61;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .list-search-videos {
    position: absolute;
    z-index: 500;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    max-height: 315px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px 0px rgba(105, 105, 105, 0.08);
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .list-search-videos li {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    margin: 0 33px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .list-search-videos li:first-child {
    margin-top: 5px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .list-search-videos li:last-child {
    border-bottom: none;
    margin-bottom: 5px;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .list-search-videos li a {
    display: block;
    padding: 8px 0px;
    color: #6e6e6e;
    transition: all 0.2s;
}

.bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .list-search-videos li a:hover {
    color: #2f1e61;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 767px) {
    .responsive .bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .wrap-select2 {
        display: none;
    }

    .responsive .bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .wrap-select2 {
        display: none;
    }

    .responsive .bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .search-field {
        padding-right: 34px;
        padding-left: 20px;
    }

    .responsive .bp-element-st-search-videos.vblog-layout-header-2 .wrap-element .search-form .btn-search {
        width: 44px;
    }
}

@media (max-width: 575px) {
    .responsive .bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .search-field {
        padding-right: 34px;
        padding-left: 20px;
    }

    .responsive .bp-element-st-search-videos.vblog-layout-header-1 .wrap-element .search-form .btn-search {
        width: 44px;
    }
}

.bp-element-newsletter-popup.vblog-layout-popup-1 .newsletter-open {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #191919;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 40px;
    border: 1px solid #e7e7e7;
    padding: 2px 28px 0 28px;
    transition: all 0.2s;
}

.bp-element-newsletter-popup.vblog-layout-popup-1 .newsletter-open:hover {
    background-color: #fa777c;
    border-color: #fa777c;
    color: #fff;
}

#newsletter1 {
    width: 650px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0 20px;
}

#newsletter1 .mfp-close {
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -10px;
}

#newsletter1 form {
    display: flex;
}

#newsletter1 form label {
    flex-grow: 1;
    height: 50px;
    margin-bottom: 0;
}

#newsletter1 form label input {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    min-width: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid rgba(137, 137, 138, 0.3);
    border-right: none;
    margin-bottom: 0;
    padding: 0 15px;
}

#newsletter1 form label input:focus {
    border-color: #fa777c;
}

#newsletter1 form label input::-webkit-input-placeholder {
    color: #7c7c7c;
}

#newsletter1 form label input:-moz-placeholder {
    color: #7c7c7c;
}

#newsletter1 form label input::-moz-placeholder {
    color: #7c7c7c;
}

#newsletter1 form label input:-ms-input-placeholder {
    color: #7c7c7c;
}

#newsletter1 form button {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #fa777c;
    height: 50px;
    padding: 0 20px;
    transition: all 0.2s;
    border-radius: 0;
    border: none;
    width: auto;
    margin-top: 0;
}

#newsletter1 form button:hover {
    background: #f8464d;
}

/*\
 *
 * Component
 *
\*/
.site-header.sticky-header .element-to-stick {
    transition: all 0.3s;
}

.site-header.sticky-header.fixed .element-to-stick {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}

.site-header .header-container .wrap-content-header {
    display: flex;
    align-items: center;
}

.site-header .header-container .wrap-content-header .header-logo {
    min-width: 120px;
}

.site-header .header-container .wrap-content-header .header-logo img {
    max-width: 100%;
    max-height: 80%;
}

.site-header .header-container .wrap-content-header .header-logo .mobile-logo {
    display: none;
}

.site-header .header-container .wrap-content-header .header-logo .sticky-logo {
    display: none;
}

.site-header .header-container .wrap-content-header .main-navigation .menu-lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.site-header .header-container .wrap-content-header .main-navigation .menu-lists > li {
    padding: 15px 11px;
    position: relative;
}

.site-header .header-container .wrap-content-header .main-navigation .menu-lists > li > a {
    padding: 10px;
    white-space: nowrap;
    transition: all 0.2s;
}

.site-header .header-container .wrap-content-header .main-navigation .menu-lists > li .sub-menu {
    transition: all 0.2s;
    padding: 5px 20px;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0px;
    width: 190px;
    visibility: hidden;
    opacity: 0;
}

.site-header .header-container .wrap-content-header .main-navigation .menu-lists > li .sub-menu li {
    padding: 8px 0;
}

.site-header .header-container .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a {
    transition: all 0.2s;
    padding: 8px 0;
}

.site-header .header-container .wrap-content-header .main-navigation .menu-lists > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.site-header .header-container .wrap-content-header .menu-mobile-effect {
    cursor: pointer;
}

.site-header .header-container .wrap-content-header .menu-mobile-effect .text-menu {
    display: none;
}

.site-header .header-container .wrap-content-header .menu-mobile-effect .icon-wrap {
    font-size: 26px;
    line-height: 1;
    transition: all 0.2s;
}

.site-header.layout-1 .header-container {
    background: #111111;
}

.site-header.layout-1 .header-container .top-header {
    padding: 30px 0;
}

.site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo {
    flex-grow: 1;
}

.site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-st-search-videos {
    flex-grow: 1;
    padding: 0 30px;
}

.site-header.layout-1 .header-container .bottom-header {
    background: #2f1e61;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-mobile-effect {
    margin-right: 24px;
    position: relative;
    z-index: 0;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-mobile-effect::after {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 52px;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: calc(50% - 26px);
    left: -10px;
    opacity: 0;
    transition: all 0.2s;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-mobile-effect .icon-wrap {
    color: #fff;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-mobile-effect:hover::after {
    opacity: 0.25;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation {
    flex-grow: 1;
    position: relative;
    padding-left: 4px;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    background: #fff;
    opacity: 0.3;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li {
    transition: all 0.2s;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu {
    background: #262626;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #7c7c7c;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a:hover {
    color: #fff;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li:hover {
    background: rgba(255, 255, 255, 0.25);
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li.current-menu-item {
    background: rgba(255, 255, 255, 0.25);
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right {
    display: flex;
    align-items: center;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-button {
    margin-right: 14px;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-button .btn {
    display: inline-flex;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0;
    overflow: visible;
    transition: all 0.2s;
    position: relative;
    z-index: 0;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-button .btn::after {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 52px;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: calc(50% - 26px);
    left: -10px;
    opacity: 0;
    transition: all 0.2s;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-button .btn:hover::after {
    opacity: 0.25;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-button .btn i {
    font-size: 16px;
    margin-bottom: -2px;
    margin-right: 7px;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 {
    position: relative;
    padding-left: 15px;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .login, .site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .logout {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.2s;
    position: relative;
    z-index: 0;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .login::after, .site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .logout::after {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 52px;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: calc(50% - 26px);
    left: -10px;
    opacity: 0;
    transition: all 0.2s;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .login:hover::after, .site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .logout:hover::after {
    opacity: 0.25;
}

.site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1.show-icon .login-links .login::before, .site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1.show-icon .login-links .logout::before {
    content: "";
    font-family: Ionicons;
    font-size: 12px;
    margin-right: 10px;
}

.site-header.layout-2 .header-container {
    background: #fff;
}

.site-header.layout-2 .header-container .top-header {
    padding: 30px 0;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header {
    display: flex;
    align-items: center;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo {
    flex-grow: 1;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-st-search-videos {
    flex-grow: 1;
    padding: 0 30px;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-st-search-videos .wrap-element {
    max-width: 590px;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-button {
    margin-left: 12px;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-button .btn {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: #2f1e61;
    padding: 0 23px;
}

.site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-button .btn:hover {
    background: #b30710;
}

.site-header.layout-2 .header-container .bottom-header {
    background: #111;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-mobile-effect {
    margin-right: 24px;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-mobile-effect .icon-wrap {
    color: #fff;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-mobile-effect:hover .icon-wrap {
    color: #2f1e61;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation {
    flex-grow: 1;
    position: relative;
    padding-left: 4px;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    background: #999;
    opacity: 0.15;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li > a:hover {
    color: #2f1e61;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li.current-menu-item a {
    color: #2f1e61;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu {
    background: #262626;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #7c7c7c;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a:hover {
    color: #fff;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-right {
    display: flex;
    align-items: center;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .login {
    color: #2f1e61;
    transition: all 0.2s;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1 .login-links .login:hover {
    color: #fff;
}

.site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-right .bp-element-login-popup.layout-1.show-icon .login-links::before {
    content: "";
    font-family: Ionicons;
    font-size: 12px;
    margin-right: 8px;
}

.site-header.layout-3 {
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0;
    top: 0;
}

.site-header.layout-3 .header-container {
    padding: 6px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.15);
}

.site-header.layout-3.fixed .header-container {
    background: rgba(17, 17, 17, 0.9);
    border-color: rgba(17, 17, 17, 0.9);
}

.site-header.layout-3 .wrap-content-header {
    display: flex;
    align-items: center;
    position: relative;
}

.site-header.layout-3 .wrap-content-header .header-logo {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 5;
    min-width: 120px;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists {
    justify-content: center;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li {
    margin: 0 7px;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li > a:hover {
    color: #fd6500;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li.current-menu-item a {
    color: #fd6500;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li .sub-menu {
    background: #262626;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a:hover {
    color: #fd6500;
}

.site-header.layout-3 .wrap-content-header .menu-right {
    flex-basis: 0;
    flex-grow: 1;
}

.site-header.layout-3 .wrap-content-header .menu-right .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header.layout-3 .wrap-content-header .menu-right .wpb_wrapper .bp-element-social-links .wrap-element {
    white-space: nowrap;
}

.site-header.layout-3 .wrap-content-header .menu-right .wpb_wrapper .bp-element-search {
    margin-left: 18px;
}

.site-header.layout-3 .wrap-content-header .menu-right .menu-mobile-effect {
    display: none;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    margin-left: 15px;
    color: #fff;
    transition: all 0.2s;
}

.site-header.layout-3 .wrap-content-header .menu-right .menu-mobile-effect:hover {
    color: #fd6500;
}

.site-header.layout-3 .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 22px;
    line-height: 1.5;
    margin-left: 10px;
    color: inherit;
}

.site-header.layout-4.fixed .element-to-stick {
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.site-header.layout-4 .header-container {
    background: #fff;
}

.site-header.layout-4 .header-container .wrap-content-header .menu-left {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
}

.site-header.layout-4 .header-container .wrap-content-header .menu-right {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.site-header.layout-4 .header-container .top-header {
    padding: 0;
}

.site-header.layout-4 .header-container .top-header .wrap-content-header {
    padding: 35px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.23);
}

.site-header.layout-4 .header-container .top-header .wrap-content-header .header-logo {
    padding: 0 30px;
}

.site-header.layout-4 .header-container .top-header .wrap-content-header .bp-element-button .btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #191919;
    text-transform: uppercase;
    border: 1px solid #e7e7e7;
    padding: 2px 28px 0 28px;
}

.site-header.layout-4 .header-container .top-header .wrap-content-header .bp-element-button .btn:hover {
    background-color: #fa777c;
    border-color: #fa777c;
    color: #fff;
}

.site-header.layout-4 .header-container .bottom-header {
    background: #fff;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header {
    padding: 19px 0;
    transition: all 0.3s;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .menu-mobile-effect {
    width: 75px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(153, 153, 153, 0.23);
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .menu-mobile-effect .icon-wrap {
    color: #191919;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .menu-mobile-effect:hover .icon-wrap {
    color: #fa777c;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists {
    justify-content: center;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li {
    margin-right: 15px;
    margin-left: 15px;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #191919;
    text-transform: uppercase;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li > a:hover {
    color: #fa777c;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li.current-menu-item a {
    color: #fa777c;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu {
    background: #262626;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li .sub-menu li a:hover {
    color: #fa777c;
}

.director-page .site-header.layout-3 .header-container {
    font-family: Raleway;
}

@media (min-width: 1300px) {
    .site-header.layout-3 .container {
        max-width: 1705px;
    }

    .site-header.layout-4 .container {
        max-width: 1679px;
    }

    .blog2-page .site-header.layout-4 .container {
        max-width: 1200px;
    }
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 1199px) {
    .responsive .site-header.layout-3 .wrap-content-header .main-navigation .menu-lists > li {
        margin: 0;
    }

    .responsive .site-header.layout-4 .header-container .bottom-header .wrap-content-header .main-navigation .menu-lists > li {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .responsive .site-header .header-container .wrap-content-header .main-navigation {
        display: none;
    }

    .responsive .site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-st-search-videos {
        padding-right: 0;
    }

    .responsive .site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-social-links {
        display: none;
    }

    .responsive .site-header.layout-1 .header-container .bottom-header {
        padding: 12px 0;
    }

    .responsive .site-header.layout-1 .header-container .bottom-header .wrap-content-header .menu-right {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .responsive .site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-st-search-videos {
        padding-right: 0;
    }

    .responsive .site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-social-links {
        display: none;
    }

    .responsive .site-header.layout-2 .header-container .bottom-header {
        padding: 12px 0;
    }

    .responsive .site-header.layout-2 .header-container .bottom-header .wrap-content-header .menu-right {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .responsive .site-header.layout-3 .wrap-content-header .menu-right {
        display: flex;
        justify-content: flex-end;
    }

    .responsive .site-header.layout-3 .wrap-content-header .menu-right .menu-mobile-effect {
        display: flex;
    }

    .responsive .site-header.layout-4 .header-container .top-header {
        padding: 0;
    }

    .responsive .site-header.layout-4 .header-container .top-header .wrap-content-header {
        padding: 10px 0;
    }

    .responsive .site-header.layout-4 .header-container .top-header .wrap-content-header .header-logo {
        padding: 0 30px;
    }

    .responsive .site-header.layout-4 .header-container .bottom-header .wrap-content-header {
        padding: 10px 0;
    }

    .responsive .site-header.layout-4 .header-container .bottom-header .wrap-content-header .menu-mobile-effect {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .responsive .site-header.layout-1 .header-container {
        background: #111111;
    }

    .responsive .site-header.layout-1 .header-container .top-header {
        padding: 30px 0;
    }

    .responsive .site-header.layout-1 .header-container .top-header .wrap-content-header {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .responsive .site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo {
        flex-grow: unset;
        width: 100%;
        padding: 15px 0 0 0;
    }

    .responsive .site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo .bp-element-st-search-videos {
        padding-left: 0 !important;
    }

    .responsive .site-header.layout-2 .header-container .top-header .wrap-content-header {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .responsive .site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo {
        flex-grow: unset;
        width: 100%;
        padding: 15px 0 0 0;
    }

    .responsive .site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .bp-element-st-search-videos {
        padding-left: 0 !important;
    }

    .responsive .site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-button {
        display: none;
    }

    .responsive .site-header.layout-4 .header-container .top-header {
        padding: 0;
    }

    .responsive .site-header.layout-4 .header-container .top-header .wrap-content-header .bp-element-social-links,
    .responsive .site-header.layout-4 .header-container .top-header .wrap-content-header .bp-element-button {
        display: none;
    }
}

@media (max-width: 575px) {
    .responsive .site-header.layout-1 .header-container .top-header {
        padding: 15px 0;
    }

    .responsive .site-header.layout-1 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-st-search-videos {
        padding-left: 15px;
    }

    .responsive .site-header.layout-2 .header-container .top-header {
        padding: 15px 0;
    }

    .responsive .site-header.layout-2 .header-container .top-header .wrap-content-header .right-logo .widget_thim_layout_builder .wpb_wrapper .bp-element-st-search-videos {
        padding-left: 15px;
    }

    .responsive .site-header.layout-3 .wrap-content-header .menu-right .bp-element-social-links {
        display: none;
    }

    .responsive .site-header.layout-4 .header-container .top-header {
        padding: 0;
    }
}

@media (max-height: 767px) {
    .responsive .site-header.layout-4 .header-container .top-header .wrap-content-header {
        padding: 15px 0;
    }
}

.mobile-menu-container {
    background-color: #222;
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 270px;
    height: 100%;
    padding-top: 65px;
    overflow: auto;
    transition: all 0.5s;
    transform: translate(-270px);
}

.mobile-menu-container .navbar-nav {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-menu-container .navbar-nav li {
    float: none;
    padding: 7px 0;
    position: relative;
    margin: 0;
    font-size: 20px;
}

.mobile-menu-container .navbar-nav li.current-menu-item > a {
    color: #2f1e61;
}

.mobile-menu-container .navbar-nav li a {
    font-size: 15px;
    color: #fff;
}

.mobile-menu-container .navbar-nav li a:hover {
    color: #2f1e61;
}

.mobile-menu-container .navbar-nav li .sub-menu {
    margin-left: 30px;
    display: none;
}

.mobile-menu-container .navbar-nav li .sub-menu li {
    font-size: 16px;
}

.mobile-menu-container .navbar-nav li .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #fff;
}

.mobile-menu-container > .copyright-text {
    display: none;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.mobile-menu-container > .copyright-text a {
    color: #2f1e61;
}

.mobile-menu-container .widget-area {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-menu-container .widget-area .widget-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.mobile-menu-container .widget-area .widget-title:before {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #2f1e61;
    position: absolute;
    top: 7px;
    left: 0;
}

.mobile-menu-container .widget-area .widget {
    margin-bottom: 50px;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu {
    padding-left: 15px;
    border-left: 1px solid #666666;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu .menu-item {
    float: none;
    padding: 7px 0;
    position: relative;
    margin: 0;
    font-size: 20px;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu .menu-item:before {
    width: 10px;
    height: 1px;
    content: "";
    background-color: #666666;
    position: absolute;
    left: -15px;
    top: 20px;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu .menu-item a {
    font-size: 15px;
    color: #999999;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu .menu-item a:hover {
    color: #ffffff;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu .menu-item .sub-menu {
    display: none;
    margin-left: 0px;
    margin-top: 10px;
    border-left: 1px solid #666666;
    padding-left: 15px;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu .menu-item .sub-menu .menu-item {
    font-size: 16px;
}

.mobile-menu-container .widget-area .widget_nav_menu .menu .menu-item .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #fff;
}

.mobile-menu-container .widget-area .widget_text .textwidget .copyright-text {
    text-align: center;
    font-size: 14px;
}

.mobile-menu-container .widget-area .widget_text .textwidget .copyright-text a {
    color: #2f1e61;
}

@media (min-width: 992px) {
    .mobile-menu-container {
        overflow: hidden;
    }

    .mobile-menu-container .inner-menu {
        overflow-y: scroll;
        margin-right: -20px;
        max-height: 100%;
        padding: 0 10px;
    }
}

.mobile-menu-open .mobile-menu-container {
    transition: all 0.5s;
    visibility: visible;
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4);
    transform: translate(0, 0);
}

.director-page .mobile-menu-container {
    font-family: Raleway;
}

.director-page .mobile-menu-container .navbar-nav li.current-menu-item a {
    color: #fd6500;
}

.director-page .mobile-menu-container .navbar-nav li a:hover {
    color: #fd6500;
}

.director-page .mobile-menu-container .copyright-text a {
    color: #fd6500;
}

.beauty-page .mobile-menu-container {
    font-family: Raleway;
}

.beauty-page .mobile-menu-container .navbar-nav li.current-menu-item a {
    color: #fa777c;
}

.beauty-page .mobile-menu-container .navbar-nav li a:hover {
    color: #fa777c;
}

.beauty-page .mobile-menu-container .copyright-text a {
    color: #fa777c;
}

@media (max-width: 991px) {
    .mobile-menu-container .navbar-nav, .mobile-menu-container > .copyright-text {
        display: block;
    }

    .mobile-menu-container .widget-area {
        border-top: 1px solid #2b2b2b;
        padding-top: 20px;
        margin-top: 20px;
    }
}

.site-footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.site-footer::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(28, 28, 27, 0.96);
}

.site-footer .copyright-area [class*=-col][class^=thim-] > * {
    text-align: center;
}

.site-footer.layout-1 {
    background: #111;
}

.site-footer.layout-1 .footer-sidebars {
    padding-top: 100px;
    padding-bottom: 15px;
}

.site-footer.layout-1 .footer-sidebars .thim-3-col > * {
    margin-bottom: 80px;
}

.site-footer.layout-1 .footer-sidebars .widget-title, .site-footer.layout-1 .footer-sidebars .bp-element .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-top: -5px;
    margin-bottom: 28px;
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .wpb_single_image {
    text-align: center;
    margin-bottom: 35px;
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .wpb_single_image img {
    max-width: 100%;
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .wpb_text_column p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #7c7c7c;
    text-align: center;
    word-break: break-word;
    margin-bottom: 32px;
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .yikes-easy-mc-form {
    margin-bottom: 40px;
}

.site-footer.layout-1 .footer-sidebars .widget_thim_layout_builder .bp-element-social-links {
    text-align: center;
}

.site-footer.layout-1 .footer-sidebars .widget_categories ul .cat-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    padding-right: 40px;
    position: relative;
    margin-bottom: 9px;
}

.site-footer.layout-1 .footer-sidebars .widget_categories ul .cat-item a {
    color: #7c7c7c;
    transition: all 0.2s;
}

.site-footer.layout-1 .footer-sidebars .widget_categories ul .cat-item a:hover {
    color: #2f1e61;
}

.site-footer.layout-1 .footer-sidebars .widget_categories ul .cat-item .count {
    position: absolute;
    right: 0;
    top: 0;
}

.site-footer.layout-1 .copyright-area {
    border-top: 1px solid #262626;
    padding: 31px 0;
}

.site-footer.layout-1 .copyright-area .copyright-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #7c7c7c;
    word-break: break-word;
}

.site-footer.layout-1 .copyright-area .copyright-text a {
    color: #2f1e61;
    transition: all 0.2s;
}

.site-footer.layout-1 .copyright-area .copyright-text a:hover {
    color: #fff;
}

.site-footer.layout-2 .footer-sidebars {
    padding-top: 173px;
    padding-bottom: 125px;
}

.site-footer.layout-2 .footer-sidebars .widget-title {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
    margin-bottom: 35px;
}

.site-footer.layout-2 .footer-sidebars .widget_thim_layout_builder .yikes-easy-mc-form {
    margin-bottom: 50px;
}

.site-footer.layout-2 .footer-sidebars .widget_thim_layout_builder .bp-element-social-links {
    text-align: center;
}

.site-footer.layout-2 .copyright-area {
    padding: 35px 0;
}

.site-footer.layout-2 .copyright-area [class*=-col][class^=thim-] > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-footer.layout-2 .copyright-area .copyright-text {
    font-family: PT Serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c;
    word-break: break-word;
}

.site-footer.layout-2 .copyright-area .copyright-text a {
    color: #fd6500;
    transition: all 0.2s;
}

.site-footer.layout-2 .copyright-area .copyright-text a:hover {
    color: #fff;
}

.site-footer.layout-3 {
    background: #fdf8f6;
    padding: 42px 0;
}

.site-footer.layout-3::before {
    background-color: #fdf8f6;
}

.site-footer.layout-3 .copyright-area [class*=-col][class*=thim-] {
    align-items: center;
}

.site-footer.layout-3 .copyright-area [class*=-col][class*=thim-] > * {
    margin-top: 15px;
    margin-bottom: 15px;
}

.site-footer.layout-3 .copyright-area .widget_text .textwidget img {
    max-width: 100%;
}

.site-footer.layout-3 .copyright-area .copyright-text {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    font-size: 14px;
    color: #1f1f1f;
    word-break: break-word;
}

.site-footer.layout-3 .copyright-area .copyright-text a {
    color: #1f1f1f;
}

.site-footer.layout-3 .copyright-area .copyright-text a:hover {
    color: #fa777c;
}

.site-footer .copyright-menu {
    margin: 0px -10px;
}

.site-footer .copyright-menu .menu-item {
    display: inline-block;
    padding: 3px 10px;
}

.site-footer .copyright-menu .menu-item a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #7c7c7c;
    text-transform: uppercase;
    word-break: break-word;
}

.site-footer .copyright-menu .menu-item a:hover {
    color: #fd6500;
}

.home-2 .site-footer.layout-1 {
    background: #252525;
}

.home-2 .site-footer.layout-1 .copyright-area {
    background: #111;
}

/*---------------------------------------------*/
@media (min-width: 768px) {
    .site-footer .copyright-area .thim-2-col > *:nth-child(1).copyright-text {
        text-align: left;
    }

    .site-footer .copyright-area .thim-2-col > *:nth-child(1).widget, .site-footer .copyright-area .thim-2-col > *:nth-child(1).copyright-menu {
        text-align: left;
    }

    .site-footer .copyright-area .thim-2-col > *:nth-child(2).copyright-text {
        text-align: right;
    }

    .site-footer .copyright-area .thim-2-col > *:nth-child(2).widget, .site-footer .copyright-area .thim-2-col > *:nth-child(2).copyright-menu {
        text-align: right;
    }

    .site-footer.layout-1 .footer-sidebars .thim-3-col > *:nth-child(1) {
        width: calc(100% - 30px);
    }

    .site-footer.layout-1 .footer-sidebars .thim-3-col > *:nth-child(2) {
        width: calc(58.333333% - 30px);
    }

    .site-footer.layout-1 .footer-sidebars .thim-3-col > *:nth-child(3) {
        width: calc(41.666667% - 30px);
    }
}

@media (min-width: 992px) {
    .site-footer .copyright-area .thim-3-col > *:nth-child(1).copyright-text {
        text-align: left;
    }

    .site-footer .copyright-area .thim-3-col > *:nth-child(1).copyright-menu, .site-footer .copyright-area .thim-3-col > *:nth-child(1).widget {
        text-align: left;
    }

    .site-footer .copyright-area .thim-3-col > *:nth-child(3).copyright-text {
        text-align: right;
    }

    .site-footer .copyright-area .thim-3-col > *:nth-child(3).copyright-menu, .site-footer .copyright-area .thim-3-col > *:nth-child(3).widget {
        text-align: right;
    }

    .site-footer.layout-1 .footer-sidebars .thim-3-col > *:nth-child(1) {
        width: calc(41.666667% - 30px);
        padding-right: 30px;
    }

    .site-footer.layout-1 .footer-sidebars .thim-3-col > *:nth-child(2) {
        width: calc(33.333333% - 30px);
    }

    .site-footer.layout-1 .footer-sidebars .thim-3-col > *:nth-child(3) {
        width: calc(25% - 30px);
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*---------------------------------------------*/
@media (max-width: 991px) {
    .site-footer.layout-3 .copyright-area .thim-3-col > * {
        width: calc((100% - (1 * 30px)) / 1);
    }
}

.site-content {
    padding-top: 100px;
    padding-bottom: 20px;
}

.site-content .site-main,
.site-content .widget-area {
    margin-bottom: 80px;
}

.site-content.sidebar-right .site-main .wrap-main-content {
    height: 100%;
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}

.site-content.sidebar-left .site-main .wrap-main-content {
    height: 100%;
    padding-left: 30px;
    border-left: 1px solid #e7e7e7;
}

.site-content .widget-area .widget {
    margin-bottom: 40px;
}

.site-content .widget-area .widget .screen-reader-text {
    display: block;
    margin-bottom: 5px;
}

.site-content .widget-area .widget:last-child {
    margin-bottom: 0;
}

.site-content .widget-area .widget .widget-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    padding-left: 15px;
    position: relative;
    margin-top: -6px;
    margin-bottom: 21px;
}

.site-content .widget-area .widget .widget-title::before {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 15px);
    background-color: #2f1e61;
    position: absolute;
    top: 7px;
    left: 0;
}

.site-content .widget-area .widget ul {
    margin-top: -5px;
}

.site-content .widget-area .widget ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    padding-left: 17px;
    position: relative;
    transition: all 0.2s;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.site-content .widget-area .widget ul li:last-child {
    margin-bottom: 0;
}

.site-content .widget-area .widget ul li::before {
    content: "";
    font-family: Ionicons;
    font-size: 18px;
    color: #c7c7c7;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.2s;
}

.site-content .widget-area .widget ul li a {
    color: inherit;
    padding-right: 15px;
    transition: unset;
}

.site-content .widget-area .widget ul li .count {
    position: absolute;
    right: 0;
    top: 0;
}

.site-content .widget-area .widget ul li:hover {
    color: #2f1e61;
}

.site-content .widget-area .widget ul li:hover:before {
    color: #2f1e61;
}

.site-content .widget-area .widget_search .search-form {
    position: relative;
    margin-top: -12px;
}

.site-content .widget-area .widget_search .search-form label {
    width: 100%;
    margin: 0;
}

.site-content .widget-area .widget_search .search-form label span {
    display: none;
}

.site-content .widget-area .widget_search .search-form label .search-field {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding-right: 25px;
    border-bottom: 1px solid #e7e7e7;
}

.site-content .widget-area .widget_search .search-form label .search-field:focus {
    border-color: #2f1e61;
}

.site-content .widget-area .widget_search .search-form label .search-field::-webkit-input-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.site-content .widget-area .widget_search .search-form label .search-field:-moz-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.site-content .widget-area .widget_search .search-form label .search-field::-moz-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.site-content .widget-area .widget_search .search-form label .search-field:-ms-input-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.site-content .widget-area .widget_search .search-form .search-submit {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -9px;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

.site-content .widget-area .widget_search .search-form::after {
    content: "";
    font-family: Ionicons;
    font-size: 20px;
    line-height: 1;
    color: #6e6e6e;
    position: absolute;
    top: 0;
    right: -9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    pointer-events: none;
}

.site-content .widget-area .widget_product_categories .product-categories {
    margin-top: -5px;
}

.site-content .widget-area .widget_product_categories .product-categories .cat-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    padding-left: 17px;
    padding-right: 40px;
    position: relative;
    transition: all 0.2s;
    margin-bottom: 12px;
}

.site-content .widget-area .widget_product_categories .product-categories .cat-item:last-child {
    margin-bottom: 0;
}

.site-content .widget-area .widget_product_categories .product-categories .cat-item::before {
    content: "";
    font-family: Ionicons;
    font-size: 18px;
    color: #c7c7c7;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.2s;
}

.site-content .widget-area .widget_product_categories .product-categories .cat-item a {
    display: list-item;
    color: inherit;
    padding-right: 15px;
    transition: unset;
}

.site-content .widget-area .widget_product_categories .product-categories .cat-item .count {
    position: absolute;
    right: 0;
    top: 0;
}

.site-content .widget-area .widget_product_categories .product-categories .cat-item:hover {
    color: #2f1e61;
}

.site-content .widget-area .widget_product_categories .product-categories .cat-item:hover:before {
    color: #2f1e61;
}

.site-content .widget-area .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.site-content .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link {
    font-weight: 300;
    font-size: 14px !important;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    margin: 4px;
    transition: all 0.2s;
    text-transform: capitalize;
}

.site-content .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    color: #fff;
    background-color: #2f1e61;
    border-color: #2f1e61;
}

.site-content .widget-area .widget_text .textwidget img {
    max-width: 100%;
}

.site-content.layout-2 {
    padding-top: 100px;
    padding-bottom: 0;
}

.site-content.layout-2 .site-main,
.site-content.layout-2 .widget-area {
    margin-bottom: 90px;
}

.site-content.layout-2.sidebar-right .site-main .wrap-main-content {
    padding-right: 0px;
    border-right: none;
}

.site-content.layout-2.sidebar-left .site-main .wrap-main-content {
    padding-left: 0px;
    border-left: none;
}

.site-content.layout-2 .widget-area .widget {
    margin-bottom: 40px;
}

.site-content.layout-2 .widget-area .widget:last-child {
    margin-bottom: 0;
}

.site-content.layout-2 .widget-area .widget .widget-title {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.666666;
    color: #1f1f1f;
    text-transform: none;
    text-align: center;
    word-break: break-word;
    border: 1px dashed #cfcfcf;
    padding: 10px 15px;
    position: relative;
    margin-top: 0;
    margin-bottom: 35px;
}

.site-content.layout-2 .widget-area .widget .widget-title::before {
    display: none;
}

.site-content.layout-2 .widget-area .widget .widget-title::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-left: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
}

.site-content.layout-2 .widget-area .widget_thim_layout_builder.have-border {
    border: 1px dashed #dcdcdc;
}

.site-content.layout-2 .widget-area .widget_thim_layout_builder .bp-element-about {
    margin-top: 40px;
    margin-bottom: 30px;
}

.site-content.layout-2 .widget-area .widget_thim_layout_builder .bp-element-social-links {
    margin-bottom: 40px;
}

.site-content.layout-2 .widget-area .widget_text .textwidget {
    text-align: center;
}

.site-content.layout-2 .widget-area .widget_text .textwidget img {
    max-width: 100%;
}

.site-content.layout-2 .widget-area .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px 0px;
}

.site-content.layout-2 .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.5;
    color: #1f1f1f;
    word-break: break-word;
    padding: 5px 8px;
    display: inline;
    border: none;
    margin: 0px;
    text-transform: capitalize;
}

.site-content.layout-2 .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link::before {
    content: "#";
    margin-right: -3px;
}

.site-content.layout-2 .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    background-color: transparent;
    color: #fa777c;
}

.single-author-page .site-content {
    padding-top: 35px;
    padding-bottom: 5px;
}

.single-video-page .site-content {
    padding-top: 0px;
    padding-bottom: 5px;
}

.contact-page .site-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact-page .site-content .site-main {
    margin-bottom: 0;
}

.beauty-page .site-content.layout-2 {
    padding-top: 85px;
}

.blog2-page .site-content.layout-2 {
    padding-top: 100px;
}

@media (min-width: 992px) {
    .site-content.layout-2.sidebar-left .site-main, .site-content.layout-2.sidebar-right .site-main {
        flex: 0 0 72.5%;
        max-width: 72.5%;
    }

    .site-content.layout-2.sidebar-left .widget-area, .site-content.layout-2.sidebar-right .widget-area {
        flex: 0 0 27.5%;
        max-width: 27.5%;
    }
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .site-content.sidebar-right .site-main .wrap-main-content {
        padding-right: 0px;
        border-right: none;
    }

    .responsive .site-content.sidebar-left .site-main .wrap-main-content {
        padding-left: 0px;
        border-left: none;
    }
}

.yikes-mailchimp-container .edit-link {
    display: none;
}

.yikes-easy-mc-form.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yikes-easy-mc-form.comment-form .wrap-input {
    width: calc((100% - 25px) / 2);
    height: 50px;
    margin-bottom: 24px;
}

.yikes-easy-mc-form.comment-form .wrap-input input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
}

.yikes-easy-mc-form.comment-form .wrap-input input:focus {
    border-color: #2f1e61;
}

.yikes-easy-mc-form.comment-form .wrap-textarea {
    width: 100%;
    margin-bottom: 40px;
}

.yikes-easy-mc-form.comment-form .wrap-textarea textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    display: block;
    width: 100%;
    min-height: 200px;
    background: transparent;
    padding: 18px;
    border: 1px solid #e5e5e5;
}

.yikes-easy-mc-form.comment-form .wrap-textarea textarea:focus {
    border-color: #2f1e61;
}

.yikes-easy-mc-form.comment-form button {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    padding: 0 51px;
}

.yikes-easy-mc-form.comment-form button:hover {
    background: #b30710;
}

.yikes-easy-mc-form.layout-footer {
    width: 370px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

.yikes-easy-mc-form.layout-footer label {
    flex-grow: 1;
    height: 43px;
    margin-bottom: 0;
}

.yikes-easy-mc-form.layout-footer label input {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    min-width: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid rgba(137, 137, 138, 0.3);
    border-right: none;
    margin-bottom: 0;
    padding: 0 15px;
}

.yikes-easy-mc-form.layout-footer label input:focus {
    border-color: #2f1e61;
}

.yikes-easy-mc-form.layout-footer label input::-webkit-input-placeholder {
    color: #7c7c7c;
}

.yikes-easy-mc-form.layout-footer label input:-moz-placeholder {
    color: #7c7c7c;
}

.yikes-easy-mc-form.layout-footer label input::-moz-placeholder {
    color: #7c7c7c;
}

.yikes-easy-mc-form.layout-footer label input:-ms-input-placeholder {
    color: #7c7c7c;
}

.yikes-easy-mc-form.layout-footer button {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    height: 43px;
    padding: 0 15px;
    transition: all 0.2s;
    border-radius: 0;
    border: none;
    width: auto;
    margin-top: 0;
}

.yikes-easy-mc-form.layout-footer button:hover {
    background: #b30710;
}

.yikes-easy-mc-form.layout-footer-2 {
    width: 731px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.yikes-easy-mc-form.layout-footer-2 label {
    width: 100%;
    height: 61px;
    margin-bottom: 0;
}

.yikes-easy-mc-form.layout-footer-2 label input {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    min-width: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid rgba(85, 85, 85, 0.5);
    margin-bottom: 0;
    padding: 0 65px 0 25px;
}

.yikes-easy-mc-form.layout-footer-2 label input:focus {
    border-color: #fd6500;
}

.yikes-easy-mc-form.layout-footer-2 label input::-webkit-input-placeholder {
    color: #757575;
    font-style: italic;
}

.yikes-easy-mc-form.layout-footer-2 label input:-moz-placeholder {
    color: #757575;
    font-style: italic;
}

.yikes-easy-mc-form.layout-footer-2 label input::-moz-placeholder {
    color: #757575;
    font-style: italic;
}

.yikes-easy-mc-form.layout-footer-2 label input:-ms-input-placeholder {
    color: #757575;
    font-style: italic;
}

.yikes-easy-mc-form.layout-footer-2 button {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    height: 100%;
    width: 65px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: all 0.2s;
}

.yikes-easy-mc-form.layout-footer-2 button span {
    display: none;
}

.yikes-easy-mc-form.layout-footer-2 button::before {
    content: "";
    font-family: Ionicons;
}

.yikes-easy-mc-form.layout-footer-2 button:hover {
    color: #fd6500;
}

.contact-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form .wrap-input {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
}

.contact-form .wrap-input.full-width {
    width: 100%;
}

.contact-form .wrap-input input {
    font-weight: 300;
    font-size: 14px;
    line-height: 48px;
    color: #6e6e6e;
    width: 100%;
    background: transparent;
    border: 1px solid #e1e1e1;
    padding: 0 19px;
}

.contact-form .wrap-input input:focus {
    border-color: #2f1e61;
}

.contact-form .wrap-input input::-webkit-input-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .wrap-input input:-moz-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .wrap-input input::-moz-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .wrap-input input:-ms-input-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .wap-textarea {
    width: 100%;
    margin-bottom: 40px;
}

.contact-form .wap-textarea textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.625;
    color: #6e6e6e;
    width: 100%;
    min-height: 220px;
    background: transparent;
    border: 1px solid #e1e1e1;
    display: block;
    margin: 0;
    padding: 14px 19px;
}

.contact-form .wap-textarea textarea:focus {
    border-color: #2f1e61;
}

.contact-form .wap-textarea textarea::-webkit-input-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .wap-textarea textarea:-moz-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .wap-textarea textarea::-moz-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .wap-textarea textarea:-ms-input-placeholder {
    color: #aeaeae;
    font-style: italic;
}

.contact-form .form-submit {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    height: 46px;
    border-radius: 23px;
    padding: 0 39px;
    background: #2f1e61;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.2s;
}

.contact-form .form-submit:hover {
    background: #b30710;
}

.subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-form label {
    margin: 0;
    padding: 5px;
    flex-basis: 0;
    flex-grow: 1;
}

.subscribe-form label input {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #1f1f1f;
    width: 100%;
    height: 52px;
    background-color: transparent;
    border-radius: 26px;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
}

.subscribe-form label input:focus {
    border-color: #fa777c;
}

.subscribe-form label input::-webkit-input-placeholder {
    color: #aaa;
}

.subscribe-form label input:-moz-placeholder {
    color: #aaa;
}

.subscribe-form label input::-moz-placeholder {
    color: #aaa;
}

.subscribe-form label input:-ms-input-placeholder {
    color: #aaa;
}

.subscribe-form button {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background-color: #fa777c;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    padding: 0 56px;
    transition: all 0.2s;
    margin: 5px;
}

.subscribe-form button:hover {
    background-color: #f8464d;
}

.submit-video-form {
    text-align: center;
}

.submit-video-form.validate-form .require.alert-validate {
    position: relative;
}

.submit-video-form.validate-form .require.alert-validate::after {
    content: "The field is required.";
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    color: #2f1e61;
}

.submit-video-form .divline-form {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 16px;
    margin-bottom: 34px;
}

.submit-video-form .item-input {
    text-align: left;
    margin-bottom: 24px;
}

.submit-video-form .item-input .input-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.submit-video-form .item-input .input-field {
    width: 100%;
    display: block;
    margin: 0;
}

.submit-video-form .item-input .input-field input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    width: 100%;
    height: 46px;
    background: transparent;
    border: 1px solid #d7d7d7;
    padding: 0 18px;
}

.submit-video-form .item-input .input-field input:focus {
    border-color: #2f1e61;
}

.submit-video-form .item-input .input-field input::-webkit-input-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input .input-field input:-moz-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input .input-field input::-moz-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input .input-field input:-ms-input-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input .input-field textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    width: 100%;
    min-height: 170px;
    background: transparent;
    border: 1px solid #d7d7d7;
    display: block;
    margin: 0;
    padding: 14px 18px;
}

.submit-video-form .item-input .input-field textarea:focus {
    border-color: #2f1e61;
}

.submit-video-form .item-input .input-field textarea::-webkit-input-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input .input-field textarea:-moz-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input .input-field textarea::-moz-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input .input-field textarea:-ms-input-placeholder {
    color: #6e6e6e;
    font-style: italic;
}

.submit-video-form .item-input.input-choose-file {
    display: flex;
    flex-wrap: wrap;
}

.submit-video-form .item-input.input-choose-file .input-title {
    width: 100%;
}

.submit-video-form .item-input.input-choose-file .input-field {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    position: relative;
    width: auto;
    padding: 5px 20px;
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 15px;
}

.submit-video-form .item-input.input-choose-file .input-field:hover {
    color: #fff;
    background: #2f1e61;
    border-color: #2f1e61;
}

.submit-video-form .item-input.input-choose-file .input-field input {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border: none;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

.submit-video-form .item-input.input-choose-file .input-file-value {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    padding: 5px 0px;
    word-break: break-word;
}

.submit-video-form .btn-submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    padding: 0 67px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
}

.submit-video-form .btn-submit:hover {
    background: #b30710;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 767px) {
    .responsive .contact-form .wrap-input {
        width: 100%;
    }

    .responsive .subscribe-form {
        flex-direction: column;
    }

    .responsive .subscribe-form label {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .responsive .yikes-easy-mc-form.comment-form .wrap-input {
        width: 100%;
    }
}

.btn-small,
.btn-normal,
.btn-large {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.2s;
}

/*\
 *
 * Size
 *
\*/
.btn-small {
    height: 40px;
}

.btn-normal {
    height: 46px;
}

.btn-large {
    height: 52px;
}

/*\
 *
 * Shape
 *
\*/
.shape-square {
    border-radius: unset;
}

.shape-round.btn-small {
    border-radius: 20px;
}

.shape-round.btn-normal {
    border-radius: 23px;
}

.shape-round.btn-large {
    border-radius: 26px;
}

/*[ shortcode ]
//////////////////////////////////////////////////////////////////*/
.bp-element-button {
    /*\
   *
   * Size
   *
  \*/
    /*\
   *
   * Shape
   *
  \*/
}

.bp-element-button.align-left {
    text-align: left;
}

.bp-element-button.align-center {
    text-align: center;
}

.bp-element-button.align-right {
    text-align: right;
}

.bp-element-button .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    border: none;
    transition: all 0.2s;
}

.bp-element-button .btn.focus, .bp-element-button .btn:focus {
    outline: 0;
    box-shadow: none;
}

.bp-element-button .btn-small {
    height: 40px;
}

.bp-element-button .btn-normal {
    height: 46px;
}

.bp-element-button .btn-large {
    height: 52px;
}

.bp-element-button.shape-square .btn {
    border-radius: unset;
}

.bp-element-button.shape-round .btn-small {
    border-radius: 20px;
}

.bp-element-button.shape-round .btn-normal {
    border-radius: 23px;
}

.bp-element-button.shape-round .btn-large {
    border-radius: 26px;
}

.btn-back-to-top {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    background: #2f1e61;
    width: 47px;
    height: 47px;
    position: fixed;
    bottom: 65px;
    right: 15px;
    cursor: pointer;
    transition: all 0.3s;
    transform: translateY(150px);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-back-to-top:hover {
    background: #b30710;
}

.btn-back-to-top.scrolldown {
    transform: translateY(0);
}

.director-page .btn-back-to-top {
    background: #fd6500;
}

.director-page .btn-back-to-top:hover {
    background: #ca5100;
}

.beauty-page .btn-back-to-top {
    background: #fa777c;
}

.beauty-page .btn-back-to-top:hover {
    background: #f8464d;
}

/*---------------------------------------------*/
@media (max-width: 991px) {
    .responsive .btn-back-to-top {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }
}

#thim-preloading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
}

.page-title .main-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.page-title .main-top .overlay-top-header {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.page-title .main-top .content {
    padding-top: 68px;
    padding-bottom: 68px;
    text-align: center;
}

.page-title .main-top .content h1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 6px;
}

.page-title .main-top .content .wrap-breadcrumb {
    margin-top: 6px;
    margin-bottom: 6px;
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    color: #2f1e61;
    word-break: break-word;
    position: relative;
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a {
    color: #fff;
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a:hover {
    color: #2f1e61;
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs .breadcrum-icon {
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}

.page-title .main-top .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #cccccc;
    word-break: break-word;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

.blog2-page .page-title .main-top .content h1 {
    font-weight: 400;
}

.blog2-page .page-title .main-top .content .breadcrumbs li {
    color: #fa777c;
    text-transform: uppercase;
}

.blog2-page .page-title .main-top .content .breadcrumbs li a:hover {
    color: #fa777c;
}

.single-author-page .page-title .main-top .content {
    padding-top: 110px;
    padding-bottom: 110px;
}

.single-author-page .page-title .main-top .content h1 {
    font-weight: 400;
    font-size: 36px;
}

.single-format-video .page-title .main-top .content {
    padding-top: 80px;
    padding-bottom: 300px;
}

.single-format-video .page-title .main-top .content h1 {
    font-weight: 400;
    font-size: 36px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.loop-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.loop-pagination .page-numbers {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin: 5px;
    transition: all 0.2s;
}

.loop-pagination .page-numbers:hover {
    border-color: #2f1e61;
    color: #2f1e61;
}

.loop-pagination .page-numbers.current {
    background: #2f1e61;
    border-color: #2f1e61;
    color: #fff;
}

.loop-pagination .page-numbers.next {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: none;
    border: none;
    margin: 9px;
}

.loop-pagination .page-numbers.next i {
    font-size: 20px;
    margin-left: 9px;
}

.loop-pagination .page-numbers.next:hover {
    color: #2f1e61;
}

.pagi-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 25px;
}

.pagi-blog::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(assets/images/pattern-line.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.pagi-blog .item-pagi {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.85;
    color: #1f1f1f;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.pagi-blog .item-pagi:hover {
    color: #fa777c;
}

.pagi-blog .item-pagi i {
    font-size: 22px;
    padding-bottom: 2px;
}

.pagi-blog .item-pagi.prev {
    padding-right: 15px;
}

.pagi-blog .item-pagi.prev i {
    margin-right: 15px;
}

.pagi-blog .item-pagi.next {
    padding-left: 15px;
    justify-content: flex-end;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.pagi-blog .item-pagi.next i {
    margin-left: 15px;
}

[class*=thim-][class*=-col] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*=thim-][class*=-col] > * {
    margin-right: 15px;
    margin-left: 15px;
}

.thim-1-col > * {
    width: calc((100% - (1 * 30px)) / 1);
}

.thim-2-col > * {
    width: calc((100% - (2 * 30px)) / 2);
}

.thim-3-col > * {
    width: calc((100% - (3 * 30px)) / 3);
}

.thim-4-col > * {
    width: calc((100% - (4 * 30px)) / 4);
}

.thim-5-col > * {
    width: calc((100% - (5 * 30px)) / 5);
}

.thim-6-col > * {
    width: calc((100% - (6 * 30px)) / 6);
}

.thim-7-col > * {
    width: calc((100% - (7 * 30px)) / 7);
}

.thim-8-col > * {
    width: calc((100% - (8 * 30px)) / 8);
}

.thim-9-col > * {
    width: calc((100% - (9 * 30px)) / 9);
}

.thim-10-col > * {
    width: calc((100% - (10 * 30px)) / 10);
}

.thim-11-col > * {
    width: calc((100% - (11 * 30px)) / 11);
}

.thim-12-col > * {
    width: calc((100% - (12 * 30px)) / 12);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .responsive .sidebar-left .thim-3-col > *,
    .responsive .sidebar-right .thim-3-col > * {
        width: calc((100% - (2 * 30px)) / 2);
    }

    .responsive .sidebar-left .thim-4-col > *,
    .responsive .sidebar-right .thim-4-col > * {
        width: calc((100% - (2 * 30px)) / 2);
    }

    .responsive .sidebar-left .thim-5-col > *,
    .responsive .sidebar-right .thim-5-col > * {
        width: calc((100% - (3 * 30px)) / 3);
    }

    .responsive .sidebar-left .thim-6-col > *,
    .responsive .sidebar-right .thim-6-col > * {
        width: calc((100% - (3 * 30px)) / 3);
    }

    .responsive .sidebar-left .thim-7-col > *,
    .responsive .sidebar-right .thim-7-col > * {
        width: calc((100% - (4 * 30px)) / 4);
    }

    .responsive .sidebar-left .thim-8-col > *,
    .responsive .sidebar-right .thim-8-col > * {
        width: calc((100% - (4 * 30px)) / 4);
    }

    .responsive .sidebar-left .thim-9-col > *,
    .responsive .sidebar-right .thim-9-col > * {
        width: calc((100% - (5 * 30px)) / 5);
    }

    .responsive .sidebar-left .thim-10-col > *,
    .responsive .sidebar-right .thim-10-col > * {
        width: calc((100% - (5 * 30px)) / 5);
    }

    .responsive .sidebar-left .thim-11-col > *,
    .responsive .sidebar-right .thim-11-col > * {
        width: calc((100% - (6 * 30px)) / 6);
    }

    .responsive .sidebar-left .thim-12-col > *,
    .responsive .sidebar-right .thim-12-col > * {
        width: calc((100% - (6 * 30px)) / 6);
    }
}

@media (max-width: 991px) {
    .responsive .thim-3-col > * {
        width: calc((100% - (2 * 30px)) / 2);
    }

    .responsive .thim-4-col > * {
        width: calc((100% - (2 * 30px)) / 2);
    }

    .responsive .thim-5-col > * {
        width: calc((100% - (3 * 30px)) / 3);
    }

    .responsive .thim-6-col > * {
        width: calc((100% - (3 * 30px)) / 3);
    }

    .responsive .thim-7-col > * {
        width: calc((100% - (4 * 30px)) / 4);
    }

    .responsive .thim-8-col > * {
        width: calc((100% - (4 * 30px)) / 4);
    }

    .responsive .thim-9-col > * {
        width: calc((100% - (5 * 30px)) / 5);
    }

    .responsive .thim-10-col > * {
        width: calc((100% - (5 * 30px)) / 5);
    }

    .responsive .thim-11-col > * {
        width: calc((100% - (6 * 30px)) / 6);
    }

    .responsive .thim-12-col > * {
        width: calc((100% - (6 * 30px)) / 6);
    }
}

@media (max-width: 767px) {
    .responsive [class*=thim-][class*=-col] > * {
        width: calc((100% - (1 * 30px)) / 1);
    }
}

/*\
 *
 * Custom
 *
\*/
@media (min-width: 992px) {
    .beauty-page [class*=thim-][class*=-col],
    .director-page [class*=thim-][class*=-col] {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }

    .beauty-page [class*=thim-][class*=-col] > *,
    .director-page [class*=thim-][class*=-col] > * {
        margin-right: 20px;
        margin-left: 20px;
    }

    .beauty-page .thim-1-col > *,
    .director-page .thim-1-col > * {
        width: calc((100% - (1 * 40px)) / 1);
    }

    .beauty-page .thim-2-col > *,
    .director-page .thim-2-col > * {
        width: calc((100% - (2 * 40px)) / 2);
    }

    .beauty-page .thim-3-col > *,
    .director-page .thim-3-col > * {
        width: calc((100% - (3 * 40px)) / 3);
    }

    .beauty-page .thim-4-col > *,
    .director-page .thim-4-col > * {
        width: calc((100% - (4 * 40px)) / 4);
    }

    .beauty-page .thim-5-col > *,
    .director-page .thim-5-col > * {
        width: calc((100% - (5 * 40px)) / 5);
    }

    .beauty-page .thim-6-col > *,
    .director-page .thim-6-col > * {
        width: calc((100% - (6 * 40px)) / 6);
    }

    .beauty-page .thim-7-col > *,
    .director-page .thim-7-col > * {
        width: calc((100% - (7 * 40px)) / 7);
    }

    .beauty-page .thim-8-col > *,
    .director-page .thim-8-col > * {
        width: calc((100% - (8 * 40px)) / 8);
    }

    .beauty-page .thim-9-col > *,
    .director-page .thim-9-col > * {
        width: calc((100% - (9 * 40px)) / 9);
    }

    .beauty-page .thim-10-col > *,
    .director-page .thim-10-col > * {
        width: calc((100% - (10 * 40px)) / 10);
    }

    .beauty-page .thim-11-col > *,
    .director-page .thim-11-col > * {
        width: calc((100% - (11 * 40px)) / 11);
    }

    .beauty-page .thim-12-col > *,
    .director-page .thim-12-col > * {
        width: calc((100% - (12 * 40px)) / 12);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .beauty-page.responsive .sidebar-left .thim-3-col > *,
    .beauty-page.responsive .sidebar-right .thim-3-col > *,
    .director-page.responsive .sidebar-left .thim-3-col > *,
    .director-page.responsive .sidebar-right .thim-3-col > * {
        width: calc((100% - (2 * 40px)) / 2);
    }

    .beauty-page.responsive .sidebar-left .thim-4-col > *,
    .beauty-page.responsive .sidebar-right .thim-4-col > *,
    .director-page.responsive .sidebar-left .thim-4-col > *,
    .director-page.responsive .sidebar-right .thim-4-col > * {
        width: calc((100% - (2 * 40px)) / 2);
    }

    .beauty-page.responsive .sidebar-left .thim-5-col > *,
    .beauty-page.responsive .sidebar-right .thim-5-col > *,
    .director-page.responsive .sidebar-left .thim-5-col > *,
    .director-page.responsive .sidebar-right .thim-5-col > * {
        width: calc((100% - (3 * 40px)) / 3);
    }

    .beauty-page.responsive .sidebar-left .thim-6-col > *,
    .beauty-page.responsive .sidebar-right .thim-6-col > *,
    .director-page.responsive .sidebar-left .thim-6-col > *,
    .director-page.responsive .sidebar-right .thim-6-col > * {
        width: calc((100% - (3 * 40px)) / 3);
    }

    .beauty-page.responsive .sidebar-left .thim-7-col > *,
    .beauty-page.responsive .sidebar-right .thim-7-col > *,
    .director-page.responsive .sidebar-left .thim-7-col > *,
    .director-page.responsive .sidebar-right .thim-7-col > * {
        width: calc((100% - (4 * 40px)) / 4);
    }

    .beauty-page.responsive .sidebar-left .thim-8-col > *,
    .beauty-page.responsive .sidebar-right .thim-8-col > *,
    .director-page.responsive .sidebar-left .thim-8-col > *,
    .director-page.responsive .sidebar-right .thim-8-col > * {
        width: calc((100% - (4 * 40px)) / 4);
    }

    .beauty-page.responsive .sidebar-left .thim-9-col > *,
    .beauty-page.responsive .sidebar-right .thim-9-col > *,
    .director-page.responsive .sidebar-left .thim-9-col > *,
    .director-page.responsive .sidebar-right .thim-9-col > * {
        width: calc((100% - (5 * 40px)) / 5);
    }

    .beauty-page.responsive .sidebar-left .thim-10-col > *,
    .beauty-page.responsive .sidebar-right .thim-10-col > *,
    .director-page.responsive .sidebar-left .thim-10-col > *,
    .director-page.responsive .sidebar-right .thim-10-col > * {
        width: calc((100% - (5 * 40px)) / 5);
    }

    .beauty-page.responsive .sidebar-left .thim-11-col > *,
    .beauty-page.responsive .sidebar-right .thim-11-col > *,
    .director-page.responsive .sidebar-left .thim-11-col > *,
    .director-page.responsive .sidebar-right .thim-11-col > * {
        width: calc((100% - (6 * 40px)) / 6);
    }

    .beauty-page.responsive .sidebar-left .thim-12-col > *,
    .beauty-page.responsive .sidebar-right .thim-12-col > *,
    .director-page.responsive .sidebar-left .thim-12-col > *,
    .director-page.responsive .sidebar-right .thim-12-col > * {
        width: calc((100% - (6 * 40px)) / 6);
    }
}

/*\
 *
 * Blocks
 *
\*/
/*\
 *
 * General
 *
\*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    transform: translateY(-5px);
}

.select2-container--open .select2-dropdown--below {
    transform: translateY(5px);
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/*\
 *
 * Style for default
 *
\*/
.wrap-select2 {
    display: inline-block;
}

.wrap-select2 .dropDownSelect2 {
    position: relative;
    display: block;
    width: 100%;
}

.select2-container--default {
    width: 100% !important;
    height: 100% !important;
}

.select2-container--default .select2-selection--single {
    display: block;
    outline: none;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 300;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 1.5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 11px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 18px;
    color: #6e6e6e;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "";
    font-family: Ionicons;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #ebebeb;
    min-width: 55px !important;
    width: auto !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #6e6e6e;
    text-transform: none;
    white-space: nowrap;
    padding: 5px 11px;
}

.select2-container--default .select2-results__option:hover {
    color: #2f1e61;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #6e6e6e;
    background: #ebebeb;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/*\
 *
 * Style for vblog-shop-page
 *
\*/
.wrap-select2[data-style=vblog-shop-page] {
    display: block;
    width: 192px;
    height: 38px;
}

.wrap-select2[data-style=vblog-shop-page] .dropDownSelect2 {
    position: relative;
    display: block;
    width: 100%;
}

.select2-container--vblog-shop-page {
    width: 100% !important;
    height: 100% !important;
}

.select2-container--vblog-shop-page .select2-selection--single {
    display: block;
    outline: none;
    background-color: #fff;
    border: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
}

.select2-container--vblog-shop-page .select2-selection--single .select2-selection__rendered {
    font-weight: 300;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1.5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 33px;
    padding-left: 13px;
}

.select2-container--vblog-shop-page .select2-selection--single .select2-selection__arrow {
    font-size: 14px;
    color: #909090;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
}

.select2-container--vblog-shop-page .select2-selection--single .select2-selection__arrow::after {
    content: "";
    font-family: FontAwesome;
}

.select2-container--vblog-shop-page .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--vblog-shop-page.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--vblog-shop-page .select2-dropdown {
    border: 1px solid #ebebeb;
}

.select2-container--vblog-shop-page .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
}

.select2-container--vblog-shop-page .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--vblog-shop-page .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

.select2-container--vblog-shop-page .select2-results__option {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    text-transform: none;
    padding: 5px 13px;
}

.select2-container--vblog-shop-page .select2-results__option:hover {
    color: #2f1e61;
}

.select2-container--vblog-shop-page .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--vblog-shop-page .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--vblog-shop-page .select2-results__option[aria-selected=true] {
    color: #6e6e6e;
    background: #ebebeb;
}

.select2-container--vblog-shop-page .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/*\
 *
 * Style for vblog-search
 *
\*/
.wrap-select2[data-style=vblog-search] {
    display: inline-block;
}

.wrap-select2[data-style=vblog-search] .dropDownSelect2 {
    position: relative;
    display: block;
    width: 100%;
}

.select2-container--vblog-search {
    width: 100% !important;
    height: 100% !important;
}

.select2-container--vblog-search .select2-selection--single {
    display: block;
    outline: none;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
}

.select2-container--vblog-search .select2-selection--single .select2-selection__rendered {
    font-weight: 300;
    font-size: 12px;
    color: #909090;
    line-height: 1.5;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 50px;
}

.select2-container--vblog-search .select2-selection--single .select2-selection__arrow {
    font-size: 12px;
    color: #909090;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}

.select2-container--vblog-search .select2-selection--single .select2-selection__arrow::after {
    content: "";
    font-family: Ionicons;
}

.select2-container--vblog-search .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--vblog-search.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--vblog-search .select2-dropdown {
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(105, 105, 105, 0.08);
    width: 160px !important;
}

.select2-container--vblog-search.select2-container--open .select2-dropdown {
    left: -33px;
}

.select2-container--vblog-search.select2-container--open .select2-dropdown--above {
    transform: translateY(-15px);
}

.select2-container--vblog-search.select2-container--open .select2-dropdown--below {
    transform: translateY(15px);
}

.select2-container--vblog-search .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
}

.select2-container--vblog-search .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--vblog-search .select2-results > .select2-results__options {
    padding: 5px 33px;
    max-height: 250px;
    overflow-y: auto;
}

.select2-container--vblog-search .select2-results__option {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #292929;
    text-transform: none;
    padding: 10px 0;
}

.select2-container--vblog-search .select2-results__option:hover {
    color: #2f1e61;
}

.select2-container--vblog-search .select2-results__option + li {
    border-top: 1px solid rgba(138, 138, 138, 0.2);
}

.select2-container--vblog-search .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--vblog-search .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--vblog-search .select2-results__option[aria-selected=true] {
    color: #2f1e61;
}

.select2-container--vblog-search .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/*\
 *
 * block input Quanlity
 *
\*/
.bl-input-quanlity {
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.bl-input-quanlity .btn-num-down,
.bl-input-quanlity .btn-num-up {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #999999;
    cursor: pointer;
    padding: 6px;
}

.bl-input-quanlity .btn-num-down:hover,
.bl-input-quanlity .btn-num-up:hover {
    color: #2f1e61;
}

.bl-input-quanlity .btn-num-down:active,
.bl-input-quanlity .btn-num-up:active {
    color: #111;
}

.bl-input-quanlity .num-product {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #111111;
    width: 25px;
    min-width: 1px;
    text-align: center;
}

.bl-input-quanlity input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

.bl-input-quanlity input.num-product::-webkit-outer-spin-button,
.bl-input-quanlity input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*\
 *
 * Block instagram
 *
\*/
.bl-instagram .item-instagram {
    display: block;
    overflow: hidden;
}

.bl-instagram .item-instagram img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.bl-instagram .item-instagram:hover img {
    transform: scale(1.1, 1.1);
}

.bl-info-director .title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 18px;
}

.bl-info-director .description {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #7c7c7c;
    word-break: break-word;
}

.bl-description-director {
    font-family: PT Serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    color: #7c7c7c;
    text-align: center;
    word-break: break-word;
    width: 850px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.bl-description-director .name {
    color: #fff;
}

.blog-list.vblog-layout-1 .item-blog {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.blog-list.vblog-layout-1 .item-blog .media-item {
    display: flex;
    flex-wrap: wrap;
    min-height: 84px;
    margin-bottom: 33px;
    position: relative;
}

.blog-list.vblog-layout-1 .item-blog .media-item .pic img {
    max-width: 100%;
}

.blog-list.vblog-layout-1 .item-blog .media-item .pic iframe {
    display: block;
    max-width: 100%;
}

.blog-list.vblog-layout-1 .item-blog .media-item .date {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.blog-list.vblog-layout-1 .item-blog .media-item .date .number {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
}

.blog-list.vblog-layout-1 .item-blog .text-item {
    overflow: hidden;
}

.blog-list.vblog-layout-1 .item-blog .text-item .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 2px;
}

.blog-list.vblog-layout-1 .item-blog .text-item .title a {
    display: inline-block;
    color: #1e1e1e;
}

.blog-list.vblog-layout-1 .item-blog .text-item .title a:hover {
    color: #2f1e61;
}

.blog-list.vblog-layout-1 .item-blog .text-item .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #6e6e6e;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-bottom: 11px;
}

.blog-list.vblog-layout-1 .item-blog .text-item .info a {
    color: #6e6e6e;
}

.blog-list.vblog-layout-1 .item-blog .text-item .info a:hover {
    color: #2f1e61;
}

.blog-list.vblog-layout-1 .item-blog .text-item .info .info-item {
    padding-right: 15px;
    padding-left: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.blog-list.vblog-layout-1 .item-blog .text-item .info .info-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #6e6e6e;
    position: absolute;
    top: 3px;
    left: 0;
}

.blog-list.vblog-layout-1 .item-blog .text-item .info .info-item i {
    font-size: 15px;
    margin-right: 8px;
}

.blog-list.vblog-layout-1 .item-blog .text-item .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 30px;
}

.blog-list.vblog-layout-1 .item-blog .text-item .btn-learnmore {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    padding: 0 39px;
}

.blog-list.vblog-layout-1 .item-blog .text-item .btn-learnmore:hover {
    background: #b30710;
}

.blog-list.vblog-layout-1 .item-blog.image-item .media-item .pic {
    overflow: hidden;
}

.blog-list.vblog-layout-1 .item-blog.image-item .media-item .pic img {
    transition: all 0.5s ease-out;
}

.blog-list.vblog-layout-1 .item-blog.image-item .media-item .pic:hover img {
    transform: scale(1.1, 1.1);
}

.blog-list.vblog-layout-1 .item-blog.video-item .media-item .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-list.vblog-layout-1 .item-blog.video-item .media-item .pic::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: 0.3;
    transition: all 0.3s;
}

.blog-list.vblog-layout-1 .item-blog.video-item .media-item .pic .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.blog-list.vblog-layout-1 .item-blog.video-item .media-item .pic .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.blog-list.vblog-layout-1 .item-blog.video-item .media-item .pic:hover:before {
    opacity: 0.4;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic {
    display: block;
    width: 100%;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images {
    width: 100%;
    position: relative;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .item-slick {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.6);
    transition: all 0.2s;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-arrow-slick .arow-slick:hover {
    background: #2f1e61;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-dot-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 27px;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 0 90px;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-dot-slick .dots-slick {
    pointer-events: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-dot-slick .dots-slick li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(215, 215, 215, 0.6);
    margin: 3px;
    cursor: pointer;
    transition: all 0.2s;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-dot-slick .dots-slick li:hover {
    background: #2f1e61;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .slide-images .wrap-dot-slick .dots-slick li.slick-active {
    background: #2f1e61;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .item-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-list.vblog-layout-1 .item-blog.slide-item .media-item .pic .item-img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: 0.3;
}

.blog-list.vblog-layout-1 .item-blog.have-no-thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-list.vblog-layout-1 .item-blog.have-no-thumbnail .media-item {
    width: 84px;
}

.blog-list.vblog-layout-1 .item-blog.have-no-thumbnail .text-item {
    width: calc(100% - 84px - 30px);
    margin-top: -6px;
}

.blog-list.vblog-layout-1 .item-blog.have-no-thumbnail.no-have-date .text-item {
    width: 100%;
}

.blog-list.vblog-layout-1 .item-blog.have-no-thumbnail.no-have-date .media-item {
    display: none;
}

.blog-list.vblog-layout-1 .item-blog.sticky {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: #e5e5e5;
}

.blog-list.vblog-layout-2 {
    margin-bottom: 20px;
}

.blog-list.vblog-layout-2 .item-blog {
    text-align: center;
    margin-bottom: 40px;
}

.blog-list.vblog-layout-2 .item-blog .media-item {
    margin-bottom: 28px;
}

.blog-list.vblog-layout-2 .item-blog .media-item img {
    width: 100%;
}

.blog-list.vblog-layout-2 .item-blog .media-item iframe {
    display: block;
    width: 100%;
}

.blog-list.vblog-layout-2 .item-blog .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2px;
}

.blog-list.vblog-layout-2 .item-blog .info .info-item {
    padding-left: 13px;
    padding-right: 6px;
    position: relative;
}

.blog-list.vblog-layout-2 .item-blog .info .info-item::before {
    content: "•";
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #6e6e6e;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-list.vblog-layout-2 .item-blog .info .info-item:first-child {
    padding-left: 0;
}

.blog-list.vblog-layout-2 .item-blog .info .info-item:first-child:before {
    display: none;
}

.blog-list.vblog-layout-2 .item-blog .info .info-item a {
    color: #6e6e6e;
}

.blog-list.vblog-layout-2 .item-blog .info .info-item a:hover {
    color: #fa777c;
}

.blog-list.vblog-layout-2 .item-blog .title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.363636;
    color: #1f1f1f;
    word-break: break-word;
    margin-bottom: 17px;
}

.blog-list.vblog-layout-2 .item-blog .title a {
    display: inline-block;
    color: #1f1f1f;
}

.blog-list.vblog-layout-2 .item-blog .title a:hover {
    color: #fa777c;
}

.blog-list.vblog-layout-2 .item-blog .content {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 21px;
}

.blog-list.vblog-layout-2 .item-blog .btn-readmore {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #fa777c;
    padding: 0 38px;
    margin-bottom: 25px;
}

.blog-list.vblog-layout-2 .item-blog .btn-readmore:hover {
    background: #f8464d;
}

.blog-list.vblog-layout-2 .item-blog .share .wrap-text {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
}

.blog-list.vblog-layout-2 .item-blog .share .wrap-text .line {
    display: block;
    width: 100%;
    border-top: 1px dashed #d7d7d7;
    position: absolute;
    z-index: -1;
    top: calc(50% - 1px);
    left: 0;
}

.blog-list.vblog-layout-2 .item-blog .share .wrap-text .text {
    display: inline-block;
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #6e6e6e;
    text-transform: uppercase;
    word-break: break-word;
    background: #fff;
    padding: 0 20px;
}

.blog-list.vblog-layout-2 .item-blog .share .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -7px;
}

.blog-list.vblog-layout-2 .item-blog .share .socials .item-social {
    font-size: 15px;
    line-height: 1;
    color: #1f1f1f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 7px;
    transition: all 0.2s;
}

.blog-list.vblog-layout-2 .item-blog .share .socials .item-social:hover {
    border-color: #fa777c;
    background: #fa777c;
    color: #fff;
}

.blog-list.vblog-layout-2 .item-blog.feature-item {
    width: calc((100% - (1 * 40px)) / 1);
}

.blog-list.vblog-layout-2 .item-blog.feature-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(assets/images/pattern-line.png);
    background-repeat: repeat-x;
    margin-top: 20px;
}

.blog-list.vblog-layout-2 .item-blog.feature-item .media-item {
    margin-bottom: 33px;
}

.blog-list.vblog-layout-2 .item-blog.feature-item .info {
    margin-bottom: 4px;
}

.blog-list.vblog-layout-2 .item-blog.feature-item .title {
    margin-bottom: 33px;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.blog-list.vblog-layout-2 .item-blog.feature-item .title a {
    display: inline-block;
    font-size: 32px;
    line-height: 1.3125;
}

.blog-list.vblog-layout-2 .item-blog.feature-item .share {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.blog-list.vblog-layout-2 .item-blog.video-item .media-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-list.vblog-layout-2 .item-blog.video-item .media-item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-list.vblog-layout-2 .item-blog.video-item .media-item .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}

.blog-list.vblog-layout-2 .item-blog.video-item .media-item .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.blog-list.vblog-layout-2 .item-blog.video-item .media-item:hover:before {
    opacity: 0.4;
}

.blog-list.vblog-layout-2 .item-blog.image-item .media-item {
    overflow: hidden;
}

.blog-list.vblog-layout-2 .item-blog.image-item .media-item img {
    transition: all 0.5s ease-out;
}

.blog-list.vblog-layout-2 .item-blog.image-item .media-item:hover img {
    transform: scale(1.1, 1.1);
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item {
    display: block;
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item .slide-images {
    width: 100%;
    position: relative;
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item .slide-images .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.6);
    transition: all 0.2s;
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick:hover {
    background: #fa777c;
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item .slide-images .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.blog-list.vblog-layout-2 .item-blog.slide-item .media-item .slide-images .item-img img {
    width: 100%;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .blog-list.vblog-layout-2 .item-blog.feature-item {
        width: calc((100% - (1 * 30px)) / 1);
    }
}

@media (max-width: 480px) {
    .responsive .blog-list.vblog-layout-1 .item-blog.have-no-thumbnail .text-item {
        width: 100%;
    }
}

.bl-blog-detail {
    text-align: center;
    margin-bottom: 84px;
}

.bl-blog-detail.no-have-date.have-no-thumbnail .head-blog {
    margin-left: 0;
}

.bl-blog-detail.no-have-date .media-blog-detail {
    min-height: auto;
    margin-bottom: 0;
}

.bl-blog-detail.no-have-date .media-blog-detail .entry-date.date {
    display: none;
}

.bl-blog-detail .head-blog {
    text-align: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.bl-blog-detail .head-blog .title-blog-detail {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #1e1e1e;
    word-break: break-word;
    margin-top: -5px;
    margin-bottom: 2px;
}

.bl-blog-detail .head-blog .info-blog-detail {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #6e6e6e;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}

.bl-blog-detail .head-blog .info-blog-detail a {
    color: #6e6e6e;
}

.bl-blog-detail .head-blog .info-blog-detail a:hover {
    color: #2f1e61;
}

.bl-blog-detail .head-blog .info-blog-detail .info-item {
    padding-right: 15px;
    padding-left: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.bl-blog-detail .head-blog .info-blog-detail .info-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #e7e7e7;
    position: absolute;
    top: 5px;
    left: 0;
}

.bl-blog-detail .head-blog .info-blog-detail .info-item i {
    font-size: 15px;
    margin-right: 8px;
}

.bl-blog-detail .media-blog-detail {
    display: inline-block;
    min-height: 84px;
    position: relative;
    margin-bottom: 35px;
}

.bl-blog-detail .media-blog-detail .pic img {
    max-width: 100%;
}

.bl-blog-detail .media-blog-detail .date {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.bl-blog-detail .media-blog-detail .date .number {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
}

.bl-blog-detail .text-blog-detail {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.bl-blog-detail .text-blog-detail .wrap-share-blog {
    width: 85px;
    margin-top: -4px;
}

.bl-blog-detail .text-blog-detail .wrap-share-blog .share {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bl-blog-detail .text-blog-detail .wrap-share-blog .share .namefield {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials .item-social {
    font-size: 19px;
    line-height: 1;
    color: #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    transition: all 0.2s;
}

.bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials .item-social:hover {
    background: #2f1e61;
    border-color: #2f1e61;
    color: #fff;
}

.bl-blog-detail .text-blog-detail .content-blog {
    width: calc(100% - 85px - 20px);
    margin-top: -8px;
}

.bl-blog-detail .text-blog-detail .content-blog > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 27px;
}

.bl-blog-detail .text-blog-detail .content-blog > p img {
    display: block;
    margin: 36px auto;
}

.bl-blog-detail .text-blog-detail .content-blog > blockquote {
    font-family: "Time New Roman";
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 1.3;
    color: #1e1e1e;
    word-break: break-word;
    padding-left: 55px;
    position: relative;
    margin-bottom: 30px;
}

.bl-blog-detail .text-blog-detail .content-blog > blockquote::before {
    content: "‘‘";
    font-family: "Arial";
    font-style: normal;
    font-size: 120px;
    line-height: 1;
    color: #2f1e61;
    position: absolute;
    top: -9px;
    left: -8px;
    letter-spacing: -8px;
}

.bl-blog-detail .text-blog-detail .content-blog .tags {
    font-size: 16px;
    line-height: 1.626;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

.bl-blog-detail .text-blog-detail .content-blog .tags .name-field {
    font-weight: 500;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-right: 15px;
}

.bl-blog-detail .text-blog-detail .content-blog .tags .tag-item {
    font-weight: 300;
    font-style: italic;
    color: #2f1e61;
    margin-right: 10px;
}

.bl-blog-detail .text-blog-detail .content-blog .tags .tag-item:hover {
    color: #1e1e1e;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog {
    padding: 40px 30px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author {
    width: 147px;
    max-width: 100%;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author .ava-author {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 19px;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author .ava-author img {
    max-width: 100%;
    border-radius: 50%;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author .socials-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: -5px;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author .socials-author a {
    font-size: 18px;
    line-height: 1.5;
    color: #bfbfbf;
    padding: 5px;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author .socials-author a:hover {
    color: #2f1e61;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author {
    width: calc(100% - 147px - 27px);
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .name-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 3px;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .name-author a {
    color: #1e1e1e;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .name-author a:hover {
    color: #2f1e61;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .info-aothor {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 20px;
}

.bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author .content-author {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog {
    border: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    position: relative;
    margin-bottom: 52px;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog::before {
    content: "";
    order: 2;
    display: block;
    min-width: 1px;
    min-height: 1px;
    background: #e3e3e3;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 33px 0;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-arrow {
    font-size: 35px;
    line-height: 1;
    color: #bfbfbf;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    transition: all 0.2s;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-arrow:hover {
    background: #2f1e61;
    border-color: #2f1e61;
    color: #fff;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text {
    width: calc(100% - 56px);
    padding: 0 25px;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .name-navi {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #2f1e61;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 16px;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .title-navi {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2px;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .title-navi a {
    color: #1e1e1e;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .title-navi a:hover {
    color: #2f1e61;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item .navi-text .info-navi {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.prev-blog {
    order: 1;
    text-align: right;
    padding-left: 30px;
}

.bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.next-blog {
    order: 3;
    padding-right: 30px;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area {
    margin-bottom: 11px;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comments-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list {
    width: 100%;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment + .comment {
    border-top: 2px dotted #e5e5e5;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .avatar {
    width: 84px;
    display: block;
    margin-bottom: 32px;
    border-radius: 50%;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment {
    width: calc(100% - 84px - 30px);
    margin-top: -5px;
    margin-bottom: 32px;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author {
    position: relative;
    padding-right: 90px;
    margin-bottom: 16px;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .author-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    display: block;
    margin-bottom: 3px;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .comment-extra-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    display: block;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #2f1e61;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    color: #2f1e61;
    margin-left: 10px;
    border-bottom: 1px solid #2f1e61;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a:hover {
    color: #1e1e1e;
    border-color: #1e1e1e;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .message {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment .message p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin: 0;
}

.bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .children {
    width: 100%;
    padding-left: calc(84px + 30px);
    border-top: 2px dotted #e5e5e5;
}

.bl-blog-detail .text-blog-detail .content-blog .leave-comment .title-leave-cmt {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    margin-bottom: 33px;
}

.bl-blog-detail .text-blog-detail .content-blog .leave-comment .des-leave-cmt {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-reply-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    margin-bottom: 33px;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-notes {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .row {
    margin-right: -13px;
    margin-left: -13px;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .col,
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta [class*=col-] {
    padding-right: 13px;
    padding-left: 13px;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-author,
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-email {
    margin: 0;
    height: 50px;
    margin-bottom: 25px;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-author input,
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-email input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-author input:focus,
.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-meta .comment-form-email input:focus {
    border-color: #2f1e61;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-message .comment-form-comment {
    width: 100%;
    margin-bottom: 40px;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    display: block;
    width: 100%;
    min-height: 200px;
    background: transparent;
    padding: 18px;
    border: 1px solid #e5e5e5;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea:focus {
    border-color: #2f1e61;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .form-submit .submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    background: #2f1e61;
    padding: 0 51px;
    cursor: pointer;
    transition: all 0.2s;
}

.bl-blog-detail .text-blog-detail .content-blog .form-comment .comment-respond .comment-form .form-submit .submit:hover {
    background: #b30710;
}

.bl-blog-detail.have-no-thumbnail {
    position: relative;
}

.bl-blog-detail.have-no-thumbnail .head-blog {
    margin-left: 105px;
}

.bl-blog-detail.have-no-thumbnail .media-blog-detail {
    display: block;
    width: 105px;
    position: absolute;
    top: 0;
    left: 0;
}

.related-blog {
    margin-left: 105px;
}

.related-blog .related-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    color: #292929;
    word-break: break-word;
    padding-right: 100px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 23px;
    margin-bottom: 40px;
}

.related-blog .wrap-element .slide-posts {
    position: relative;
}

.related-blog .wrap-element .slide-posts .slide-slick {
    overflow: hidden;
}

.related-blog .wrap-element .slide-posts .slick-list {
    margin-right: -15px;
    margin-left: -15px;
}

.related-blog .wrap-element .slide-posts .item-slick {
    padding: 0 15px 0 15px;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0px;
    top: -104px;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick {
    font-size: 16px;
    color: #bfbfbf;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    transition: all 0.2s;
    cursor: pointer;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick:hover {
    background: #2f1e61;
    border-color: #2f1e61;
    color: #fff;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick.next-slick {
    margin-left: 5px;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    opacity: 0.3;
    pointer-events: none;
}

.related-blog .wrap-element .post-item .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 25px;
}

.related-blog .wrap-element .post-item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.related-blog .wrap-element .post-item .pic .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    bottom: -2px;
    left: -2px;
    background: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.related-blog .wrap-element .post-item .pic .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-blog .wrap-element .post-item .pic .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.related-blog .wrap-element .post-item .pic .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.related-blog .wrap-element .post-item .pic .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
}

.related-blog .wrap-element .post-item .pic .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all 0.3s;
}

.related-blog .wrap-element .post-item .pic .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.related-blog .wrap-element .post-item .pic:hover .btn-play {
    opacity: 1;
}

.related-blog .wrap-element .post-item .pic:hover .overlay {
    opacity: 0.5;
}

.related-blog .wrap-element .post-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111;
    text-align: center;
    word-break: break-word;
    margin-bottom: 7px;
}

.related-blog .wrap-element .post-item .title a {
    color: #111;
    transition: all 0.2s;
}

.related-blog .wrap-element .post-item .title a:hover {
    color: #2f1e61;
}

.related-blog .wrap-element .post-item .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #7e7e7e;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 767px) {
    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog {
        width: 50px;
    }

    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog .share .namefield {
        font-size: 14px;
    }

    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials .item-social {
        font-size: 14px;
        width: 35px;
        height: 35px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog {
        width: calc(100% - 50px - 15px);
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .author-blog {
        justify-content: center;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .author-blog .pic-author {
        margin-bottom: 15px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .author-blog .text-author {
        width: 100%;
        text-align: center;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .navigate-blog {
        flex-direction: column;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item {
        width: 100%;
        flex-grow: unset;
        flex-basis: unset;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.prev-blog {
        padding-left: 20px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.prev-blog .navi-text {
        padding-right: 20px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.next-blog {
        padding-right: 20px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .navigate-blog .navi-item.next-blog .navi-text {
        padding-left: 20px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .avatar {
        margin-bottom: 20px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .comment .content-comment {
        width: 100%;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog .comments-area .list-comments .comment-list .children {
        padding-left: 50px;
    }

    .responsive .related-blog {
        margin-left: 65px;
    }

    .responsive .related-blog .related-title {
        padding-bottom: 60px;
    }

    .responsive .related-blog .wrap-element .slide-posts .wrap-arrow-slick {
        justify-content: flex-start;
        right: auto;
        left: 0;
        top: -88px;
    }
}

@media (max-width: 575px) {
    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog {
        width: 100%;
    }

    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog .share {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 30px;
    }

    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog .share .namefield {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .responsive .bl-blog-detail .text-blog-detail .wrap-share-blog .share .socials .item-social {
        margin: 5px;
    }

    .responsive .bl-blog-detail .text-blog-detail .content-blog {
        width: 100%;
    }

    .responsive .related-blog {
        margin-left: 0px;
    }
}

.authors-list .wrap-element .heading-element {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.authors-list .wrap-element .heading-element::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.authors-list .wrap-element .heading-element .wrap-filter-group {
    overflow: hidden;
}

.authors-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.authors-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    word-break: break-word;
    margin: 8px 30px 0px 30px;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.authors-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope:hover {
    color: #2f1e61;
}

.authors-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope::before {
    content: "•";
    color: #cecece;
    position: absolute;
    top: 12px;
    left: -32px;
}

.authors-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #2f1e61;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
}

.authors-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope.active {
    color: #2f1e61;
}

.authors-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope.active::after {
    opacity: 1;
}

.authors-list .wrap-element .heading-element .total-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    white-space: nowrap;
    padding: 12px 0;
    margin-top: 8px;
}

.authors-list .wrap-element .heading-element .total-item .number-total {
    font-weight: 500;
    color: #111;
}

.authors-list .wrap-element .author-item {
    text-align: center;
    margin-bottom: 10px;
}

.authors-list .wrap-element .author-item .pic-author {
    overflow: hidden;
    position: relative;
}

.authors-list .wrap-element .author-item .pic-author .overlay-author {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: all 0.3s;
}

.authors-list .wrap-element .author-item .pic-author .overlay-author::before {
    content: "";
    font-family: Ionicons;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    transform: scale(0);
    transition: all 0.3s;
}

.authors-list .wrap-element .author-item .pic-author img {
    width: 100%;
}

.authors-list .wrap-element .author-item .pic-author:hover .overlay-author {
    opacity: 1;
}

.authors-list .wrap-element .author-item .pic-author:hover .overlay-author::before {
    transform: scale(1);
}

.authors-list .wrap-element .author-item .text-author {
    padding: 24px 0;
}

.authors-list .wrap-element .author-item .text-author .name-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111111;
    word-break: break-word;
    margin-bottom: 4px;
}

.authors-list .wrap-element .author-item .text-author .name-author a {
    color: #111111;
}

.authors-list .wrap-element .author-item .text-author .name-author a:hover {
    color: #2f1e61;
}

.authors-list .wrap-element .author-item .text-author .info-author {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
}

.bl-author-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
}

.bl-author-detail .wrap-personal-info-author {
    width: 300px;
    margin-top: -85px;
}

.bl-author-detail .wrap-personal-info-author .theiaStickySidebar {
    z-index: 10;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author {
    border: 1px solid #f2f2f2;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 10;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .media-author {
    position: relative;
    margin-bottom: 24px;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .media-author .pic-author img {
    width: 100%;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .media-author .socials-author {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 7px 0;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .media-author .socials-author a {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    padding: 0 5px;
    margin: 0 10px;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .media-author .socials-author a:hover {
    color: #2f1e61;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .info-author .item-info {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .info-author .item-info .name-item {
    font-weight: 500;
    color: #1e1e1e;
    width: 58%;
    padding: 0 15px;
}

.bl-author-detail .wrap-personal-info-author .personal-info-author .info-author .item-info .value-item {
    font-weight: 300;
    color: #6e6e6e;
    width: 42%;
}

.bl-author-detail .detail-author {
    width: calc(100% - 300px - 40px);
}

.bl-author-detail .detail-author .field-detail:last-child {
    margin-bottom: -15px;
}

.bl-author-detail .detail-author .field-detail .title-field {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #1e1e1e;
    word-break: break-word;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin: 0;
}

.bl-author-detail .detail-author .field-detail .content-field {
    padding-bottom: 15px;
}

.bl-author-detail .detail-author .field-detail .content-field > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 30px;
}

.bl-author-detail .detail-author .field-detail .content-field .slide-images {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 31px;
}

.bl-author-detail .detail-author .field-detail .content-field .slide-images .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.bl-author-detail .detail-author .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.6);
    transition: all 0.2s;
}

.bl-author-detail .detail-author .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick:hover {
    background: #2f1e61;
}

.bl-author-detail .detail-author .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bl-author-detail .detail-author .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bl-author-detail .detail-author .field-detail .content-field .slide-images .item-img img {
    width: 100%;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .head-list {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #292929;
    word-break: break-word;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .head-list .name-film {
    flex-grow: 1;
    padding-right: 30px;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .pic-film {
    align-self: flex-start;
    width: 100px;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .pic-film img {
    width: 100%;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film {
    align-self: center;
    width: calc(100% - 100px - 20px);
    display: flex;
    align-items: center;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info {
    flex-grow: 1;
    padding-right: 30px;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info .genre-film {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 4px;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info .title-film {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111111;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info .title-film a {
    color: #111111;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info .title-film a:hover {
    color: #2f1e61;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info .stars-film {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #111111;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info .stars-film .iconstars {
    font-size: 18px;
    color: #f4b705;
    line-height: 1;
    margin-right: 5px;
}

.bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .release-date {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #1e1e1e;
    white-space: nowrap;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .bl-author-detail .wrap-personal-info-author {
        margin-bottom: 50px;
    }

    .responsive .bl-author-detail .detail-author {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .responsive .bl-author-detail .detail-author .field-detail .content-field .list-films .head-list .release-date {
        visibility: hidden;
    }

    .responsive .bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film {
        flex-wrap: wrap;
    }

    .responsive .bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info {
        padding-right: 0px;
    }

    .responsive .bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .release-date {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .responsive .bl-author-detail .detail-author .field-detail .content-field .list-films .item-film .text-film .film-info .stars-film .iconstars {
        letter-spacing: -1px;
    }
}

.videos-list .wrap-element .heading-element {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.videos-list .wrap-element .heading-element::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.videos-list .wrap-element .heading-element .wrap-filter-group {
    overflow: hidden;
    margin-right: 130px;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    word-break: break-word;
    margin: 8px 30px 0px 30px;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope:hover {
    color: #2f1e61;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope::before {
    content: "•";
    color: #cecece;
    position: absolute;
    top: 12px;
    left: -32px;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #2f1e61;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope.active {
    color: #2f1e61;
}

.videos-list .wrap-element .heading-element .wrap-filter-group .filter-tope-group .item-tope.active::after {
    opacity: 1;
}

.videos-list .wrap-element .heading-element .wrap-select-filter {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #111111;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 12px 0;
    margin-top: 8px;
    display: none;
}

.videos-list .wrap-element .heading-element .wrap-filter-videos {
    position: relative;
    width: 100%;
}

.videos-list .wrap-element .heading-element .wrap-filter-videos .toggle-filter {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    white-space: nowrap;
    padding: 12px 0;
    margin-top: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.2s;
}

.videos-list .wrap-element .heading-element .wrap-filter-videos .toggle-filter::after {
    content: "";
    font-family: Ionicons;
    font-size: 18px;
    margin-left: 5px;
}

.videos-list .wrap-element .heading-element .wrap-filter-videos .toggle-filter:hover {
    color: #2f1e61;
}

.videos-list .wrap-element .heading-element .wrap-filter-videos.active-filter .toggle-filter::after {
    content: "";
}

.videos-list .wrap-element .heading-element .wrap-filter-videos .content-filter {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.videos-list .wrap-element .item-post {
    text-align: center;
    margin-bottom: 34px;
}

.videos-list .wrap-element .item-post .pic-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 25px;
}

.videos-list .wrap-element .item-post .pic-item img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.videos-list .wrap-element .item-post .pic-item .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    bottom: -2px;
    left: -2px;
    background: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.videos-list .wrap-element .item-post .pic-item .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.videos-list .wrap-element .item-post .pic-item .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.videos-list .wrap-element .item-post .pic-item .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.videos-list .wrap-element .item-post .pic-item .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
}

.videos-list .wrap-element .item-post .pic-item .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all 0.3s;
}

.videos-list .wrap-element .item-post .pic-item .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.videos-list .wrap-element .item-post .pic-item:hover .btn-play {
    opacity: 1;
}

.videos-list .wrap-element .item-post .pic-item:hover .overlay {
    opacity: 0.5;
}

.videos-list .wrap-element .item-post .text-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111;
    word-break: break-word;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.videos-list .wrap-element .item-post .text-item .title a {
    color: #111;
    transition: all 0.2s;
}

.videos-list .wrap-element .item-post .text-item .title a:hover {
    color: #2f1e61;
}

.videos-list .wrap-element .item-post .text-item .title:hover {
    color: #2f1e61;
}

.videos-list .wrap-element .item-post .text-item .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #7e7e7e;
    text-align: center;
    word-break: break-word;
    text-transform: uppercase;
}

.single-format-video .site-content {
    padding-top: 0;
}

.bl-video-detail .player-video {
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: -218px;
    margin-bottom: 35px;
}

.bl-video-detail .player-video .bg-video img {
    width: 100%;
}

.bl-video-detail .player-video .btn-play {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 89px;
    height: 82px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: 30px 34px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #2f1e61;
    transition: all 0.3s;
}

.bl-video-detail .player-video .btn-play:hover {
    background-color: rgba(228, 9, 20, 0.5);
}

.bl-video-detail .detail-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.bl-video-detail .detail-video .info-detail {
    width: 300px;
}

.bl-video-detail .detail-video .info-detail .theiaStickySidebar {
    z-index: 20;
}

.bl-video-detail .detail-video .info-detail .inner-info {
    border: 1px solid #f2f2f2;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 20;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video {
    position: relative;
    margin-bottom: 24px;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .pic-video {
    position: relative;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .pic-video img {
    width: 100%;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .pic-video::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .more-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.8);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0 12px 20px;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .more-info .item-info {
    margin-right: 25px;
}

.bl-video-detail .detail-video .info-detail .inner-info .media-video .more-info .item-info i {
    font-size: 16px;
    color: #f8bb03;
    margin: 0 3px;
}

.bl-video-detail .detail-video .info-detail .inner-info .info-video .item-info {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 8px;
}

.bl-video-detail .detail-video .info-detail .inner-info .info-video .item-info .name-item {
    font-weight: 500;
    color: #1e1e1e;
    width: 58%;
    padding: 0 15px;
}

.bl-video-detail .detail-video .info-detail .inner-info .info-video .item-info .value-item {
    font-weight: 300;
    color: #6e6e6e;
    width: 42%;
}

.bl-video-detail .detail-video .info-detail .inner-info .btn-watch {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    padding: 0 15px;
    width: 222px;
    max-width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-top: 33px;
    margin-bottom: 30px;
}

.bl-video-detail .detail-video .info-detail .inner-info .btn-watch:hover {
    background-color: #b30710;
}

.bl-video-detail .detail-video .content-detail {
    width: calc(100% - 300px - 40px);
}

.bl-video-detail .detail-video .content-detail .field-detail .title-field {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    padding-bottom: 16px;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field {
    padding-bottom: 15px;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 30px;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field .slide-images {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 31px;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field .slide-images .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 37, 37, 0.6);
    transition: all 0.2s;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick:hover {
    background: #2f1e61;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field .slide-images .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    visibility: hidden;
}

.bl-video-detail .detail-video .content-detail .field-detail .content-field .slide-images .item-img img {
    width: 100%;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -27px;
    margin-bottom: 52px;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .tags-links {
    font-size: 16px;
    line-height: 1.626;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .tags-links .name-field {
    font-weight: 500;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-right: 15px;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .tags-links .tag-item {
    font-weight: 400;
    font-style: italic;
    color: #2f1e61;
    margin-right: 10px;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .tags-links .tag-item:hover {
    color: #1e1e1e;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .share-video {
    font-size: 16px;
    line-height: 1.626;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .share-video .name-field {
    font-weight: 500;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-right: 14px;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .share-video .share-item {
    font-size: 14px;
    color: #2f1e61;
    margin-right: 18px;
}

.bl-video-detail .detail-video .content-detail .entry-tag-share .share-video .share-item:hover {
    color: #1e1e1e;
}

.bl-video-detail .detail-video .content-detail .author-blog {
    padding: 40px 30px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.bl-video-detail .detail-video .content-detail .author-blog .pic-author {
    width: 147px;
    max-width: 100%;
}

.bl-video-detail .detail-video .content-detail .author-blog .pic-author .ava-author {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 19px;
}

.bl-video-detail .detail-video .content-detail .author-blog .pic-author .ava-author a {
    display: inline-block;
    border-radius: 50%;
    height: 145px;
    overflow: hidden;
}

.bl-video-detail .detail-video .content-detail .author-blog .pic-author .ava-author img {
    max-width: 100%;
}

.bl-video-detail .detail-video .content-detail .author-blog .pic-author .socials-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: -5px;
}

.bl-video-detail .detail-video .content-detail .author-blog .pic-author .socials-author a {
    font-size: 18px;
    line-height: 1.5;
    color: #bfbfbf;
    padding: 5px;
}

.bl-video-detail .detail-video .content-detail .author-blog .pic-author .socials-author a:hover {
    color: #2f1e61;
}

.bl-video-detail .detail-video .content-detail .author-blog .text-author {
    width: calc(100% - 147px - 27px);
}

.bl-video-detail .detail-video .content-detail .author-blog .text-author .name-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    margin-bottom: 3px;
}

.bl-video-detail .detail-video .content-detail .author-blog .text-author .name-author a {
    color: #1e1e1e;
}

.bl-video-detail .detail-video .content-detail .author-blog .text-author .name-author a:hover {
    color: #2f1e61;
}

.bl-video-detail .detail-video .content-detail .author-blog .text-author .info-aothor {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 20px;
}

.bl-video-detail .detail-video .content-detail .author-blog .text-author .content-author {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    word-break: break-word;
}

.bl-video-detail .detail-video .content-detail .navigate-blog {
    border: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    position: relative;
    margin-bottom: 52px;
}

.bl-video-detail .detail-video .content-detail .navigate-blog::before {
    content: "";
    order: 2;
    display: block;
    min-width: 1px;
    min-height: 1px;
    background: #e3e3e3;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 33px 0;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-arrow {
    font-size: 35px;
    line-height: 1;
    color: #bfbfbf;
    -ms-align-self: center;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    transition: all 0.2s;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-arrow:hover {
    background: #2f1e61;
    border-color: #2f1e61;
    color: #fff;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-text {
    width: calc(100% - 56px);
    padding: 0 25px;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-text .name-navi {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #2f1e61;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 16px;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-text .title-navi {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2px;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-text .title-navi a {
    color: #1e1e1e;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-text .title-navi a:hover {
    color: #2f1e61;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item .navi-text .info-navi {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item.prev-blog {
    order: 1;
    text-align: right;
    padding-left: 30px;
}

.bl-video-detail .detail-video .content-detail .navigate-blog .navi-item.next-blog {
    order: 3;
    padding-right: 30px;
}

.bl-video-detail .detail-video .content-detail .comments-area {
    margin-bottom: 11px;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comments-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list {
    width: 100%;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment + .comment {
    border-top: 2px dotted #e5e5e5;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .avatar {
    width: 84px;
    display: block;
    margin-bottom: 32px;
    border-radius: 50%;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment {
    width: calc(100% - 84px - 30px);
    margin-top: -5px;
    margin-bottom: 32px;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .author {
    position: relative;
    padding-right: 90px;
    margin-bottom: 16px;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .author .author-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.444444;
    color: #1e1e1e;
    word-break: break-word;
    display: block;
    margin-bottom: 3px;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .author .comment-extra-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    display: block;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #2f1e61;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    color: #2f1e61;
    margin-left: 10px;
    border-bottom: 1px solid #2f1e61;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a:hover {
    color: #1e1e1e;
    border-color: #1e1e1e;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .message {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment .message p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin: 0;
}

.bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .children {
    width: 100%;
    padding-left: calc(84px + 30px);
    border-top: 2px dotted #e5e5e5;
}

.bl-video-detail .detail-video .content-detail .leave-comment .title-leave-cmt {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    margin-bottom: 33px;
}

.bl-video-detail .detail-video .content-detail .leave-comment .des-leave-cmt {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-reply-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #1e1e1e;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px;
    margin-bottom: 33px;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-notes {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .row {
    margin-right: -13px;
    margin-left: -13px;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .col,
.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta [class*=col-] {
    padding-right: 13px;
    padding-left: 13px;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .comment-form-author,
.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .comment-form-email {
    margin: 0;
    height: 50px;
    margin-bottom: 25px;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .comment-form-author input,
.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .comment-form-email input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .comment-form-author input:focus,
.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-meta .comment-form-email input:focus {
    border-color: #2f1e61;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-message .comment-form-comment {
    width: 100%;
    margin-bottom: 40px;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #1e1e1e;
    display: block;
    width: 100%;
    min-height: 200px;
    background: transparent;
    padding: 18px;
    border: 1px solid #e5e5e5;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea:focus {
    border-color: #2f1e61;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .form-submit .submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 52px;
    border-radius: 26px;
    background: #2f1e61;
    padding: 0 51px;
    cursor: pointer;
    transition: all 0.2s;
}

.bl-video-detail .detail-video .content-detail .form-comment .comment-respond .comment-form .form-submit .submit:hover {
    background: #b30710;
}

.related-blog {
    margin-left: 0;
    margin-top: 85px;
}

.related-blog .related-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    color: #292929;
    word-break: break-word;
    padding-right: 100px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 23px;
    margin-bottom: 40px;
}

.related-blog .wrap-element .slide-posts {
    position: relative;
}

.related-blog .wrap-element .slide-posts .slide-slick {
    overflow: hidden;
}

.related-blog .wrap-element .slide-posts .slick-list {
    margin-right: -15px;
    margin-left: -15px;
}

.related-blog .wrap-element .slide-posts .item-slick {
    padding: 0 15px 0 15px;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0px;
    top: -104px;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick {
    font-size: 16px;
    color: #bfbfbf;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    transition: all 0.2s;
    cursor: pointer;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick:hover {
    background: #2f1e61;
    border-color: #2f1e61;
    color: #fff;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick.next-slick {
    margin-left: 5px;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.related-blog .wrap-element .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
    opacity: 0.3;
    pointer-events: none;
}

.related-blog .wrap-element .post-item .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 25px;
}

.related-blog .wrap-element .post-item .pic img {
    width: 100%;
    transition: all 0.5s ease-out;
}

.related-blog .wrap-element .post-item .pic .overlay {
    position: absolute;
    z-index: 2;
    width: 110%;
    height: 110%;
    bottom: -2px;
    left: -2px;
    background: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.related-blog .wrap-element .post-item .pic .meta-info {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-blog .wrap-element .post-item .pic .meta-info .imdb {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11px;
}

.related-blog .wrap-element .post-item .pic .meta-info .imdb .value {
    font-weight: 400;
    width: 37px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/images/star-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 4px;
    margin-bottom: 4px;
}

.related-blog .wrap-element .post-item .pic .meta-info .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    word-break: break-word;
    background: #2f1e61;
    padding: 2px 11px;
}

.related-blog .wrap-element .post-item .pic .btn-play {
    position: absolute;
    z-index: 20;
    top: calc(50% - 22px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 44px;
    background-image: url(assets/images/icon-play-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all 0.3s;
}

.related-blog .wrap-element .post-item .pic .btn-play:hover {
    transform: scale(1.2, 1.2);
}

.related-blog .wrap-element .post-item .pic:hover .btn-play {
    opacity: 1;
}

.related-blog .wrap-element .post-item .pic:hover .overlay {
    opacity: 0.5;
}

.related-blog .wrap-element .post-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111;
    text-align: center;
    word-break: break-word;
    margin-bottom: 7px;
}

.related-blog .wrap-element .post-item .title a {
    color: #111;
    transition: all 0.2s;
}

.related-blog .wrap-element .post-item .title a:hover {
    color: #2f1e61;
}

.related-blog .wrap-element .post-item .info {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.85;
    color: #7e7e7e;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 991px) {
    .responsive .bl-video-detail .detail-video .info-detail {
        margin-bottom: 50px;
    }

    .responsive .bl-video-detail .detail-video .content-detail {
        width: 100%;
    }

    .responsive .related-blog {
        margin-left: 0;
    }

    .responsive iframe#Player-1youtube {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .responsive .bl-video-detail .detail-video .content-detail .author-blog {
        justify-content: center;
    }

    .responsive .bl-video-detail .detail-video .content-detail .author-blog .pic-author {
        margin-bottom: 15px;
    }

    .responsive .bl-video-detail .detail-video .content-detail .author-blog .text-author {
        width: 100%;
        text-align: center;
    }

    .responsive .bl-video-detail .detail-video .content-detail .navigate-blog {
        flex-direction: column;
    }

    .responsive .bl-video-detail .detail-video .content-detail .navigate-blog .navi-item {
        width: 100%;
        flex-grow: unset;
        flex-basis: unset;
    }

    .responsive .bl-video-detail .detail-video .content-detail .navigate-blog .navi-item.prev-blog {
        padding-left: 20px;
    }

    .responsive .bl-video-detail .detail-video .content-detail .navigate-blog .navi-item.prev-blog .navi-text {
        padding-right: 20px;
    }

    .responsive .bl-video-detail .detail-video .content-detail .navigate-blog .navi-item.next-blog {
        padding-right: 20px;
    }

    .responsive .bl-video-detail .detail-video .content-detail .navigate-blog .navi-item.next-blog .navi-text {
        padding-left: 20px;
    }

    .responsive .bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .avatar {
        margin-bottom: 20px;
    }

    .responsive .bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .comment .content-comment {
        width: 100%;
    }

    .responsive .bl-video-detail .detail-video .content-detail .comments-area .list-comments .comment-list .children {
        padding-left: 50px;
    }

    .responsive .related-blog .related-title {
        padding-bottom: 60px;
    }

    .responsive .related-blog .wrap-element .slide-posts .wrap-arrow-slick {
        justify-content: flex-start;
        right: auto;
        left: 0;
        top: -88px;
    }

    .responsive iframe#Player-1youtube {
        height: 287px;
    }
}

@media (max-width: 480px) {
    .responsive iframe#Player-1youtube {
        height: 215px;
    }
}

.frame-video-popup {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.frame-video-popup i {
    color: #ffffff;
    font-size: 22px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 35px;
    padding: 0 15px;
}

.woocommerce form .form-row textarea {
    padding: 10px 15px;
    line-height: inherit;
}

.woocommerce form .form-row label {
    font-weight: 500;
}

.woocommerce form input, .woocommerce form textarea {
    border: 1px solid #cccccc;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce .woocommerce-checkout #customer_details {
    margin-bottom: 25px;
}

.woocommerce .woocommerce-checkout #customer_details h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address {
    margin-bottom: 0;
}

.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address label {
    display: flex;
    align-items: center;
}

.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address label span {
    font-size: 20px;
    margin-left: 10px;
}

.woocommerce .woocommerce-checkout #order_review_heading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
}

.products-list .wrap-element .heading-products {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.products-list .wrap-element .heading-products .sorting-select {
    width: 192px;
    height: 38px;
}

.products-list .wrap-element .heading-products .results {
    width: calc(100% - 192px);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    word-break: break-word;
    padding: 6px 30px 6px 0px;
}

.products-list .wrap-element .products .product {
    margin-bottom: 0;
}

.products-list .wrap-element .item-product {
    text-align: center;
}

.products-list .wrap-element .item-product .media-item {
    position: relative;
    overflow: hidden;
}

.products-list .wrap-element .item-product .media-item .pic {
    overflow: hidden;
}

.products-list .wrap-element .item-product .media-item .pic img {
    transition: all 0.5s ease-out;
}

.products-list .wrap-element .item-product .media-item .btn-addcart {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 17px 15px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(110%);
    transition: all 0.3s;
}

.products-list .wrap-element .item-product .media-item .btn-addcart i {
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
    vertical-align: middle;
}

.products-list .wrap-element .item-product .media-item .btn-addcart:hover {
    color: #2f1e61;
}

.products-list .wrap-element .item-product .media-item:hover .btn-addcart {
    transform: translateX(0);
}

.products-list .wrap-element .item-product .text-item {
    padding-top: 25px;
    padding-bottom: 34px;
}

.products-list .wrap-element .item-product .text-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #111111;
    word-break: break-word;
    margin-bottom: 5px;
}

.products-list .wrap-element .item-product .text-item .title a {
    color: #111111;
}

.products-list .wrap-element .item-product .text-item .title a:hover {
    color: #2f1e61;
}

.products-list .wrap-element .item-product .text-item .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #2f1e61;
    word-break: break-word;
    display: block;
}

.products-list .wrap-element .item-product .text-item .price del {
    font-weight: 300;
    font-style: italic;
    color: #6e6e6e;
    margin: 0 4px;
}

.products-list .wrap-element .item-product .text-item .price ins {
    font-weight: 500;
    color: #2f1e61;
    text-decoration: none;
    margin: 0 4px;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 575px) {
    .responsive .products-list .wrap-element .heading-products .results {
        width: 100%;
        margin-bottom: 10px;
    }
}

.woocommerce div.product .bl-product-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.woocommerce div.product .bl-product-detail .media-product {
    width: 370px;
}

.woocommerce div.product .bl-product-detail .media-product .slide-images .slide-slick .item-img img {
    width: 100%;
}

.woocommerce div.product .bl-product-detail .media-product .slide-images .wrap-dot-slick .dots-slick {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.woocommerce div.product .bl-product-detail .media-product .slide-images .wrap-dot-slick .dots-slick li {
    cursor: pointer;
    width: calc((100% - 60px) / 3);
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.woocommerce div.product .bl-product-detail .media-product .slide-images .wrap-dot-slick .dots-slick li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.woocommerce div.product .bl-product-detail .media-product .slide-images .wrap-dot-slick .dots-slick li img {
    width: 100%;
}

.woocommerce div.product .bl-product-detail .media-product .slide-images .wrap-dot-slick .dots-slick li.slick-active::before {
    opacity: 0.5;
}

.woocommerce div.product .bl-product-detail .media-product .slide-images .wrap-dot-slick .dots-slick li:hover:before {
    opacity: 0.5;
}

.woocommerce div.product .bl-product-detail .woocommerce-product-gallery {
    margin-bottom: 0;
}

.woocommerce div.product .bl-product-detail .woocommerce-product-gallery .flex-control-thumbs {
    margin: 20px -10px 0 -10px;
}

.woocommerce div.product .bl-product-detail .woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0 10px;
}

.woocommerce div.product .bl-product-detail .text-product {
    width: calc(100% - 370px - 30px);
    margin-bottom: 0;
}

.woocommerce div.product .bl-product-detail .text-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
}

.woocommerce div.product .bl-product-detail .text-product .woocommerce-product-rating .count {
    margin-right: 4px;
}

.woocommerce div.product .bl-product-detail .text-product .woocommerce-product-rating .star-rating {
    font-size: 13px;
    margin-top: 0;
    width: 90px;
}

.woocommerce div.product .bl-product-detail .text-product .woocommerce-product-rating .star-rating:before {
    color: #f4b705;
    letter-spacing: 5px;
}

.woocommerce div.product .bl-product-detail .text-product .woocommerce-product-rating .star-rating .rating {
    display: none;
}

.woocommerce div.product .bl-product-detail .text-product .woocommerce-product-rating .star-rating > span:before {
    color: #f4b705;
    letter-spacing: 5px;
}

.woocommerce div.product .bl-product-detail .text-product .name-product {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    color: #111111;
    word-break: break-word;
    margin-top: -6px;
    margin-bottom: 7px;
}

.woocommerce div.product .bl-product-detail .text-product .star-product {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 22px;
}

.woocommerce div.product .bl-product-detail .text-product .star-product .iconstars {
    margin-right: 2px;
}

.woocommerce div.product .bl-product-detail .text-product .star-product .iconstars i {
    font-size: 18px;
    line-height: 1;
    color: #f4b705;
}

.woocommerce div.product .bl-product-detail .text-product .price {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #2f1e61;
    word-break: break-word;
    display: block;
    margin-bottom: 30px;
}

.woocommerce div.product .bl-product-detail .text-product .price ins {
    text-decoration: none;
}

.woocommerce div.product .bl-product-detail .text-product .price del {
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e6e;
    text-decoration: line-through;
    margin-right: 9px;
}

.woocommerce div.product .bl-product-detail .text-product .description-product {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #6e6e6e;
    word-break: break-word;
    margin-bottom: 30px;
}

.woocommerce div.product .bl-product-detail .text-product .quanlity-product {
    margin-bottom: 32px;
}

.woocommerce div.product .bl-product-detail .text-product .quanlity-product .name-field {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.625;
    color: #111;
    margin-right: 11px;
}

.woocommerce div.product .bl-product-detail .text-product .quanlity-product .num-product {
    border: none;
}

.woocommerce div.product .bl-product-detail .text-product .btn-addcart {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #2f1e61;
    padding: 0 55px;
    margin-bottom: 34px;
}

.woocommerce div.product .bl-product-detail .text-product .btn-addcart:hover {
    background: #b30710;
}

.woocommerce div.product .bl-product-detail .text-product .categories {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #111;
    word-break: break-word;
}

.woocommerce div.product .bl-product-detail .text-product .categories .name-field {
    font-weight: 500;
    margin-right: 6px;
}

.woocommerce div.product .bl-product-detail .text-product .categories .cat-item {
    color: #2f1e61;
}

.woocommerce div.product .bl-product-detail .text-product .categories .cat-item:hover {
    color: #111;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #292929;
    margin: 0 30px;
    padding: 12px 0;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li a {
    color: inherit;
    font-weight: inherit;
    padding: 0;
    display: inline;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li:hover {
    color: #2f1e61;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li::before {
    content: "•";
    color: #cecece;
    position: absolute;
    top: 12px;
    left: -32px;
    border: none;
    bottom: auto;
    box-shadow: none;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #2f1e61;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li.active {
    color: #2f1e61;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li.active::after {
    opacity: 1;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs:before {
    display: none;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs .thim-content-tabs {
    padding-top: 30px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs .thim-content-tabs .tab-panel p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    color: #6e6e6e;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs .panel {
    margin-bottom: 0px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs .panel h2 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs .panel p {
    line-height: 1.875;
    color: #6e6e6e;
    font-weight: 300;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    padding: 0;
    border: none;
    margin-left: 85px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta {
    margin-bottom: 5px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
    font-size: 13px;
    margin-top: 0;
    width: 90px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating:before {
    color: #f4b705;
    letter-spacing: 5px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating .rating {
    display: none;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating > span:before {
    color: #f4b705;
    letter-spacing: 5px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
    width: auto;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form {
    margin-top: 15px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form #reply-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333333;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form input[type=text], .woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form input[type=email] {
    width: 100%;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form p label {
    display: block;
    font-weight: 500;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating {
    display: flex;
    padding: 5px 0;
    align-items: center;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating label {
    margin-right: 5px;
    font-weight: 500;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .select2 {
    display: none;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars {
    margin-bottom: 0;
    line-height: normal;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars a {
    margin-right: 3px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars a:before {
    top: 3px;
}

.woocommerce div.product .bl-product-detail .woocommerce-tabs #reviews #review_form .comment-form .form-submit input {
    color: #ffffff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #ffffff;
}

.related.products-list::after {
    content: "";
    display: block;
    height: 1px;
}

.related.products-list h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #111111;
    word-break: break-word;
    margin-bottom: 33px;
}

.related.products-list .wrap-element {
    margin-bottom: -34px;
}

.woocommerce button.button, .woocommerce a.button {
    border-radius: 0;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 15px;
}

.woocommerce table.shop_table tbody th {
    font-weight: 600;
}

.woocommerce .cart_totals h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
    background: none;
    border: none;
    padding: 0;
    line-height: 24px;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 135px;
}

.woocommerce-cart table.cart td.actions .coupon .button {
    border-radius: 0;
    background-color: #262626;
    color: #ffffff;
    line-height: 35px;
    padding: 0 20px;
}

.responsive {
    /*---------------------------------------------*/
    /*---------------------------------------------*/
}

@media (max-width: 767px) {
    .responsive.woocommerce div.product .bl-product-detail .media-product {
        width: 100%;
        margin-bottom: 50px;
    }

    .responsive.woocommerce div.product .bl-product-detail .text-product {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .responsive.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }

    .responsive.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li {
        padding-top: 0;
    }

    .responsive.woocommerce div.product .bl-product-detail .woocommerce-tabs ul.tabs li::after {
        display: none;
    }
}