body .row {
    margin-right: -13px;
    margin-left: -13px;
}

.rustic-header {
    background: #1175d0 url(/wp-content/uploads/2021/03/bg.webp);
    background-size: cover;
    padding-top: 15px;
    background-attachment: fixed;
}

.rustic-header .row.maine {
    border-bottom: 1px solid #639ef3;
}

a.phony {
    background-color: #1161ce;
    color: #ffffff;
    padding: 10px 40px;
    max-width: 290px;
    width: 100%;
    border-radius: 35px;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #88b0e7;
    font-size: 22px;
    display: inline-block;
}

.grid-parent.container {
    padding-left: inherit;
    padding-right: inherit;
}

.site-main img, .short-content img, .entry-content img {
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
}

.bg-white {
    background-color: white !important;
}

.phone-banner {
    background-color: #01a950;
    border-width: 1px 0;
    border-style: dotted;
    border-color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
}

.phone-banner i {
    font-size: 6rem;
}

.phone-banner strong {
    font-size: 3rem;
    display: block;
}

.phone-banner strong:hover {
    text-decoration: underline;
}

hr.wp-block-separator {
    background-color: rgba(0, 0, 0, .1) !important;
    border: 0 !important;
    height: 1px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.site-main ul, .site-main ol {
    margin: 0 0 0 40px !important;
}

.tt-none {
    text-transform: none;
    font-weight: bold;
}

#toc_container ul.toc_list {
    margin-left: 0 !important;
}

.short-content ul li {
    list-style-type: none;
}

.entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: bold !important;
}

.thank-you i {
    font-size: 15rem;
}

.footer-left {
    color: #fff;
}

.footer-left .inner-lines {
    white-space: nowrap;
}

/*override*/
.widget ul li {
    list-style-type: none;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home .site-main {
    padding: 40px 0 0 0;
    background: #fff;
}

.home .entry-title {
    text-align: center;
    font-weight: 600;
    color: #333333;
}

.home .home-main {

}

.home .inside-article {
    background: transparent;
}

.home-main h2 {
    margin-bottom: 0;
}

.home-main h2, .home-main h3 {
    font-size: 36px;
}

.home-main .wp-block-group__inner-container {
    padding-top: 0;
}

.home-go {
    margin-bottom: 0 !important;
}

.home-go h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
}

.home-go .wp-block-columns {
    margin-bottom: 0;
}

.home-complex {
    padding-top: 22px;
}

.home-complex ul {
    margin-left: 0 !important;
}

.home-complex i.fa-edit {
    color: #68c0a7 !important;
}

.home-complex i.fa-database {
    color: #689ff2 !important;
}

.home-complex i.fa-balance-scale-left {
    color: #e96679 !important;
}

.home-complex p {
    margin-bottom: 0;
}

.sidebar .widget li {
    border-bottom: 1px solid #ddd;
}

footer.entry-meta .cat-links {
    padding-top: 5px;
    padding-bottom: 5px;
}

#social-footer i {
    font-size: 2.5rem;
    margin-right: 10px;
}

#social-footer a {
    margin-bottom: 10px;
}

.elementor-inner_ {
    visibility: hidden;
}

.just-loaded .elementor-inner_ {
    visibility: inherit;
}

.table.table-striped.table-bordered {
    font-size: 0.9rem;
}

p:blank {
    display: none;
}

.inside-article p {
    margin-bottom: 0.5em;
}

.state-design li {
    list-style-type: none;
    text-align: center;
}

#toc_container {
    margin-bottom: 2em;
}

#toc_container ul li {
    margin: 0.5rem 0;
}

#toc_container a {
    padding: 0.1rem 0;
    display: inline-block;
}

.list-of-cost-links ul {
    list-style: none;
}

.list-of-cost-links ul li {
    float: left;
}

.highlight {
    background-color: #dec8e9;
    color: #000000;
    display: inline-block;
}

mark {
    background-color: #dec8e9;
}

.movers-cost-states ul {
    margin-left: 0 !important;
}

.list-of-cost-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 0 !important;
}

.list-of-cost-links ul li {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 1px 0;
    font-size: 1rem;
}


@media only screen and (max-width: 768px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }

    .animated.animated-slow {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
}
