@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body .container,
body .et_pb_row {
    width: 100%;
}

body .et_pb_widget {
    float: none;
}

#page-container footer#main-footer {
    display: none;
}

.et_pb_section {
    background: none;
}

html body {
    font-family: "Manrope", sans-serif;
}

body p {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 0 15px;
}

body p:last-child {
    padding-bottom: 0;
}

body .text_white {
    color: #fff;
}

body .text_white h1,
body .text_white h2,
body .text_white h3,
body .text_white h4,
body .text_white h5,
body .text_white h6 {
    color: #fff;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Manrope", sans-serif;
}

body #page-container {
    background: url(../images/vibe-bg.jpg) repeat-y;
    background-size: contain;
    min-height: 100vh;
}

body.page-template-page-template-blank #page-container {
    background: #fff !important;
}

#page-container header#main-header {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 0 0;
}

#page-container header#main-header .logo_container {
    position: relative;
    height: auto;
    width: 313px;
    float: left;
    padding: 11px 0;
}

#page-container header#main-header .logo_container a,
#page-container header#main-header .logo_container img {
    display: block;
}

#page-container header#main-header .logo_container img {
    max-height: inherit;
    max-width: 100%;
}

#page-container header#main-header .header_sidebar {
    float: right;
    width: 56%;
}

#page-container header#main-header .header_sidebar h3 {
    font-size: 26px;
    line-height: 34px;
    padding: 0 0 6px;
}

#page-container header#main-header .header_sidebar h3 span {
    font-family: "Bodoni Moda", serif;
    font-weight: 800;
    margin-right: 3px;
}

#page-container header#main-header .header_top_sec {
    position: relative;
}

#page-container header#main-header .header_top_sec:after {
    background: #fff;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    bottom: 54px;
    left: 0;
}

#page-container header#main-header .header_right_menu {
    float: left;
    width: 100%;
    padding: 17px 0 0;
}

#page-container header#main-header #et-top-navigation {
    float: none;
    padding: 0 !important;
}

#page-container header#main-header #et-top-navigation nav ul:after {
    clear: both;
    content: "";
    display: block;
}

#page-container header#main-header #et-top-navigation nav,
#page-container header#main-header #et-top-navigation nav ul {
    float: none;
}

#page-container header#main-header #et-top-navigation nav ul li {
    float: left;
    display: block;
    margin: 0 25px 0 0;
    padding: 0;
}

#page-container header#main-header #et-top-navigation nav ul li:last-child {
    margin-right: 0;
}

#page-container header#main-header #et-top-navigation nav ul li a {
    display: block;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding: 17px 0;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}

#page-container header#main-header #et-top-navigation nav ul li a:before {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    display: none;
    position: absolute;
    top: -6px;
    left: 0;
    content: "";
}

#page-container header#main-header #et-top-navigation nav ul li.current-menu-item a:before,
#page-container header#main-header #et-top-navigation nav ul li:hover a:before {
    left: 50%;
    margin-left: -6px;
    display: block;
    transition: all 0.5s ease 0s normal;
}

.et_pb_section.home_stories_sec .et_pb_column {
    width: 32%;
    margin-right: 2%;
}

