.bqtBottom  {
	display: block;
	margin: 0 auto;
	width: 28%;
	height: 23px;
}
.bottomTxtButton {
	padding-top: 5%;
	padding-bottom: 5%;
}
.bottomTxtButton > input {
	float: right;
	display: inline;
}
.setPieces .setPieceImg {
	display: inline;
	width: 25%;
	float: left;
}
.setPieces .setPieceImg2 {
	display: inline;
	width: 25%;
	float: left;
}
#topFigure {
	display: block;
}
figure {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

figure, figcaption {
	display: block;
	font-style: italic;
	font-size: small;
}
figure img {
    vertical-align: top;
}
.bvmImg, .hosImg {
	display: block;
	margin: 0 auto;
}
.bvmImg:first-child, .hosImg:first-child, #familyImg {
	display: block;
	margin-right: 15px;
}
.bvmCopy {
	margin-top: 15px;
}
.chicagoLink, .subLink {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #ff6666;
}  
.chicagoLink a, .subLink a {
	vertical-align: baseline;
}
.chicagoLink {
	float: left;
}
.subLink {
	float: right;
}
.venueBlock {
	display: inline-block;
	width: 43%;
	margin-left: 5%;
	margin-top: 20px;
}
.delAreaSection {
	display: inline;
	width: 25%;
	float: left;
}
.delAreaSection > ul > li {
	padding: 15px;
	border: 4px solid white;
	background-color: #CACAFF;
	color: #006400;
}
div.lContentBox {
	width: 60%;
}
div.rContentBox {
	width: 25%;
	margin-left: 10%;
}
div.lContentBox, div.rContentBox {
	display: inline-block;
	float: left;
}
.sideData > img {
	display: block;
	max-width: 100%;
}
.newsCopy > p:first-child::first-letter {
	font-weight: bold;
	font-size: 2em;
}
.newsCopy > p {
	margin-bottom: 10px;
}
.newsCopy > p > a, .sideCopy > a {
	vertical-align: baseline;
}

.leftBadges > img {
	margin: 10px;
}

p.sideCopy {
	margin: 10px 22px 0px 0px;
}

.rightSideLinks {
	margin-top: 15px;
}
.bbb {margin-top: 15px;}

