/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.button.button-blue-1 {background-color: #285281;}
.button.button-blue-1:hover {background-color: #53759A; }

.icon-blue-1 {background-color: #285281;}
.icon-blue-1:hover {background-color: #53759A; }

.button.button-green-1 {
    background-color: #078D6E;
}
.button.button-green-1:hover {
    background-color: #8FC0B1;
}

.blue-lt {background-color: #677DC2;}
.green-lt {background-color: #8FC0B1;}
.green-main {background-color: #078D6E;}
.blue-main {background-color: #4D5E92;}
.yellow {background-color: #D8BE8B}
.cream {background-color: #F2EDD0;}
.blue-br {background-color: #4C78CC}
.cream-lt {
	background-color: #F7F4E3;}

.home-title {
	font-weight: 300;
	margin-bottom: 0px;
	font-size: 2.4rem;
}

.home-subtitle {
	font-style: italic;
	font-weight: 300;
	color: #3B434D;
	font-size:1.2rem;
}

.home-lead {
	font-weight: 300;
	font-size: 1.2rem;
	margin-bottom:20px;
}

.lwp-bullets {
	line-height: 1.5rem;
	margin-left: 30px;
}

.cdb-books-toc li{
	margin-bottom: 15px;
}

.author-more {
	font-size: 1.2rem;
	border-bottom: thin solid #3B434D;
}

.border-right {
	border-right: thin solid #3B434D;
}


.lwp-buy-button {
	display:flex;
	align-items: center;
	justify-content: center;
}

.lwp-buy-button div {
	width:200px;
	
}

.lwp-book-details {
	margin-bottom: 0px;
	border-bottom: thin solid #46414C;
}

.border-top-root {
	border-top: 30px;
	border-top-right-radius: 50px;
	border-top-color: #285281;
	border-top-style: solid;
	
}

.border-top-root-thin {
	border-top: 10px;
	border-top-right-radius: 50px;
	border-top-color: #D4DCE6;
	border-top-style: solid;
	
}

.border-bottom-root {
	border-bottom: 30px;
	border-bottom-left-radius: 50px;
	border-bottom-color: #285281;
	border-bottom-style: solid;
	
}

.border-bottom-root-thin {
	border-bottom: 10px;
	border-bottom-left-radius: 50px;
	border-bottom-color: #D4DCE6;
	border-bottom-style: solid;
	
}




.border-box-curved {
	border: thin solid #D4DCE6;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
}

.acc-linesp p {
	margin-bottom: .75rem;
}


.chapter-title h1 {
	font-size: .75rem;
	margin-bottom: 10px;
}

.chapter-title h2 {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.chapter-title h3{
	margin-bottom: 30px;
	font-size: 1rem;
	font-style: italic;
}

.chapter-intro {
	border-width: 0 0 0 5px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #D8BE8B;
	border-style: solid;
	
	margin-top: 40px;
	margin-right: 20%;
	margin-left: 20%;
	margin-bottom:40px;
	padding-left: 20px;
	line-spacing: 1.2rem;
}

.chapter-intro p {
	margin-bottom: 10px;
	font-size: .9rem;
	font-color: #3B434D;
}

.chapter-quote p {
	margin: 10px 30px 20px 30px;
	font-size: .85rem;
	
}

.chapter-sidebar {
	background-color: #86528E;
	color: #fff;
	padding: 5%;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin: 20px auto 30px auto;	
}

.chapter-sidebar p {
	margin-bottom:0px;
}

.chapter-text h1, h2, h3, h4 {
	margin-bottom: 0px;
}

.chapter-journaling{
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url("../images/chapters/tree-journaling.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: #53759A;
	border-top-width: 30px;
	border-bottom-width: 30px;
	border-style: solid;
	
	
}
.white-op {
	background-color: rgba(255,255,255,0.50);

}

.h-emph {
	border-bottom: thin solid #D8BE8B;
	font-size: 1.2rem;
	margin-bottom:20px;
}


.chapter-sources{
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-color: #1E734E;
	border-top-width: 40px;
	border-bottom-width: 40px;
	border-style: solid;
}
.chapter-sources p{
	margin-bottom: 10px;
}

.chapter-author {
	border: thin solid #285281;
	padding: 30px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	margin-bottom:30px;
	margin-top:30px;
}

.img-text-round {
	float: right;
	max-width: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 30px;
	shape-outside: circle();
}

.img-text {
	float: right;
	max-width: 50%;
	
	overflow: hidden;
	margin: 30px;
	
}

.ad-unit-lwp {
	margin: 30px auto 20px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: thin solid #D8D9DB;
	border-bottom: thin solid #D8D9DB;
	
	
}

.ad-img {
	max-height: 200px;
	display: block;
	margin: auto;
	
}

.chapter-indent{
	margin-left: 40px;
	margin-bottom: 20px;
}

.chapter-indent li{
	margin-bottom: 10px;
}

.blog-indent{
	margin-left: 40px;
	margin-bottom: 20px;
}

.blog-indent li{
	margin-bottom: 10px;
}

.chapter-journal-bullets li{
	margin-bottom: 20px;
	margin-left: 30px;
}

.fbox-journal p {
    color: #3B434D;
    line-height: normal;
    margin-bottom: 20px;
}

.journalborder-1 {
	background-color: #fff;
	border: 10px solid #78AB95;
	border-radius: 25px;
}

.journal-1 {
	background-color: #fff;
	border: 30px solid #78AB95;
	border-radius: 25px;
}

.journal-box {
	margin-bottom: 0px;
	padding: 20px;
	border: thin solid #D8D9DB;
}



.book-club  {
	border-bottom: thin solid #444;
	margin-bottom: 10px;
	
}

.book-club-icons {
	border-top: thin solid #444;
	border-bottom: thin solid #444;
	padding: 30px;
}

.banner {
	background-color: #285281;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 30px;
	align-content: center
	
}

.banner-2 {
	background-color: #A9BACD;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 30px;
	align-content: center
	
}

.banner h2 {
	color: #fff;
	
}

.book-club-boxes {
	padding: 0 30px;
}

.book-club-boxes h2{
	margin-bottom: 10px;
}

.border-right-gray {
	border-right: thin solid #E7E4E0;
}

.rooted-ad {
	border-top: thin solid #D8D9DB;
	border-bottom: thin solid #D8D9DB;
	padding: 20px 0px;
	margin: 30px 0px;
	min-height: 280px;
}

.rooted-border {
	border:thick solid #285281;
	padding: 20px;
	margin: 20px;
	border-radius: 25px;
}

.rooted-truth {
	border:thick solid #1E734E;
	padding: 20px;
	margin: 20px;
	border-radius: 25px;
}
.rooted-respect {
	border:thick solid #004F73;
	padding: 20px;
	margin: 20px;
	border-radius: 25px;
}
.rooted-responsibility {
	border:thick solid #37A1DA;
	padding: 20px;
	margin: 20px;
	border-radius: 25px;
}
.rooted-compassion {
	border:thick solid #5853A3;
	padding: 20px;
	margin: 20px;
	border-radius: 25px;
}

.root-blog-cat h3 {
	color: #3B434D;
	display: inline;
}

.root-blog-cat h2{
	display: inline;
}




.home-indent {
	padding-left: 20px;
	margin-bottom: 10px;
}

.home-h {
	font-size: 1.2rem;
	margin-bottom: 0px;
}

.landing-subhead {
	font-style: italic;
	margin-top: 0px;
		
}

.landing-p {
	font-size: .95rem;
	line-height: .95rem;
}

.landing-indent {
		padding-left: 20px;
	margin-bottom: 5px;

}



.landing-head h1 {
	color:#fff;
	padding: 0 20 0 20px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	
	
}

.landing-path {
	background-image: url("../images/landing/path-green.jpg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}

.cogdis {
	margin: 20px 10px;
	border: thin solid #53759A;
	padding: 15px;
}

.cogdis h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.cogdis h4 {
	font-size: 1.1rem;
	font-weight: 400;
}

.cogdis-ex {
	margin-bottom: 0px;
	margin-top: 5px;
}
.cogdis-indent {
	margin-bottom: 0px;
	line-height: .9rem;
	font-size: .9rem;
}

.cogdis-table {
	border: thin solid #3B434D;
	padding: 20px;
}

.cogdis-cell {
	border-right: thin solid #3B434D;
}

.works h3 {
	font-weight: 400;
	margin-bottom: 5px;
}

.works h4 {
	font-weight: 300;
	margin-bottom: 10px;
}

.works p {
    margin-bottom: 10px;
}

.works-block {
	margin-top: 30px;
	border-bottom: thin solid #3B434D;
	padding-bottom: 20px;
}

.highlight-indent {
	background-color: #D4DCE6;
	margin: 20px;
	padding: 20px;
}

.blog-h2 {
	font-size: 1rem;
}

.honestyq h3{
	font-weight: bold;
	margin-bottom: 10px;
}

.honesty-inset-1 {
	padding: 30px;
	background-color: #E5EAF0;
	border: thick solid #fff;
		
	
}


.honesty-inset-1 h4 {
	
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}

.honesty-inset-1 h5 {
	
	margin-bottom: 5px;
	font-size: 1.2rem;
	font-weight: 400;
	
}

.home-highlight {
	border-top: thin solid #285281;
	border-bottom: thin solid #285281;
	padding: 20px;
	margin: 10px;
}

.chapter-highlight {
	border-left: thick solid #285281;
	border-radius:  0 25px;
	padding: 40px;
	background-color: #D4DCE6;
	margin-bottom: 20px;
}

.chapter-highlight h3{
	font-size: 1.1rem;
	line-height: 1.5rem;
	
}

.chapter-more {
	text-align: center;
	background-color: #F5F4F3;
	border-right: thin solid #fff;	
	border-radius: 10px;
	padding: 20px;
	
}
.chapter-more p{
	margin-bottom: 0px;
}

.chapter-more h3 {
	
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 400;
	
}
.chap-box-def {
	border: thick solid #185E8C;
	padding: 30px 30px 0px 30px;
	border-radius: 25px;
	margin: 30px;
	float: right;
}

.blog-resource {
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-resource h3{
	font-size: 1.2rem;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.blog-resource p{
	font-size: .9rem;
}

.blog-resource img{
	padding: 20 0px;
	margin: 0px auto;

}

.blog-resource-border {
	border-right: thin solid #285281;
}


.blog-highlight {
	border-left: thick solid #285281;
	border-radius:  0 25px;
	padding: 40px;
	
	margin-bottom: 20px;
}

.blog-highlight h3{
	font-size: 1.1rem;
	line-height: 1.5rem;
	
}
.blog-highlight-2 {
	border-left: thick solid #285281;
	border-radius: 0 25px;
	padding: 40px 40px 20px 40px;
	margin-left: 30px;
	margin-bottom: 20px;
	background-color: #D4DCE6;
}


.rooted-bullets {
	margin-left: 25px;
}

.rooted-bullets li{
	margin-bottom: 10px;
}

.blog-emph h3 {
	font-weight: 400;
}

.blog-col-highlight {
	background-color: #F5F4F3;
	padding: 15px;
	border-radius: 25px;
	margin: 20px;
}

.blog-col-highlightb {
	border: thick solid #185E8C;
	padding: 30px 30px 0px 30px;
	border-radius: 25px;
	margin: 10px 0px 40px 0px;
}



.lwp-img-more {
	padding: 10%;
}

.blog-highlight-lt {
	margin: 20px 20px 0px 20px;
	padding: 30px;
	background-color: #E7E4E0;
	border-top: thin solid #ADABA8;
	border-radius: 25px 25px 0px 0px;
}
.blog-highlight-lt-2 {
	margin: 0px 20px 20px 20px;
	background-color: #F5F4F3;
	border-bottom: thin solid #ADABA8;
	border-radius: 0px 0px 25px 25px;
	padding: 30px;
}

.cite {
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: .9rem;
	line-height: .8rem;
}

.works-img {
	margin: 10px auto;
	max-height: 200px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

}

.blog-img {
	margin-bottom: 30px;
}

.content-wrap-sm {
	position: relative;
	padding: 80px 0px 20px 0px;
	overflow: hidden;
}

.blog-highlt-box {
	background-color: #F5F4F3;
	border: thin solid #185E8C;
	border-radius: 25px;
	padding: 20px;
}

.blog-steps h3 {
	font-size: 1.1rem;
	font-weight: 500;
	margin-top: 10px;
}

.blog-img-flt {
	float: right;
	padding: 0px 30px 30px 30px;
}

.blog-img-main {
	margin-bottom: 30px;
}

.xcendrasocial {
	max-height: 30px;
	margin-right: 20px;
}

.excedra-portfolio-header {
	margin-bottom: 10px;
	border-bottom: thin;
	border-bottom-color: #616c8b;
	border-bottom-style: solid;
	
}

.xcendra-news h3 {
	margin-bottom: 20px;
	font-weight: 400;
}

.xcendra-news h4 {
	margin-bottom: 10px;
	font-weight: 200;
}

.xcendra-news {
	margin-bottom: 40px;
}

.excendra-video-portfolio {
	margin-top: 15px;
	
}

.xcendra-portflio-box {
	border-bottom: solid thin #182540;
	padding: 30px;
	margin-bottom: 30px;
}

.xcendra-portflio-box-last {
	padding: 30px;
	margin-bottom: 30px;
}

.xcendra-portfolio-ul {
	margin-left: 20px;
}

.xcendra-portfolio-li {
	margin-bottom: 10px;
		
}
