/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.margin-top-20{
	margin-top:20px;
}

.displaynone{
	display:none;
}

@media(min-width:992px){
	#metaslider-id-1440{
	  height: 401px;
    overflow-y: scroll;
	}
}
.mobile-navigation a:visited {
	color: #fff;
}
.main-navigation
{
	
	background-color:#00b4dc;
}
.main-navigation a:hover
{
	color: #fff;
}



/* Override caption code bug | 2611329-zen | tmb */
.gallery-caption {
	opacity: 1;
}

/* Remove slideshow background jr-17770766-hc */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
	background: transparent !important;
}

/* Hide carousel comments jr-17770766-hc */
.jp-carousel-info {
	display: none;
}

/*color-code main navigation*/
.main-navigation {
	border-color: #fff;
}

/* title-color code*/
.entry-title {
	color: #014f9a;
}

body .metaslider .flexslider .slides img {
margin-bottom:30px!important;
padding-left:px!important;
}
/* Hide post footer meta / 20773781-HC (MI) */

.entry-meta-footer {
    display:none;
}
/* Reduce space between header and content hc-21197885-vk*/
main#main {
    padding: 30px
}
/* Hide WordPress.com footer credit | 21438677-hc */
.credits {
	display: none;
}
/* Note here | 21438677-hc */
.site-info .row:before {
	content: 'Copyright Mantra © since 2001. All rights reserved';
	margin: 0 auto;
}

/* hide overflow from scrolling text on home page sm-21459680-hc */
.spt-container {
  height: 40px;
  overflow: hidden;
}
/* remove space above footer sm-21459662-hc */
.hentry {
  margin-bottom: 0;
  padding-bottom: 0;
}

main#main {
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* Remove padding bottom for paragraph block on homepage hc-21870623-vk*/
p.has-text-align-center.has-vivid-cyan-blue-color.has-text-color {
    margin-bottom: 0.5em;
}
/* Reduce space between column blocks on homeapge hc-21870623-vk*/
.post-1172 .wp-block-columns {
    margin-bottom: 0px;
}
/* Site description adjustment */
.site-description {
    font-size: 20px;
    color: #DC143C;
}
/* Hide courses page title | 23496648-hc | tmb */
.post-type-archive-wpcw_course .page-title {
  display: none;
}
/* Hide courses right sidebar | 23496648-hc | tmb */
.post-type-archive-wpcw_course .sidebar-area {
  display: none;
}
/* Hide courses right sidebar | 23496648-hc | tmb */
.post-type-archive-wpcw_course .sidebar-area, .single-wpcw_course .sidebar-area {
  display: none;
}
.post-nav{display:none !important;}
.single-course_unit .navigation.post-navigation,
.single-wpcw_course .navigation.post-navigation {
    display: none !important;
}