.yelp {margin-top: 15px;}
.resources {
	margin: 15px 0px 10px 0px;
}
.resources > ul > li > a {
	vertical-align: baseline;
}
.resourceHead {
	margin: 30px 0px 10px 0px;
	font-weight: 600;
	text-decoration: underline;
}
.recHeader {
	color: #339966;
	font-weight: bold;
} 
.locationsRow {
	margin: 10px 0px;
	position: relative;
}
.locationsRow > ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.locationsRow > ul > li {
	display: inline-block;
	padding: 0 0 0 2%;
	color: #006400;
}
#productSort {
    padding-bottom: 20px;
    padding-top: 14px;
    padding-left: 2%;
    padding-right: 2%;
}
.product-sort-options {
    float: left;
}
.product-sort-options a {
    margin: auto 25px;
    font-size: 18px;
	font-weight:900;
}
.product-search {
    float: right;
    margin-top: -2px;
}
.product-search input[type=text] {
    line-height: 18px;
    padding: 2px 4px;
    border: 1px solid #339966;
    border-radius: 4px;
}
.product-search input[type=submit] {
    -webkit-appearance: none;
    background: #f66;
    color: #fff;
    border: 1px solid #f66;
    border-radius: 5px;
    padding: 4px 6px;
    cursor: pointer;
}
a.sort-option-selected {
    color: #000;
}
#viewCart {
	float: left;
	padding: 10px 0px 10px 10px;
	color: #ff6666;
	font-weight: bold;
}
.resourceFloat {
	float: left;
	display: inline;
	width: 40%;
}
.resImgFloat {
	float: right;
	display: inline;
	width: 50%;
	padding-left: 10%;
}
p.no-results {
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #ff6666;
}
@media only screen and (max-width: 979px) {
	.setPieces .setPieceImg {
		width: 33%;
	}
	.locationsRow {
		margin: 15px 0px;
	}
	#locationsList {
		overflow: hidden; 
	}
	ul#locationsList > li {
		width: 17%;
		float: left;
		height: 5%;
	}
}
@media only screen and (max-width: 768px) {
	.resourceFloat {
		display: block;
		float: none;
		width: 100%;
	}
	.resImgFloat {
		display: block;
		float: none;
		padding-bottom: 10px;
	}
	.bqtBottom {
		height: 80px;
	}
	.bottomTxtButton {
		padding: 5%;
		height: 50px;
	}
	.bottomTxtButton > input {
		display: block;
		float: none;
		padding-bottom: 5%;
	}
	.setPieces .setPieceImg {
		width: 50%;
	}
	.setPieces .setPieceImg2 {
		width: 50%;
	}
	.chicagoLink, .subLink {
		display: block;
		float: left;
	}
	.leftBadges > img:not(:nth-child(2n+1)) {
		margin-left: 20%;
	}
	.delAreaSection {
		display: inline;
		width: 50%;
		float: left;
	}
	div.wedBouquet {
		width: 30%;
		float: none;
	}
	div.wedBouquet:not(:last-child) {
		padding-right: 2%;
	}
	.studioGrid > ul > li {
		width: 50%;
		margin-bottom: 20px;
		float: left;
		display: inline;
	}
	.locationGrid > ul > li {
		width: 50%;
		margin-bottom: 20px;
		float: left;
		display: inline;
	}
	div.lContentBox {
		width: 100%;
	}
	div.rContentBox {
		width: 100%;
		margin-left: 0%;
	}
	div.lContentBox, div.rContentBox {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.sideData > img {
		display: block;
		margin: 0 auto;
	}
	ul#resourceList > li:nth-child(1) {
		width: 100%;
		display: block;
		text-align: center;
		padding-right: 0px;
		float: none;
	}
	ul#resourceList > li {
		width: 48%;
		display: inline-block;
		text-align: center;
		padding-right: 0px;
		float: left;
	}
	.locationsRow {
		margin: 15px 0px;
	}
	#locationsList {
		overflow: hidden; 
	}
	#locationsList {
		text-align: center;
	}
	ul#locationsList > li {
		width:46%;
		height:1%;
		display:inline-block;
	}
	#topFigure {
		margin-right: 15px;
	}
	.bvmImg:first-child, .hosImg:first-child {
		display: block;
		margin-right: 15px;
	}
	#productSort {
		padding-bottom: 10px;
		padding-left: 0;
		text-align: center;
	}

    .product-sort-options {
        float: none;
    }

    .product-search {
        margin-top: 8px;
        float: none;
    }

}
@media only screen and (max-width: 480px) {
	.resCityState {
		display: block;
	}
	.resImgFloat {
		display: block;
		float: none;
		padding: 0px 0px 10px 0px;
		margin: 0 auto;
		width: 100%;
	}
	.setPieces .setPieceImg {
		width: 100%;
	}
	.setPieces .setPieceImg2 {
		width: 100%;
	}

	#txtDesc1, #txtAddress, #txtFriend, #txtOtherInfo {
		width: 100%;
	}
	.leftBadges > img:not(:nth-child(2n+1)) {
		margin-left: 0;
	}
	.leftBadges > img {
		margin: 15px 3%;
		width: 44%;
	}
	figure, #familyImg {
		display: block;
		margin: 0 auto;
	}
	.venueBlock {
		display: block;
		width: 100%;
		margin-left: 0%;
		margin-top: 20px;
		text-align: center;
	}
	.delAreaSection {
		display: inline;
		width: 100%;
		float: left;
	}
	.delAreaSection > ul > li {
		padding: 15px;
		border: 4px solid white;
		background-color: #CACAFF;
		color: #006400;
		text-align: center;
	}
	div.wedBouquet {
		width: 46%;
		float: left;
	}
	div.wedBouquet:not(:last-child) {
		padding-right: 2%;
	}		
	.studioGrid > ul > li {
		width: 100%;
		margin-bottom: 20px;
		float: none;
		display: block;
	}
	.locationGrid > ul > li {
		width: 100%;
		margin-bottom: 20px;
		float: none;
		display: block;
	}
	div.lContentBox, div.rContentBox {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.bvmImg:first-child, .hosImg:first-child {
		display: block;
		margin: 0 auto;
	}
	figure {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	#topFigure {
		margin-right: 0px;
	}
	ul#resourceList > li {
		width: 100%;
		display: block;
		text-align: center;
		padding-right: 0px;
		float: none;
	}
}
@media only screen and (max-width: 320px) {
	.setPieces .setPieceImg {
		width: 100%;
	}
	.setPieces .setPieceImg2 {
		width: 100%;
	}

	#txtDesc1, #txtAddress, #txtFriend, #txtOtherInfo {
		width: 100%;
	}
	div.wedBouquet {
		width: 100%;
		float: none;
		display: block;
		padding-right: 0;
		margin: 10px auto;
	}
	div.product-grid-item {
		margin-bottom: 1em;
	}
}
