/*
Theme Name:   Starter 1
Author:       Business Promotion
Author URI: https://www.businesspromotion.com/
Template:     charlie
Description:  Child theme for BP Website Platform - can be edited 
Version: 1.0
*/
@import url('css/footer.css');
/*bottom-section*/
.bottom-section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 50vh;
	padding: 50px 0;
}
.no-webp .bottom-section{
	background-image: url("./images/bottombg.jpg");
}
.webp .bottom-section{
	background-image: url("./images/bottombg.webp");
}
.bottom-left h3{
	color: #fff;
	margin: 0 0 5px;
}
.bottom-left h2{
	color: #fff;
}
.bottom-left p{
	color: #fff;
}
.bottom-right{
	max-width: 369.07px;
	width: 100%;
	text-align: center;
	height: 216px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.no-webp .bottom-right{
	background-image: url("./images/runningbodx.png")
}
.webp .bottom-right{
	background-image: url("./images/runningbodx.webp")
}
.bottom-right h3{
	margin: 0;
	letter-spacing: .1em;
	color: #fff;
	width: 100%;
	padding: 0 38px;
}
.bottom-right a.mainlink.transition{
	color: #fff;
}
blockquote {
    padding: 42px 42px 32px 42px;
    margin: 10px auto;
    color: white;
    background: rgb(19 37 63);
    background-image: url(/wp-content/themes/starter-1/./images/blockquoteTopLeft.png), url(/wp-content/themes/starter-1/./images/blockquoteBottomRight.png), url(/wp-content/themes/starter-1/./images/blockquoteTopRight.png), url(/wp-content/themes/starter-1/./images/blockquoteBottomLeft.png), url(/wp-content/themes/starter-1/./images/blockquoteBottom.png), url(/wp-content/themes/starter-1/./images/blockquoteLeft.png), url(/wp-content/themes/starter-1/./images/blockquoteRight.png), url(/wp-content/themes/starter-1/./images/blockquoteTop.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y, repeat-x;
    background-position: top left, bottom right, top right, bottom left, bottom, left, right, top;
    display: block;
    text-align: left;
    max-width: 70%;
    min-width: 250px;
}
.award {
	line-height: 1;
}
.award a {
	color:#FFF;
}
.award img {
	height:150px;
}
article {
	margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 26px;
    border-bottom: 1px solid;

}
article header h1 {
	margin-bottom:15px;
}


@media(max-width: 990px){
	.bottom-left{
		max-width: 600px;
		margin: 0 auto 40px;
		text-align: center;
	}
}

.single-title {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #1A3358;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
}
.bottom-left h2 {
    text-align: center;
}
.bottom-right h3 {
    max-height: 109px;
    overflow: hidden;
}
.bottom-right {
    padding: 26px 0;
}
h3 {
    font-size: 21px;
}
article h3 {
    margin: 16px 0;
}