/*
Theme Name: Manny & Olga's
Author: OneSmartSheep
Author URI: https://onesmartsheep.com/
Version: 1.0
*/

.blog-badge.post-category{
	text-decoration: none;
}

.lightbox-link{
	width:auto;
}
.lightbox-icon{
	height:20px;
}

blockquote p{
	font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin: 0px;
  padding:0px;
}

.w-button-full{
	width:100%;
}

span.req{
	color: red;
}
.copyright a{
	color: #c9242a;
	text-decoration: none;
}
.w-row-form .w-col{
	padding:0px 10px;
}

.w-button-block{
	width: 100%;
}

.w-button-coupn{
	background-color: #c9242a;
}

.alert{
	display: block;
	width:100%;
	margin-bottom: 10px;
	padding:10px 20px;
	font-weight: bold;
	border:1px solid #000;
	color: #000;
	background-color: #f1f1f1;
}
.alert.alert-danger{
	color: #9d5d8e;
  background-color: #fcf9fb;
  border-color: #b76ba3;
}
.alert.alert-success{
	color: #038b79;
  background-color: #f5fbfa;
  border-color: #00a28a;
}
.alert.alert-warning{
	color: #d3a860;
    background-color: #fffdf9;
    border-color: #f7c46c;
}
.alert.alert-info{
	color: #046992;
    background-color: #f5fafc;
    border-color: #0179a8;
}