/*
Theme Name: BetaKit (SimpleMag Child Theme)
Theme URI: https://busyninja.ca/
Author: Reza Shaffaf (rez@busyninja.ca)
Author URI: https://busyninja.ca/
Description: Customized WordPress Child theme for BetaKit using the SimpleMag Theme v5.5 as a base.
Template: simplemag
Version: 1.3.3
*/



/* Your CSS code goes here
-------------------------------------- */

/*
 * TURN OFF THE STUPID FADE-IN FEATURE!
 *
 */
.anmtd {
    -webkit-animation-name: unset;
    animation-name: unset;
    -webkit-animation-duration: unset;
    animation-duration: unset;
    -webkit-animation-fill-mode: unset;
    animation-fill-mode: unset;
}

/*
 * Override hard-coded values in Parent theme
 *
 */
html:root {
    --site-color: #333;
}

body,
i {
    font-family: var(--font_text-font-family), helvetica;
}

.main-menu {
    margin-bottom: 20px;
}

.pagination {
    margin-top: 0;
    margin-bottom: 60px;
}

.entry-meta+.page-title {
    margin-top: 0px;
}

/* 
 * TURN THIS OFF FOR NOW
 * hide mobile header on anything bigger than a phone
@media print,
screen and (min-width: 500px) {
    header.mobile-only {
        display: none;
    }
}
*/

/* hr tag fix */
.entry-content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

/* Hide Google reCaptcha badge */
.grecaptcha-badge {
    visibility: hidden;
}

.base-image img {
    margin-bottom: 30px;
}

/*
 * Widget Stuff
 * 
 */
h3.klaviyo-h3 {
    margin-bottom: 5px;
}

/* 
 * Footer Stuff
 *
 */
.copyright {
    letter-spacing: 0.2em;
    text-align: left;
}

.footer-sidebar .columns.col-3 {
    grid-template-columns: 33% 33% 33%;
}

.footer-sidebar .button,
.footer-sidebar #mc_signup_submit {
    background-color: #f9ad1b;
}

/* 
 * HOMEPAGE STUFF
 *
 *
 * Change separator in "Main Menu" to be an & rather than a slash 
 */
.main-menu>ul>li>a>span:before {
    content: "&";
    position: absolute;
    top: 0;
    right: -8px;
    z-index: 1;
    width: initial;
    height: initial;
    transform: none;
    pointer-events: none;
    background-color: transparent;
    color: #999;
    font: normal 24px/24px Arial;
    margin-top: 18px;
}

/*
 * Make the main menu static
 "Canadian Startup News & Tech Innovation"
 */

.main-menu>ul>li>span:before {
    content: "&";
    position: absolute;
    top: 0;
    right: -8px;
    z-index: 1;
    width: initial;
    height: initial;
    transform: none;
    pointer-events: none;
    background-color: transparent;
    color: #999;
    font: normal 24px/24px Arial;
    margin-top: 18px;
}

.main-menu>ul>li>span {
    letter-spacing: 0.2em;
}

.main-menu>ul>li:last-child>span:before {
    display: none;
}

.main-menu>ul>li>span {
    display: block;
    line-height: 1;
    padding: 21px 1.2em;
    position: relative;
}

.main-menu .menu>li {
    cursor: auto;
}

.main-menu>ul.menu>li:hover {
    color: #000;
}

.widget h3,
.main-menu>ul>li>a>span {
    letter-spacing: 0.2em;
}

.title-with-sep:before,
.title-with-sep:after {
    /* background-image: url(images/section-header.png); 
    background-size: initial; */
    background-size: 3px;
}


.single .entry-header .entry-meta .entry-category:before {
    content: "/";
    padding: 0 8px;
    font-size: inherit;
    font-family: sans-serif;
}

.entry-title a:hover {
    text-decoration: underline;
}

.written-by {
    font-style: normal;
    text-transform: uppercase;
}

.author {
    /*
    text-transform: uppercase;
*/
}

.grids a.author:hover {
    /*    
text-decoration: underline;
*/
}

.entry-summary p {
    font-size: 16px;
}

