@import url('https://fonts.googleapis.com/css?family=Sanchez');
/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-track {
	display: block;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	outline: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?tz0caz");
	src: url("../fonts/icomoon/icomoon.eot?tz0caz#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?tz0caz") format("truetype"), url("../fonts/icomoon/icomoon.woff?tz0caz") format("woff"), url("../fonts/icomoon/icomoon.svg?tz0caz#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-rss:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-youtube:before {
	content: "\e903";
}

.icon-youtube-old:before {
	content: "\e904";
}

.icon-arrow-left:before {
	content: "\e905";
}

.icon-arrow-right:before {
	content: "\e906";
}

.icon-facebook:before {
	content: "\e907";
}

.icon-google-plus-old:before {
	content: "\e908";
}

.icon-instagram:before {
	content: "\e909";
}

.social-networks,
.comment-list,
.webinar-menu,
.browse-webinar-box .webinar-category,
.footer-nav-holder .menu,
.footer-links-row ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/*------------------------------------
  #GENERAL SETTINGS
------------------------------------*/

body {
	min-width: 320px;
	color: #000;
	font: 300 .875rem/1.2857 "Sanchez", sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Raleway', sans-serif; 
	font-weight:bold
}
h1{font-size:28px;}
h2{font-size:20px;}
h3{font-size:16px;}
h3{font-size:14px;}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

h4.widgettitle {
	font-size:20px;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.social-networks > li {
	font-size: 18px;
	line-height: 1;
	margin: 0 6px;
}

.social-networks > li > a {
	color: #2f3e79;
	text-decoration: none;
}

.social-networks > li > a:hover {
	color: #9cb8ae;
}

.social-networks > li .icon-instagram {
	font-size: 22px;
}

.btn {
	font-size: 14px;
	font-weight: 300;
	border-radius: 0;
	line-height: 1.2857;
	padding: .4375rem .625rem;
}

.btn-primary,
#commentform .form-submit #submit {
	background: #2f3e79;
	border: none;
	color:#fff;
}
.btn-primary:hover,
#commentform .form-submit #submit:hover {
	background: #9cb8ae !important;
	color:#000 !important;
}
h2 {
	font-size: 24px;
	line-height: 1.2;
	color: #18286a;
}

#main {
	margin-bottom: 10px;
}
#main #main {
	margin-bottom: 0;
}
.divider {
    margin: 2px 0;
    width: 100%;
    border: 0.5px solid #ccc;
}

.related_posts_by_taxonomy .gallery-item:not(:first-child) .gallery-icon{
	display: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
 
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
 
.alignright {
    float: right;
}
 
.alignleft {
    float: left;
}


/*------------------------------------
    #HEADER OF SITE
------------------------------------*/

#header {
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #eee;
	height: 149px;
 	background: #FFF;
}

#header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /*
  overflow: hidden;
  */
}

#header.sticky + #main {
  padding-top: 149px;
}

.header-info-text {
	position: absolute;
	top: 23px;
	right: 49px;
	width: 120px;
	height: 90px;
	display: none;
	z-index: -1;
	overflow: hidden
}
.header-info-text div{
	width: 120px;
	height: 120px;
	background: #2f3e79;
	text-align: center;
	font: 13px/1.2 "Sanchez", sans-serif;
	color: #eee;
	padding: 29px 0 0;
	border-radius: 50%;
}
/*.header-info-text div:after {
	content: "";
	position: absolute;
	top: 55%;
	height: 45%;
	left: 0;
	right: 0;
	background: #fff;
}*/

.navbar-brand {
	-ms-flex-preferred-size: 192px;
	flex-basis: 192px;
	max-width: 192px;
	margin: .75rem 0;
	padding: 0;
}

.navbar-brand img {
	width: 100%;
}

.navbar-toggler {
	-webkit-transition: .2s linear width, .2s linear right, .2s linear top, .2s linear position;
	transition: .2s linear width, .2s linear right, .2s linear top, .2s linear position;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 1.125rem;
	background: none !important;
	border: none;
	border-radius: 0;
	z-index: 5;
	width: 1.75rem;
	position: relative;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler span {
	-webkit-transition: .2s linear all;
	transition: .2s linear all;
	position: absolute;
	left: 0;
	right: 0;
	height: .1875rem;
	background: none;
	top: 50%;
	margin: -.0625rem 0 0;
	width: 100%;
	border-radius: .5rem;
}

.navbar-toggler span:before,
.navbar-toggler span:after {
	-webkit-transition: .2s linear all;
	transition: .2s linear all;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	height: .1875rem;
	left: .0625rem;
	right: .0625rem;
	background: #2f3e79;
	top: 0;
	border-radius: .5rem;
}

.navbar-toggler span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar-toggler.collapsed span {
	background: #2f3e79;
}

.navbar-toggler.collapsed span:before,
.navbar-toggler.collapsed span:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: 0;
}

.navbar-toggler.collapsed span:before {
	top: -.4375rem;
}

.navbar-toggler.collapsed span:after {
	bottom: -.4375rem;
	top: auto;
}

#nav {
	padding-top: 0;
	padding-bottom: 0;
}

#nav .social-networks {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem 0;
}

#nav .navbar-nav {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
}

#nav .navbar-nav .nav-item {
	font-weight: 300;
	font-size: 1.0625rem;
	line-height: 1.25;
	letter-spacing: .075em;
	text-transform: uppercase;
}

#nav .navbar-nav .nav-link {
	color: #201d1d;
}

#nav .navbar-nav .nav-link:hover {
	background: #9cb8ae;
	color: #fff;
}

.header-search-wrap {
	position: relative;
}

.header-search-wrap .search-opener {
	width: 33px;
	height: 33px;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	font-size: 1rem;
	margin-top: 1px;
}

.header-search-wrap .search-opener:hover {
	color: #9cb8ae;
}

.header-search-form {
	position: relative;
}

.header-search-form .search-input {
	display: block;
	width: 100%;
	height: 2.0625rem;
	background: #fff;
	border: 1px solid #2f3e79;
	font-size: .875rem;
	line-height: 1.3571;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	padding: .4375rem .75rem;
	outline: none;
	color: #201d1d;
	font-weight: 300;
	border-radius: 0;
}

.header-search-form .search-input::-webkit-input-placeholder {
	color: #201d1d;
}

.header-search-form .search-input::-moz-placeholder {
	opacity: 1;
	color: #201d1d;
}

.header-search-form .search-input:-moz-placeholder {
	color: #201d1d;
}

.header-search-form .search-input:-ms-input-placeholder {
	color: #201d1d;
}

.header-search-form .search-input.placeholder {
	color: #201d1d;
}

.header-search-form button[type="submit"] {
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	height: 33px;
	width: 33px;
	border: none;
	color: #000;
	line-height: 1;
	font-size: 1rem;
	padding: .125rem;
	margin: 0;
	cursor: pointer;
}

.header-search-form button[type="submit"] i {
	vertical-align: middle;
}

.header-search-form button[type="submit"]:hover {
	color: #9cb8ae;
}

.self-development-section {
	border-bottom: 4px solid #eee;
	padding: 25px 0 17px;
	margin-bottom: 25px;
}

.self-development-section a {
	text-decoration: none;
}

.self-development-section h2 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
  	font-size: 25px;
}

.development-article-item {
	margin-bottom: 26px;
}

.development-article-item.first img{
 	height: 300px;
    object-fit: cover;
}

.development-article-item .img-wrap {
	margin-bottom: 17px;
}

.development-article-item .img-wrap img {
	width: 100%;
}

.development-article-item .development-article-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 15px;
}

.development-article-item .development-article-title a {
	font-weight: 900;
	color: #18286a;
	text-decoration: none;
}

