h1, h2, h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

h2 {
  color: #fcb4b7;
}

h1 {
  color: #aa8d41;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-weight: normal;
}

a:link {
  text-decoration: none;
}

a:visited, a:hover, a:active {
  text-decoration: none;
}

li {
  list-style: none;
}

article, aside, section,
nav, header, footer, cite,
blockquote {
  display: block;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}

img {
  border: none;
}

input.placeholder_text,
textarea.placeholder_text,
::-webkit-input-placeholder {
  color: #f1f3ee;
}

* {
  -webkit-padding-start: 0px;
}

/* ^ css reset ^ */
.col-1 {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col1-2 {
  width: 46%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col1-3 {
  width: 29%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col2-3 {
  width: 62%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col1-4 {
  width: 21%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col3-4 {
  width: 71%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col1-5 {
  width: 16%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col2-5 {
  width: 36%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col3-5 {
  width: 56%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col4-5 {
  width: 76%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

.col1-6 {
  width: 12.666%;
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  line-height: auto;
}

body {
  background: white;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body p {
  line-height: 20px;
}

section {
  width: 100%;
  min-width: 1020px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section:before, section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section.header {
  color: #666666;
  border-top: 10px solid #fcb4b7;
}
section.header .wrapper {
  padding: 15px;
}
section.first {
  background-color: white;
  color: #666666;
}
section.first .wrapper {
  padding: 30px 30px 0 30px;
}
section.second {
  background-color: white;
  color: #666666;
}
section.third {
  background-color: #aa8d41;
  color: #fbfbfb;
}
section.nav-bar {
  background: #e4d8b9;
  color: #666666;
  height: 120px;
}
section.nav-bar .wrapper {
  padding: 0;
}

.wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
  padding: 30px;
}

article {
	line-height: 20px;

}

.hdr-bg img {
  height: 160px;
}

.hdr-bg {
  position: absolute;
  right: 348px;
  z-index: -1;
  top: -8px;
}

.header-contact {
  font-style: italic;
  display: block;
  float: right;
  font-size: 20px;
  text-align: right;
  padding: 8px 0;
  margin-top: 20px;
}
.header-contact a {
  color: #aa8d41;
}
.header-contact .phone {
  font-weight: 700;
  margin-top: 8px;
  background: transparent url("/wp-content/themes/OrganicSilks/images/icons/phone-icon.png") no-repeat 75px -3px;
}
.header-contact .email {
  padding-left: 30px;
  background: transparent url("/wp-content/themes/OrganicSilks/images/icons/email-icon.png") no-repeat 0px -3px;
}

.header-social {
  display: block;
  float: right;
  width: 20px;
  margin: 15px 0 0 20px;
  background: transparent;
}
.header-social img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  margin-top: 5px;
}

.nav ul {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 640px;
  float: right;
  clear: right;
  margin: 30px -65px 25px 0;
  z-index: 9999;
}
.nav ul > li {
  display: block;
  float: left;
}
.nav ul > li:last-child {
  margin-right: 0px;
}
.nav ul > li a {
  padding: 50px 30px;
  line-height: auto;
  font-size: 16px;
  color: #aa8d41;
  font-weight: 400;
  height: 100%;
  background: transparent;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav ul > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.featured-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  clear: left;
  margin-bottom: 10px;
  font-size: 14px;
}
.featured-nav ul img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  *background: transparent;
  background-color: white;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-top: 20px;
  height: 80px;
}
.featured-nav ul p {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  margin-top: 40px;
  padding-left: 20px;
  font-weight: 700;
}
.featured-nav ul p span {
  font-weight: 400;
}
.featured-nav ul > li {
  display: block;
  float: left;
}
.featured-nav ul > li:last-child {
  margin-right: 0px;
}
.featured-nav ul > li a {
  display: block;
  padding: 0 15px;
  margin-top: 0px;
  margin-left: 10px;
  line-height: auto;
  color: #aa8d41;
  font-weight: 400;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-nav ul > li a:last-child {
  padding-right: 0;
}

.logo {
  display: block;
  position: relative;
  float: left;
  width: 400px;
  margin-top: 20px;
  margin-bottom: -20px;
}

.logo img {
  z-index: 999;
}

.logo-bg {
  display: none;
  position: absolute;
  left: 0px;
  top: 100px;
}

.footer img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  height: 75px;
  margin-right: 20px;
}
.footer a {
  color: #fafafa;
}
.footer .footer-icons img {
  height: 25px;
}

.button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: middle;
  position: relative;
  padding: 0.4em 1.6em 0.44em;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fcb4b7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}
.button span {
  color: #5e5e5e;
}
.button:hover {
  background-color: #fee5e6;
}
.button:active {
  top: 1px;
}
.button a {
  color: #fff;
}
.button.find {
  width: 230px;
  background: #f1f3ee url(../images/icons/location-icon.png) no-repeat 10px 6px;
}

.type-post {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 185px;
  margin: 8px;
  overflow: hidden;
  z-index: 99;
  border: 1px solid #d9d9d9;
}

.type-post h2 {
  position: absolute;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
  font-size: 17px;
  padding: 4px 0;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 10px;
  padding-left: 10px;
  z-index: 999;
  background: #87775f;
  background: rgba(135, 119, 95, 0.7);
}

.type-post h2 a {
  color: #fff;
}

.wp-excerpt {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  margin-top: 56px;
  padding-left: 24px;
  vertical-align: top;
  position: relative;
  width: 340px;
  color: #666666;
}

.wp-excerpt a {
  color: #666666;
}

.meta {
  position: absolute;
  display: block;
  color: #fff;
  right: 0;
  top: 10px;
}

.meta li {
  position: relative;
  display: inline-block;
  z-index: 999;
}

.post-comments {
  background: #fcb4b7;
  color: #fff;
  display: block;
  padding: 6px 7px;
  height: 18px;
  margin-left: 10px;
}

.post-thumb {
  float: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: top;
}

.post-thumb-article {
  float: left;
  padding: 0px 20px 5px 0;
}

.post-thumb-article img {
  width: 300px;
  height: auto;
}

.crop {
  overflow: hidden;
  width: 200px;
  height: 100%;
  display: block;
}

.post-thumb img {
  z-index: 99;
  height: 200px;
  min-width: 100%;
  width: auto;
}

/*----- Comments -----*/
#comments {
  position: relative;
  display: block;
  clear: both;
}

.comments-title {
  display: none;
}

.comment-body {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 10px;
}

.children {
  margin-left: 40px;
  margin-top: -10px;
}

.comment-list {
  margin-top: 0px;
  color: #2c3e50;
  border-radius: 4px;
  padding: 20px;
}

.comment-list a,
.comment-list a:visited,
.comment-respond a,
.comment-respond a:visited {
  color: #1abc9c;
}

.comment-respond {
  width: 600px;
  margin-top: 20px;
  color: #2c3e50;
}

#respond textarea {
  width: 100%;
  padding: 0;
  margin: 0;
}

.form-submit {
  width: 707px;
}

.form-submit #submit {
  width: 85.3%;
}

.form-allowed-tags {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 6px;
}

/*----- Contact -----*/
.wpcf7-submit {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  vertical-align: middle;
  position: relative;
  padding: 0.4em 1.6em 0.44em;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e4d8b9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.wpcf7-submit span {
  color: #5c5c5c;
}
.wpcf7-submit:hover {
  background-color: #f2edde;
}
.wpcf7-submit:active {
  top: 1px;
}

input, textarea {
  border: 1px solid #cbcbcb;
  width: 100%;
  border-radius: 5px;
  min-height: 30px;
}

fieldset {
  border: 0px;
}

.video-over {
  display: block;
  margin-top: 13px;
  position: relative;
  overflow: hidden;
  height: 335px;
}

.youtube_sc {
  margin-top: -13px;
  background-color: #fff;
}

.testimonial .inner {
  background: #fcb4b7;
}
