/*
Theme name: Real Smoked BBQ
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

.slider-testimonials .slide__image p {
		font-weight: 700;
	}

.grid .grid__row {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.section-callout-grid.in-front {
	overflow: visible;
}
.section-grid-content .grid .grid__row {
	align-items: flex-start;
}

.logo-footer.image-fit {
	min-height: 184px;
}

.section-intro-primary + * {
	margin-top: -150px;
}

#field_2_1 {
	text-align: left;
}

#field_2_1 label {
	padding-bottom: 12px;
}

@media screen and (min-width:768px) {
	
	h2 {
		font-size: 60px;
	}
	
	.header .header__logo {
	width: 240px!important;
}

.logo {
	width: 240px;
	height: 120px;
}
	
	h2.h2-small {
		font-size: 42px;
	}
	
	.slider-testimonials .slide__image p {
		font-size: 32px;
	}
	
	.grid--entry img {
		max-height: 154px;
	}
	
	.grid--entry p + h6 {
		margin-top: 0;
	}
	
	.grid--entry h6 {
		line-height: 1.2;
	}
	
	.section-callout-grid .shell--normal {
		bottom: -146px;
		position: relative;
		margin-top: -146px;
	}
	
}

@media screen and (max-width:767px) {
	
	.slider-testimonials .slide__image p {
		font-size: 21px;
	}
	
}
