/*
	Theme Name: BPP Themes
	Theme URI:
	Description:
	Version: 1.0.0
	Author:
	Author URI:
	Tags:
*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/* when admin bar available */
@media only screen and (min-width: 1024px) {
	.logged-in.admin-bar .sticky.is-at-top { top: 32px !important; }
}

/* image styling */
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Global */
.space60 {
    height: 60px;
    display: block;
    width: 100%;
}
.addthis_toolbox { margin-top: 10px; }
.single .media-object img { max-width: 150px; }
@media only screen and (max-width: 360px) {
	.single .media-object img { max-width: 100px; }
}
#breadcrumbs span, #breadcrumbs span a {
  font-size: 0.8125rem;
  color: black;
  font-weight: 600;
}
.hero-page #breadcrumbs span, .hero-page #breadcrumbs span a { color: white; }
.hero-white #breadcrumbs span, .hero-white #breadcrumbs span a { color: #333; }
#breadcrumbs span a { margin: 0 0.5rem; }
#breadcrumbs span a:hover { text-decoration: underline; }
#breadcrumbs span.breadcrumb_last {
  color: #E75424;
  margin: 0 0.5rem;
}
#breadcrumbs > span:first-child::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  display: inline-block;
  margin-right: -2px;
  font-weight: 900;
}

/* Homepage */
.logo-partner img {
	margin-right: auto;
	margin-left: auto;
}


/* About */
.page-template-page-about p strong { font-weight: 600; }

/* Partnership */
.filterby:first-child { display: block; }
.filterby { display: none; }
.partnership-list { position: relative; }
.partnership-list .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.5);
  top: 0;
  left: 0;
  display: none;
}

/* Partnership Detail */
img.icon-woman {
	width: 70px;
	height: 104px;
}

/* Contact & Subscribe Form */
.contact-form .cell { margin-bottom: 1rem; }
.contact-form .required-label { color: #ff0000; }
.contact-form input, .contact-form textarea { margin-bottom: 0;  }
.contact-form input[type="submit"], .contact-form input.wpcf7-submit,
.subscribe-form input[type="submit"], .subscribe-form input.wpcf7-submit,
.subscribe-form-sidebar input[type="submit"], .subscribe-form-sidebar input.wpcf7-submit,
#commentform input[type="submit"] {
  margin: 0 0 1rem 0;
  padding: 0.72em 1.7em;
  border: 1px solid transparent;
  background-color: #E75424;
  color: #fefefe;
  border-radius: 5000px;
	cursor: pointer;
	font-weight: 600;
}
.contact-form input[type="submit"]:hover, .contact-form input.wpcf7-submit:hover,
.subscribe-form input[type="submit"]:hover, .subscribe-form input.wpcf7-submit:hover,
.subscribe-form-sidebar input[type="submit"]:hover, .subscribe-form-sidebar input.wpcf7-submit:hover,
#commentform input[type="submit"]:hover {
  background-color: #cd4316;
  color: #fefefe;
}
.subscribe-form .subscribe-email input { width: 75%; }
.subscribe-form-sidebar .email-label { display: none !important; }
.subscribe-form-sidebar input[type="submit"], .subscribe-form-sidebar input.wpcf7-submit {
	border: 1px solid #E75424;
	color: #E75424;
	background: transparent;
}
.subscribe-form-sidebar input[type="submit"]:hover, .subscribe-form-sidebar input.wpcf7-submit:hover {
	border-color: #78280d;
	color: #78280d;
	background: transparent;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