.development-article-item .development-article-title a:hover {
	color: #9cb8ae;
}

.development-article-item p {
	margin-bottom: .75rem;
}

.development-article-item .btn {
	min-width: 96px;
}

.relationships-section {
	border-bottom: 4px solid #eee;
	padding: 12px 0 15px;
	margin-bottom: 25px;
}

.relationships-section a {
    text-decoration: none;
}

.relationships-section h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
  	font-weight: 900;
  	font-size: 25px;
}

.relationship-article-item,
.parenting-article-item {
	margin: 0 0 26px;
}

.relationship-article-item img,
.parenting-article-item img {
	width: 100%;
	margin: 0 0 15px;
	height: 250px;
    object-fit: cover;
}

.relationship-article-item .relationship-article-title,
.relationship-article-item .parenting-article-title,
.parenting-article-item .relationship-article-title,
.parenting-article-item .parenting-article-title {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1.375;
	text-transform: uppercase;
	font-weight: 400;
}

.relationship-article-item .relationship-article-title a,
.relationship-article-item .parenting-article-title a,
.parenting-article-item .relationship-article-title a,
.parenting-article-item .parenting-article-title a {
	color: #18286a;
	text-decoration: none;
}

.relationship-article-item .relationship-article-title a:hover,
.relationship-article-item .parenting-article-title a:hover,
.parenting-article-item .relationship-article-title a:hover,
.parenting-article-item .parenting-article-title a:hover {
	color: #9cb8ae;
}

.parenting-section a {
	text-decoration: none;
}

.parenting-section {
	padding: 0 0 15px;
}

/*.parenting-section h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
 	font-weight: 900;
    font-size: 25px;
}*/

.webinars-section {
	background: url(../images/img18.jpg) 50% 50%/cover no-repeat;
	padding: 20px 0 12px;
}

.webinars-section h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.125;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 9999px;
	margin: 0 -9999px 34px;
	background: rgba(47, 62, 121, .8);
	text-align: center;
}

.webinars-section .webinar-section-title {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	padding: 5px;
	text-align: center;
	font-weight: 400;
	color: #18286a;
	background: rgba(255, 255, 255, .7);
	margin: 0 0 22px;
}

.webinar-item {
	border: 3px solid #18286a;
	line-height: 1.2857;
	background: #fff;
	margin: 0 0 42px;
	position: relative;
}

.webinar-item .img-wrap img {
	width: 100%;
}

.webinar-item .webinar-detail {
	padding: 12px 12px 8px;
}

.webinar-item .webinar-title {
	line-height: 1.2;
	font-size: 18px;
	margin: 0 0 10px;
}

.webinar-item .webinar-title a {
	color: #000;
	text-decoration: none;
}

.webinar-item .webinar-title a:hover {
	color: #9cb8ae;
}

.webinar-item .webinar-date {
	margin-bottom: 9px;
}

.webinar-item .btn {
	position: absolute;
	bottom: -18px;
	right: 17px;
}

.video-section {
	padding: 25px 0 20px;
	text-align: center;
}
.video-section .wpb_content_element{margin-bottom: 15px;}
.video-section h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.video-section .btn {
	min-width: 96px;
}

.video-slider {
	margin: 0 0 20px;
	padding: 0 15px;
}

.video-slider .slide {
	padding: 0 15px;
}

.video-slider .video-item {
	position: relative;
	height: 0;
	padding-bottom: 201px;
}

.video-slider .video-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.video-slider .slick-arrow {
	border: none;
	outline: none;
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	line-height: 1;
	font-size: 24px;
	color: #000;
	z-index: 3;
}

.video-slider .slick-arrow:hover {
	color: #9cb8ae;
}

.video-slider .slick-prev {
	left: 0;
}

.video-slider .slick-next {
	right: 0;
}

.popular-article-section {
	background: #f5f5f5;
	padding: 34px 0 11px;
}

.popular-article-section h2 {
	text-transform: uppercase;
	border-bottom: 2px solid #dbdbdb;
	padding: 0 0 3px;
	margin-bottom: 10px;
}

.popular-article-list {
	margin: 0 -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: item;
}

.popular-article-list .popular-article-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.popular-article-item {
	text-align: center;
	padding: 0 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	margin: 0 0 14px;
}

.popular-article-item a,
.popular-article-item .article-black {
	display: block;
	background: #fff;
	color: #000;
	text-decoration: none;
    height: 100%;
}
.popular-article-item{
	margin-bottom:20px !important;
}

.popular-article-item img {
	height: 150px;
	object-fit: cover;
}

.popular-article-item a:hover {
	color: #9cb8ae;
}

.popular-article-item .article-detail {
	position: relative;
	z-index: 6;
	padding: 0 14px 20px;
}

.popular-article-item .article-detail:before {
	width: 49px;
	height: 49px;
	background: #fff;
	border-radius: 50%;
	content: counters(item, ".");
	counter-increment: item;
	font-size: 30px;
	line-height: 1.6333;
	color: #010101;
	font-weight: 500;
	text-align: center;
	display: block;
	margin: -20px auto 6px;
	z-index: 6;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
}

.popular-article-item p {
	margin: 0;
}

@media (min-width:992px){
	.popular-article-section .container {
		padding-left:4rem;
		padding-right:4rem;
	}
	.popular-article-section .wpb_content_element{margin-bottom:10px;}
}

/**/

.social-share-section {
	background: url(../images/img19.jpg) 50% 50%/cover no-repeat;
	padding: 20px 0 12px;
}

.social-share-section .row {
	margin: 0 -10px;
}

.social-share-section .row [class^="col-"],
.social-share-section .row [class*="col-"] {
	padding: 0 10px;
}

.social-share-item {
	border: 8px solid #fff;
	background: rgba(255, 255, 255, .85);
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding: 18px 28px 30px;
	margin: 0 0 20px;
}

.social-share-item .share-title {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #344078;
	margin: 0 0 14px;
	line-height: 1.2;
}

.social-share-item .fb-wrap img,
.social-share-item .twitter-wrap img {
	width: 100%;
}

.content-holder {
	padding: 20px 0 35px;
}

.article-detail-content h2 {
	font-weight: 900;
	letter-spacing: -.015em;
	margin-bottom: 11px;
	padding-top: 16px;
}

.article-detail-content b,
.article-detail-content strong {
    font-weight: bold;
}


.article-detail-content h2:first-child {
	padding-top: 0;
}

.article-detail-content .article-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.2;
	padding: 13px 0 14px;
}

.article-detail-content .article-meta .author-img {
	-ms-flex-preferred-size: 36px;
	flex-basis: 36px;
	max-width: 36px;
	margin: 1px 0 0;
}

.article-detail-content .article-meta .article-meta-detail {
	-ms-flex-preferred-size: calc(100% - 36px);
	flex-basis: calc(100% - 36px);
	max-width: calc(100% - 36px);
	padding: 0 0 0 11px;
}

.article-detail-content .article-meta a {
	color: #2f3e79;
}

.article-detail-content .article-meta .article-category {
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
}

.article-detail-content .article-meta .article-category a {
	color: #000;
}

.article-detail-content .article-subheading {
	display: block;
	font-size: 16px;
	color: #18286a;
	margin: 0 0 15px;
	line-height: 1.2;
}

.article-detail-content p {
	margin-bottom: 12px;
}

.article-detail-content p a {
	/*color: #dd7167;*/
}

img.alignleft {
	display: block;
	margin: 0 auto 15px;
}

.promo-article {
	border: 3px solid #ddd9ce;
	box-shadow: inset 0 0 0 3px rgba(238, 238, 238, .75);
	padding: 15px;
	text-align: center;
	position: relative;
	margin: 0 0 25px;
}

