/*
Theme Name: Raw Food Chef
Theme URI: /
Author:
Author URI:
Description: This design was developed as a work-for-hire. Source files and related documentation are available from the original author. If author attribution is not available on the site, please contact the domain/site owner for author information.
Version: 1.0
License: Rights Managed, this layout and coded theme is licensed for a single use. Ownership is dependent upon fulfillment of all scope and payment obligations by each party.
License URI: http://en.wikipedia.org/wiki/Rights_Managed
*/

* {
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
} /* Hard reset - MUCH better than the one WP uses */
a {
  color: #732e51;
  text-decoration: none;
} /* Default link info here */
a img {
  border: none;
} /* Removes borders from linked images */
p img {
  padding: 5px;
  max-width: 100%;
}
/* Heres a handful of helpful styles - use them as desired */
.alignleft {
  float: left;
  margin: 0 12px 12px 0;
}

.aligncenter,
.center {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 12px 12px;
}

.assistive-text {
  display: none !important;
}

.imgcenter {
  display: block;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.error {
  background: #fdd;
  border: 1px solid #c00;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #c00;
  margin-top: 18px;
  padding: 12px;
}

.italic {
  font-style: italic;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.success {
  background: #dfd;
  border: 1px solid #090;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #090;
  margin-top: 18px;
  padding: 12px;
}

body.home {
  font-size: 14px;
  color: #000;
  font-family: arial,helvetica,sans-serif;
  background: url(images/bg.jpg) repeat-x #fff;
}

body {
  font-size: 14px;
  color: #000;
  font-family: arial,helvetica,sans-serif;
  background: url(images/inner/bg.jpg) repeat-x #fff;
}

/* Show Hide Style teresa 07222015 */
a.showLink,
a.hideLink {
  text-decoration: none;
  padding-left: 30px;
  background: transparent url('/images/gray_arrow_collapse.png') no-repeat left;
}

a.hideLink {
  background: transparent url('/images/gray_arrow_expand.png') no-repeat left;
}

/* Header */
#header-bg {
  background: url(images/header/header-bg.jpg) repeat-x;
  height: 180px;
  width: 100%;
  position: absolute;
  top: 0;
}

header {
  width: 984px;
  margin: 0 auto;
  position: relative;
}

header #logo {
  width: 383px;
  display: block;
  padding: 18px 0 18px 0;
}

header .login {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 5px;
  background: #d53010;
  border-radius: 3px;
  text-decoration: none;
  position: absolute;
  left: 537px;
  top: 39px;
  letter-spacing: 1px;
}

header .contact {
  font-family: helvetica;
  position: absolute;
  left: 658px;
  top: 40px;
}

header #search-container {
  width: 216px;
  position: absolute;
  right: 0;
  top: 36px;
}

header #search-container .screen-reader-text {
  display: none !important;
}

header #s {
  background: url(images/header/search-input.png) no-repeat;
  width: 181px;
  height: 24px;
  padding: 0 0 0 11px;
  font-size: 11px;
  font-style: italic;
  border: none;
  outline: none;
}

header #searchsubmit {
  background: url(images/header/search-submit.png) no-repeat;
  width: 11px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 0;
  border: none;
  top: 3px;
}

header #rawfunlogo {
  width: 220px;
  position: absolute;
  right: 0;
  top: 6px;
}


/* Nav */
#site-navigation {
  width: 984px;
  position: relative;
  margin: 0 0 24px 0;
  z-index: 2;
  background: url(images/inner/nav-bg.png) no-repeat;
  height: 26px;
  padding: 10px 0 0 0;
}

body.home #site-navigation {
  width: 984px;
  position: relative;
  margin: 0 0 24px 0;
  z-index: 2;
  height: 26px;
  padding: 10px 0 0 0;
}

#site-navigation ul {
  position: relative;
}

#site-navigation > .nav-menu > ul > li:first-child {
  display: none;
}

#site-navigation ul li {
  display: block;
  float: left;
  position: relative;
}

