/*
	Theme Name: Precision Woodcrafting
	Theme URI: http://precision-woodcrafting.com
	Description: Precision Woodcrafting Theme
	Version: 0.0.1
	Author: Josh Dura (@joshdura)
	Author URI: http://joshdura.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto Slab', serif;
Regular: 400
Bold: 700
*/

body {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color: #F1BA87;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

h2.precision--heading--left {
  text-align: left;
}

h2:before,
h2:after {
  background-color: #8E6C4C;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h2:before {
  right: 0.5em;
  margin-left: -50%;
}

h2:after {
  left: 0.5em;
  margin-right: -50%;
}

h2.precision--heading--left:after {
  margin-right: -100%;
  width: 100%;
}

h2 a {
  text-decoration: none;
}

a {
  text-decoration: underline;
  color: #F1BA87;
}

ol, ul {
  list-style: inherit;
  margin-left: 2.0em;
}

ol li, ul li {
  margin-bottom: 0.5em;
}

img[align=right] {
  padding-left: 20px;
}

img[align=left] {
  padding-right: 20px;
}

input[type="text"],
input[type="reset"],
input[type="submit"],
input[type="file"],
input[type="email"],
input[type="tel"],
textarea {
  padding: 15px;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: none;
  width: 350px;
  vertical-align: top;
  border-radius: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  margin-bottom: 15px;
  width: 45%;
  display: inline-block;
}

input[type="file"] {
  width: 125%;
}

.wpcf7-form-control-wrap:nth-child(odd) {
  margin-right: 30px;
}

input[type="reset"],
input[type="submit"] {
  width: auto;
  color: #fff;
  font-weight: 700;
  background-color: #666;
  text-align: right;
}

input[type="submit"] {
  background-color: #513821;
}

textarea {
  height: 150px;
  width: 96%;
  margin-bottom: 15px;
}

label {
  display: inline-block;
  min-width: 120px;
}

.idea-photo {
  display: inline-block;
  width: 66%;
  margin-bottom: 15px;
}

label.idea-label {
  display: inline-block;
  min-width: 120px;
  margin-right: 15px;
  top: 12px;
  position: relative;
}

p {
  line-height: 1.3em;
  margin-bottom: 1.0em;
}

#precision--container {
  min-height: 100vh;
  background: url('./images/background.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#precision--menu {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  text-align: center;
}

#precision--menu a {
  color: #fff;
  text-decoration: none;
}

#precision--menu li.current-menu-item a {
  color: #F1BA87;
}

#precision--menu ul li {
  display: inline-block;
  border-right: 1px solid #555;
  padding: 0 15px;
}

#precision--menu ul li:last-child {
  border: none;
}

#precision--logo {
  margin: 30px 0;
  text-align: center;
}

#precision--content {
  width: 980px;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  padding: 60px;
}

.precision--post {
  margin-bottom: 60px;
}

.precision--post .precision--metadata {
  color: #F1BA87;
  font-size: 14px;
  margin-bottom: 15px;
}

.precision--half {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}

.precision--half:last-child {
  margin-bottom: 0;
}

.precision--full {
  margin-bottom: 30px;
}

.precision--full:last-child {
  margin-bottom: 0;
}

.precision--leftContent .precision--content-small,
.precision--rightContent .precision--content-large {
  margin-right: 60px;
}

.precision--leftContent .precision--content-small,
.precision--rightContent .precision--content-small {
  flex: 0.8;
}

.precision--leftContent .precision--content-large,
.precision--rightContent .precision--content-large {
  flex: 1;
}

.precision--center {
  text-align: center;
}

.precision--content-gallery ul {
  width: 635px;
}

.precision--content-gallery ul li {
  display: inline-block;
  margin-bottom: 30px;
}

.precision--content-gallery ul li:nth-child(odd) {
  margin-right: 30px;
}

.precision--submit {
  text-align: right;
}

#precision--footer {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 30px;
}