.promo-article h3 {
	font-size: 19px;
	color: #18286a;
	line-height: 1.2;
	margin-bottom: 1em;
}

.promo-article h3 a {
	color: #18286a;
	text-decoration: none;
}

.promo-article h3 a:hover {
	color: #9cb8ae;
}

.promo-article .img-wrap {
	max-width: 240px;
	margin: 0 auto 15px;
}

.promo-article .img-wrap img {
	width: 100%;
}

.promo-article .ico-wrap {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #9cb8ae;
}

.promo-article .ico-wrap img {
	width: 100%;
}

.promo-article .btn {
	min-width: 96px;
}

.author-about-box {
	border-top: 1px solid #e8e5de;
	padding: 15px 0 0;
	margin: 25px 0 20px;
}

.author-about-box .author-info-row {
	padding: 3px 0;
}

.author-about-box .author-img {
	max-width: 123px;
	margin: 0 auto 15px;
}

.author-about-box .author-img img {
	width: 100%;
}

.author-about-box .author-detail {
	color: #686868;
}

.author-about-box .author-detail a {
	color: #000;
	font-weight: 500;
}

.author-about-box .author-detail .name {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 2px;
	text-align: center;
}

.related-article-box {
	border-top: 1px solid #e8e5de;
	padding: 15px 0 0;
	/*margin-bottom: 30px;*/
}

.related-article-box h2 {
	padding-bottom: 15px;
}

.related-article-box .row {
	margin: 0 -10px;
}

.related-article-box .row [class^="col-"],
.related-article-box .row [class*="col-"] {
	padding: 0 10px;
}

.related-article-box .related-article-item {
	margin: 0 0 25px;
}

.related-article-box .img-wrap {
	margin: 0 0 10px;
}

.related-article-box .img-wrap img {
	width: 100%;
}

.related-article-box .article-title {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #18286a;
}

.related-article-box .article-title a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.related-article-box .article-title a:hover {
	color: #9cb8ae;
}
.comment-respond {
	padding-top: 1.5em;
}

.comments-box {
	padding: 0 0 10px;
}

.comments-box .comment-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3333;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px solid #2f2f2f;
	padding: 0 0 7px;
	margin: 0 0 15px;
}

.comment-list {
	padding-left: 25px;
}

.comment-list > li,
.commentlist .comment {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .11);
	background: #fff;
	margin: 0 0 15px;
	color: #686868;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 0 24px 15px;
	position: relative;
}

.comment-list > li p {
	margin-bottom: 6px;
}

.comment-list > li p > span {
	display: block;
}

.comment-list > li .btn-reply {
	position: absolute;
	bottom: 0;
	right: 0;
	font: inherit;
	padding: 3px 5px;
	min-width: 64px;
	color: #000;
	background: #dcdcdc;
	text-align: center;
	text-decoration: none;
}

.comment-list > li .btn-reply:hover {
	background: #767676;
	color: #fff;
}

.reply-box {
	margin: 0 0 25px;
}

.reply-box .reply-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3333;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px solid #2f2f2f;
	padding: 0 0 7px;
	margin: 0 0 15px;
}

.reply-box .info-form {
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	display: block;
	margin: 0 0 15px;
}

.reply-box .info-form a {
	color: #2f3e79;
	text-decoration: none;
}

.reply-box .info-form a:hover {
	color: #9cb8ae;
}

.reply-box .comment-input {
	width: 100%;
	border: 1px solid #dcdcdc;
	min-height: 132px;
	outline: none;
	padding: 10px;
	display: block;
	margin: 0 0 20px;
	border-radius: 0;
	-webkit-appearance: none;
}

.reply-box .btn-comment {
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 300;
	border-radius: 0;
	line-height: 1.2857;
	padding: .4375rem .625rem;
	cursor: pointer;
	color: #fff;
	background: #9cb8ae;
	display: inline-block;
	vertical-align: top;
}

.reply-box .btn-comment:hover {
	background: #7db23d;
}

.feature-webinar-item {
	border: 4px solid #ededeb;
	background: #fff;
	text-align: center;
	padding: 21px 13px 27px;
	margin: 0 0 25px;
}

.feature-webinar-item .webinar-heading {
	position: relative;
	background: #2f3e79;
	/*
	border: 2px solid #9cb8ae;
	*/
	color: #fff;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 500;
	padding: 7px 0 7px 60px;
	margin: 0 19px 17px -19px;
}

.feature-webinar-item .webinar-heading .ico-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #9cb8ae;
	left: 18px;
}

.feature-webinar-item .webinar-heading .ico-wrap img {
	width: 100%;
}

.feature-webinar-item .img-wrap {
	margin: 0 0 12px;
}

.feature-webinar-item .img-wrap img {
    /*
	height: 250px;
    width: 100%;
	*/
    object-fit: contain;
}

.feature-webinar-item .webinar-title,
#sidebar .widget .widgettitle {
	font-size: 21px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 20px;
}

.feature-webinar-item .webinar-title a {
	color: #18286a;
}

.feature-webinar-item .webinar-title a:hover {
	text-decoration: none;
	color: #9cb8ae;
}

.feature-webinar-item .date {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #18286a;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 15px;
	padding: 0 6px;
}

.feature-webinar-item .btn {
	min-width: 116px;
}

.widget_related_article {
	border-top: 1px solid #e8e5de;
	padding: 15px 0 20px;
}

.widget_related_article h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	color: #18286a;
	margin: 0;
}

.width.related_posts_by_taxonomy .wp-related-excerpt {
	line-height: 1.25;
}

.sidebar-related-article {
	border-top: 1px solid #e8e5de;
	font-size: 14px;
	line-height: 1.5714;
	color: #686868;
	padding: 14px 0 19px;
}

.sidebar-related-article:first-of-type {
	border: none;
}

.sidebar-related-article img {
	width: 100%;
	margin: 0 0 6px;
}

.sidebar-related-article h4 {
	font-size: 16px;
	color: #18286a;
	line-height: 1.25;
	font-weight: 500;
	margin: 0 0 1px;
	padding-top: 9px;
}

.sidebar-related-article h4 a {
	color: #18286a;
	text-decoration: none;
}

.sidebar-related-article h4 a:hover {
	color: #9cb8ae;
}

.sidebar-related-article p {
	margin-bottom: 8px;
}

.webinar-menu {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	color: #18286a;
	padding: 20px 0;
}

.webinar-menu .active > a {
	color: #18286a;
}

.webinar-menu > li {
	padding: 0 10px;
}