#site-navigation ul li:last-child {
  padding: 0;
}

#site-navigation ul li a {
  display: block;
  width: auto;
  float: left;
  font-size: 12px;
  padding: 2px 10px 16px 10px;
  position: relative;
  text-transform: uppercase;
  font-family: helvetica;
  color: #2e5700;
  text-decoration: none;
}

#site-navigation ul li a:hover {
  text-decoration: underline;
}

#site-navigation ul ul {
  position: absolute;
  background: #e9e5be;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #000;
  top: 30px;
  left: -9999px;
}

#site-navigation ul li:hover ul {
  left: 0;
}

#site-navigation ul ul li {
  display: block;
  float: none;
  position: relative;
  padding: 0;
}

#site-navigation ul ul li:last-child {
  padding: 0;
}

#site-navigation ul ul li a {
  display: block;
  width: auto;
  float: none;
  font-size: 11px;
  position: relative;
  white-space: nowrap;
  padding: 6px 30px 6px 10px;
}

#site-navigation ul ul ul {
  position: absolute;
  background: #e9e5be;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #000;
  top: 0;
  display: none;
}

#site-navigation ul ul li:hover ul {
  left: 100%;
  display: block;
}

#site-navigation ul ul ul li {
  display: block;
  float: none;
  position: relative;
  padding: 0;
}

#site-navigation ul ul ul li:last-child {
  padding: 0;
}

#site-navigation ul ul ul li a {
  display: block;
  width: auto;
  float: none;
  position: relative;
  white-space: nowrap;
  padding: 10px 30px 10px 10px;
}

#site-navigation ul ul ul ul {
  position: absolute;
  background: #e9e5be;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #000;
  top: 0;
  display: none !important;
}

#site-navigation ul ul ul li:hover ul {
  left: 100%;
  display: block !important;
}

#site-navigation ul ul ul ul li {
  display: block;
  float: none;
  position: relative;
  padding: 0;
}

#site-navigation ul ul ul ul li:last-child {
  padding: 0;
}

#site-navigation ul ul ul ul li a {
  display: block;
  width: auto;
  float: none;
  position: relative;
  white-space: nowrap;
  padding: 10px 30px 10px 10px;
}

/* Open to the left */
#site-navigation ul li.page-item-20:hover ul {
  left: auto;
  right: 0;
}

#site-navigation ul li.page-item-20 ul li:hover ul {
  left: auto;
  right: 100%;
}

#site-navigation ul li.page-item-20 ul ul li:hover ul {
  left: auto;
  right: 100%;
}

/* Home Featured */
#home-featured {
  width: 984px;
  height: auto;
  margin: 0 auto 0 auto;
  position: relative;
  display: block;
  padding: 0 0 15px 0;
  z-index: 1;
}

#home-featured:after {
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  content: "\0020";
  height: 0;
}

#home-featured h1 {
  font-family: helvetica;
  font-size: 22px;
  letter-spacing: 1px;
  color: #732e51;
  font-weight: normal;
  width: 470px;
  float: left;
}

#home-featured #left {
  width: 470px;
  float: left;
}

#home-featured #side {
  width: 514px;
  position: relative;
  right: 0;
  top: 0;
  height: auto;
  min-height: 398px;
  float: right;
}

#home-featured #side .overlay {
  width: 638px;
  height: 410px;
  position: absolute;
  top: 0;
  right: -45px;
}

#home-featured #side iframe {
  position: absolute;
  right: 0;
  width: 478px;
  border: 1px solid #fff;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

#home-featured #side .featured-newsletter {
  width: 480px;
  position: absolute;
  top: 290px;
  right: 0;
  margin: 0 0 290px 0;
}

#home-featured #side .featured-newsletter h3 {
  color: #732e51;
  font-weight: normal;
  font-family: helvetica;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  display: block;
  padding: 0 0 12px 0;
}

#home-featured #side .featured-newsletter * {
  font-size: 12px;
  font-family: helvetica;
}

