.ast-container {
    max-width: 100%;
}
.ast-container, .ast-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#primary, #secondary {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
#primary {
    margin: 2em 0;
    flex: 1;
}
.site-main.site-no-sidebar #primary, .single #primary {
    width: 100%;
}
.single #primary {
    margin: 0;
    padding: 70px 0;
}
#secondary, #secondary button, #secondary input, #secondary select, #secondary textarea {
    font-size: 16px;
    font-size: 1rem;
}
#secondary {
    margin: 2em 0 2.5em;
    word-break: break-word;
    line-height: 2;
}
.elementor-element > .elementor-widget-container, .elementor-element > .elementor-widget-container p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}
#masthead .sub-menu > .menu-item {
    width: 100%;
}
ol, ul {
    margin-left: 0;
    padding-left: 40px;
}
ol li, ul li {
    margin-bottom: 5px;
}
ol li:last-child, ul li:last-child {
    margin-bottom: 0;
}
blockquote {
    border-left: 5px solid #c7c7c7;
    padding: 20px 12px;
}
a.blue-btn, table td a.blue-btn {
    background: linear-gradient(90deg, #1A1E71 0%, #3139D7 100%);
    color: #fff;
    transition: all 0.3s ease;
}
a.blue-btn:hover, table td a.blue-btn:hover {
    background: linear-gradient(270deg, #1A1E71 0%, #3139D7 100%);
}
table, table th, table td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
table tr th, table tr td {
    padding: 12px 16px;
}
table thead th, table thead td {
    text-align: center;
    background: #1A1E71;
    color: #fff
}
.text-hover-white:hover * {
    color: #fff;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    justify-content: space-between;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text i {
    margin-right: 8px;
}
.site-main.site-full-width > .main-container {
    max-width: 100%;
    padding: 0;
}
.site-main.site-full-width #primary {
    margin: 0;
    width: 100%;
}
.blog-listing {
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 70px;
}
.blog-listing .grid-post {
    margin-bottom: 15px;
    min-height: 200px;
}

@media (max-width: 767px) {
    #secondary {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body .main-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 1240px;
    }
    /*#primary {*/
    /*    width: 70%;*/
    /*}*/
    #secondary {
        width: 30%;
    }
    .ast-right-sidebar #primary {
        border-right: 1px solid #dddddd;
    }
    .ast-right-sidebar #secondary {
        border-left: 1px solid #dddddd;
        margin-left: -1px;
    }
}
@media (min-width: 993px) {
    .ast-container {
        max-width: 1240px;
    }
    .ast-right-sidebar #primary {
        padding-right: 60px;
    }
    .ast-right-sidebar #secondary {
        padding-left: 60px;
    }
}
@media (min-width: 1201px) {
    .ast-container {
        max-width: 1240px;
    }
}
.ast-right-sidebar #secondary {
    padding-left: 20px !important;
}