.webinar-menu a {
	color: #9cb8ae;
	text-decoration: none;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.webinar-menu a:hover {
	color: #18286a;
}

.main-webinar-item {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
	background: #fff;
	border-top: 4px solid #2f3e79;
	margin: 0 0 25px;
}

.main-webinar-item:last-of-type {
	margin-bottom: 40px;
}

.main-webinar-item:first-of-type .webinar-title {
	margin-bottom: .6667em;
}

.main-webinar-item .webinar-status-title {
	display: block;
	color: #131010;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	background: #eee;
	padding: 7px 15px;
}

.main-webinar-item .detail-row {
	padding: 15px;
}

.main-webinar-item .img-wrap {
	text-align: center;
	max-width: 333px;
	margin: 0 auto 15px;
}

.main-webinar-item .img-wrap img {
	width: 100%;
}

.main-webinar-item .img-wrap .figure-caption {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
	font-style: italic;
	color: #9cb8ae;
	padding: 10px 0 0;
}

.main-webinar-item .webinar-title {
	color: #18286a;
	margin-bottom: .5em;
}

.main-webinar-item .webinar-title a {
	color: #18286a;
	text-decoration: none;
 	font-weight: bold;
}

.main-webinar-item .webinar-title a:hover {
	color: #9cb8ae;
}

.main-webinar-item dl {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 10px;
}

.main-webinar-item dl dt {
	float: left;
	clear: left;
	font-weight: 300;
	margin-right: 3px;
}

.main-webinar-item dl dd {
	margin: 0;
	font-weight: 600;
}

.main-webinar-item .btn {
	margin: 0 10px 10px 0;
}

.browse-webinar-box {
	max-width: 992px;
	background: #f8f8f8;
	margin: 0 auto 30px;
}

.browse-webinar-box .browse-heading {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	background: #2f3e79;
	line-height: 1.125;
	padding: .5417em;
}

.browse-webinar-box .webinar-category {
	font-size: 14px;
	line-height: 1.4286;
	padding: 15px;
	-webkit-column-count: 2;
	column-count: 2;
	max-width: 964px;
	margin: 0 auto;
	-webkit-column-gap: 14px;
	column-gap: 14px;
}

.browse-webinar-box .webinar-category a {
	color: #000;
	text-decoration: none;
}

.browse-webinar-box .webinar-category a:hover {
	color: #9cb8ae;
}

/*------------------------------------
    #FOOTER OF SITE
------------------------------------*/

.footer-newsletter-holder {
	background: #2f3e79;
	color: #fff;
	padding: 19px 0 18px;
}

.footer-newsletter-holder .signup-title {
	font: 400 20px/1.2 "Raleway", Arial, Helvetica, sans-serif;
	padding: 0 0 15px;
	display: block;
}

.newsletter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsletter-form .input-wrap {
	-ms-flex-preferred-size: calc(100% - 114px);
	flex-basis: calc(100% - 114px);
	max-width: calc(100% - 114px);
}

.newsletter-form .input-wrap input {
	width: 100%;
	font: 18px/1.2778 "Raleway", Arial, Helvetica, sans-serif;
	height: 39px;
	padding: 8px 21px;
	color: #000;
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.newsletter-form .input-wrap input::-webkit-input-placeholder {
	color: #5d5d5d;
}

.newsletter-form .input-wrap input::-moz-placeholder {
	opacity: 1;
	color: #5d5d5d;
}

.newsletter-form .input-wrap input:-moz-placeholder {
	color: #5d5d5d;
}

.newsletter-form .input-wrap input:-ms-input-placeholder {
	color: #5d5d5d;
}

.newsletter-form .input-wrap input.placeholder {
	color: #5d5d5d;
}

.newsletter-form .btn-submit {
	-ms-flex-preferred-size: 114px;
	flex-basis: 114px;
	max-width: 114px;
	font: 18px/1.2778 "Raleway", Arial, Helvetica, sans-serif;
	height: 39px;
	padding: 8px;
	color: #010101;
	text-transform: uppercase;
	text-align: center;
	border: none;
	outline: none;
	background: #9cb8ae;
	cursor: pointer;
}

.newsletter-form .btn-submit:hover {
	background: #7ea396;
}

.footer-bottom {
	position: relative;
	background: #fff;
	padding: 16px 0;
}

.footer-bottom:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 36px;
	background: -webkit-linear-gradient(bottom, transparent 0%, #000 100%);
	background: linear-gradient(to top, transparent 0%, #000 100%);
	opacity: .1;
}

.footer-bottom .container {
	position: relative;
	z-index: 2;
}

.footer-bottom .footer-info-text {
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	font-style: italic;
	color: #9b9b9b;
	margin: 0 0 18px;
}

.footer-nav-holder {
	border: 1px solid #e6e6e6;
	border-width: 1px 0;
	padding: 15px 0 10px;
	margin: 0 0 20px;
}

.footer-nav-holder .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.1429;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-weight: 400;
	padding: 0 0 5px;
}

.footer-nav-holder .menu > li {
	margin: 0 0 5px;
}

.footer-nav-holder .menu > li + li:before {
	content: "|";
	position: relative;
	top: -1px;
	padding: 0 10px;
}

.footer-nav-holder .menu a {
	color: #656565;
	text-decoration: none;
}

.footer-nav-holder .menu a:hover {
	color: #000;
}

.footer-nav-holder .social-networks > li {
	margin: 0 4px 4px;
}

.footer-nav-holder .social-networks > li > a {
	width: 40px;
	height: 40px;
	background: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
}

.footer-nav-holder .social-networks > li > a:hover {
	background: #999;
}

.footer-links-row {
	padding-bottom: 10px;
}

.footer-links-row .links-title {
	display: block;
	color: #656565;
	font-size: 14px;
	line-height: 1.1429;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin: 0 0 15px;
}

.footer-links-row ul {
	font-size: 14px;
	line-height: 1.1429;
	margin: 0 0 18px;
}

.footer-links-row ul > li {
	margin-bottom: 8px;
}

.footer-links-row ul a {
	color: #838383;
	text-decoration: none;
}

.footer-links-row ul a:hover {
	color: #000;
}

.footer-links-row .links-group {
	margin: 0 -10px;
}

.footer-links-row .links-group ul {
	padding: 0 10px;
}

.copyright-info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.2;
	color: #838282;
	border-top: 1px solid #e6e6e6;
	padding: 15px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.copyright-info-box .copyright {
	margin-right: auto;
}

.copyright-info-box .logo-footer {
	-ms-flex-preferred-size: 126px;
	flex-basis: 126px;
	max-width: 126px;
	margin-right: 30px;
	display: none;
}

.copyright-info-box .logo-footer img {
	width: 100%;
}

.copyright-info-box a {
	color: #838282;
	text-decoration: none;
}

.copyright-info-box a:hover {
	color: #000;
}

@media (min-width: 576px) {
	.development-article-item.row-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.development-article-item.row-layout .img-wrap {
		-ms-flex-preferred-size: 47.4%;
		flex-basis: 47.4%;
		max-width: 47.4%;
		margin-bottom: 0;
	}

	.development-article-item.row-layout .development-article-detail {
		-ms-flex-preferred-size: 52.6%;
		flex-basis: 52.6%;
		max-width: 52.6%;
		padding-left: 20px;
	}

	.development-article-item.row-layout p {
		margin-bottom: 13px;
	}

	.webinar-item .wpb_wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 46px;
		line-height:1
	}

	.webinar-item .img-wrap {
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
		max-width: 45%;
	}

	.webinar-item .webinar-detail {
		padding: 13px 8px 5px 16px;
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
		max-width: 55%;
	}

	.webinar-item .btn {
		bottom: -23px;
	}

	.popular-article-list {
		margin: 0 -10px;
	}

	.popular-article-list .popular-article-item {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.popular-article-item {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.popular-article-item .article-detail {
		padding: 0 20px 27px;
	}

	.promo-article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.promo-article .img-wrap {
		margin: 0;
		-ms-flex-preferred-size: 36.26%;
		flex-basis: 36.26%;
		max-width: 36.26%;
	}

	.promo-article .article-detail {
		-ms-flex-preferred-size: 63.74%;
		flex-basis: 63.74%;
		max-width: 63.74%;
		padding: 0 0 0 21px;
	}

	.author-about-box .author-info-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.author-about-box .author-img {
		-ms-flex-preferred-size: 115px;
		flex-basis: 115px;
		max-width: 115px;
		margin: 7px 0 0;
	}

	.author-about-box .author-detail {
		-ms-flex-preferred-size: calc(100% - 115px);
		flex-basis: calc(100% - 115px);
		max-width: calc(100% - 115px);
		padding-left: 20px;
	}

	.author-about-box .author-detail .name {
		text-align: left;
	}

	.footer-nav-holder .menu > li + li:before {
		padding: 0 12px;
	}
}

#nav .navbar-nav .nav-item:hover > .sub-menu {
	display: block;
}

#nav .navbar-nav .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}

#nav .navbar-nav .sub-menu a {
	padding-left: 30px;
}

@media (min-width: 768px) {
	body {
		line-height: 1.7143;
	}

	.btn {
		padding: 9px 13px;
	}

	#header .container {
		display: block;
		position: relative;
	}

	.header-info-text {
		top: 4px;
		right: 39px;
		display: block;
	}

	.navbar-brand {
		margin: 15px auto;
		width: 240px;
		max-width: 240px;
		display: block;
	}

	.navbar-toggler {
		width: 2rem;
		height: 1.375rem;
	}

	.navbar-toggler.collapsed span:before {
		top: -.5625rem;
	}

	.navbar-toggler.collapsed span:after {
		bottom: -.5625rem;
	}

	#nav .navbar-collapse {
		margin: 0 -9999px;
		padding: 0 9999px;
		background: #d6ebe2;
	}

	#nav .social-networks {
		position: absolute;
		top: 14px;
		left: 15px;
	}

	#nav .navbar-nav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-preferred-size: calc(100% - 40px);
		flex-basis: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding: 0 15px;
	}

	#nav .navbar-nav .nav-link {
		padding-top: .6rem;
		padding-bottom: .4rem;
	}

	#nav .navbar-nav .nav-link:hover {
		color: #9cb8ae;
		background: none;
	}

	.header-search-wrap .search-opener {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#nav .navbar-nav .nav-item {
		position: relative;
	}

	#nav .navbar-nav .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		width: 262px;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	}

	#nav .navbar-nav .sub-menu a {
		color: #2f3e79;
		padding-left: 15px;
		padding-right: 15px;
	}

	#nav .navbar-nav .sub-menu .current-menu-item a {
		background: #f7f7f7;
		color: #2f3e79;
	}

	#nav .navbar-nav .sub-menu a:hover {
		background: #f7f7f7;
		color: #2f3e79;
	}

	.header-search-form {
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s ease opacity, .3s ease visibility, .3s ease width;
		transition: .3s ease opacity, .3s ease visibility, .3s ease width;
		z-index: 2;
	}

	.header-search-active .header-search-form {
		opacity: 1;
		visibility: visible;
		width: 200px;
	}

	.self-development-section {
		border-bottom-width: 6px;
		padding: 30px 0 0;
	}

	.self-development-section h2 {
		margin-bottom: 10px;
	}

	.development-article-item .img-wrap {
		margin-top: 1px;
		margin-bottom: 25px;
	}

	.development-article-item p {
		margin-bottom: 1.125rem;
	}

	.relationships-section {
		border-bottom-width: 6px;
		padding: 0 0 22px;
	}

	.relationships-section h2 {
		margin-bottom: 20px;
	}

	.relationship-article-item img,
	.parenting-article-item img {
		margin-bottom: 20px;
	}

	.parenting-section {
		padding: 0 0 22px;
	}

	.parenting-section h2 {
		margin-bottom: 20px;
	}

	.webinars-section {
		padding-top: 25px;
	}

	.webinars-section h2 {
		font-size: 56px;
	}

	.webinars-section .webinar-section-title {
		font-size: 24px;
		line-height: 1.2083;
		margin-bottom: 33px;
	}

	.webinar-item {
		margin-bottom: 52px;
	}

	.video-section {
		padding: 32px 0 19px;
	}

	.video-section h2 {
		margin-bottom: 20px;
	}

	.video-slider {
		margin-bottom: 25px;
		padding: 0 25px;
	}

	.video-slider .slide {
		padding: 0 10px;
	}

	.video-slider .slick-arrow {
		font-size: 30px;
	}

	.popular-article-list .popular-article-item {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.social-share-section {
		padding-top: 25px;
	}

	.social-share-section .row {
		margin: 0 -13px;
	}

	.social-share-section .row [class^="col-"],
	.social-share-section .row [class*="col-"],
	.social-share-section .vc_row-flex [class^="vc_col-"],
	.social-share-section .vc_row-flex [class*="vc_col-"] {
		padding: 0 13px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.social-share-section .vc_row-flex .vc_col-sm-4 .wpb_wrapper,
	.social-share-section .vc_row-flex .vc_col-sm-4 .wpb_wrapper,
	.social-share-section .wpb_wrapper .social-share-item,
	.social-share-section .wpb_wrapper .social-share-item{
		height:100%;
	}
	.social-share-item {
		margin-bottom: 26px;
		padding: 24px 28px 10px;
	}

	.social-share-item .share-title {
		font-size: 24px;
		margin-bottom: 22px;
	}

	.content-holder {
		padding: 30px 0 30px;
	}

	.content-holder {
		padding: 57px 0 57px;
	}

	img.alignleft {
		float: left;
		margin: 5px 10px 10px 0;
	}

	.promo-article {
		padding: 20px;
		margin-bottom: 30px;
	}

	.promo-article h3 {
		font-size: 22px;
	}

	.author-about-box {
		margin-top: 30px;
		padding: 25px 0 0;
	}

	.author-about-box .author-detail {
		padding-left: 25px;
	}

	.related-article-box {
		padding: 25px 0 0;
		/*margin-bottom: 45px;*/
	}

	.related-article-box h2 {
		padding-bottom: 20px;
	}

	.related-article-box .img-wrap {
		margin-bottom: 13px;
	}

	.comments-box .comment-title {
		font-size: 20px;
		line-height: 1.2;
		border-bottom-width: 4px;
	}

	.comment-list > li {
		margin-bottom: 20px;
	}

	.reply-box .reply-title {
		font-size: 20px;
		line-height: 1.2;
		border-bottom-width: 4px;
		margin-bottom: 20px;
	}

	.reply-box .info-form {
		margin-bottom: 21px;
	}

	.reply-box .comment-input {
		margin-bottom: 30px;
	}

	.reply-box .btn-comment {
		padding: 9px 15px;
	}

	.feature-webinar-item {
		margin-bottom: 30px;
	}

	.feature-webinar-item .img-wrap {
		margin-bottom: 16px;
	}

	.widget_related_article {
		padding: 23px 0 31px;
	}

	.sidebar-related-article h4 {
		padding-top: 13px;
	}

	.webinar-menu {
		font-size: 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		padding: 25px 8px;
		margin-bottom: 6px;
	}

	.webinar-menu:before {
		content: "|";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.main-webinar-item {
		border-top-width: 5px;
		margin-bottom: 30px;
	}

	.main-webinar-item:last-of-type {
		margin-bottom: 54px;
	}

	.main-webinar-item .detail-row {
		padding: 20px;
	}

	.main-webinar-item .img-wrap .figure-caption {
		font-size: 18px;
		line-height: 1.3333;
		padding-top: 15px;
	}

	.main-webinar-item dl {
		margin-bottom: 15px;
	}

	.main-webinar-item p {
		margin-bottom: 18px;
	}

	.main-webinar-item .btn {
		padding-left: 15px;
		padding-right: 15px;
		margin-right: 15px;
		min-width: 92px;
	}

	.browse-webinar-box {
		margin-bottom: 45px;
	}

	.browse-webinar-box .browse-heading {
		font-size: 22px;
	}

	.browse-webinar-box .webinar-category {
		font-size: 16px;
		line-height: 1.5;
		padding: 20px;
	}

	.footer-newsletter-holder {
		margin-bottom: 2px;
	}

	.footer-newsletter-holder .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-newsletter-holder .signup-title {
		-ms-flex-preferred-size: calc(100% - 360px);
		flex-basis: calc(100% - 360px);
		max-width: calc(100% - 360px);
		font-size: 21px;
		padding-right: 10px;
	}

	.newsletter-form {
		-ms-flex-preferred-size: 360px;
		flex-basis: 360px;
		max-width: 360px;
	}

	.footer-bottom {
		padding: 25px 0;
	}

	.footer-bottom .footer-info-text {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.footer-nav-holder .menu > li + li:before {
		padding: 0 15px;
	}

	.footer-links-row .links-title {
		margin-bottom: 20px;
	}

	.footer-links-row .links-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-links-row .links-group ul {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.copyright-info-box {
		padding: 20px 0;
	}

	.copyright-info-box .logo-footer {
		display: block;
	}
}

@media (min-width: 992px) {
	.header-info-text {
		top: 10px;
		right: 44px;
		height: 100px;
		width: 125px;
	}
	.header-info-text div{
		height: 125px;
		width: 125px;
	}

	.navbar-brand {
		width: 290px;
		max-width: 290px;
		margin: 20px auto;
	}

	#nav .social-networks {
		top: 19px;
		left: 25px;
	}

	#nav .navbar-nav {
		padding: 0 23px;
	}

	#nav .navbar-nav .nav-item {
		font-size: 20px;
		line-height: 1.2;
	}

	#nav .navbar-nav .sub-menu {
		width: 295px;
	}

	.self-development-section {
		border-bottom-width: 8px;
		padding: 30px 0 0;
	}

	.development-article-item .img-wrap {
		margin-top: 4px;
		margin-bottom: 23px;
	}

	.development-article-item.row-layout .development-article-detail {
		padding-left: 25px;
	}

	.relationships-section {
		border-bottom-width: 8px;
		padding: 0 0 27px;
	}

	.parenting-section {
		padding: 0 0 27px;
	}

	.webinars-section {
		padding: 33px 0 4px;
	}

	.webinar-item {
		margin-bottom: 55px;
	}

	.video-section {
		padding: 40px 0 30px;
	}

	.video-section h2 {
		margin-bottom: 24px;
	}

	.video-slider {
		margin-bottom: 30px;
		padding: 0 35px;
	}

	.video-slider .slide {
		padding: 0 20px;
	}

	.video-slider .slick-arrow {
		font-size: 38px;
	}

	.popular-article-list .popular-article-item {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}

	.social-share-section {
		padding: 80px 0 78px;
	}

	.content-holder {
		padding: 45px 0 45px;
	}

	.article-detail-content {
		/*max-width: 746px;*/
	}

	img.alignleft {
		margin: 11px 20px 10px 0;
	}

	.promo-article .ico-wrap {
		width: 60px;
		height: 60px;
	}

	.author-about-box {
		margin: 43px 0 22px;
		padding: 34px 0 0;
	}

	.author-about-box .author-detail {
		padding-left: 30px;
	}

	.related-article-box {
		/*margin-bottom: 66px;*/
		padding: 34px 0 0;
	}

	.related-article-box h2 {
		padding-bottom: 23px;
	}

	.comment-list {
		padding-left: 35px;
	}

	.comment-list > li {
		margin-bottom: 25px;
		padding: 21px 0 24px 27px;
		min-height: 132px;
	}

	#sidebar {
		max-width: 386px;
		margin-left: auto;
		border-left: 1px solid #e8e5de;
		padding-top: 7px;
	}

	.feature-webinar-item .webinar-heading {
		/*
		padding: 4px 0 4px 80px;
		*/
		padding: 4px 0 4px 0;
		font-size: 25px;
		line-height: 1.16;
	}

	.feature-webinar-item .webinar-heading .ico-wrap {
		width: 60px;
		height: 60px;
		left: 23px;
	}

	.feature-webinar-item .img-wrap {
		margin-bottom: 20px;
	}

	.feature-webinar-item .webinar-title,
	#sidebar .widget .widgettitle
	{
		font-size: 24px;
	}

	.feature-webinar-item .date {
		margin-bottom: 20px;
	}

	.webinar-menu {
		font-size: 30px;
		padding: 29px 13px;
		margin-bottom: 8px;
	}

	.main-webinar-item {
		border-top-width: 6px;
		margin-bottom: 36px;
	}

	.main-webinar-item:last-of-type {
		margin-bottom: 70px;
	}

	.main-webinar-item:first-of-type .detail-row {
		padding-bottom: 24px;
	}

	.main-webinar-item:first-of-type p {
		margin-bottom: 26px;
	}

	.main-webinar-item .webinar-status-title {
		font-size: 18px;
		line-height: 1.3333;
		padding: 8px 24px;
	}

	.main-webinar-item .detail-row {
		padding: 27px 24px 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.main-webinar-item .img-wrap {
		-ms-flex-preferred-size: 30.75%;
		flex-basis: 30.75%;
		max-width: 30.75%;
		margin: 3px 0 0;
	}

	.main-webinar-item .img-wrap .figure-caption {
		padding-top: 20px;
	}

	.main-webinar-item .detail-holder {
		-ms-flex-preferred-size: 69.25%;
		flex-basis: 69.25%;
		max-width: 69.25%;
		padding-right: 20px;
	}

	.main-webinar-item dl {
		margin-bottom: 18px;
	}

	.main-webinar-item .btn {
		margin-right: 20px;
	}

	.browse-webinar-box {
		margin-bottom: 60px;
		padding-top: 5px;
	}

	.browse-webinar-box .browse-heading {
		font-size: 24px;
	}

	.browse-webinar-box .webinar-category {
		font-size: 18px;
		line-height: 1.6667;
		padding: 25px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}

	.footer-newsletter-holder {
		margin-bottom: 3px;
	}

	.footer-newsletter-holder .signup-title {
		font-size: 23px;
		-ms-flex-preferred-size: calc(100% - 400px);
		flex-basis: calc(100% - 400px);
		max-width: calc(100% - 400px);
		padding: 0 12px;
	}

	.newsletter-form {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
		max-width: 400px;
	}

	.newsletter-form .input-wrap {
		-ms-flex-preferred-size: calc(100% - 120px);
		flex-basis: calc(100% - 120px);
		max-width: calc(100% - 120px);
	}

	.newsletter-form .btn-submit {
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px;
		max-width: 120px;
	}

	.footer-bottom {
		padding: 30px 0;
	}

	.footer-bottom .footer-info-text {
		font-size: 18px;
		margin-bottom: 28px;
	}

	.footer-nav-holder {
		padding: 10px 0 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-nav-holder .menu {
		padding: 11px 0 12px;
	}

	.footer-nav-holder .menu > li + li:before {
		padding: 0 20px;
	}

	.footer-links-row {
		padding-bottom: 19px;
	}

	.footer-links-row .links-title {
		margin-bottom: 24px;
	}

	.copyright-info-box {
		padding: 26px 0;
	}

	.copyright-info-box .logo-footer {
		margin-right: 28px;
	}
}

@media (max-width: 1199.98px) {
	#header {
		height: 117px;
	}

	#header.sticky + #main {
	  padding-top: 117px;
	}
}