#home-featured #side .featured-newsletter .col-1 {
  width: 216px;
  position: absolute;
  left: 0;
}

#home-featured #side .featured-newsletter .col-1 .newsletter-input,
#home-featured #side .featured-newsletter .col-2 .newsletter-input {
  background: url(images/slider/input.png) no-repeat;
  width: 204px;
  height: 30px;
  display: block;
  margin: 0 0 12px 0;
  padding: 0 0 0 12px;
  border: none;
  outline: none;
  font-family: helvetica;
  font-size: 12px;
  color: #333333;
}

#home-featured #side .featured-newsletter .col-2 {
  width: 216px;
  position: absolute;
  right: 20px;
}

#home-featured #side .featured-newsletter .col-2 .checkbox {
  margin: 0 12px 6px 0;
}

#home-featured #side .featured-newsletter .col-2 span {
  position: relative;
  top: -2px;
}

#home-featured #side .featured-newsletter .newsletter-submit {
  background: url(images/slider/submit.png) no-repeat;
  width: 18px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  font-size: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  top: 80px;
}

#home-featured #side #slider-menu {
  position: relative;
  width: 206px;
  top: 432px;
  float: right;
  margin: 0 0 432px 0;
}

#home-featured #side #slider-menu ul li a {
  background: #005826;
  display: block;
  text-align: right;
  color: #fff;
  font-family: helvetica;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 6px 5px 0;
  width: 200px;
  margin: 0 0 12px 0;
  border-radius: 3px;
}
		
/* Home Content */
#home-content{ width:984px; position:relative; margin:0 auto; display:block; padding:0px 0;}	
#home-content:after{ display:block; clear:both; overflow:hidden; visibility:hidden; height:0; content:"\0020"}
	#home-content .col-1{ float:left; width:416px; background-color: #E9E5BE; margin-left: 16px; padding: 10px; border-radius: 14px;}
		#home-content .col-1 h2{ font-family:helvetica; font-weight:normal; font-size:18px; color:#2E5700; text-transform:uppercase; padding:4px 0px 16px 6px;}
		#home-content .col-1 h3 { font-family:arial,helvetica,sans-serif; font-size:16px; color:#000; text-transform:uppercase; display:block;font-weight:normal; padding:12px 0 4px 0;}
		#home-content .col-1 ul{ margin-left:24px;}
		#home-content .col-1 ul li{ list-style:disc; padding:0 0px 10px 6px; font-family:helvetica; font-weight:bold;}
	        #home-content .col-2{ float:right; width:500px; font-size:12px; line-height:21px;}
		#home-content .col-2 h2{ font-family:helvetica; font-weight:normal; font-size:18px; color:#2E5700; text-transform:uppercase; padding:0px 6px 12px 6px;}

	
