
@font-face {
    font-family: 'Trade';
    src: url('../fonts/trade-webfont.eot');
    src: url('../fonts/trade-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trade-webfont.woff') format('woff'),
         url('../fonts/trade-webfont.ttf') format('truetype'),
         url('../fonts/trade-webfont.svg#TradeGothicBdCnOb') format('svg');
    font-weight: normal;
    font-style: normal;
}

HTML, BODY {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

BODY {
  background: url("/wp-content/uploads/2016/10/mobile-bck.jpg") repeat;
  font-family: Arial;
	font-size: 16px;
}

/* GENERAL */
.text-align-center {text-align: center}
.center {text-align: center}
.overflow-auto {overflow: auto}
.float-left {float: left}
.float-right {float: right}
.bold {font-weight: bold}

.page-container {margin: 0px auto; width: 290px; }
.page-banner {width: 100%}

.page-container IMG {max-width: 100%}

/* TEXT FIELDS AND TEXTAREA */
input[type=text], textarea {width: 235px}

/* HOME */
.home-header {text-align: center; padding-bottom: 27px}
.home-header .logo {}
.home-header .logo.stretch {width: 100%}

.header-background {background: url("/wp-content/uploads/2016/10/header-bck.png")}

.top-menu {height: 0px; overflow: hidden}
.top-panel {background: url("../images/styles/wood/shelf.png") repeat-x; width: 100%; height: 49px; position: relative; margin-top: -27px}
.top-panel .menu-button {
  background: url("https://stonecreekvet.com/wp-content/themes/TRUFFLES/desktop/images/styles/wood/menu-down.png") 0 0 no-repeat;
  -webkit-background-size: 74px auto;
  cursor: pointer;
  height: 39px;
  left: 50%;
  margin: 0 0 0 -37px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  width: 74px;
  bottom: -22px;
  z-index: 9999;
}
.top-panel .menu-button.expanded {background: url("https://stonecreekvet.com/wp-content/themes/TRUFFLES/desktop/images/styles/wood/menu-up.png") 0 0 no-repeat;}

/* NAV */
.nav-bar {}
.nav-bar .nav-bar-items {overflow: auto; padding-top: 1px; display:inline-block; text-align: center; width: 100%;}
.nav-bar .nav-bar-items .nav-bar-item {display: inline-block; margin-right: 20px; }
.nav-bar .nav-bar-items .nav-bar-item:last-child {margin-right: 0px}
.nav-bar .nav-bar-items .nav-bar-item IMG {height: 36px; width: 36px}

/* NAV STYLE */
.nav-bar .nav-bar-items.original {padding-top: 7px}

.content {background-color: white; padding: 5px}
.content .border {border: 1px solid #DBDBDB; padding: 5px}

/* FRONT-MENU */
.front-menu {
  margin: 0px auto;
  width: 298px;
}
.front-menu TABLE {width: 100%}
.front-menu TABLE TD {
  width: 33%; 
  text-align: center; 
  padding: 0px 0px 14px 0px; 
  font-family: "Trade", "Trade Gothic Cond Eighteen", "Trade Gothic Condensed Eighteen", "Trade Gothic", "TradeGothic", "Trade-Gothic", "ArialNarrow", "Arial-Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  color: white;
  vertical-align: top
}
.front-menu TABLE TD .icon {height: 64px; width: 64px}

/* COLOR */
.front-menu TABLE TD A {color: #ffffff; text-decoration: none;}
.top-menu TABLE TD A {color: #333333 !important;}

H1 {
  webkit-background-size: 104px auto;
  color: white;
  display: block;
  font-family: "Trade", "Trade Gothic Cond Eighteen", "Trade Gothic Condensed Eighteen", "Trade Gothic", "TradeGothic", "Trade-Gothic", "ArialNarrow", "Arial-Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  font-stretch: condensed;
  font-weight: normal;
  height: 50px;
  line-height: 60px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}

TABLE.team {width: 100%}
TABLE.team TD {width: 50%; text-align: center; vertical-align: middle}
TABLE.team TD.image {border-right: 1px dotted #888;}
TABLE.team TD.image IMG {max-width: 100%}

.page-footer {overflow: hidden;}
.page-footer A {text-decoration: none}
.page-footer .regular-site {height: 30px; padding-top: 0px}
.page-footer .footer-logo {height: 40px}
.page-footer.beside {padding-bottom: 20px; }
.page-footer.beside .goformobile-logo {float: right}
.page-footer.beside .regular-site {float: left}

/* FAQ */
.faq-q {margin-bottom: 5px; font-weight: bold; cursor: pointer}
.faq-a {display: none; margin-bottom: 15px;}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}