@media (min-width: 1200px) {
	.header-info-text {
		top: 43px;
		right: 49px;
	}

	.navbar-brand {
		width: 340px;
		max-width: 340px;
		margin: 47px auto 23px;
	}

	#nav .social-networks {
		top: 44px;
		left: 33px;
	}

	#nav .navbar-nav {
		-ms-flex-preferred-size: calc(100% - 69px);
		flex-basis: calc(100% - 69px);
		max-width: calc(100% - 69px);
		padding: 0 42px 0 91px;
	}

	.self-development-section {
		border-bottom-width: 9px;
		padding: 30px 0 0;
	}

	.development-article-item.row-layout .development-article-detail {
		padding-left: 30px;
	}

	.relationships-section {
		border-bottom-width: 9px;
		padding: 0 0 37px;
	}

	.parenting-section {
		padding: 0 0 40px;
	}

	.webinar-item {
		margin-bottom: 60px;
	}

	.video-section {
		padding: 52px 0 39px;
	}

	.video-slider .slide {
		padding: 0 32px;
	}

	.social-share-section {
		padding: 80px 0 78px;
	}

	.promo-article {
		padding: 24px;
		margin-bottom: 37px;
	}

	.promo-article h3 {
		font-size: 24px;
	}

	.promo-article .ico-wrap {
		width: 72px;
		height: 72px;
	}

	.author-about-box .author-img {
		max-width: 123px;
		-ms-flex-preferred-size: 123px;
		flex-basis: 123px;
		margin-top: 12px;
	}

	.author-about-box .author-detail {
		max-width: calc(100% - 123px);
		-ms-flex-preferred-size: calc(100% - 123px);
		flex-basis: calc(100% - 123px);
		padding-left: 38px;
	}

	.comment-list {
		padding-left: 46px;
	}

	.comment-list > li {
		margin-bottom: 29px;
	}

	#sidebar {
		padding-left: 31px;
	}

	.feature-webinar-item .webinar-heading {
		/*
		padding: 0 0 0 101px;
		*/
		padding: 0;
		font-size: 30px;
		line-height: 1.2333;
	}

	.feature-webinar-item .webinar-heading .ico-wrap {
		width: 72px;
		height: 72px;
		left: 27px;
	}

	.main-webinar-item {
		border-top-width: 7px;
		margin-bottom: 40px;
	}

	.main-webinar-item:last-of-type {
		margin-bottom: 80px;
	}

	.main-webinar-item .img-wrap {
		padding: 0 6px;
	}

	.main-webinar-item .detail-holder {
		padding-right: 45px;
	}

	.browse-webinar-box {
		margin-bottom: 70px;
		padding-top: 8px;
	}

	.browse-webinar-box .webinar-category {
		padding: 29px 29px 38px;
		-webkit-column-gap: 67px;
		column-gap: 67px;
	}

	.header-search-wrap {
		margin-right: 25px;
	}

	.footer-newsletter-holder {
		margin-bottom: 4px;
	}

	.footer-newsletter-holder .container {
		max-width: 1160px;
	}

	.footer-newsletter-holder .signup-title {
		font-size: 26px;
		-ms-flex-preferred-size: calc(100% - 454px);
		flex-basis: calc(100% - 454px);
		max-width: calc(100% - 454px);
		padding: 0 16px;
	}

	.newsletter-form {
		-ms-flex-preferred-size: 454px;
		flex-basis: 454px;
		max-width: 454px;
	}

	.newsletter-form .input-wrap {
		-ms-flex-preferred-size: calc(100% - 144px);
		flex-basis: calc(100% - 144px);
		max-width: calc(100% - 144px);
	}

	.newsletter-form .btn-submit {
		-ms-flex-preferred-size: 144px;
		flex-basis: 144px;
		max-width: 144px;
	}

	.footer-bottom {
		padding: 44px 0 35px;
	}

	.footer-bottom .footer-info-text {
		margin-bottom: 39px;
	}

	.footer-nav-holder {
		margin-bottom: 39px;
	}

	.footer-nav-holder .menu > li + li:before {
		padding: 0 34px 0 27px;
	}

	.copyright-info-box .logo-footer {
		margin-right: 37px;
	}
}

