/*
Theme name: AdviCoach - Subsite
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }

body.page-template-landing .content-secondary { padding-bottom: 0; }
body.page-template-landing .logo strong { top: 70px; color: #fff; }

.landing-content { width: 65%; padding-bottom: 30px; }

.section-secondary .landing-content ul { list-style: none; font-weight: 500; }
.section-secondary .landing-content ul li { position: relative; padding-left: 20px; }
.section-secondary .landing-content ul li + li { margin-top: 10px; }
.section-secondary .landing-content ul li:before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: currentColor; position: absolute; top: 9px; left: 11px; }

@media(max-width: 1200px) {
	body.page-template-landing .content-secondary { padding-bottom: 10px; }
	body.page-template-landing .logo strong { top: 40px; color: #161516; }
}

@media(max-width: 767px) {
	.landing-content { width: 100%; }

	body.page-template-landing .sidebar-secondary { padding-bottom: 30px; }
}


/* 2021 STYLES */
.section {
    background: #ffffff;
}

.section-gray,
.section.section-form.hidden-xs,
.page-template-page-with-form .section,
.approach,
.section-blocks ul li,
.testimonial .testimonial-content,
.blog .widget_categories,
.article {
    background: #f6f5f1;
}

.widget_categories a {
	background: #f6f5f1!important;
}

.section.section-coaches {
    background: #f6f5f1;
}

.page-template-home .accordion .accordion-section {
    background: #f6f5f1;
}

.footer-aside a[href^=tel] {
	color: #ffffff;
}

.list-testimonials.has-less-items ul li:nth-child(2) {
	margin-right: auto;
}

.header-content a.btn.hidden-mobile.btn-red {
    white-space: nowrap;
}