@media screen and (min-width: 1600px) {
    .entries .entry-title {
        font-size: 20px;
    }
}


/*
 * SLIDER ELEMENTS
 *
 * Fix the homepage slider navigation elements
 */
@media only screen and (max-width: 767px) {
    .posts-slider .entry-header .entry-meta {
        display: none;
    }

    /*
    .global-sliders .prev-arrow {
        left: 0;
    }
*/

    .global-sliders .slider-nav-arrow {
        width: 20px;
        margin: 0 5%;
    }
}

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

    .global-sliders .prev-arrow {
        left: 5%;
        margin-top: initial;
        border: 1px solid white;
    }

    .global-sliders .next-arrow {
        margin-top: initial;
        border: 1px solid white;
    }

}

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

    [class*="grid-layout"].entries div.entry-meta {
        display: initial;
    }

    .entries article.post-item {
        margin-bottom: 0;
    }

    .section__latest-posts .grid-layout article div.post-item-inner {
        min-height: initial;
        border-top: none;
        display: block;
        /* removes display: flex */
        padding-bottom: 30px;
    }

    .grid-layout.entries .entry-image {
        width: initial;
        margin-right: 0;
    }

    .media-post-thumbs {
        padding: 10px 0 0;
    }

    .media-layout-one .thumbs-item {
        margin-bottom: 10px;
    }

    .media-posts div.media-post-slides {
        margin-bottom: 0;
    }

    /*
Hides category name

    [class*="-layout"].entries span.entry-category {
        display: none;
    }

    .entry-header .entry-meta .entry-date:before {
        display: none;
    }
*/


}


/*
 * Slider Title Colours
 *
 * Set these as a default so it applies to older posts
 *
 .global-sliders .entry-header .entry-frame.slider_title_light .entry-meta .entry-author:after,
 .global-sliders .entry-header .entry-frame.slider_title_light .entry-meta .entry-author,
 .global-sliders .entry-header .entry-frame.slider_title_light .entry-meta .entry-author a,
 .global-sliders .entry-frame.slider_title_light .entry-meta span,
 .global-sliders .entry-frame.slider_title_light .entry-title  {
*/
.global-sliders .entry-header .entry-frame .entry-meta .entry-author:after,
.global-sliders .entry-header .entry-frame .entry-meta .entry-author,
.global-sliders .entry-header .entry-frame .entry-meta .entry-author a,
.global-sliders .entry-frame .entry-meta span,
.global-sliders .entry-frame .entry-title,
.global-sliders .entry-frame a.see-more,
.global-sliders .entry-frame a.see-more svg {

    color: white;
    text-shadow: 2px 2px 2px #333;
}

.global-sliders .entry-frame a.see-more svg {
    filter: drop-shadow(1px 1px 1px rgb(0 0 0 / 1));
}

.global-sliders .entry-header .entry-frame.slider_title_dark .entry-meta .entry-author:after,
.global-sliders .entry-header .entry-frame.slider_title_dark .entry-meta .entry-author,
.global-sliders .entry-header .entry-frame.slider_title_dark .entry-meta .entry-author a,
.global-sliders .entry-frame.slider_title_dark .entry-meta span,
.global-sliders .entry-frame.slider_title_dark .entry-title,
.global-sliders .entry-frame.slider_title_dark a.see-more,
.global-sliders .entry-frame.slider_title_dark a.see-more svg {
    color: black;
    text-shadow: 2px 2px 2px #ddd;
}

.global-sliders .entry-frame.slider_title_dark a.see-more svg {
    filter: drop-shadow(1px 1px 1px rgb(255 255 255 / 1));
}

.global-sliders .entry-frame a.see-more {
    margin-top: 15px;
}

@media print,
screen and (max-width: 450px) {
    .content-over-image .see-more {
        display: none;
    }

    .content-over-image .see-more svg {
        display: none;
    }
}

/*
 * remove the slash after the byline in the slider
 */
.entry-header .entry-meta .entry-author:after {
    content: '';
    padding: 0;
}

.global-sliders .entry-header .entry-meta {
    font-size: 18px;
}

.global-sliders .read-more {
    background-color: #333333;
}

.global-sliders .read-more:hover {
    box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
}

