@import url('reset.css');

@import url('widgets.css');

@import url('shortcodes.css');

@import url('entry-content.css');

/*
* Vintage v1.0
*
*/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* IMPORT ------------------------------------------------------------*/
/* aditional */
/* Fonts ----------------------------------------------------*//* Here you go ie */

/* GENERAL ------------------------------------------------------------*/
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
	zoom: 1;

}
.linkt a { display:none}
.wrapper {
  margin: 0 auto;
  width: 950px;
  position: relative;
}
.wrapperbook {
  margin: 30px auto 0;
  width: 1050px;
  position: relative;
  padding-top: 1px;

}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #FFF;
	background-image: url(../img/grunge.png);
	background-repeat: repeat-x;
	background-position: center 150px;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body p {
  margin-bottom: 21px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h6 {
  font-family: mglory;
  line-height: 1.3em;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
	font-size: 24px;
	font-style:normal;
}
h5 {
	font-size: 16px;
	font-weight: bolder;
}
h6 {
  font-size: 20px;
}
h6 a:hover {
	color:#900
}
body .google-map-placeholder {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
/* HEADER ----------------------------------------------------*/header {
	min-height: 180px;
	background-color: #EAEAEA;
}
header #logo:hover {
  opacity: 0.8;
}
header #logo img {
  display: block;
  margin: 5px auto;
}
.constuct {
	font-size: 16px;
	font-weight: bolder;
	color: #F00;
	position: absolute;
	height: auto;
	width: 500px;
	top: 220px;
	z-index: 1200;
	left: 20px;
}
.constuct b{
	text-decoration: blink;
}
/* NAVIGATION ------------------------------------------------------------*/
nav {
  height: 68px;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: relative;
  background: url(../img/ribbon.png) no-repeat top center;
}
#nav {
	clear: left;
	display: block;
	float: right;
	position: relative;
	right: 50%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

#nav > li {
  display: block;
  float: left;
  position: relative;
  left: 50%;
  font-family: mglory;
  word-spacing: -0.1em;
  font-size: 20px;
  /* sub navigation -----------------------------------------------------*/

}
#nav > li.current-menu-item i,
#nav > li.current_page_item i {
  display: block;
}
#nav > li a {
	display: block;
  padding: 20px 10px 0px 10px;
	color: #fcf9f4;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
