#main {
	position: relative;
}

#main:before,
#main:after {
	width: 100%;
	position: absolute;
	content: "";
	z-index: 0;
}

#main:before {
	background: #F5F8FF;
	top: 0;
	height: 300px;
}

#main:after {
	background: #F5F8FF;
	top: 300px;
	height: 50px;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

#main > .wf-wrap {
	z-index: 1;
}

.wpb_text_column ul li {
	color:  #04446b!important;
	margin-bottom:  30px;
}

h1 {
	font-size:  36px!important;
	line-height:  50px!important;
	font-weight:  bold!important;
	letter-spacing: 0!important;
	color: #04446B!important;
}

.new-layout-container .header-container {
	padding-top: 60px;
	padding-bottom: 120px;
	z-index: 999 !important;
	position: relative;
}

.new-layout-container .entry-content p,
.new-layout-container .entry-content li {
	font-size: 16px!important;
	line-height: 24px!important;
}

.the_excerpt {
	margin:  40px 0;
}

.the_featured_image {
	max-width:  780px;
	margin: 0 auto;
	position: relative;
	z-index: 2!important;
}

.new-layout-container .single-related-posts .mini-post-img img {
	max-width: 70px!important;
	height: auto!important;
}

.new-layout-container .single-related-posts .post-content {
	margin-left: 10px!important;
}

.chapter-row {
	margin-bottom: 30px;
}

.chapter-headers {
	margin-bottom: 50px;
	text-align: center;
}

.chapter-headers p {
	margin-bottom:  0!important;
	padding-bottom:  0!important;
}

.chapter-headers a[name] {
	display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.custom-table-of-contents {
	padding: 25px 25px 10px;
	background: #F9F9F9;
}

.custom-table-of-contents h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

.custom-table-of-contents li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.chapter-headers h2 {
	font-weight: bold!important;
}

.new-layout-container .entry-content .chapter-row p {
	font-size:  18px!important;
	margin-bottom: 30px!important;
}

.new-layout-container .entry-content h6 {
	font-size:  18px!important;
	margin-bottom: 10px!important;
	font-weight: bold!important;
}

.vc_sep_pos_align_center {
	margin-top:  0px!important;
	margin-bottom:  50px!important;
}

.chapters-container {
	display:  none;
}

.chapters-container h4 {
	display:  inline-block;
	background: #04446b;
	color: #fff;
	font-size: 18px;
	padding: 8px 15px 7px;
	line-height: 18px;
	font-weight: bold;
}

.custom-table-of-contents .toc-label {
	display:  none;
}

/***
 *  CTAs
 */

.custom-free-instagram-scheduler {
 	background-image: url('https://www.plannthat.com/wp-content/themes/Plann-That/css/images/Free-Instagram-Scheduler-bg.jpg');
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center center;
 }

 .custom-free-instagram-scheduler {
 	display: flex;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
 	align-items: center;
 	padding: 30px 0!important;
 }

 .outside-full-sidebar .custom-free-instagram-scheduler .widget_media_image {
 	width: 40%;
 }

.custom-free-instagram-scheduler .widget_media_image {
	width: 50%;
	padding: 30px 25px 0;
	overflow: hidden;
	max-height: 400px;
	text-align:  center;
}

.custom-free-instagram-scheduler .widget_text {
	width: 40%;
}

.outside-full-sidebar a {
	color: #04446b;
}

.custom-free-instagram-scheduler .widget_media_image img {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	transition: all 1.2s;
	max-height: 100%;
}

.custom-free-instagram-scheduler img:hover {
	transform: translateY(-20px);
	transition: all 1.2s;
}

.custom-free-instagram-scheduler .widget-title {
 	font-size: 30px !important;
	line-height: 35px !important;
	text-align: left !important;
 }

 .custom-free-instagram-scheduler .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style) {
 	background-color: #04446b;
 }

.custom-free-instagram-scheduler .textwidget {
	margin-bottom: 0!important;
}

 .custom-free-instagram-scheduler .dt-btn span {
	color: #fff!important;
	padding: 15px 20px!important;
}

/* Extra large devices (large desktops, 1200px and up)
 * No media query since this is the default in Bootstrap because it is "mobile first"
 */


/* Small devices (landscape phones, 544px and up) */
@media (max-width: 983px) {

	.custom-free-instagram-scheduler .widget_text,
	.custom-free-instagram-scheduler .widget_media_image {
		width: 85%;
	}

	.custom-free-instagram-scheduler {
		flex-flow:  column;
	}

	.chapters-container  {
		display:  block;
	}

	.custom-table-of-contents .toc-label {
		padding: 10px 0px;
		text-align:  center;
		font-weight:  bold;
		display: block;
		text-decoration: none;
	}

	.custom-table-of-contents .the-rows {
		margin: 5px 0 20px;
	}

	.new-layout-container .header-container {
		padding-top: 30px;
		padding-bottom: 30px;
		position: relative;
	}

	.new-layout-container .header-container:after {
		background: #F5F8FF;
		bottom: 10px;
		height: 100px;
		border-bottom-left-radius: 100%;
		border-bottom-right-radius: 100%;
		content: "";
		width: 800px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,-40%);
		z-index: -1 !important;
	}

	.new-main-content-container {
		display: flex;
		flex-flow: column;
	}

	#sticky-sidebar {
		order:  1;
	}

	.new-layout-container .column-main-left {
		order:  2;
		padding-left:  0;
		padding-right:  0;
	}

	.page-id-26801 #main::before {
	  height: 670px;
	}

	#main::before {
		height: 400px;
	}

	.custom-table-of-contents {
		margin-bottom: 25px;
	}
}

/* Extra small devices (portrait phones, less than 544px) */
@media (max-width: 543px) {

}