/*
 * Latest Posts
 *
 */
.section__latest-posts .grid-layout article .post-item-inner {
    border-bottom: 3px solid #000;
    min-height: 505px;
}

/*
 * Podcasts section 
 *
 */
.media-layout-one .media-post-details {
    margin-top: 0;
}

/* always remove the play buttons */
a.post-format-icon.load-media-content {
    display: none;
}

/*
 *
 * Single Post stuff
 *
 */
/*
don't think i need this
.page-title, .single-title {
    background: url(images/section-header.png) repeat-x 0 50%;
}
*/

/* force the article text colour to black */
.entry-content p {
    color: #000;
}

.page-title span,
.single-title span {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
}

.single blockquote {
    color: var(--site-color);
    float: left;
    width: 40%;
    padding: 25px 25px 25px 0;
    border: none;
    margin: 0px;
    font-family: Georgia;
    font-size: 22px;
    text-rendering: optimizeLegibility;
    font-weight: bolder;
}

.single blockquote p {
    line-height: 1.6;
    margin: 0;
    display: inline;
}

.single .manual-excerpt {
    padding-bottom: 0;
    border: none;
}

.single-social .social-sharing .share-prompt {
    padding: 1em 0;
    text-align: center;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

/* fix icon alignment */
.single-social .button-layout .share-item {
    padding: 14px 0 13px;
}

.single-social div.social-sharing {
    grid-auto-flow: column;
    grid-template-columns: 20%;
}

.single-social .button-layout .share-item span {
    font-size: 12px;
    text-transform: uppercase;
    display: none;
}

/*
 * Reduce the aggressive padding on our wp-block-pullquotes
 * 
 */
@media only screen and (min-width: 751px) {
    figure.wp-block-pullquote {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.single .wp-block-pullquote blockquote {
    padding: 10px 0 10px 0;
}

figure.wp-block-pullquote blockquote {
    float: none;
    width: auto;
}

figure.wp-block-pullquote p,
figure.wp-block-pullquote.alignleft p,
figure.wp-block-pullquote.alignright p,
figure.wp-block-pullquote.is-style-solid-color blockquote p,
figure.wp-block-pullquote blockquote>.block-editor-rich-text p {
    font-family: Georgia;
    font-style: initial;
    font-size: 22px;
}

figure.wp-block-pullquote blockquote p {
    font-size: 22px;
    font-family: Georgia;
}



/*
 * Sponsor Box Elements 
 *
 */
.sponsor-info h2 {
    font-size: 1.5em;
    line-height: 1.5;
}

.sponsor-info h2 strong {
    font-weight: 700;
    color: #000;
}


/* set the by line and category / date all on one line 
 * .entry-author used to be display: block
 */
.page-header .entry-author {
    display: initial;
}

/*
 * Entry Meta details
 *
 */
.entry-header .entry-meta,
.post .author,
.post .written-by {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    font-family: var(--font_titles-font-family);
    letter-spacing: initial;
}

/*
 * Post image size
 */
.single .entry-media img {
    width: 100%;
}

/* 
 * Custom Author box for regular and sponsored posts 
 *
 */
#author-box {
    color: #666;
    font-size: 90%;
    padding: 10px;
    background: #eeeff0;
}

#author-box .inner {
    padding: 20px;
    border: 1px solid #000;
}

#author-box .avatar {
    float: left;
}

#author-box .author-info,
#author-box .author-social {
    margin-left: 120px;
}

#author-box .author-bio {
    margin-bottom: 5px;
}

.author-social.icon-container {
    justify-content: flex-start;
}

.author-social a.icon-item {
    margin-right: 10px;
}



/* 
 * Post Tags
 */
#tags-box a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 10px 10px;
    text-decoration: none;
    border: 1px dashed #000;
}

/*
 * Betakit Border lines
 */
.social-box {
    padding-top: 30px;
    border-top: 3px solid #000;
}

#tags-box {
    padding-top: 30px;
    border-top: 3px solid #000;
    padding-bottom: 25px;
    border-bottom: 3px solid #000;
}

/*
 * HR tags
 */
hr {
    border: 0;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    margin-top: 15px;
}