.et_pb_section.home_stories_sec .et_pb_column:last-child {
    margin-right: 0;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module {
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 28px 13px;
    text-align: center;
    height: 100%;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module:hover {
    border-color: #ff6801;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module h3 {
    color: #fff;
    font-family: "Bodoni Moda", serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 0 16px;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module .see_example_btn {
    padding-top: 13px;
    opacity: 0;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module .see_example_btn a {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid;
    margin: 0 8px;
    font-family: "Manrope", sans-serif;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module:hover .see_example_btn,
.et_pb_section.home_stories_sec .et_pb_column.active_col .info_module .see_example_btn {
    animation-name: keyframe2;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-iteration-count: 1;
    opacity: 1;
}

.et_pb_section.home_stories_sec .et_pb_column .info_module:hover .see_example_btn a,
.et_pb_section.home_stories_sec .et_pb_column.active_col .info_module .see_example_btn a {
    opacity: 1;
}

@keyframes keyframe2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.et_pb_section.home_stories_sec .et_pb_column .images_module,
.et_pb_section.home_stories_sec .et_pb_column.hide_col {
    display: none;
}


.et_pb_section.home_stories_sec .et_pb_column.active_col {
    display: flex;
    width: 100%;
    margin-right: 0;
}

.et_pb_section.home_stories_sec .et_pb_column.active_col .images_module {
    display: block;
    animation-name: keyframe3, keyframe4;
    animation-duration: 800ms, 800ms;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-play-state: running, running;
    animation-iteration-count: 1, 1;
}

.et_pb_section.home_stories_sec .et_pb_column.active_col .info_module {
    width: 32%;
    margin-right: 2%;
}

.et_pb_section.home_stories_sec .et_pb_column .images_module {
    margin-right: 2%;
}

.et_pb_section.home_stories_sec .et_pb_column .images_module.last,
.et_pb_section.home_stories_sec .et_pb_column.active_col .info_module.last {
    margin-right: 0;
}

.et_pb_section.home_stories_sec .et_pb_column .images_module.half_col {
    width: 32%;
}

.et_pb_section.home_stories_sec .et_pb_column .images_module.single_col {
    width: 66%;
}

.et_pb_section.home_stories_sec .et_pb_column .images_module .vibe_story_images img {
    display: block;
}

@keyframes keyframe3 {
    0% {
        transform: rotate(0deg) scale(0, 0);
    }

    100% {
        transform: rotate(0deg) scale(1, 1);
    }
}

@keyframes keyframe4 {
    0% {
        transform-origin: 108.5px 123px;
    }

    100% {
        transform-origin: 108.5px 123px;
    }
}

.page_story_sec .page_sec_title h3 {
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0;
}

.page_story_sec .page_sec_title h3 span {
    color: #ff6801;
    font-family: "Bodoni Moda", serif;
    font-weight: 800;
}

.page_story_sec .page_sec_title h3+p {
    padding-top: 10px;
}

.page_story_sec .page_sec_title p {
    padding-bottom: 8px;
}

.page_story_sec .page_sec_title p:last-child {
    padding-bottom: 0;
}

.page_story_sec .page_sec_title h5 {
    padding: 6px 0 0;
}

.page_story_sec .writer_info {
    display: flex;
    align-items: center;
}

.page_story_sec .writer_info .writer_img {
    width: 50px;
    margin-right: 15px;
}

.page_story_sec .writer_info .writer_img img {
    border-radius: 100%;
    display: block;
}

.page_story_sec .writer_info .writer_details h6 {
    padding: 0;
}

.page_story_sec .page_main_title h2 {
    font-size: 32px;
    line-height: 40px;
}

.et_pb_section.page_story_sec .et_pb_module ul {
    padding-bottom: 0;
}

.et_pb_section.page_story_sec .et_pb_module ul li {
    margin: 0 0 10px;
    line-height: 22px;
}

.et_pb_section.page_story_sec .et_pb_module ul li:last-child {
    margin-bottom: 0;
}

.page_story_sec .page_subtitle h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 8px;
}

.page_story_sec .page_subtitle h5 {
    line-height: 22px;
}

.page_story_sec .subpage_top_title h4 {
    opacity: 0.6;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 6px;
}

.page_story_sec .subpage_top_title h3 {
    font-size: 26px;
    line-height: 32px;
    padding: 0;
}

.page_story_sec .subpage_top_title h3 span {
    color: #ff6801;
}

.page_story_sec .subpage_top_title h5 {
    font-weight: 400;
    padding: 5px 0 0;
    line-height: 24px;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_main_blurb_image {
    display: block;
    margin: 0;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_main_blurb_image img {
    opacity: 1;
    display: block;
    width: 100%;
    object-fit: cover;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module {
    background: #fff;
    height: 100%;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_content {
    padding-bottom: 40px;
    height: 100%;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container {
    padding: 17px;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container .et_pb_module_header {
    text-transform: uppercase;
    color: #ff6801;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container .et_pb_blurb_description p {
    color: #1b1b1b;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container .et_pb_blurb_description .read_btn {
    padding: 15px 0 0;
    position: absolute;
    bottom: 20px;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container .et_pb_blurb_description .read_btn a {
    font-family: "Bodoni Moda", serif;
    color: #ff6801;
    font-weight: 800;
    font-style: italic;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid transparent;
}

.et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container .et_pb_blurb_description .read_btn a:hover {
    border-bottom-color: #ff6801;
}

.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content {
    display: flex;
    padding: 0;
}

.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 40%;
}

.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap,
.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image img {
    height: 100%;
}

.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
    width: 60%;
    background: #ff6801;
}

.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_container .et_pb_blurb_description .read_btn {
    position: relative;
    bottom: 0;
}

.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_container .et_pb_module_header,
.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_container .et_pb_blurb_description p,
.et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_container .et_pb_blurb_description .read_btn a {
    color: #fff;
}

.et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}

.et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_main_blurb_image {
    display: block;
    margin: 0;
    width: 120px;
    background: #fff;
    padding: 5px;
}

.et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_main_blurb_image img {
    display: block;
    opacity: 1;
}

.et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_blurb_container {
    width: 70%;
    padding: 0 0 0 20px;
}

.et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_module_header {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_blurb_description p {
    color: #fff;
    opacity: 0.9;
}

.et_pb_section.page_story_sec .game_list .et_pb_column {
    margin-right: 2%;
}

.et_pb_section.page_story_sec .game_list .et_pb_column:last-child {
    margin: 0;
}

.et_pb_section.page_story_sec .game_list .et_pb_column .et_pb_module {
    height: 100%;
    padding: 15px;
}

.et_pb_section.page_story_sec .game_list .et_pb_blurb_container {
    text-align: center;
}

.et_pb_section.page_story_sec .game_list .et_pb_module_header {
    font-family: "Manrope", sans-serif;
    color: #ff6801;
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 5px;
}

.et_pb_section.page_story_sec .game_list .et_pb_blurb_description p {
    opacity: 0.8;
    color: #1b1b1b;
}

.et_pb_section.page_story_sec .sep_breaking_price_list .et_pb_module {
    background: #fff;
    padding: 20px;
    height: 100%;
}

.et_pb_section.page_story_sec .sep_breaking_price_list .et_pb_module h4 {
    color: #ff6801;
}

.et_pb_section.page_story_sec .sep_breaking_price_list .et_pb_module p {
    color: #1b1b1b;
}

body #page-container form p label {
    display: block;
    font-size: 14px;
    letter-spacing: 0.18px;
    color: #fff;
    line-height: 18px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    margin: 0 0 6px;
}

body #page-container form input[type="text"],
body #page-container form input[type="tel"],
body #page-container form input[type="email"],
body #page-container form select,
body #page-container form textarea {
    height: 40px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0.18px;
    color: #1b1b1b;
    line-height: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    padding: 4px 10px;
    width: 100%;
}

body #page-container form textarea {
    height: 100px;
    padding-top: 10px;
}

body #page-container form input[type="submit"] {
    width: 100%;
    height: 40px;
    padding: 0;
    background: #ff6801;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px !important;
    letter-spacing: 0.2px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

body #page-container form .contact_form_details .one_half {
    width: 49%;
    float: left;
    margin: 0 2% 20px 0;
}

body #page-container form .contact_form_details .one_fourth {
    width: 220px;
    float: left;
    margin: 0 10px 0 0;
}

body #page-container form .contact_form_details .one_fourth.last {
    width: 150px;
}

body #page-container form .contact_form_details .one_third {
    width: 32%;
    margin: 0 2% 10px 0;
    float: left;
}

body #page-container form .contact_form_details .one_half.captcha{
    width: auto;
}

body #page-container form .contact_form_details .last {
    margin-right: 0 !important;
}