/* Main */
#main { margin:0 auto 36px auto ; overflow:hidden ; position:relative ; width:984px ; z-index:1 }
	#primary {float:left ; width:730px }
 		/* #content { font-size:12px } CCW - Original 150115*/
		#content { font-size:16px }
			#content p, #content dl { line-height:22px ; text-align:justify }
                        #content ul { line-height:22px ; text-align:left }
			#content dl { margin-top:9px }
				#content dt { color:#333 ; font-weight:bold ; margin-top:9px }
				#content dd { margin-top:6px }
					#content input[type="text"], #content input[type="email"], #content select, #content textarea { background:#FFF ; border:1px solid #999 ; border-radius:4px ; box-shadow:inset 2px 2px 3px rgba(0,0,0,.2) ; padding:6px ; width:90% }
					#content input[type="checkbox"], #content input[type="radio"] { border:none ; padding:0 ; width:auto }
					#content input[type="submit"] { width:auto }
			#content hr { clear:both ; background:#a4a084 ; height:1px ; border:0 ; width:100% ; margin:12px 0 12px 0 }
			#content h1 { font-size:26px ; font-family:helvetica; font-weight:normal; color:#732e51; text-transform:none !important; width:100% } /* CCW - uncommented ... added color:#732e51; text-transform:uppercase;*/
			#content h2 { font-size:20px; font-family:helvetica; font-weight:normal; color:#732e51; text-transform:uppercase; margin: 12px 0 0 0; } /* CCW - uncommented */
			#content a { font-weight:bold ; text-align:left }
                        #content .spacer { clear:both; line-height: 20px; width:100%; padding:12px 0px 0px 12px; }
                        #content .spacer2 { clear:both; line-height: 10px; width:100%; padding:8px 0px 0px 8px; }
			#content .entry-header { border-bottom:1px solid #a4a084; margin-bottom:16px; padding-bottom:11px; width:100% }   /* TR - width:730px */
			#content .entry-header h2 { padding:0 }
                        #content .entry-content { width:100% } /*Teresa 07022015 */
			/* CCW original 150115 #content h3 { font-family:arial,helvetica,sans-serif; font-size:14px; color:#000; text-transform:uppercase; display:block;font-weight:normal; padding:12px 0 4px 0;} */
			#content h3 { font-family:arial,helvetica,sans-serif; font-size:16px; color:#000; text-transform:uppercase; display:block;font-weight:normal; padding:12px 0 4px 0;}
			#content p, .col-2 p { line-height:20px; padding-top:10px;}
                        #content .fun { line-height:24px; padding:12px 0px 0px 10px; text-indent: 6px; background-color: none; color:#732d51; font-weight:bold; }
                        #content .fun2 { line-height:24px; padding:8px 0px 0px 10px; text-indent: 6px; background-color: none; color:#000000; font-weight:bold; }
                        #content .funwrapper { width: auto; height: auto;  } /* Teresa 140715 */
                        #content .funwrapper img { width: auto; height: auto; padding-top: 20px; padding-bottom: 4px; margin-bottom: 4px; } /* Teresa 140715 */
                        #content .answer { display: none; }  /* Teresa 072215 */
/* CCW 150115		#content ul li { line-height: 18px; list-style: none; padding-bottom: 2px; padding-left: 18px; margin-left:12px; background:url("http://rawfoodchef.com/images/postbullets.png") no-repeat left 0px; text-align:left;} */
			#content ul li { line-height: 24px; list-style: none; padding-left: 18px; margin-left:12px; background:url("http://rawfoodchef.com/images/postbullets.png") no-repeat left 0px; text-align:left;} 
			#content ol, #content ol li { line-height:24px ; list-style:decimal ; margin-left:20px }
			 CCW */
			#content ul, #content ol { padding-top:12px }

			#content ul.funobj li { line-height:24px; list-style-type: none; padding-top: 2px; padding-left: 18px; margin-left:16px; background:url("http://rawfoodchef.com/images/funobjbullet.png") no-repeat left 0px; }
                        #content ul.funassign li { line-height:24px; list-style-type: none; padding-top: 2px; padding-left: 18px; margin-left:16px; background:url("http://rawfoodchef.com/images/funassignbullet.png") no-repeat left 0px; }
                        #content ul.funpoints li { line-height:24px; list-style-type: none; padding-top: 2px; padding-left: 18px; margin-left:16px; background:url("http://rawfoodchef.com/images/funpointsbullet.png") no-repeat left 0px; }
			#content ul.funsupport li { line-height:24px; list-style-type: none; padding-top: 2px; padding-left: 18px; margin-left:16px; background:url("http://rawfoodchef.com/images/funsupportbullet.png") no-repeat left 0px; }
                        #content ul.funqa li { line-height:24px; list-style-type: none; padding-top: 2px; padding-left: 30px; margin-left:44px; background:url("http://rawfoodchef.com/images/funqabullet.png") no-repeat left 0px; }
                        #content ol.funqa li { line-height:24px; list-style-type: decimal; padding-top: 2px; padding-left: 20px; margin-left:16px; no-repeat left 0px;}
                        #content ul.funquiz li { line-height:24px; list-style-type: none; padding-top: 2px; padding-left: 18px; margin-left:16px; background:url("http://rawfoodchef.com/images/funquizbullet.png") no-repeat left 0px;}