/*
 * Adjust excessive margins
 */
.single-box:not(:last-child) {
    margin-bottom: 30px;
}


/* single page mobile */
@media only screen and (max-width: 750px) {

    .single .entry-content blockquote {
        width: 100%;
        font-size: 22px;
        float: none;
        padding: 25px 0 25px 0;
    }


    #sponsor-box .sponsor-info,
    #sponsor-box .sponsor-social {
        margin-left: 0;
    }

    .image-caption {
        padding: 12px;
        font-size: 0.8rem;
        bottom: 0;
    }

    .page-title h1.entry-title {
        font-size: 32px;
    }

    article h3,
    .h3 {
        font-size: 28px;
    }

    article h4,
    .h4 {
        font-size: 22px;
    }

    .wrapper .header-right-image,
    .wrapper .newsletter-left-image {
        display: none;
    }

    .copyright,
    .copyright .back-top {
        text-align: left;
    }

}

/*
 * Mailchimp Footer Settings
 */
#mc_signup_form {
    font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
}

#mc_signup_form .mc_var_label {
    font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.widget_mailchimpsf_widget h3 {
    margin-bottom: 15px;
}

#mc-indicates-required {
    font-size: 16px;
}

#mc_display_rewards {
    font-size: 16px;
}

.mc_merge_var {
    margin-bottom: 1em;
}

.mc_var_label,
.mc_interest_label {
    display: block;
}

.mc_signup_submit {
    text-align: center;
}

#mc_signup_submit {
    margin-top: 1.5em;
    width: 80%;
}

/*
 * Full-page Search form
 * We added a reset button and will show it after the search button
 * Mobile styles first
 *
 */
.modal--search-form .search-form .search-submit {
    display: flex;
    right: 50px;
    top: 60px;
}

.search-form .search-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    top: 60px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 100%;
    border: none;
    cursor: pointer;
    color: currentColor;
    background-color: transparent;
    transition: opacity .25s ease-in-out;
}

@media only screen and (min-width: 768px) {

    .modal--search-form .search-form .search-submit {
        top: 0px;
    }

    .search-form .search-reset {
        top: 0px;
    }

}

/* change sub line on home page only */
.grids .entry-summary {
    color: black;
}

@media screen and (max-width: 450px) {
    .global-sliders .entry-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .content-over-image .read-more {
        margin-top: 5px;
    }
}

/* set max-width for header logo */
.wrapper .top-strip-logo img {
    max-width: 125px;
}

nav.main-menu {
    margin: 20px 0;
}

@media print,
screen and (min-width: 64em) {
    .home-section:first-of-type {
        margin-top: 20px;
    }
}

/* nav menu hover states */
.main-menu>ul.menu>li {
    /* color: var(--main_site_color); */
    transition: all .5s ease-in-out;
}

/* use the BetaKit logo colours */
/* default inherited settings */
.main-menu>ul.menu>li:hover a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /*	border-top: 0 solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;	
	*/
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 25px 25px;
}

/* first green Latest news */
.main-menu>ul.menu>li:nth-child(1):hover>a:after {
    border-left-color: #00ac4d;
}

/* 2nd yellow Topics */
.main-menu>ul.menu>li:nth-child(2):hover>a:after {
    border-left-color: #f5eb43;
}

/* 3rd orange Verticals */
.main-menu>ul.menu>li:nth-child(3):hover>a:after {
    border-left-color: #ef4f26;
}

/* 4th red Regions */
.main-menu>ul.menu>li:nth-child(4):hover>a:after {
    top: initial;
    left: initial;
    bottom: 7px;
    right: 0;
    border-width: 25px 25px 0 0;
    border-right-color: #c1272d;
}

/* 5th pink Newsletters */
.main-menu>ul.menu>li:nth-child(5):hover>a:after {
    border-left-color: #e90d8c;
}

/* 6th purple Podcasts */
.main-menu>ul.menu>li:nth-child(6):hover>a:after {
    border-left-color: #662d91;
}

/* 7th blue Jobs */
.main-menu>ul.menu>li:nth-child(7):hover>a:after {
    border-left-color: #29abe2;
}