body #page-container form .contact_form_details p.contact_form_submit {
    margin-top: 24px;
}

body #page-container form .contact_form_details p.contact_form_submit .wpcf7-spinner {
    position: absolute;
}

body #page-container form .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 20px;
    color: #ff6801;
}

body #page-container .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 8px 12px;
}

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

    body .container,
    body .et_pb_row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #page-container header#main-header .logo_container {
        width: 210px;
    }

    #page-container header#main-header .header_sidebar {
        width: 66%;
    }

    #page-container header#main-header #et-top-navigation #et_mobile_nav_menu {
        display: none;
    }

    #page-container header#main-header #et-top-navigation #top-menu {
        display: block;
    }

    .et_pb_section.home_stories_sec .home_stories_list {
        display: flex;
    }

    .et_pb_section.home_stories_sec .et_pb_column .info_module .see_example_btn {
        padding-top: 15px;
        opacity: 1;
    }

    .et_pb_section.home_stories_sec .et_pb_column .info_module {
        padding: 30px 28px;
    }

    .page_story_sec .page_main_title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_main_blurb_image img {
        height: auto !important;
    }

    .et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap,
    .et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image img {
        height: 100% !important;
    }

    .et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container {
        padding: 15px;
    }

    .et_pb_section.page_story_sec .et_pb_column {
        margin: 0 0 15px !important;
    }

    .et_pb_section.page_story_sec .et_pb_column:last-child,
    .et_pb_section.page_story_sec .et_pb_column .et_pb_module:last-child,
    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.mb_0 {
        margin-bottom: 0 !important;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module {
        margin: 0 0 15px !important;
        width: 100%;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.et_pb_image {
        width: 100% !important;
    }

    .page_story_sec .page_sec_title h5 {
        padding: 3px 0 0;
        line-height: 24px;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.et_pb_image img {
        height: auto;
        width: 100%;
    }

    .et_pb_section.page_story_sec .plot_twists_list .et_pb_column .et_pb_module.et_pb_blurb {
        border-bottom: 2px solid #fff;
        padding: 0 0 20px;
        margin: 0 0 20px !important;
    }

    .et_pb_section.page_story_sec .plot_twists_list .et_pb_column .et_pb_module.et_pb_blurb:last-child {
        border-bottom: none;
        margin: 0 !important;
        padding: 0;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.et_pb_image.vibe_check_bottom_img {
        margin-bottom: 0 !important;
    }

    .et_pb_section.page_story_sec .game_list .et_pb_column {
        width: 49%;
        margin-right: 2% !important;
    }

    .et_pb_section.page_story_sec .game_list .et_pb_column:nth-child(2n) {
        margin-right: 0 !important;
    }

    .et_pb_section.page_story_sec .game_list .et_pb_column:nth-child(5) {
        width: 100%;
        margin-right: 0 !important;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.vibe_check_info {
        margin: auto !important;
    }

    body #page-container form .contact_form_details .one_fourth {
        width: 23.5%;
        margin: 0 2% 0 0;
    }

    body #page-container form .contact_form_details .one_fourth.last {
        width: 23.5%;
    }

}



@media only screen and (max-width: 767px) {

    body .container,
    body .et_pb_row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #page-container header#main-header .logo_container {
        width: 210px;
        padding: 0;
    }

    #page-container header#main-header .header_sidebar {
        float: left;
        width: 100%;
        padding: 25px 0 0;
        order: 3;
    }

    #page-container header#main-header .header_sidebar h3 {
        font-size: 22px;
        line-height: 32px;
        padding: 0 0 4px;
    }

    #page-container header#main-header .header_right_menu {
        width: auto;
        order: 2;
        padding: 0;
        margin-top: -40px;
    }

    #page-container header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
        background: #fff;
        padding: 2px;
    }

    #page-container header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
        font-size: 38px;
        line-height: 32px;
    }

    #page-container header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu {
        border: none;
        padding: 10px;
        margin-top: 15px;
    }

    #page-container header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li {
        border-bottom: 1px dotted #a7a7a7;
    }

    #page-container header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li:last-child {
        border: none;
    }

    #page-container header#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .et_mobile_menu li a {
        padding: 9px 0;
        color: #253f78;
        font-size: 16px;
        border: none;
        line-height: 20px;
    }

    #page-container header#main-header .header_top_sec .container {
        display: flex;
        flex-direction: column;
    }

    #page-container header#main-header .header_top_sec:after {
        display: none;
    }

    .et_pb_section.home_stories_sec .et_pb_column {
        margin: 0 0 20px !important;
    }

    .et_pb_section.home_stories_sec .et_pb_column:last-child {
        margin-bottom: 0 !important;
    }

    .et_pb_section.home_stories_sec .et_pb_column .info_module .see_example_btn {
        padding-top: 15px;
        opacity: 1;
    }

    .et_pb_section.home_stories_sec .et_pb_column .info_module {
        padding: 30px 28px;
    }

    #page-container header#main-header {
        padding: 12px 0;
        border-bottom: 2px solid #fff;
    }

    .page_story_sec .page_main_title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_main_blurb_image img {
        height: auto !important;
    }

    .et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap,
    .et_pb_section.stories_list_sec .stories_list_row.stories_editors_list .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image img {
        height: 100% !important;
    }

    .et_pb_section.stories_list_sec .stories_list_row .et_pb_module .et_pb_blurb_container {
        padding: 15px;
    }

    .et_pb_section.page_story_sec .et_pb_column {
        margin: 0 0 15px !important;
    }

    .et_pb_section.page_story_sec .et_pb_column:last-child,
    .et_pb_section.page_story_sec .et_pb_column .et_pb_module:last-child,
    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.mb_0 {
        margin-bottom: 0 !important;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module {
        margin: 0 0 15px !important;
        width: 100%;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.et_pb_image {
        width: 100% !important;
    }

    .page_story_sec .page_sec_title h5 {
        padding: 3px 0 0;
        line-height: 24px;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.et_pb_image img {
        height: auto;
        width: 100%;
    }

    .et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_blurb_content {
        display: block;
    }

    .et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_main_blurb_image {
        width: 100%;
    }

    .et_pb_section.page_story_sec .plot_twists_list .et_pb_blurb .et_pb_blurb_container {
        width: 100%;
        padding: 10px 0 0;
    }

    .et_pb_section.page_story_sec .plot_twists_list .et_pb_column .et_pb_module.et_pb_blurb {
        border-bottom: 2px solid #fff;
        padding: 0 0 20px;
        margin: 0 0 20px !important;
    }

    .et_pb_section.page_story_sec .plot_twists_list .et_pb_column .et_pb_module.et_pb_blurb:last-child {
        border-bottom: none;
        margin: 0 !important;
        padding: 0;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.et_pb_image.vibe_check_bottom_img {
        margin-bottom: 0 !important;
    }

    .et_pb_section.page_story_sec .et_pb_column .et_pb_module.vibe_check_info {
        margin: auto !important;
    }

    .page_story_sec .writer_info .writer_img {
        width: 67px;
        margin-right: 10px;
    }

    .page_story_sec .writer_info .writer_details {
        width: 81%;
    }

    .page_story_sec .writer_info .writer_details h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .et_pb_section.stories_list_sec .stories_list_row .et_pb_column.empty_mb {
        margin-bottom: 0;
    }

    body #page-container form .contact_form_details .one_fourth,
    body #page-container form .contact_form_details .one_third {
        width: 100%;
        margin: 0 0 10px;
    }

    body #page-container form .wpcf7-not-valid-tip {
        color: #fff;
    }

    body #page-container form .contact_form_details p.contact_form_submit {
        margin-top: 10px;
    }

    body #page-container form .contact_form_details .last {
        margin-bottom: 0;
    }

}