/* bbPress */
#bbpress-forums ul li { list-style: none outside none; margin-left: 0; text-indent: 0; background:url("http://rawfoodchef.com/images/bbpressbulletspacer.png") no-repeat left 0px; !important; }
#bbpress-forums ul ul li { list-style: none outside none; margin-left: 0; text-indent: 0; background:url("http://rawfoodchef.com/images/bbpressbulletspacer.png") no-repeat left 0px; !important; }
	
	        #secondary { float:right ; font-size:12px ; width:220px }
		#secondary .widget{ margin:0 0 24px 0;}
		#secondary ul li a{ background:#732E51; display:block; text-align:left; color:#fff; font-family:helvetica; font-size:11px; text-transform:uppercase; text-decoration:none; padding:5px 2px 5px 5px; margin:2px 0 2px 0; border-radius:3px; }
		#secondary .contact-widget{ position:relative; width:196px; padding:12px; background:#e9e5be; border-radius:5px;}
			#secondary .contact-widget h3{ font-family:helvetica; text-transform:uppercase; color:#333333; font-weight:normal; display:block; padding:0 0 4px 5px; font-size:16px;}
                        #secondary .contact-widget h4{ font-family:helvetica; text-transform:uppercase; color:#333333; font-weight:normal; display:block; padding:0 0 4px 5px; font-size:16px;}
			#secondary .contact-widget hr{border:0; color:#fff; background:#96937a; height:1px; width:100%; border-bottom:1px solid #fff; display:block; margin:0 0 10px 0;}
			#secondary .contact-widget .contact-input, 
                        #secondary input[type="text"] { background:url(images/sidebar/contact-input.png) no-repeat; width:185px; height:30px; border:none; outline:none; padding:0 0 0 12px; font-family:helvetica; font-size:12px; margin:0 0 0 0;}
                        #secondary input[type="password"] {background: url(images/sidebar/contact-input.png) no-repeat;width: 185px;height: 30px;border: none;outline: none;padding: 0 0 0 12px;font-family: helvetica;font-size: 12px;margin: 0 0 0 0;}
			#secondary .contact-widget .contact-textarea{ background:url(images/sidebar/contact-textarea.png) no-repeat; width:185px; height:108px; border:none; outline:none; padding:0 0 0 12px; font-family:helvetica; font-size:12px; margin:0 0 0 0; padding:12px 0 0 12px;}
			#secondary .contact-widget .contact-submit, #secondary input[type="submit"], #content input[type="submit"].submitButton { background:url(images/sidebar/contact-submit.png) no-repeat; width:197px; height:30px; display:block; line-height:30px; font-family:helvetica; text-transform:uppercase; color:#fff; border:none; outline:none; cursor:pointer;}
		.widget select { border:1px solid #999 ; margin-top:12px ; padding:6px ; width:100% }
		#secondary .precallout { background:#e9e5be; border-radius:5px; margin:0 0 12px 0 ; padding:12px ; width:197px }
		#secondary .callouts { width:196px }
			#secondary .callouts ul { list-style:none ; margin:0 auto ; overflow:hidden ; padding:0 ; width:197px }
				#secondary .callouts li { list-style:none ; height:288px ; margin:0 ; padding:0 ; width:197px }
					#secondary .callouts a { background:none ; border-radius:0 ; margin:0 ; padding:0 }
		
/* Footer */
body > footer{ width:984px; margin:0 auto; position:relative; height:300px;}		
	body > footer #footer-social{ height:96px; width:100%; background:#e9e5be; margin:0 0 36px 0;}
	body > footer #footer-social .title{ font-family:helvetica; font-size:18px; text-transform:uppercase; position:absolute; left:24px; top:24px;}
	body > footer #social-network{ width:430px; height:60px; position:absolute; left:325px; top:18px;}
		body > footer #social-network ul li a{ background:url(images/footer/social-network.png) no-repeat; width:60px; height:60px; display:block; float:left; margin:0 12px 0 0;}
		body > footer #social-network ul li.icon-1 a{ background-position:0 0;}
		body > footer #social-network ul li.icon-2 a{ background-position:-72px 0;}
		body > footer #social-network ul li.icon-3 a{ background-position:-144px 0;}
		body > footer #social-network ul li.icon-4 a{ background-position:-216px 0;}
                body > footer #social-network ul li.icon-5 a{ background-position:-288px 0;}
                body > footer #social-network ul li.icon-6 a{ background-position:-360px 0; margin:0;}
	body > footer .twitter-feed{ width:124px; position:absolute; right:36px; top:18px;}
		body > footer .twitter-feed *{ font-size:12px; text-align:justify;}
		body > footer .twitter-feed a{ color:#D53010;}
	body > footer #footer-menu{ width:1034px; position:relative; padding:0 0 36px 0;}
		body > footer #footer-menu ul { position:relative;}
		body > footer #footer-menu ul li{ display:block; float:left; position:relative; padding:0 24px 0 0;}
		body > footer #footer-menu ul li:last-child{ padding:0;}
		body > footer #footer-menu ul li a{ display:block; width:auto; float:left; font-size:12px ; position:relative; text-transform:uppercase; font-family:helvetica; color:#2e5700; text-decoration:none;}
	body > footer .copyright{ font-size:11px; position:absolute; left:0;}
	body > footer .footer-contact{ position:absolute; left:600px; font-size:11px;}
		body > footer .footer-contact span{ text-decoration:underline}
	body > footer .address{ width:150px; position:absolute; right:0; font-size:11px; text-align:right;}
	body > footer #small-social{ width:96px; position:absolute; top:200px;}
		body > footer #small-social ul li a{ background:url(images/footer/small-social-network.png) no-repeat; width:24px; height:24px; display:block; float:left; margin:0 12px 0 0;}
		body > footer #small-social ul li.icon-1 a{ background-position:0 0;}
		body > footer #small-social ul li.icon-2 a{ background-position:-36px 0;}
		body > footer #small-social ul li.icon-3 a{ background-position:-72px 0; margin:0;}
	body > footer .language{ position:absolute; left:0px; top:196px;}
	body > footer .credit { bottom:0 ; font-size:11px ; position:absolute ; width:100% ; text-align:center }
		body > footer .credit a { color:#000 ; text-decoration:none }
		body > footer .credit img { padding-right:18px ; vertical-align:middle }
	
/* Inner */
.inner-bg{ background:url(images/inner/page-bg.jpg) no-repeat center top; width:100%; height:581px; display:block; position:absolute; top:86px;}

/* OBJECTS */
	/* INFUSIONSOFT OBJECTS */
.infusion-field { margin-bottom:18px }
.infusion-captcha { width: 190px; padding: 10px 0px 10px 0px; margin-bottom:18px }
.infusion-captcha input { width: 160px; display: inline-block; vertical-align: middle; }
.infusion-captcha select { width: 160px; display: inline-block; vertical-align: middle; }
.infusion-captcha textarea { width: 160px; display: inline-block; vertical-align: middle; }

	/* INNER SLIDE */
#inner-slide-wrap{ width:984px; height:348px; margin:0 auto 24px auto;}
#slider { width:984px; height:348px; padding: 0; margin: 0; }
	#slider li { width:984px; height:348px; list-style: none; position:absolute; }
	#slider li img{ border:9px solid #e9e5be; border-radius:5px;}
	.rhino-bullets { position:relative; z-index:100; text-align:center; top:-40px; }
	.rhino-bullets:before,
	.rhino-bullets:after {}
	.rhino-bullets:after {}
	.rhino-bullets li { display:inline-block; background:#e9e5be; padding:12px 6px 12px 6px; }
	.rhino-bullets li:first-child{ border-radius:5px 0 0 0; padding-left:12px;}
	.rhino-bullets li:last-child{ border-radius:0 5px 0 0; padding-right:12px;}
	.rhino-bullets li a.rhino-bullet { background:url(images/inner/slide-bullets.png) no-repeat -24px 0; width:12px; height:12px; display:block; font-size:0; cursor:pointer;}
	.rhino-bullets li a.rhino-bullet:hover,
	.rhino-bullets li a.rhino-bullet:focus { background-position:0 0;  }
	.rhino-bullets li a.rhino-bullet.rhino-active-bullet {  background-position:0 0;}

	/* CONTACT FORM 7 */
span.wpcf7-not-valid-tip { position: relative; top: 0; left: 0; z-index: 100; background: none repeat scroll 0% 0% rgb(255, 255, 255); border: 1px solid rgb(255, 0, 0); font-size: 13px; width: auto; padding: 5px; margin:0 0 0 0; display:block; }

div.wpcf7-validation-errors,div.wpcf7-mail-sent-ng,div.wpcf7-mail-sent-ok,div.wpcf7-mail-sent-ng,div.wpcf7-spam-blocked,div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok {
     border: 1px solid red!important;
     background: #fff !important;
     padding: 10px !important;
     text-align: left !important;
     color:#000 !important;
     top:0 !important;
     position: relative !important;
	 display:block !important;
	 margin:0 !important;
}

	/* COLUMNS */
.cols-50-50 { overflow:hidden ; padding-top:12px ; width:100% }
	.cols-50-50 .col1 { float:left ; width:353px }
	.cols-50-50 .col2 { float:right ; width:353px }
.cols-120-586 { overflow:hidden ; padding-top:12px ; width:100% }
	.cols-120-586 .col1 { float:left ; width:120px }
	.cols-120-586 .col2 { float:right ; width:586px }

	/* TABLES */
table { width:100% }
th, td { border-right:0px solid #FEFFFA ; border-bottom:0px solid #FEFFFA ; padding:6px }
th img, td img { max-width:200px }
#content td h2 { color: hsl(70, 71%, 18%);
    font-size: 24px;
    margin: 19px 0;
 font-weight: bold;
}
tr:nth-child(odd) td { }

/* PAGES/SECTIONS */

	/* GRADUATE SUCCESS STORIES */
.page-id-118 #content h2 { padding-top:0 }

	/* FACULTY */
.page-id-122 #content h3 { padding-top:0 }

	/* CULINARY PROGRAMS */
#specialmessage { background:#e9e5be ; margin:12px 0 ; overflow:hidden ; padding:0 24px 24px 24px }
	#specialmesssage hr { margin-top:24px }

	/* BLOG */
article { clear:both ; margin-bottom:24px }
.nav-single, .nav-below, #nav-above { overflow:hidden }
	.nav-previous { float:left ; width:47% }
	.nav-next { float:right ; text-align:right ; width:47% }
.blog #content .entry-header, .archive #content .entry-header, .category #content .entry-header { border-bottom:none ; border-top:1px solid #a4a084 ; clear:both ; margin:24px 0 0 0 ; padding:24px 0 0 0 }
	.archive #content h1.entry-title, .category #content h1.entry-title { font-size:18px }
		.blog #content h1.entry-title a, .archive #content h1.entry-title a, .category #content h1.entry-title a { color:#732E51 }
.blog #content article:first-child .entry-header { border-top:none ; margin:0 ; padding:0 }
.by { background:#fffff ; border-radius:6px ; float:right ; margin:0 0 24px 24px ; padding:0 12px 12px 12px ; width:300px }
	.by td { border:none ; vertical-align:top }
	.by tr td:first-child { font-weight:bold }
.excerpt { width:406px }
	#content p.more { text-align:left }
		p.more a { background:#732E51 ; border:1px solid #FFF ; border-radius:6px ; box-shadow:3px 3px 3px rgba(0,0,0,.5) ; color:#FFF ; display:inline-block ; margin:0 0 0 auto ; padding:6px 24px }
.nav-single, #nav-below { clear:both ; padding-top:24px }
	.nav-previous { float:left ; width:47% }
	.nav-next { float:right ; text-align:right ; width:47% }
.attachment-thumbnail { border:1px solid #4b0049 ; float:left ; margin:18px 12px 12px 0 }

	/* CAFE MENU */
#cafe-menu *{ background:none;border:none;}
#cafe-menu h2{color:#a55725;}
#cafe-menu strong{color:#668245;}

	/* BOOK */
table.tour th { color:#FFF }
table.tour td:first-child { color:#FFF }

        /* LEARNDASH 08252016 tr */
#learndash_lesson_topics_list li:nth-of-type(even) {
background: #f3f3f3;
}

	/* Column Shortcodes Fix */
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth { float: left; }
.clear_column { display: block; width: 100% !important; height: 0px !important; line-height: 0px !important; font-size: 0px !important; overflow: hidden; clear: both; }
.one_half { width: 49% !important; margin-right: 2% !important; }
.one_half.last_column { width: 49% !important; margin-right: 0px !important; }
.one_third { width: 32% !important; margin-right: 2% !important; }
.one_third.last_column { width: 32% !important; margin-right: 0px !important; }
.two_third { width: 66% !important; margin-right: 2% !important; }
.two_third.last_column { width: 66% !important; margin-right: 0px !important; }
.one_fourth { width: 23.5% !important; margin-right: 2% !important; }
.one_fourth.last_column { width: 23.5% !important; margin-right: 0px !important; }
.three_fourth { width: 74.5% !important; margin-right: 2% !important; }
.three_fourth.last_column { width: 74.5% !important; margin-right: 0px !important; }
.one_fifth { width: 18.4% !important; margin-right: 2% !important; }
.one_fifth.last_column { width: 18.4% !important; margin-right: 0px !important; }
.two_fifth { width: 39% !important; margin-right: 2% !important; }
.two_fifth.last_column { width: 39% !important; margin-right: 0px !important; }
.three_fifth { width: 59% !important; margin-right: 2% !important; }
.three_fifth.last_column { width: 59% !important; margin-right: 0px !important; }
.four_fifth { width: 79.6% !important; margin-right: 2% !important; }
.four_fifth.last_column { width: 79.6% !important; margin-right: 0px !important; }
.one_sixth { width: 15% !important; margin-right: 2% !important; }
.one_sixth.last_column { width: 15% !important; margin-right: 0px !important; }

	/* Contact Form 7 */
.raw-form td{ background:none !important; border:none !important;}
.raw-form label{ display:block; font-style:italic; line-height:15px;}
.raw-form strong{font-style:italic; font-weight:normal; line-height:30px;}
.raw-form input[type="text"]{ font-size:12px !important; padding-right:6px !important; width:201px !important;}
.raw-submit { background:url(images/header/search-submit.png) no-repeat right center; border:none; cursor:pointer; display:block; float:right; font-size:16px; font-weight:bold; height:18px; letter-spacing:2px;padding-right: 20px;}

.raw-form .row{ position:relative; overflow:hidden;}
.raw-form .row-full{ margin:0;}
.raw-form .col{ float:left; padding-right:20px; width:350px;}
.raw-form .col-last{ float:left; overflow:hidden; width:350px;}
.raw-form .col-full{ float:none; padding-right:0; width:auto;}
.raw-form em{ display:block; float:left; height:30px; padding:7px 10px 0 0; text-align:right; width:125px; }
.raw-form em.left-align{text-align:left; }
.raw-form em.two-line{padding-top:0;}
.raw-form em.one-line{ display:block; float:none; height:30px; padding:7px 10px 0 0; text-align:left; width:auto; }
.raw-form em.check-radio{ font-size:17px; font-style:normal;}
.raw-form .col input[type="text"]{ display:block; float:left; width:201px !important; }
.raw-form select{ width:215px !important;}
.raw-form textarea{width:97% !important;}