@media (min-width: 1220px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 991.98px) {
	#header {
		height: 102px;
	}

	#header.sticky + #main {
	  padding-top: 102px;
	}

	.footer-nav-holder .menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-nav-holder .social-networks {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
	#header {
		height: 51px;
	}

	#header.sticky {
		overflow: visible;
	}

	#header.sticky + #main {
	  padding-top: 51px;
	}

	#nav {
	    background: #FFF;
	}

	#nav .navbar-collapse {
		margin-left: -1rem;
		margin-right: -1rem;
		border-top: 1px solid #eee;
	}

	#nav .navbar-nav {
		border-bottom: 1px solid #eee;
	}

	#nav .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.header-search-wrap {
		padding: .75rem 1rem;
		border-bottom: 1px solid #eee;
	}

	.header-search-form button[type="submit"] {
		background: #2f3e79;
		border: 1px solid #2f3e79;
		color: #fff;
	}

	.header-search-form button[type="submit"]:hover {
		background: #fff;
		color: #2f3e79;
	}

	.webinar-menu {
		text-align: center;
	}

	.webinar-menu > li + li:before {
		width: 50px;
		height: 2px;
		content: "";
		display: block;
		margin: 12px auto;
		background: #18286a;
	}
}

.videos-page-container .videos-menu,
.videos-category-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.videos-page-container {
	padding: 0 0 30px;
}