#nav > li a:hover i {
  display: block;
}
#nav > li a i {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -4px;
}
#nav > li a i b {
  position: absolute;
  display: block;
  background: url(../img/current.png) no-repeat 0px 0px;
  width: 16px;
  height: 16px;
  left: -8px;
}
#nav > li ul {
	font-size: 16px;
	font-family: Tahoma;
	text-align: left;
	margin-top: 19px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
	width: 160%;
}
#nav > li ul li {
  border-top: 1px solid #a03a26;
  border-bottom: 1px solid #812f1e;
}
#nav > li ul li a {
  padding: 15px;
  background: #963724;
}
#nav > li ul li a:hover {
  background: #a03a26;
}
#nav > li ul li:last-child {
  border-bottom: none;
}
/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
}
/* MAIN ----------------------------------------------------*/#main .wrapper {
  margin-top: 60px;
  margin-bottom: 50px;
  min-height: 500px;
  color: #444;
  font-size: 16px;
  line-height: 1.5em;
}
/* HEALINE ----------------------------------------------------*/.headline {
  color: #cb5432;
  text-align: center;
  font-family: mglory;
  font-size: 48px;
  line-height: 1.3em;
  word-spacing: -0.1em;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.headline a {
  color: #cb5432;
  border-bottom: 2px dotted #cb5432;
}
@font-face {
	font-family: mglory;
	src: url("mensch-webfont.eot") /* EOT file for IE */;
}
@font-face {
 font-family: mglory;
 src: url("mensch-webfont.ttf") /* TTF file for CSS3 browsers */
}
nav.cf {
	font-family: mglory;
	font-size: 24pt;
}
nav.cf a {
	font-family: mglory;
}
/* FEATURE -*/
.feature {
  width: 960px;
  margin-left: -20px;
}
.feature li {
  position: relative;
  background: #fcf9f4;
  background-image: url(../img/border.png) , url(../img/border.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  width: 300px;
  margin-bottom: 50px;
  margin-left: 20px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.feature li .thumb {
  display: block;
  margin: 10px;
  width: 280px;
}
.feature li .thumb img {
  max-width: 100%;
}
.feature li .caption {
  padding: 20px 10px 25px 10px;
  text-align: center;
}
.feature li .caption a {
  color: #444444;
}
.feature li a {
  color: #cb5432;
}
.feature li .thumb {
  position: relative;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 0em;
}
.feature li .thumb .date {
  position: absolute;
  bottom: -25px;
  left: 110px;
  display: block;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  height: 50px;
  width: 60px;
  background: #fcf9f4;
  float: left;
  font-family: mglory;
  padding-top: 10px;
  box-shadow: 0px -2px 0px 1px rgba(0, 0, 0, 0.2);
}
.feature li .thumb .date span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
/* PAGE CONTENT ----------------------------------------------------*/
.page-content {
	position: relative;
	background: #fcf9f4;
	color: #585246;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}
.page-content .heading {
  border-bottom: 5px solid #585246;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.page-content .subhead {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.page-content .c-1,
.page-content .c-2,
.page-content .c-3,
.page-content .c-4 {
  position: absolute;
  width: 48px;
  height: 50px;
}
.page-content .c-1 {
  top: 0px;
  left: 0px;
  background: url(../img/corner-1.png) no-repeat top left;
}
.page-content .c-2 {
  top: 0px;
  right: 0px;
  background: url(../img/corner-2.png) no-repeat top left;
}
.page-content .c-3 {
  bottom: 0px;
  left: 0px;
  background: url(../img/corner-3.png) no-repeat top left;
}
.page-content .c-4 {
  bottom: 0px;
  right: 0px;
  background: url(../img/corner-4.png) no-repeat top left;
}
.txtPicL {
	float: left; 
    margin: 4px; 

}
.txtPicR {
	float: right; 
    margin: 4px; 

}
.regret {
	font-weight: bolder;
	color: #F00;
}
.clearfix { clear:both;}
/* CONTACT ------------------------------------------------------------*/
#map_canvas {
  display: block;
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.one-third a{
	text-decoration: none;
	color: #333;
}
/* PORTFOLIO ----------------------------------------------------*/.portfolio-content {
  margin-bottom: 70px;
}
.portfolio-content .project-content {
  float: left;
  width: 660px;
}
.portfolio-content .project-info {
  float: right;
  width: 160px;
  padding: 20px;
  font-size: 14px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.portfolio-content .project-info p {
  margin-bottom: 10px;
}
.portfolio-content .project-info strong {
  font-weight: bold;
  display: block;
}
.portfolio-content .project-info a {
  color: #cb5432;
}
/* RELATED PROJECTS ------------------------------------------------------------*/
.related-projects {
  margin-bottom: 80px;
}
.related-projects .related-heading {
  text-align: center;
  margin-bottom: 10px;
}
.related-projects a {
  color: #444444;
}
.related-projects .related-list li {
  float: left;
  width: 300px;
  text-align: center;
  margin-right: 20px;
}
.related-projects .related-list li .thumb {
  background: #fcf9f4;
  padding: 10px;
  display: block;
  line-height: 0em;
  margin-bottom: 10px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.related-projects .related-list li .thumb img {
  max-width: 100%;
}
.related-projects .related-list li:last-child {
  margin-right: 0px;
}
/* PAGER ------------------------------------------------------------*/
.pager {
  overflow: hidden;
  display: block;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding-bottom: 50px;
}
.pager li {
  display: block;
  margin-right: 5px;
  float: left;
  background: #fcf9f4;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.pager li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  width: 20px;
  line-height: 20px;
  color: #cb5432;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .paged {
  float: right;
  font-style: italic;
  background: none;
  box-shadow: none;
  color: #444444;
}
/* BLOG ------------------------------------------------------------*/
#posts-list {
  position: relative;
  width: 620px;
  float: left;
}
#posts-list article {
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
  background: #fcf9f4;
  background-image: url(../img/border.png) , url(../img/border.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#posts-list article .tape {
  position: absolute;
  top: -15px;
  left: 250px;
  display: block;
  width: 122px;
  height: 35px;
  background: url(../img/tape.png) no-repeat top left;
}
#posts-list article .feature-image {
  position: relative;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 0em;
}
#posts-list article .feature-image img {
  max-width: 100%;
}
#posts-list article .feature-image .entry-date {
  position: absolute;
  top: -33px;
  left: -5px;
  width: 53px;
  height: 69px;
  background: url(../img/date.png) no-repeat top left;
  font-family: mglory;
  font-size: 20px;
  line-height: 1.1em;
  text-align: center;
  color: #fcf9f4;
}
#posts-list article .feature-image .entry-date .month {
  margin-top: 7px;
}
#posts-list article .excerpt {
  margin-top: 40px;
  color: #585246;
}
#posts-list article .excerpt .post-heading {
  font-family: mglory;
  font-size: 36px;
  line-height: 1.1em;
  color: #585246;
  display: block;
  max-width: 480px;
}
#posts-list article .meta {
  display: block;
  border-top: 1px dashed #c9a35b;
  font-size: 13px;
  padding-top: 10px;
  font-weight: lighter;
}
#posts-list article .meta a {
  color: #585246;
}
#posts-list article .meta a:hover {
  color: #cb5432;
}
/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation {
  position: relative;
  left: 50%;
  display: block;
  margin-bottom: 100px;
  float: left;
}
#main .page-navigation div {
  position: relative;
  right: 50%;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#main .page-navigation div span {
  margin-bottom: 15px;
  display: inline-block;
}
#main .page-navigation a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cb5432;
  display: block;
  padding: 10px 15px;
}
#main .page-navigation .nav-next {
  float: left;
  margin-right: 20px;
  background: #fcf9f4 url(../img/arrow-left.png) no-repeat left 12px;
  padding-left: 20px;
}
#main .page-navigation .nav-previous {
  float: right;
  background: #fcf9f4 url(../img/arrow-right.png) no-repeat right 12px;
  padding-right: 20px;
}
/* SIDEBAR ------------------------------------------------------------*/
#sidebar {
  position: relative;
  width: 260px;
  float: right;
  font-size: 14px;
}
#sidebar .block {
  margin-bottom: 40px;
  padding-bottom: 5px;
}
#sidebar .heading {
  border-top: 5px solid #444444;
  border-bottom: 5px solid #444444;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.1em;
  text-align: center;
}
#sidebar li {
  margin-bottom: 7px;
}
#sidebar a {
  color: #cb5432;
}
/* FILTERED ITEMS ----------------------------------------------------*/.-item {
  z-index: 2;
}
.-hidden.-item {
  pointer-events: none;
  z-index: 1;
}
#filter-buttons {
  text-align: center;
  background: url(../img/filter.png) no-repeat top center;
  height: 47px;
  margin-bottom: 20px;
}
#filter-buttons li {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 5px;
}
#filter-buttons li a {
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  margin-right: 5px;
  line-height: 47px;
  color: #cb5432;
}
#filter-buttons li .selected {
  background: url(../img/filter-arrow.png) no-repeat center top;
}
/* FOOTER ----------------------------------------------------*/
footer {
	background: #585246 url(../img/footer.png) repeat-x;
	color: #F3E4C8;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #cb5432;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #f9f5ed;
  font-family: mglory;
  word-spacing: -0.1em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.3em;
}
footer .sb-holder {
  position: relative;
  left: 50%;
  text-align: center;
  float: left;
}
footer #social-bar {
  display: block;
  position: relative;
  float: left;
  right: 50%;
  margin: -7px 5px 0px 5px;
  background: url(../img/social-bg.png) repeat-x;
  height: 46px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
