/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* ----------------------------*/
/* NAVIGATION BEGIN*/


.main-navigation a {
    border-bottom: 0 solid transparent;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: larger;
}
.is-form-style input.is-search-input {
    font-size: 14px !important;
    border: none !important;
}

.main-navigation a:visited {
    color: white;
}

hr.no-bottom-margin {
	margin-bottom: 0;
}
.main-navigation li.astm-search-menu{
	display: block;
}
.main-navigation > div > ul {
 margin-top: 40px;
}
.customwidget .more-link {
	margin-top: 0;
}

@media screen and (min-width: 55em) and (max-width: 60em) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
}

@media screen and (min-width: 55em){
	#site-navigation {
		width: 80%;
  }
  .site-branding{
	  width: 20%
  }
	.is-menu.default form{
	  position: relative;
  	float: right;
  	margin-top: -80px;
  }
}
@media screen and (min-width: 55em) and (max-width: 70em) {
	.site-header.front {
		padding: 15px
	}	
	.main-navigation li	{
		margin: 0 1.5em 0 0;
	}
}

.main-navigation li:nth-last-child(2), .main-navigation li:last-child {
	margin-right: 0
}
a:hover.custom-logo-link {
	background: none;
}

/*mobile nav menu button*/
#site-navigation button {
	border-color:white;
	box-shadow:white 0 1px 0;
	border-radius:2px;
}
.menu-toggle {
	top: 3.5rem;
}

/* NAVIGATION END*/


/* ----------------------------*/


/*FOOTER BEGIN*/
.site-footer {
    background: #006ce4;
}
.footer-widgets.clear {
    border-top: none;
    border-bottom: none;
}
.singular .site-content .widget-area.footer-menu, .widget-area.footer-menu {
    border-top: 2px solid white;
}
#mc_embed_signup .mc-field-group input {
	background: #fff;
	color: #000;
}
.entry-content .wpnbha a {
	border-bottom: 0;
}

#mc_embed_signup .button {
	background-color: #006ce4 !important;
	text-transform: uppercase;
	border: 1px solid white !important;
	border-radius: 1px !important;
}

#mc_embed_signup {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

/*styling the "success" message in the email signup form*/
#mc_embed_signup #mce-success-response {
    color: #ffe26f;
}


#mc_embed_signup .asterisk {
	color: #f7927f !important;
}

/*remove lower site details bar*/
.site-info {
	display: none
}

/*FOOTER END*/

/* ----------------------------*/


/*HOME BEGIN*/

/*timestamps*/
.entry-meta {
	position: absolute;
	bottom: 0;
	left: 33%;
}
.site-main article{
	padding-bottom: 5em;
}

/* what's new borders */
.has-text-align-center.has-huge-font-size {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
	background: url('https://ipinbrief.com/wp-content/uploads/2020/06/IPIB-Banner-Light-Heading-B.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
 Adding background color to the blog section cards*/
 
.wpnbha.is-grid article {
	background-color: #e5f4f6;

}



/*trying to make banner text slightly smaller for mobile*/
@media screen and (max-width: 55em)
.content-caption .entry-content h1 {
	font-size: .75em
}

.entry-content > h2.entry-title{
	display: none;
}
.second-block .section, .standard-menu .second-block .section {
	text-align: left;
	padding: 3% 0 !important;
}
	
@media screen and (min-width: 55em)
.hentry {
    margin-bottom: -2em;
}
@media screen and (min-width: 80em) {
.content-caption {
	max-width: 50%;
}
}
@media screen and (min-width: 55em) { 
.homepage .section {
	min-height: 0
}
}
/*
 * .inner .block-one {
	text-align: left;
}
*/
.alignfull, .wp-block-cover-image {
    margin-bottom: 0px;
}

.standard-menu .featured-image
.section.pages .overlay, .content-caption {
	background: none;
}

.standard-menu #masthead.site-header {
	background: #006ce4;
}


.wpnbha .entry-meta {
	display: block;

}
.intro {
    font-size: 3rem;
}


/* Adjusting Speaking Engements 
.has-text-align-center {
		border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
	background: url('https://ipinbrief.com/wp-content/uploads/2020/06/IPIB-Banner-Light-Heading-B.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}
*/



/*HOME END*/

/* ----------------------------*/

/*BLOG BEGIN*/
a:visited {
    color: #006cef;
}
.widget_archive li, .widget_categories li {
    position: inherit;
}
h1, .singular .entry-title {
	color: #006cef;
}

/*hide pagination on blog posts*/
.site-main .post-navigation {display: none}

/*hide all comments on blog*/
.comments-area {
	display: none
}

.entry-content {
	font-size: larger;
}

/* XXXXX this isn't working*/
.entry-content h2, h3, h4, h5, h6 {
	text-transform: none !important;
}


/*BLOG END*/

/* ----------------------------*/


/* ABOUT PAGE BEGIN*/

/*
hide sidebar on About Page Template only
*/
#secondary .page-template-about-template .widget-area, .page-template-about-template .page-content {
	display: none;
}

