/*
 Theme Name:   Eprompt Theme
 Theme URI:    https://eprompt.com
 Description:  Eprompt Child Theme of GeneratePress
 Author:       Eprompt
 Template:     generatepress
 Version:      2.0
*/


/* MEDIA QUERIES */

@media (max-width: 768px) {
    /* CSS in here for mobile only */
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

/*=====================================================================
ADS LANDING PAGE RECREATION
======================================================================*/

body.ads-landing .entry-content p{
	font-family:"Open Sans", Arial;
	font-size:16px;
	font-weight:300;
	letter-spacing: .30px!important;
	line-height:1.7;
}

body.ads-landing .entry-content p.ad-exclude{
	font-size:20.8px;
}

body.ads-landing .entry-content h2 strong{
	font-weight:400;
}

body.ads-landing .entry-content .gform_wrapper{
	font-family:"Open Sans"!important;
}

body.ads-landing .entry-content .gfield_label{
	font-family:"Open Sans"!important;
	font-weight:600!important;
	font-size:18px;
	line-height:20px;
	color:#424041;
}

body.ads-landing .entry-content .gform_required_legend{
	text-align:center;
}

body.ads-landing .entry-content .gform-theme--foundation .gfield input,
body.ads-landing .entry-content .gform-theme--foundation .gfield textarea,
body.ads-landing .entry-content .gform-theme--foundation .gfield select{
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    transition: all .5s;
	font-size:16px;
	color:#111;
	padding-left:12px;
	padding-right:12px;
}

body.ads-landing .entry-content .gform-theme--foundation .gfield input:focus,
body.ads-landing .entry-content .gform-theme--foundation .gfield textarea:focus{
	background:#fff;
	border-color:#333;
}

body.ads-landing .entry-content .gform-theme--foundation .gfield input,
body.ads-landing .entry-content .gform-theme--foundation .gfield select{
	height:50px;
	line-height:50px;
}

body.ads-landing .entry-content .gform-theme--foundation .gform_fields{
	row-gap:26px;
}

body.ads-landing .entry-content .gform-theme--foundation .gform_footer {
    justify-content:center;
}

body.ads-landing .entry-content .gform-theme--foundation .gform_button{
	padding:15px 20px!important;
	font-size:1.1em!important;
	font-weight:600!important;
	font-family:"Roboto"!important;
}

body.ads-landing .entry-content h3.rank-math-question{
	font-family:"Open Sans", Arial;
	font-size:20px;
}

/*=====================================================================
GENERAL
======================================================================*/

html {
	scroll-behavior: smooth;
}

.no-underline, .no-underline a{
	text-decoration:none;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

@media (max-width: 768px) {
    /* CSS in here for mobile only */
	.site-header .header-image {
		width:180px;
	}
}

blockquote {
    border-left: 5px solid var(--baby-blue);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 3rem 0;
    position: relative;
    padding-left: 2rem;
}

blockquote p {
	font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-style: normal;
    line-height: 1.2;
}

@media (max-width: 768px) {

	body.patient-stories blockquote{
		margin-top:1rem;
	}

	blockquote p {
		font-size: 1.25rem;
		line-height:1.4;
	}

}

/* BACKGROUND VIDEO */
.background-video {
    position: absolute;
    opacity: 1;
	object-fit:cover;
	width:100%;
	height:100%;
}

.wp-block-dblocks-dblocks-lazyload-for-youtube svg path:first-child{
	fill:var(--jawnt-pink)!important;
}

.post-671 .wp-block-dblocks-dblocks-lazyload-for-youtube svg path:first-child,
.page-id-1714 .wp-block-dblocks-dblocks-lazyload-for-youtube svg path:first-child{
	fill:var(--grass-500)!important;
}

/* DEFAULT TEXT LINK STYLES */
main .entry-content p a,
.single-post .dynamic-entry-content p a,
main .entry-content .wp-block-list a,
.single-post .dynamic-entry-content .wp-block-list a,
main .inside-article p a{
	text-decoration:none;
	border-bottom:1px dashed var(--plum-300);
}

/*=====================================================================
FIXES
======================================================================*/

/* MOBILE SUBMENU WILL SHOW ON PARENT CLICK INSTEAD OF JUST ICON */
span.gb-submenu-toggle:before {
    content: '';
    position: absolute;
    inset: 0;
}

@media (max-width: 1180px) {
	.gb-submenu-toggle{
		color:var(--jawnt-pink)!important;
	}
}
/*=====================================================================
BUTTONS
======================================================================*/
/* enter button css here */

/* =========================================================================
 *  TABLE STYLING FOR WP BLOCK TABLE
========================================================================= */

/*.wp-block-table{
	margin-top:3rem;
	overflow-x:scroll;
}

.wp-block-table table{
	min-width:600px;
}

@media (max-width: 768px) {
	.wp-block-table table{
		min-width:max-content;
		width:auto!important;
	}
}

.wp-block-table thead th{
	border:1px solid #ccc;
}

.wp-block-table thead{
	border-bottom:1px solid #ccc;
}

.wp-block-table thead strong{
	color:var(--black)!important;
}

.wp-block-table td, .wp-block-table th{
	border:1px solid #ccc;
	padding:20px;
}

.wp-block-table tbody tr td:first-child{
	background-color: #f1f1f1;
}*/

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
	border: 0!important;
}

.wp-block-table table thead{
	border-bottom:0;
}

.wp-block-table table td, .wp-block-table table th {
	padding: 10px 20px;
	border:0;
}

.wp-block-table strong{
	font-weight:500;
	color:var(--plum-800)
}

.wp-block-table table tr:nth-child(even){background-color: var(--baby-blue-100);}

.wp-block-table table th {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	background-color: var(--baby-blue-600);
	color: white;
	font-weight:500;
}

.wp-block-table table td:first-child,
.wp-block-table table th:first-child {
}

.wp-block-table table td:last-child,
.wp-block-table table th:last-child {
}

/*=====================================================================
HEADER / NAV STYLES / NAVIGATION
======================================================================*/

/* enter header or navigation css here*/

/*------------------------------------
GP MEGA MENU
------------------------------------*/
/* enter mega menu styles here */

/* overlay panel mega menu css fix for horizontal scroll when mega menu is shown */

.menu-item-has-gb-mega-menu .gb-overlay--anchored.gb-overlay--width-full {
  width: calc(100vw - var(--scrollbar-width, 0px));
}

/*=====================================================================
SERVICE PAGE / PROCEDURE PAGE CONTENT STYLING / BLOG CONTENT STYLING
======================================================================*/

/* SIDEBAR LAYOUT CSS */
/** CONTENT AREA **/


@media (min-width: 1025px) {
    .contained-content.separate-containers .inside-article{
		padding:4rem 0rem 4rem 2rem!important;
	}
}

/** LEFT SIDEBAR SERVICES **/

body.services .is-left-sidebar{
	border-right:1px solid var(--babyblue-300);;
}

.inside-left-sidebar{
	height:100%;
	/*padding-right:3.75rem;*/
	/*padding-left:2rem;*/
	padding-right:4rem;
}

.separate-containers .inside-left-sidebar, .separate-containers .inside-left-sidebar{
	margin:0;
	padding-top:4rem;
	padding-bottom:40px;
}

.separate-containers.left-sidebar .site-main{
	margin-top:0;
	margin-bottom:0;
}

@media (max-width: 768px) {
	.inside-left-sidebar{
		padding-right:1.875rem;
		padding-left:1.875rem;
	}
	.separate-containers .inside-left-sidebar, .separate-containers .inside-left-sidebar{
		padding-top:3rem;
		padding-bottom:0rem;
	}
}

@media (min-width: 769px) and (max-width: 1000px) {
    .site-content {
        flex-direction: column;
    }
	
	.site-content .content-area, .is-left-sidebar {
        width: 100%;
    }
	
	body.left-sidebar.contained-content.separate-containers .inside-article {
        padding: 2rem 4rem;
    }
	
	.site-content .content-area, .is-left-sidebar {
        width: 100%;
    }
	
	.separate-containers.left-sidebar .site-main{
		margin:0;
	}
}

@media (max-width: 768px) {
    body.left-sidebar.contained-content.separate-containers .inside-article{
        padding: 3rem 1.875rem;
    }
}

/* SIDEBAR MENU */
.sidebar-menu ul{
	display:flex;
	flex-direction:column;
	gap:0.5rem;
}

.sidebar-menu ul li{
	display:block!important;
	width:100%;
	margin-bottom:0rem;
	padding-right:0!important;
	border-bottom:1px dashed rgba(0,0,0,0.1);
	transition: width .5s ease, background-color .5s ease;
}

.sidebar-menu ul li:hover{
	border-bottom:1px dashed transparent;
}

.sidebar-menu ul li:after {
	content: '';
	display: block;
	margin: auto;
	margin-top:0.5rem;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.sidebar-menu ul li:hover:after {
	width: 100%;
	background: var(--grass-600);
}

.sidebar-menu-dental ul li:hover:after {
	background: #3fa7e7;
}

.sidebar-menu ul li:last-child{
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}

.sidebar-menu ul li a{
	font-size:1.125rem;
	text-decoration:none;
	position:relative;
	display:flex;
	align-content: stretch;
	font-weight:500;
	color:var(--plum-800);
	transition:0.5s ease;
}

.services .sidebar-menu ul li a:hover,
.services .sidebar-menu ul li a:focus,
.services .sidebar-menu ul li:hover a,
.services .sidebar-menu ul li:focus a{
	color:var(--grass-600);
	transition:0.5s ease;
	padding-left:0.5rem;
}

.services .sidebar-menu-dental ul li a:hover,
.services .sidebar-menu-dental ul li a:focus,
.services .sidebar-menu-dental ul li:hover a,
.services .sidebar-menu-dental ul li:focus a{
	color:#3fa7e7;
}

.sidebar-menu ul li a::after{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    content: '';
    -webkit-mask: url(/wp-content/uploads/2025/10/circle-arrow-right-light-full.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2025/10/circle-arrow-right-light-full.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--plum-700);
    align-self: center;
	transition:0.5s ease;
}

.sidebar-menu ul li:hover a::after{
    background-color:var(--grass-600);
}

.sidebar-menu-dental ul li:hover a::after{
    background-color:#3fa7e7;
}



/* enter css styles for service pages / procedure pages / blog pages that will be hardcoded here */

.services .entry-content h2:not(.service-cta h2, .services .entry-content div h2),
.single-post .dynamic-entry-content h2:not(.service-cta h2, .services .entry-content div h2){
	/*margin-top:3.5rem;*/
	padding-top:1.5rem;
	margin-bottom:2.5rem;
	/*border-top:1px solid #ccc;*/
	/*display:flex;
	flex-direction:column;
	row-gap:1rem;*/
}

.services .entry-content h2:not(.service-cta h2, .services .entry-content div h2):after,
.single-post .dynamic-entry-content h2:not(.service-cta h2, .services .entry-content div h2):after{
    content: "";
    width: 80px;
    background: var(--jawnt-pink);
    height: 3px;
    display: block;
    margin-top: 30px;
}

.services .entry-content h2:first-child,
.single-post .dynamic-entry-content h2:first-child{
	margin-top:0!important;
	padding-top:0!important;
	border-top:none!important;
}

.services .entry-content h3:not(.rank-math-question, .service-cta h3, .services .entry-content div h3),
.single-post .dynamic-entry-content h3:not(.rank-math-question, .service-cta h3, .services .entry-content div h3){
	margin-top:2.5rem;
	margin-bottom:1.5rem;
	font-weight:500;
	color:var(--plum-500);
}

@media (max-width: 768px) {
	.services .entry-content h3:not(.rank-math-question, .service-cta h3, .services .entry-content div h3),
	.single-post .dynamic-entry-content h3:not(.rank-math-question, .service-cta h3, .services .entry-content div h3){
		margin-top:2rem;
		margin-bottom:1.5rem;
		font-size:1.5rem;
	}
	.services .entry-content h2:not(.service-cta h2, .services .entry-content div h2),
	.single-post .dynamic-entry-content h2:not(.service-cta h2, .services .entry-content div h2){
		margin-top:0rem;
		padding-top:1rem;
		margin-bottom:1.5rem;
	}
}

.services .entry-content ol li b,
.services .entry-content ol li strong,
.services .entry-content ul li b,
.services .entry-content ul li strong{
	color:var(--plum-800);
}

.services .entry-content ol,
.services .entry-content ul:not(#rank-math-toc ul),
.single-post .dynamic-entry-content ol,
.single-post .dynamic-entry-content ul:not(#rank-math-toc ul){
	list-style-type: none;
    margin: 0;
    padding: 0;
	margin-bottom:3rem;
}

.services .entry-content ol,
.single-post .dynamic-entry-content ol{
	counter-reset: counter-list;
	background-color: var(--baby-blue-100);
    padding: 1rem 2rem;
}

.services .entry-content ul:not(#rank-math-toc ul),
.single-post .dynamic-entry-content ul:not(#rank-math-toc ul){
	background-color:var(--violet-100);
	padding:1rem 2rem;
}

@media (max-width: 768px) {
	.services .entry-content ul:not(#rank-math-toc ul),
	.single-post .dynamic-entry-content ul:not(#rank-math-toc ul){
		padding:0rem 1rem;
	}
}

.services .entry-content ol li,
.services .entry-content ul:not(#rank-math-toc ul) li,
.single-post .dynamic-entry-content ol li,
.single-post .dynamic-entry-content ul:not(#rank-math-toc ul) li{
	position:relative;
	padding:1.5rem 2rem 1.5rem 2.5rem;
}

.services .entry-content ol li,
.single-post .dynamic-entry-content ol li{
	padding: 1.5rem 2rem 1.5rem 2.5rem;
	border-bottom:2px solid var(--baby-blue);
}

.services .entry-content ul:not(#rank-math-toc ul) li,
.single-post .dynamic-entry-content ul:not(#rank-math-toc ul) li{
	border-bottom:2px solid var(--jawnt-pink);
}

.services .entry-content ol li:last-child,
.services .entry-content ul:not(#rank-math-toc ul) li:last-child,
.single-post .dynamic-entry-content ol li:last-child,
.single-post .dynamic-entry-content ul:not(#rank-math-toc ul) li:last-child{
	border-bottom:0;
	padding-bottom:1.5rem;
}

.services .entry-content ol li::before,
.single-post .dynamic-entry-content ol li::before{
    counter-increment: counter-list;
    content: counter(counter-list);
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 1.5rem;
	left:0rem;
    font-weight: 700;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .entry-content ol li::after,
.single-post .dynamic-entry-content ol li::after{
    content: '';
    position: absolute;
    top: 1.5rem;
    left:0rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--violet-700);
}

.services .entry-content ul li::before,
.single-post .dynamic-entry-content ul:not(#rank-math-toc ul) li::before{
	width: 2rem;
	height: 2rem;
	position:absolute;
	top:1.3rem;
	left:0rem;
	content: '';
	-webkit-mask: url(/wp-content/uploads/2025/10/circle-arrow-right-duotone-solid-full.svg) no-repeat 50% 50%;
	mask: url(/wp-content/uploads/2025/10/circle-arrow-right-duotone-solid-full.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align:middle;
	background-color:var(--jawnt-pink);
}

.info-box-style-2 h3,
.info-box-style-2 h2{
	margin-top:0!important;
	padding-top:0!important;
}


/*=====================================================================
SPECIFIC BLOG STYLING & BLOG CONTENT STYLING ONLY
======================================================================*/
/* enter css styles for blog and single blog posts here */


/*=====================================================================
FOOTER CSS STYLES
======================================================================*/
/* enter css styles for footer here */

/*------------------------------------
FOOTER MENU QUICKLINKS
------------------------------------*/

.footer-menu ul{
	display:flex;
	row-gap:0.5rem;
	flex-direction:column;
}
.footer-menu ul li{
	display:block;
	width:100%;
}

.footer-menu ul li a{
	text-decoration:none;
	color:#666;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus{
	color:#000;
}

/*------------------------------------
SUB FOOTER MENU
------------------------------------*/

.sub-footer-menu ul.menu{
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:1rem;
}

@media (max-width: 768px) {
	.sub-footer-menu ul.menu{
		flex-direction:column;
		gap:0.25rem;
		margin-top:1rem;
	}
}

.sub-footer-menu ul.menu li{
	padding:0;
}

/*------------------------------------
MOBILE FIXED CTA BUTTONS IN FOOTER
------------------------------------*/

.footer-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

/*=====================================================================
PLUGINS CUSTOM CSS STYLES
======================================================================*/

/*------------------------------------
GRAVITY FORMS
------------------------------------*/

body .gform_wrapper .gform_footer .gform_button{
	font-family: 'degular';!important;
	font-weight:500!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select{
	border-radius:0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-family: 'degular';
    font-weight: 600;
}

body .gform_wrapper .gfield_radio .gchoice label b{
	color:var(--plum-800);
}

/*------------------------------------
RANK MATH CSS STYLES
------------------------------------*/

/* RANK MATH FAQ */

.rank-math-list{
	display:flex;
	flex-direction:column;
	gap:2rem;
}

.rank-math-list-item{
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:2rem;
}

.rank-math-list-item:last-child{
	border-bottom:0;
	padding-bottom:0;
}

.rank-math-list .rank-math-list-item h3.rank-math-question {
    display: flex;
    align-items: center;
    column-gap: .75rem;
	background-color:var(--blue-50);
	padding:0 2.5rem 0 0;
	border-radius:0.25rem;
	border:1px solid var(--blue-100);
	font-weight:500;
}

.rank-math-list-item .rank-math-question:before {
    width: 2rem;
    height: 2rem;
    display: block;
    content: '';
    -webkit-mask: url(/wp-content/uploads/2025/10/circle-question-solid-full.svg) no-repeat 50% 50%;
    mask: url(/wp-content/uploads/2025/10/circle-question-solid-full.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--baby-blue);
    flex-shrink: 0;
}

.rank-math-list-item p:first-child{
	padding-top:1.5rem;
}

.rank-math-list-item p:last-child{
	margin-bottom:0rem;
}

/* RANKMATH FAQ ACCORDION CSS */

.rank-math-question {
    cursor: pointer;
    position: relative;
    display: block;
	margin-bottom:0;
	background-color:var(--white);
}

.rank-math-question:after {
    position: absolute;
    right: 0;
    top: 50%; /* Pushes the starting point down 50% */
    content: "\2715";
    color:var(--jawnt-pink);
    /* Combine transforms: center vertically AND rotate */
    transform: translateY(-50%) rotate(-45deg); 
    transition: all 150ms ease-in-out;
}

.rank-math-question.collapse:after {
    transform: translateY(-50%) rotate(0deg); 
}

.rank-math-question:hover {
    opacity: 0.8;
}

/* RANKMATH ALT FAQ STYLE JAWNT */
.rm-faq-alt .rank-math-list-item .rank-math-question:before{
	background-color:var(--baby-blue);
}

.rm-faq-alt .rank-math-list{
	display:flex;
	flex-direction:column;
	gap:2rem;
	padding:0rem;
	background-color:transparent;
	border-radius:0;
}

.rm-faq-alt .rank-math-question:after {
    color:var(--violet-700);
}

/* RANKMATH ALT FAQ STYLE GREEN LAKE */
.rm-faq-alt-gl .rank-math-list-item .rank-math-question:before{
	background-color:var(--grass-500);
}

.rm-faq-alt-gl .rank-math-list{
	display:flex;
	flex-direction:column;
	gap:2rem;
	padding:0rem;
	background-color:transparent;
	border-radius:0;
}

.rm-faq-alt-gl .rank-math-question:after {
    color:var(--grass-600);
}


/* RANK MATH TOC */
#rank-math-toc h2{
	margin-bottom:1.5rem;
	font-size:2.5rem;
}

#rank-math-toc h2::after{
	content:none;
}

#rank-math-toc ul, 
.wp-block-rank-math-toc-block ul{
	border:0;
	background:none;
	margin-bottom:0;
	padding:0;
	margin-left:0;
	clear: both;
	list-style: none;
}

#rank-math-toc ul li, 
.wp-block-rank-math-toc-block ul li{
	border-bottom:0;
	background:none!important;
	position:relative;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
}

#rank-math-toc nav > ul > li, 
.wp-block-rank-math-toc-block nav > ul > li{
	padding-left:1.5rem;
	font-weight:600;
}

#rank-math-toc ul ul,
.wp-block-rank-math-toc-block ul ul{
	padding-top:0.25rem;
}

#rank-math-toc ul ul li, 
.wp-block-rank-math-toc-block ul ul li{
	margin-left:-1.25rem;
	padding-left:calc(1.25rem - 2px);
	border-left:2px solid var(--jawnt-pink);
	font-weight:normal;
}

#rank-math-toc ul li a,
.wp-block-rank-math-toc-block ul li a{
	text-decoration:none;
	border-bottom:1px dashed var(--plum-300);
	font-family: 'degular';
}

/*#rank-math-toc ul li a:hover,
.wp-block-rank-math-toc-block ul li a:hover{
	border-bottom-color:var(--grass-500);
}*/

#rank-math-toc ul ul li a,
.wp-block-rank-math-toc-block ul ul li a{
	color:var(--plum-600);
	text-decoration:none;
	font-weight:500;
}

#rank-math-toc nav > ul > li:before, 
.wp-block-rank-math-toc-block nav > ul > li:before{
	content: '';
	-webkit-mask: url(/wp-content/uploads/2025/10/play-sharp-solid-full.svg) no-repeat 50% 50%;
	mask: url(/wp-content/uploads/2025/10/play-sharp-solid-full.svg) no-repeat 50% 50%;
	background:var(--jawnt-pink);
    width: 0.75rem;
    height: 0.75rem;
    top: 0.75rem;
	position:absolute;
	left:0;
	vertical-align: middle;
}

@media (max-width: 768px) {
	#rank-math-toc h2, 
	.wp-block-rank-math-toc-block h2{
		font-size:1.5rem;
		margin-bottom:1.5rem;
	}
}


/*=====================================================================
OTHER MISC. CSS STYLES (JS SCRIPTS ETC..)
======================================================================*/

/*------------------------------------------
TRUSTINDEX.IO INSTAGRAM WIDGET
------------------------------------------*/

@media (max-width: 768px) {
    .ti-widget[data-wkey="2cd1ac1696390693e5168a39043"][data-style="light-background"][data-widget-type="social"]{
		margin-top:0!important;
		margin-bottom:0px!important;
	}
}

/*------------------------------------------
INFINITE SCROLL AJAX (BLOG) - DO NOT DELETE
------------------------------------------*/

/* DISPLAYS MESSAGE WHEN ALL POSTS HAVE BEEN LOADED */
.page-load-status {
  opacity: 0; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

/* LOADING ANIMATION 1 */
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* LOADING ANIMATION 2 */
/* HTML: <div class="loader"></div> */

.loader{
	margin:20px auto 0 auto;
}

.loader {
  width: 45px;
  aspect-ratio: .75;
  --c: no-repeat linear-gradient(var(--black) 0 0);
  background: 
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  animation: l7 1s infinite linear alternate;
}

@keyframes l7 {
  0%  {background-size: 20% 50% ,20% 50% ,20% 50% }
  20% {background-size: 20% 20% ,20% 50% ,20% 50% }
  40% {background-size: 20% 100%,20% 20% ,20% 50% }
  60% {background-size: 20% 50% ,20% 100%,20% 20% }
  80% {background-size: 20% 50% ,20% 50% ,20% 100%}
  100%{background-size: 20% 50% ,20% 50% ,20% 50% }
}