/*===============================
=            Global            =
===============================*/

html {
	box-sizing: border-box;
}

body {
	font-family: wholeBlendsBook;
	color: #52312d;
	margin: 0;
	/*background:#f6debe url("../images/bg.png") center 0 no-repeat;*/
}

.content-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	background-color: #fdf6e8;
	height: auto;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 28pt;
	margin: 0;
}

h3 {
	font-size: 18pt;
	margin: 0;
}



@font-face {
    font-family: "wholeBlendsDemi";
    src: url("fonts/AvantGarde-Demi.woff") format('woff');
}

@font-face {
    font-family: "wholeBlendsBook";
    src: url("fonts/avantgardeitcbybt-book-webfont.woff") format('woff');
}

.bold {
	font-family: wholeBlendsDemi;
	text-align: center;
}

.book {
	font-family: wholeBlendsBook;
	text-align: center;
}




.flex-grid-thirds, .flex-grid-half, .flex-grid {
  display: flex;
  justify-content: space-between;
}

.col {
  flex: 1;
}

.flex-grid-thirds .col {
  width: 32%;
}

.flex-grid-half .col {
  width: 50%;
}


.Grid {
  display: flex;
}

.Grid-cell {
  flex: 1;
}

/* With gutters */
.Grid--gutters {
  margin: -1em 0 0 -1em;
}
.Grid--gutters > .Grid-cell {
  padding: 1em 0 0 1em;
}


.u-1of3 {
	width: 33.3333%!important;
	flex: none;
}



/*==============================
=            Header            =
==============================*/

.header {
	position: relative;
	z-index: 10;
}

.h-bar {
	background-color: white;
	height: 85px;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.10);
}

.h-bar-mnLogo {
	max-width: 150px;
	margin: 20px
}

.h-bar-sbmLogo {
	max-width: 150px;
	margin: 20px;
	float: right;
}

.h-bar-momstownLogo {
	max-width: 200px;
	margin: 20px;
	float: right;
}

.h-bar-wew {
	max-width: 150px;
	margin: 20px;
	float: right;
}

/*==============================
=            Coupon            =
==============================*/

.coupon {
	height: 218px;
	z-index: 1;
	background:#f6debe url("../images/coupon.jpg") center 0 no-repeat;
	color: #52312d;
}


/*===================================
=            leaderboard            =
===================================*/

.leaderboard {
	margin: 15px 0;
	text-align: center;
}

.leaderboard-ad {
	text-align: center;
	margin: 15px auto 15px auto;
}




/*=======================================
=            Twitter Section            =
=======================================*/

.twitter-image {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.twitter-copy {
	text-align: center;
	font-family: wholeBlendsBook;
	color: #52312d;
	margin: 40px 30px 0 0;
}

.twitter-copy .book {
	font-family: wholeBlendsBook;
	color: #de995b;

}

.twitter-copy .bold {
	font-family: wholeBlendsDemi;
	color: #52312d;

}

.twitter-copy .tag {
	color:#de995b;
}

.twitter-copy .divider img {
	margin-top: 20px;
}
.twitter-copy h1 {
	margin-top: 7px;
}

.twitter-copy h3 {
	margin-top: 7px;
}

.twitter-cta {
	margin-top: 20px;
}


/*=============================
=            LINKY            =
=============================*/

.linky {
	width: 70%;
	display:block;
	margin: 15px auto;

}


.blenza-after {
	display: none;
}

#bztitle {
	display: none;
}


.extra-copy {
	margin-bottom: 15px;
}

.color {
	color:#de995b;
}

/*==========================
=            TC            =
==========================*/

.tc {
	width: 80%;
	margin:0 10% 0 10%;
}

.tc h3 {
	text-align: center;

}


/*==============================
=            Footer            =
==============================*/

.footer {
	width: 100%;
	background-color: #222222;
	height: 80px;
	text-align: center;
}

.footer p {
	padding-top: 33px;
	margin:0;
	color: white;
	font-family: 'wholeBlendsBook';
  	font-weight:  100;
  	font-style:   normal;
  	font-stretch: normal;
}







/* common css */
.blenza-wrapper {
  clear: left;
}

.blenza-top table, .blenza-top tr td, .blenza-top tr, .blenza-top td {
  border: 1px solid #52312d !important;
  border-collapse:collapse !important;
  padding: 15px !important;
  margin-bottom: 44px !important;
}

.blenza-box table {
  width: 100%;
}

.blenza-tdl {
  text-align: right;
}

.blenza-tdm {
  text-align: center;
}

.blenza-tdr {
  text-align: left;
}

.blenza-box table, .blenza-box tr td, .blenza-box tr, .blenza-box td {
  border: 0 !important;
  padding: 4px 0 !important;
  margin: 4px 0 !important;
}

.blenza-box input.blenza-input {
  width: 90%;
  margin: 0;
}

/* css for widget style default */
.blenza-box {
  border: 3px solid #000;
 -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  padding: 4px
}

.blenza-inn table, .blenza-inn td {
  border: 0 !important;
  padding: 0 0 !important;
  margin: 0 0 !important;
}


table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 15px;
}