/* add hover state to the social icons */
.main-menu-wrapper .social a:hover {
    color: var(--main_site_color);
    transition: all .2s ease-in-out;
}

/* add hover states to the social icons */
.social a.link-linkedin:hover {
    color: #0a66c2;
    transition: all .2s ease-in-out;
}

.social a.link-twitter:hover {
    color: #1d9bf0;
}

.social a.link-youtube:hover {
    color: #c00;
}

.social a.link-facebook:hover {
    color: #0866ff;
}


/* add hover state to the search icon */
.top-strip .search-reveal:hover {
    color: var(--main_site_color);
    transition: all .2s ease-in-out;
}

/* add padding to the top strip 
 * add extra padding to the bottom because of the flex align-items: end bug that pushes items down 1pixel
 */
.top-strip .wrapper {
    padding: 15px 0 16px;
}

/* remove old ampersand symbols */
.main-menu>ul>li>a>span:before {
    content: none;
}

/* adjust padding of main menu items */
.main-menu>ul>li>a>span {
    padding: 21px 0.5em;
}

/* adjust letter spacing in menus */
.widget h3,
.main-menu>ul>li>a>span {
    letter-spacing: initial;
}


/* push all top strip elements to the bottom of the container */
.top-strip .wrapper,
.top-strip .right-side {
    align-items: end;
}

/* adjust the order of the search icon and mobile menu */
.top-strip .search-reveal {
    order: initial;
}

/* align the sub-menu elements to the bottom */
.secondary-menu .menu>li>a {
    line-height: initial;
    letter-spacing: initial;
    padding: 0 10px;
}

.mobile-menu-reveal {
    margin-left: 10px;
}

/* fix our tagline */
.tagline {
    font-size: 12px;
    color: white;
    line-height: initial;
    letter-spacing: initial;
}

/* add some margin at the top of the main menu now that we have removed the old logo */
nav.main-menu {
    margin-top: 15px;
}

/* fix left alignment */
.text-left .main-menu .menu {
    left: 0;
}

.main-menu>ul {
    justify-content: start;
}

/* add the separator before Newsletters */
.main-menu>ul>li:nth-child(5) {
    margin-left: 10px;
}

.main-menu>ul>li:nth-child(5) span:before {
    content: "|";
    position: absolute;
    top: 0;
    color: #ccc;
    left: -8px;
}

.offcanvas-menu .menu li a {
    text-transform: uppercase;
}

.offcanvas-menu .menu li {
    position: relative;
}

.offcanvas-menu .menu li .sub-menu-arrow {
    justify-content: end;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 10%;
}

.main-menu-wrapper {
    position: relative;
}

.main-menu-wrapper .social a.social-share-link,
.offcanvas-menu .social a.social-share-link {
    display: none;
}

.main-menu-wrapper ul,
.offcanvas-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu-wrapper .social li,
.offcanvas-menu .social li {
    display: inline;
    padding: 2px
}

/* place the main menu social icons in the right place */
.main-menu-wrapper .social {
    position: absolute;
    top: -14px;
    right: 0;
}

/* place the mobile menu social icons */
.offcanvas-menu .social ul {
    display: flex;
    justify-content: space-evenly;
}


/* hide the top-strip tagline until this width */
@media only screen and (max-width: 484px) {
    .tagline {
        display: none;
    }

    .single .entry-header .entry-meta {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 485px) and (max-width: 680px) {
    .tagline {
        max-width: 180px;
    }
}

@media screen and (min-width: 1024px) {

    /* adjust the order of the search icon and mobile menu */
    .top-strip .search-reveal {
        order: initial;
        align-items: flex-end;
    }

    /* reduce the size of the search icon */
    .top-strip .search-reveal svg {
        width: 14px;
        height: 14px;
    }
}

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



    /* add some breathing room to the top of the content on mobile */
    .site-content {
        margin-top: 15px;
    }

    /* remove the theme's forced centering of the logo on mobile */

    .top-strip-logo {
        margin-right: 20px;
        position: initial;
        top: initial;
        left: initial;
        transform: none;
        flex-shrink: 0;
    }

    /* hide the social icons in the main menu until this width */
    .main-menu-wrapper ul.social {
        display: none;
    }
}

