@media only screen and (max-width:767px) {
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .wrap {
        padding-right: 1em;
        padding-left: 1em;
    }
    .site-header {
        width: 100%;
    }
    table.variations tbody tr td {
        width: 100%;
        display: block;
    }
    .wc_payment_method>label:first-of-type img {
        border: 0;
        max-width: 100%;
        max-height: none;
        float: none;
        margin: 20px 0 0;
    }
    #affwp-login-form.affwp-form {
        width: 100%;
    }
    .docs-column-left {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .docs-column-right {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .docs-column-clear {
        margin: 0;
    }
    .entry-content ul {
        margin-left: 15px;
    }
    .entry-content ol {
        margin-left: 15px;
    }
	.elementor-310 .elementor-element.elementor-element-bbf5c41 .elementor-menu-toggle{background-color:#000!important;margin-top:-70px;}
	.elementor-310 .elementor-element.elementor-element-bbf5c41 .elementor-nav-menu--dropdown{top:-10px!important;}
}