/*.videos-page-container{
    text-align: center;
}*/

.videos-page-container .playlist-item{
    color: #000;
    font-size: 20px;
}

.videos-page-container h1 {
    /*border-bottom: 10px solid #18286a;*/
    line-height: 1.2;
    padding: 0 0 10px;
    margin: -13px 0 15px;
    /*
	font-size: 25px;
    color: #18286a;
    font-weight: bold;
	*/
}

.videos-page-container .video-heading-info {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	color: #18286a;
	line-height: 1.2;
	padding: 16px 0;
}

.videos-page-container .videos-menu {
	font-size: 18px;
	line-height: 1.2917;
	font-weight: 600;
	border-top: 10px solid #18286a;
	background: #eee;
	margin: 0 0 30px;
	padding: 0 8px;
}

.videos-page-container .videos-menu > li.active > a {
	color: #34427c;
}

.videos-page-container .videos-menu a {
	color: #262323;
	text-decoration: none;
 	font-size: 26px;
}

.videos-page-container .videos-menu a:hover {
	color: #34427c;
}

.videos-category-menu {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5455;
	margin: 0 0 20px;
}

.videos-category-menu a {
	color: #18286a;
	text-decoration: none;
}

.videos-category-menu a:hover {
	color: #99c85f;
}

.vodeos-holder .video-item {
	margin: 0 0 25px;
}

.vodeos-holder .video-item .video-frame {
	position: relative;
	height: 0;
	padding-bottom: 200px;
}

.vodeos-holder .video-item .video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.vodeos-holder .video-item .video-detail {
	padding: 10px 0 0;
}

