/*
Theme Name: Show Me
Author: pwhittemore
Description: show me consulting theme
Version: 1.0
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: showme
*/

a{
	text-decoration:none;
}

.wp-block-image{
	border-radius:10px;
}

.has-extra-small-font-size{
	margin-top:0;
}

.main-header{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:1900px;
	margin:0 auto;
}

.main-header-left-border{
	width:calc(50% - 230px);
	height:3px;
	background:#27584D;
}

.main-header-right-border{
	width:calc(50% - 230px);
	height:3px;
	background:#27584D;
}

.main-header-img{
	margin:0 auto;
	position:relative;
	width:400px;
	max-height:70px;
}

.main-header-img img{
	width:100%;
}

.main-page-topsection{
	margin-bottom:10px;
}

.coupon-page-mainimage{
	max-width:360px;
}

.custom-coupon-column{

	background:white;
}

#coupon-column-external-copy{
	margin-left:5%;
}

.custom-coupon-column .wp-block-column:first-child{
	background:#27584D;
	color:#d3d3d3;
	border-radius:15px;
}

.custom-coupon-column .wp-block-column:first-child p{
	margin:0 auto;
	padding:20px;
}

.main-header-tagline{
	text-align:center;
	font-size:22px;
	margin:0 10px;
	line-height:19px;
	color:#27584D;
	text-transform:uppercase;
}

@media screen and (max-width: 999px) {
	.main-header-img{
		width:250px;
	}
	.main-header-tagline{
		font-size:18px;
	}
}


