/*
 Theme Name:   ANN Child Theme
 Theme URI:    https://ann.axiomthemes.com/
 Description:  ANN Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     ann
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  ann
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.get-started-button-nav a {
	background-color: #F5E7FF;
	line-height:initial;
	padding:10px 20px;
	border: 2px solid #9610FF;
	color: #9610FF !important;
	font-weight: 700 !important;
	border-radius:5px;
	transition: all .25s;
}

.get-started-button-nav a:hover {
	background-color: #7817C3;
	color: #FFFFFF !important;
	font-weight: 700 !important;
}


.bp-ul-wht {
	color: #ffffff;
}

.pb-15 {
	padding-bottom: 15px;
}

.indent-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.hover-link-p	a:hover {
	color: #9610ff !important;
}

.blog-dynamic-width-50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.list-header-margin {
	margin-bottom: 5px !important;
}

/* ===== SINGLE BLOG POSTS ONLY ===== */

/* Paragraphs and list items */
body.single-post .post_content p,
body.single-post .post_content li,
body.single-post .entry-content p,
body.single-post .entry-content li {
	color: #ffffff !important;
}

/* H3 headings */
body.single-post .post_content h3,
body.single-post .entry-content h3 {
	font-size: 1.5rem !important;
	color: #ffffff !important;
}

/* Links in blog post text */
body.single-post .post_content a,
body.single-post .entry-content a {
	color: #ffffff !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
}

body.single-post .post_content a:hover,
body.single-post .entry-content a:hover {
	color: #9610ff !important;
}

body.single-post .post_content li::marker,
body.single-post .entry-content li::marker {
	color: #ffffff !important;
}