footer #social-bar li {
  float: left;
  line-height: 1em;
  margin-left: 3px;
  margin-right: 3px;
}
footer #social-bar li a {
  display: block;
  line-height: 0em;
}
footer #social-bar li a:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}
footer #social-bar .left-corner {
  position: absolute;
  top: 0px;
  left: -10px;
  display: block;
  width: 10px;
  height: 18px;
  background: url(../img/social-left-corner.png) no-repeat left top;
}
footer #social-bar .right-corner {
  position: absolute;
  top: 0px;
  right: -13px;
  display: block;
  width: 10px;
  height: 18px;
  background: url(../img/social-right-corner.png) no-repeat left top;
}
footer #footer-bottom {
	font-size: 14px;
	text-align: center;
	background: url(../img/bottom.png) repeat-x;
	padding-top: 45px;
	padding-bottom: 40px;
	color: #D4D0C8;
}
footer #footer-bottom a{
	color: #D4D0C8;
}
/* WIDGET COLS ------------------------------------------------------------*/
.widget-cols {
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 14px;
}
.widget-cols h1,
.widget-cols h2,
.widget-cols h3,
.widget-cols h4,
.widget-cols h5,
.widget-cols h6 {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: left;
  border-bottom: 0px solid #ada18e;
  border-top: 0px solid #ada18e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.widget-cols > li {
  width: 218px;
  float: left;
  margin-right: 15px;
}
.widget-cols > li.fourth-col {
  margin-right: 0px;
}
.stampChild{
	height: 110px;
	width: 170px;
	background-image: url(../../../../farm-stay-img/Child-friendly.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -19px;
	left: 442px;
}
.stamp-Karoo{
	height: 110px;
	width: 170px;
	background-image: url(../../../../farm-stay-img/karoo-friendly.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 20px;
}
.sealChild{
	height: 110px;
	width: 170px;
	background-image: url(../../../../farm-stay-img/child-friendly.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: -23px;
	left: 723px;
}
.seal-Karoo{
	height: 110px;
	width: 170px;
	background-image: url(../../../../farm-stay-img/karoo-friendly.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: -22px;
	left: 600px;

}
#field_name {
	width: 430px;
	height: 25px;
}
#field_email {
	width: 430px;
	height: 25px;
	}
#field_phone {
	width: 430px;
	height: 25px;
	}
#field_message {
	width: 430px;
	height: 225px;
	}
#eZ5VNZ {
	list-style: none; font-style:italic;
}
