#showItemsWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-flex-pack:justify;
	justify-content:center;
}
#showItemsWrap .showItem {
	text-align: center;
	font-size: 16px;
    font-family: 'fira_sanslight';
    line-height: 20px;
    width: 346px;
}
#showItemsWrap .showItem .iconWrap {
	color: #ffffff;
	width: 65px;
	height: 65px;
	border-radius: 3px;
	background-color: #a679b8;
	text-align: center;
	line-height: 65px;
	margin: 0 auto 10px auto;
}
#showItemsWrap .showItem .iconWrap .fa {
	position: relative;
	top: 5px;
}
#formWrap {
	border-radius: 5px;
	background-color: #2b003b;
	background-image: url(../images/contact-form-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	padding: 15px 30px;
	position: relative;
}
#formWrap h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'fira_sanssemibold_italic';
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 13px;
    background-image: none;
    background-color: transparent;
}
#formWrap p {
	margin: 0px;
	padding: 0px;
}
#formWrap input,
#formWrap textarea,
#formWrap select {
	border: 0px;
    border-radius: 5px;
    background-color: #ffffff;
    //width: 514px;
    height: 39px;
    box-sizing: border-box;
    //padding-left: 10px;
    color: #2b003b;
    font-size: 15px;
    font-family: 'fira_sansitalic';
    //margin-bottom: 15px;
    display: block;
}
#formWrap select {
	width: 100%;
}
#formWrap textarea {
	width: 100%;
	height: 116px;
	padding-top: 10px;
}
#formWrap .frmBtmLeft {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
    font-family: 'fira_sanslight';
    line-height: 12px;
    position: relative;
    top: 14px;
}
#formWrap input[type='submit']{
	width: auto;
	border: solid 2px #ffffff !important;
	background-color: #2b003b;
	border-radius: 3px;
	color: #ffffff;
    font-family: 'fira_sanssemibold_italic';
	cursor: pointer;
	height: 52px;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
#formWrap input[type='submit']:hover {
	background-color: #a679b8;
}
#formWrap .googleReCap {
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
	-webkit-transform-origin:right top;
	-moz-transform-origin:right top;
	-o-transform-origin:right top;
	transform-origin:right top;
}
#formWrap .frmBtnRight {
	width: 540px;
	position: relative;
	top: -31px;
	height: 30px;
}
#formWrap #plumTextLG {
	background-image: url(../images/plum-productions-text-lg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 499px;
	height: 67px;
	position: absolute;
	bottom: -67px;
	right: 0px;
}
#mapWrap {
	background-color: #2b003b;
    height: 450px;
    overflow: hidden;
    position: relative;
}
#mapWrap #topShadow {
    background-image: url("../images/map-top-shadow.png");
    height: 24px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
#mapWrap #bottomShadow {
    background-image: url("../images/map-bottom-shadow.png");
    bottom: 0;
    height: 24px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 5;
}
#mapWrap iframe {
    margin-bottom: 0;
    opacity: 0.8;
}
#mapWrap .mapOverlay {
    background: transparent none repeat scroll 0 0;
    height: 500px;
    margin-top: -500px;
    position: relative;
    top: 500px;
    width: 100%;
    z-index: 8;
}
