/* MOBILE/DESKTOP NAV HACKS */

.ast-header-break-point .main-header-menu a {
    background-color: #13278a;
    color: #fff;
}

.ast-header-break-point .main-header-menu .navitem-desktop-hide {
    display: block;
}

.navitem-desktop-hide {
    display: none;
}


/*END MOBILE/DESKTOP NAV HACKS */

.post span.cat-links {
    display: none;
}

.post-navigation {
    display: none;
}

.ast-theme-transparent-header .main-header-menu li:hover>a, .ast-theme-transparent-header .main-header-menu li:hover>.ast-menu-toggle, .ast-theme-transparent-header .main-header-menu .ast-masthead-custom-menu-items a:hover, .ast-theme-transparent-header .main-header-menu .focus>a, .ast-theme-transparent-header .main-header-menu .focus>.ast-menu-toggle, .ast-theme-transparent-header .main-header-menu .current-menu-item>a, .ast-theme-transparent-header .main-header-menu .current-menu-ancestor>a, .ast-theme-transparent-header .main-header-menu .current_page_item>a, .ast-theme-transparent-header .main-header-menu .current-menu-item>.ast-menu-toggle, .ast-theme-transparent-header .main-header-menu .current-menu-ancestor>.ast-menu-toggle, .ast-theme-transparent-header .main-header-menu .current_page_item>.ast-menu-toggle {
    color: #fdc9ab;
}

.all-black-text, .all-black-text h1, .all-black-text h2, .all-black-text h3, .all-black-text h4, .all-black-text h5, .all-black-text h6, .all-black-text a {
    color: #000 !important;
}

.all-white-text, .all-white-text h1, .all-white-text h2, .all-white-text h3, .all-white-text h4, .all-white-text h5, .all-white-text h6, .all-white-text a {
    color: #fff !important;
}

.bio-box a {
    color:#000;
}

.kill-table-formatting h3 {
    font-size: 1.5em;
    margin-top: 20px;
    border-top: solid 1px hsl(213, 10%, 71%);
    padding-top: 20px;
}

tr.statename-row {
    background: transparent !important;
}

/* PHONE ONLY */
@media (max-width: 450px) {
  
}


/* DESKTOP ONLY */

@media only screen and (min-width: 769) {
}

/*.navitem-desktop-hide {
    display: none;*/
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first, p.first {
    margin-top: unset !important;
}

.social-icon-big {
    font-size: 1.5em;
}

/* ABOVE HEADER MENU */
@media (min-width: 769px) {
.ast-theme-transparent-header .ast-above-header {
    background-color: #000000b8;
    padding-top: 8px;
    padding-bottom: 8px;
}
}

/*PRIMARY NAV MENU */

#primary-menu .menu-text {
    font-weight: bold;
}

/* UNIVERSAL */
.color-box h1, .color-box h2, .color-box h3, .color-box h4, .color-box h5, .color-box h6{
    color:#fff
 }
 
 .color-block-section h2 {
    color: #fff;
    margin-top: 50px;
}

.color-block-section a {
    color: #fff;
    border-bottom: dotted 2px #fff;
}

.color-block-section a:hover {
    color: #fff;
    border-bottom: solid;
}

.color-box h3 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.38);
    padding-bottom: 20px;
}

.color-box hr {
    border-top: 1px solid rgba(255, 255, 255, 0.38);
    margin-top: 15px;
    padding-top: 15px;
}

a {
		font-weight: bold;
}

.green-footer a {
		color: #fff;
}

.home-four-boxes h4 {
    margin-bottom: 10px;
}

/* AST TWEAKS */
.ast-separate-container .ast-article-single, .ast-separate-container .comment-respond, .ast-separate-container .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content {
    border-radius: 18px;
}



.post-image {
    border-radius: 10px;
}

h1.entry-title {
    font-size: 36px !important;
    font-weight: bold;
}

/* IMPORT FROM OLD SITE TWEAKS */

.kill-table-formatting td, th {
    border: none;
}

.kill-table-formatting table {
    border: none;
    background: transparent;
}

.table-alt-color tr:nth-child(even) {
    background-color: #e0eeff;
}

.table-alt-color tr:nth-child(odd) {
    background-color: #eaf0f7;
}

.page-color-box a {
    color: #fff;
    border-bottom: dotted 2px #fff;
}

.page-color-box a:hover {
    border-bottom: solid;
}


span.header-default-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
}

.standard-text-area h1, .standard-text-area h2, .standard-text-area h3, .standard-text-area h4, .standard-text-area h5.standard-text-area h6 {
    color: #213071;
}

/* .standard-text-area a {
    color: #213071 !important;
} */

.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
    color: #213071;
}

.standard-text-area hr {
    background-color: hsla(0, 0%, 0%, 0.19) !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.heading-default-text {
    font-weight:bold;
}
}