.vodeos-holder .video-item .video-name {
	display: block;
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.vodeos-holder .video-item .video-name a {
	color: #2f3e79;
	text-decoration: none;
}

.vodeos-holder .video-item .video-name a:hover {
	color: #92c555;
}

@media (min-width: 768px) {
	.videos-page-container {
		padding: 0 0 40px;
	}

	.videos-page-container .video-heading-info {
		font-size: 20px;
		padding: 20px 0;
	}

	.videos-page-container .videos-menu {
		font-size: 20px;
		border-top-width: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 8px 0;
		margin-bottom: 36px;
	}

	.videos-page-container .videos-menu > li {
		border-left: 3px solid #0c0909;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
		text-align: center;
	}

	.videos-page-container .videos-menu > li:first-child {
		border: none;
	}

	.videos-category-menu {
		font-size: 18px;
	}

	.vodeos-holder .video-item {
		margin-bottom: 35px;
	}

	.vodeos-holder .video-item .video-name {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.videos-page-container {
		padding-bottom: 60px;
	}

	.videos-page-container .video-heading-info {
		font-size: 22px;
		padding: 24px 0;
	}

	.videos-page-container .videos-menu {
		font-size: 22px;
		border-top-width: 6px;
		margin-bottom: 44px;
	}

	.videos-category-menu {
		font-size: 20px;
	}

	.vodeos-holder .video-item {
		margin-bottom: 43px;
	}

	.vodeos-holder .video-item .video-name {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.videos-page-container {
		padding-bottom: 97px;
	}

	.videos-page-container .video-heading-info {
		font-size: 24px;
		padding: 29px 0;
	}

	.videos-page-container .videos-menu {
		font-size: 24px;
		border-top-width: 9px;
		margin-bottom: 54px;
	}

	.videos-category-menu {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.videos-page-container .videos-menu > li {
		border-top: 2px solid #0c0909;
		padding: 8px 0;
	}

	.videos-page-container .videos-menu > li:first-child {
		border: none;
	}
}

/* New Home Page */

.page-id-26049 header.article-header{display:none;}

/* Page Title */

.section-title .wpb_wrapper h1 {
	position: absolute;
	text-align: center;
	border-radius: 50%;
	z-index: -1;
}

.section-title .wpb_wrapper h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
}

/* Latest */
.section-title.latest-section .wpb_wrapper{
	position:relative;
	min-height:60px;
}
.section-title.latest-section .wpb_wrapper h1 {
	width:320px;
	height:305px;
	padding: 20px 0 0;
	background: #2f3e79;
	color: #fff;
}

.section-title.latest-section .wpb_wrapper h1:after {
	top: 25%;
	height: 75%;
}

/* Self */
.parenting-section{border-bottom:5px solid #f6f6f6;}
.section-title.self-section .wpb_wrapper{
	position:relative;
	min-height:90px;
}
.section-title.self-section .wpb_wrapper h1 {
	width:302px;
	height:302px;
	padding: 50px 0 0;
	background: #d7ece3;
	color: #242459;
}

.section-title.self-section .wpb_wrapper h1:after {
	top: 30%;
	height: 70%;
}

.self-section.textonimg .over-text{padding:10px 20px;}
.self-section.textonimg .over-text h2{ font-size:20px;}
.thumb-three .row .col-sm-6 .over-text{width: calc(100% - 30px)}
.thumb-three .row .col-sm-6 img{
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
}
@media (min-width: 768px) and (max-width: 991.95px) {
	.self-section.textonimg .over-text{
		position:relative;
		padding:15px 0 0 0;
	}
}
@media (min-width: 992px){
	.self-section.textonimg .over-text{min-height:70px}	
	.size-ndic-homepage-latest-right-top{min-height: 230px;}
}
@media (min-width:1200px){
	.size-ndic-homepage-latest-right-top{min-height: 284px;}
}
@media (min-width:1220px){
	.size-ndic-homepage-latest-right-top{min-height: 300px;}
}

/**/


.textonimg .over-text{
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(255,255,255,.7);
}
.textonimg .over-text h2,
.textonimg .over-text p,
.textonimg p{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.textonimg .wpb_wrapper{position:relative;}

.textonimg .over-text h2 a{color:#000;}
.textonimg .over-text h2 a:hover{color:#2f3e79; text-decoration:none;}

.textonimg img{width:100%;}

@media (max-width: 767.95px) {
	.thumb-three{margin-bottom:0 !important;}
	.thumb-three .col-sm-6,
	.thumb-three .col-sm-6:last-child{margin-bottom:35px !important;}
}
@media (min-width: 768px) {
	.thumb-three .col-sm-6{margin-bottom:0 !important;}
	.latest .vc_col-sm-8{width:100% !important;}
	.latest .vc_col-sm-4{width:100% !important;}
	.thumb-one h2{font-size:26px;}
	.thumb-two h2{font-size:24px;}
	.thumb-three h2{font-size:14px;}
}
@media (min-width:992px) {
	.latest .vc_col-sm-8{width:58.3333333333% !important;}
	.latest .vc_col-sm-4{width:41.6666666667% !important;}
	.textonimg .wpb_content_element{margin-bottom:0 !important;}
	.thumb-three{position:absolute; bottom:0;}
	.textonimg .right>.vc_column-inner>.wpb_wrapper{height:100%;}
}

/* Thumbs */
#rel-par-fet{ padding-top:47px}
@media (max-width: 767.95px) {
	#rel-par-fet{padding:0 1.5rem;}
	.feat-column .vc_column-inner {padding:0;}
}
@media (min-width:992px) {
	.rel-par-column{width:37.18% !important;}
	.feat-column{width:25.64% !important;}
}
.small-thumbs .thumb,
.small-thumbs .info{
	padding-left:0;
}
.small-thumbs .info h3{
	margin-top:5px;
	padding-bottom:0;
	margin-bottom:0;
}
.small-thumbs{
	line-height:1.2;
	font-size:13px;
}

.small-thumbs .btn{
	border:1px solid #242459;
	border-radius:3px;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	margin-top:12px;
	padding: 6px 13px;
}
.small-thumbs .btn:hover{
	background:#242459;
	color:#fff;
}

/*  */
.section-title.relationships .wpb_wrapper,
.section-title.parenting .wpb_wrapper{
	position:relative;
	min-height:48px;
}
.section-title.relationships .wpb_wrapper h1,
.section-title.parenting .wpb_wrapper h1 {
	width: 320px;
    height: 320px;
    padding: 16px 0 0;
    background: #2f3e79;
    color: #fff;
    font-size: 20px;
    left: -79px;
}

.section-title.relationships .wpb_wrapper h1:after,
.section-title.parenting .wpb_wrapper h1:after {
	top: 15%;
    height: 85%;
}
/**/
.section-title.featured .wpb_wrapper{
	position:relative;
	min-height:48px;
}
.section-title.featured .wpb_wrapper h1 {
	width: 320px;
    height: 320px;
    padding: 7px 0 0;
    background: #d6ebe2;
    color: #242459;
    font-size: 22px;
    line-height: 1;
	left:-45px;
}

.section-title.featured .wpb_wrapper h1:after {
	top: 15%;
    height: 85%;
}
#relationship{
	position:relative;
	z-index:10;
}

.feat-content {
	background:#fff;
	padding:12px;
	line-height:1.3
}

.feat-column .small-thumbs{
	background:#d6ebe2;
	padding:11px;
	text-align: center;
}
.feat-column .small-thumbs .btn{
	margin-top:20px;
	background:#2f3e79;
	color:#fff;
}
.feat-column .small-thumbs .btn:hover{
	background:#9cb8ae;
	color:#000;
	border: 1px solid #9cb8ae;
}

/* Video*/

.bx-wrapper img {
    border-radius:0 !important;
}
.playbtnCss {
    background: url(/wp-content/themes/ndic/library/images/play.png) no-repeat center center !important;
}
.bx-wrapper .bx-prev {
    background: url(/wp-content/themes/ndic/library/images/prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
    background: url(/wp-content/themes/ndic/library/images/next.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next { background-position:0 0 !important}
.bx-wrapper .bx-controls-direction a {
    margin-top: -20px!important;
    width: 25px!important;
    height: 39px!important;
}
@media (max-width:767.95px) {
	.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
		background-color:#fff;
		background-size:50%;
		background-position:center !important;
	}
	.bx-wrapper .bx-prev {
		left: -5px!important;
	}
	.bx-wrapper .bx-next {
		right: -5px!important;
	}
}
@media (max-width:575px) {
	.article-box-image {
	    width: 100%!important;
    	text-align: center;
	}
	.article-box-content {
        width: 100%!important;
    	padding: 10px 0!important;
	}
}
@media (min-width:768px) {
	.bx-wrapper .bx-prev {
		left: -45px!important;
	}
	.bx-wrapper .bx-next {
		right: -45px!important;
	}
}

/* Most Popular */
@media (min-width:992px) {
	.most-popular h1{font-size: 2rem;}
}