/* make right-sided menus work properly */
.offcanvas-menu.from-right .sub-menu {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform .3s ease-out;
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.offcanvas-menu.from-right .sub-menu-open {
    transform: translate3d(0, 0, 0);
}

.offcanvas-menu.from-right .offcanvas-close {
    padding-right: 20px;
    justify-content: flex-end;
}

.offcanvas-menu.from-right .sub-menu-back {
    padding-right: 20px;
    justify-content: flex-end;
}

/* 
 * Article Page adjustments 
 * 
 */

/* align the titles properly to the left */
.page-title span,
.single-title span {
    padding: 0;
}

/* make the share text use the title font and weight */
.single-social .social-sharing .share-prompt {
    font-family: var(--font_titles-font-family);
    font-weight: var(--font_titles-font-weight);
}

.single-social div.social-sharing {
    grid-template-columns: max-content;
}

/* fix the size of the sponsor box text */
.sponsor-info h2 {
    line-height: initial;
    font-family: var(--font_titles-font-family);
    font-weight: var(--font_titles-font-weight);
}

.sponsor-info h5,
.sponsor-info p {
    line-height: initial;
    font-size: 20px;
    font-family: var(--font_titles-font-family);
    font-weight: var(--font_titles-font-weight);
}

/* tighten up the tags */
#tags-box a {
    font-family: var(--font_titles-font-family);
    font-weight: var(--font_titles-font-weight);
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 8px;
}

/* fix the author box text */
#author-box .author-bio {
    font-family: var(--font_titles-font-family);
    font-weight: normal;
}

#author-box .author-name a {
    text-decoration: none;
    font-size: 25px;
}


/* 
 * Footer Adjustments
 */
footer#footer {
    font-family: 'Arial', helvetica;
    font-size: 16px;
}

.footer-sidebar .columns .widget:first-of-type {
    padding-top: 60px;
}

footer .widget:not(:last-of-type) {
    margin-bottom: 0;
}

.widget-area-1 .widget,
ul#menu-footer-menu {
    padding: 0 11px;
}

#menu-footer-menu li {
    width: 48%;
    display: inline-block;
    font-family: 'Arial', helvetica;
}

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

    footer .wrapper {
        padding-top: 40px;
    }

    .footer-sidebar .columns .widget:first-of-type {
        padding-top: 0px;
    }

    .footer-sidebar .columns .widget:last-of-type {
        padding-bottom: 0px;
    }
}

/*
 *  Quiz Styles
 */
div.hdq_quiz {
    max-width: initial;
}

div.hdq_quiz_wrapper {
    padding-bottom: 0;
}

.hdq_question_number {
    display: none;
}

h3.hdq_question_heading {
    font-size: 24px;
}

div.hdq_wrong {
    border: none;
    border-bottom: 4px solid red;
}

div.hdq_finish .hdq_finsh_button {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    background: rgb(237, 177, 60);
    color: #000;
}

div.hdq_correct_not_selected,
div.hdq_wrong,
div.hdq_correct {
    border-width: 2px;
}

@media screen and (min-width: 100px) {
    label.hdq_label_answer {
        font-size: inherit;
    }
}

h2.hdq_results_title {
    display: inline-block;
}

div.hdq_result {
    display: inline-block;
    line-height: initial;
    font-family: Arial, sans-serif;
}

/*
 * Move sidebar ads on mobile
 */

.moved_widget {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 30px 20px;
    position: relative;
    background-color: #eee;
    margin: 0 -20px;
}

.moved_widget div.jobbioapp div.side-bar a.item {
    border: 2px solid black;
}

div.grids article.entry-content div.moved_widget h3 {
    text-align: center;
}


.widget_media_image.moved_widget:before,
.widget_media_image.moved_widget:after {
    content: 'test';
    color: #444;
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font_titles-font-family);
}

.widget_media_image.moved_widget:before {
    content: 'Story continues below';
    top: -20px;
}

.widget_media_image.moved_widget:after {
    content: 'Advertisement';
    bottom: -20px;
}