.page-template-about-template .featured-image {
	margin-bottom: 5px;
}
.section.fixed .overlay {
    background: transparent;
}

.block-five {
    text-align: left;
}
.section.fixed {
    color: #000;
	background-color: #fff;
}

.entry-content {
    margin: 0 0 0em;
}
.content-caption .entry-content .button {
    border: 1px solid white;
	}

/* ABOUT PAGE END*/


/* ----------------------------*/

/*COPYRIGHT LEARNING CENTER BEGIN*/

.entry-header .entry-title {
	text-transform: none;
	font-size: 2rem !important;
	text-align: center
}
/*
.customwidget .more-link {
		position: absolute;
	left: 50%;
	margin-left: -75px;

.customwidget .more-link {
	width: 170px;
	text-align: center;
	margin: 0 auto;
}
*/

.threecolumn, .site-footer.custom .threecolumn {
	text-align: center;
}
.customwidget .more-link {
	display: inline-block;
}

/*fix masonry layout issue*/
.page-id-4723 .threecolumn .hentry {
    height: 735px !important;
}

.page-id-4723 .site-main article {
    padding-bottom: 0 !important;
}




/*COPYRIGHT LEARNING CENTER END*/

/* ----------------------------*/


/*CLC CHILD PAGES BEGIN */
/*
trying to add padding to the page title
*/
@media screen and (min-width: 55em) {
	.featured-image .entry-content h1 {
		padding: 15px 80px;

  }
}


.page .featured-image .header {
	background-image: url('https://ipinbrief.com/wp-content/uploads/2020/05/IPIB-Banner-11.png') !important
}

/*CLC CHILD PAGES END*/

/* ----------------------------*/



/* LEICHTMAN BEGIN*/
hr {
    height: 2px;
}
hr, .site-footer .widget_archive a, .site-footer .widget_categories a, hr.short, .site-footer form[id*=give-form] .give-donation-amount .give-currency-symbol, .site-footer form[id*=give-form] #give-final-total-wrap .give-donation-total-label, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .tribe-events-calendar thead th {
    background-color: black;
}
/* LEICHTMAN END*/

/* ----------------------------*/


.content-caption .entry-content .button{
	display:inline-block;
}


* {font-family: Arial}



a {color:#006cef}





h2, h3, h4, h5, h6 {
	font-family: Arial;
	color: #006ce4
}

#secondary .widget-title {
	color: #006ce4 !important;
}


.wpnbha.ts-3 article .entry-meta .entry-date {
	font-size: 1.2em;
	display: inline-block;
	border: 1px solid #666;
	color: #666;
	padding: 5px 10px;
	margin: 10px auto;
}

.post-5058.hentry {
	margin-bottom: 0;
}
body, button, input, select, textarea 
		{font-family: Arial}

.wp-block-button__link {
    color: #fff;
    background-color: #006ce4;
    border: none;
}
.content-caption .entry-content h1 
		{font-family: arial;
		text-transform: uppercase;
		letter-spacing: .01em}
}
	
hr {
    background-color: #000 !important;
}

@media screen and (min-width: 55em).standard-menu .section {
    padding: 3% 0 3% 0;
	}

.site-footer {
	margin-top: 30px;
}
.grecaptcha-badge { visibility: hidden; }
/*
h2.entry-title:hover {
	color: #000;
}
*/

.bsf-rt-reading-time {
background: #eeeeee;
color: #333333;
font-size: 15px;
margin-top: 15px !important;
margin-right: auto !important;
margin-bottom: 15px !important;
margin-left: auto !important;
padding-top: 0.5em;
padding-right: 0.7em;
padding-bottom: 0.5em;
padding-left: 0.7em;
width: max-content;
display: block;
min-width: 100px;
}

.progress-container-top {
 position:fixed;
 top:0;
 z-index:100;
 width:100%;
 height:10px;
 background:unset
}
.progress-container-bottom {
 position:fixed;
 bottom:0;
 z-index:100;
 width:100%;
 height:10px;
 background:unset
}
.progress-bar {
 height:8px;
 background:unset;
 width:0%;
 z-index:200
}
.bsf-rt-show-readtime-label {
 min-width:200px;
 display:inline-block
 
}
.bsf-rt-display-label:after {
 content:attr(prefix)
}
.bsf-rt-display-time:after {
 content:attr(reading_time)
}
.bsf-rt-display-postfix:after {
 content:attr(postfix)
}

.bsf-rt-reading-time br {
	display:none;
}

.post-7885 .rt-reading-time {
text-align: center;
}