/*
Theme Name: Edlund Smide
Theme URI: http://edlundsmide.se
Author: Arvid Janson
Author URI: http://becketpurple.com
Description: Custom theme for Carl Edlund
Version: 1
*/* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 12px;
}
::-moz-selection {
  background: #f7290a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f7290a;
  color: #fff;
  text-shadow: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 0;
  list-style: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.row {
  max-width: 840px;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 auto;
}
.col {
  width: 31%;
  float: left;
  margin-bottom: 20px;
}
.col.col-wide {
  width: 65%;
}
.col.col-center {
  padding: 0 1%;
  width: 32%;
}
.col.col-left {
  padding-right: 2%;
  clear: left;
}
.col.col-right {
  padding-left: 2%;
}
.halfling {
  width: 48%;
  padding-right: 2%;
  float: left;
}
.halfling.right {
  padding-left: 2%;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .col {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }
  .halfling,
  .halfling.right {
    width: 100%;
    float: none;
    padding: 0;
  }
}
body {
  font-family: "Proxima Nova", Arial;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
h1,
h2,
h3 {
  font-size: 24px;
  margin-bottom: 0.8em;
}
h3 {
  font-size: 18px;
}
p {
  margin-bottom: 1em;
}
.subpage {
  padding: 10px;
  display: block;
  border: 1px solid #eee;
  color: #000 !important;
}
.subpage:hover {
  background: #fbfafa;
}
.col img {
  width: 100%;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
}
#header {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#header .menu {
  background: url('images/logo-black.png') center center no-repeat;
  width: 500px;
  height: 75px;
  padding-top: 40px;
  margin: 0 auto;
}
#header .menu .left {
  float: left;
  text-align: left;
}
#header .menu .right {
  float: right;
  text-align: right;
}
#header .menu a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  color: #000;
}
#header .menu a:hover {
  color: #f77c33;
}
#header.frontpage {
  margin-bottom: 60px;
}
#header.frontpage .menu {
  background-image: url('images/logo-white.png');
}
#header.frontpage .menu li a {
  color: #fff;
}
#header.frontpage .menu li a:hover {
  color: #f77c33;
}
#header.frontpage #slider {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header.frontpage #slider .slide {
  width: 100%;
  height: 100%;
  background: #333333 url('images/masthead.jpg') center center no-repeat;
}
#masthead {
  text-align: center;
  height: 340px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  padding-top: 40px;
}
#masthead h1 {
  font-size: 36px;
  text-transform: uppercase;
}
#masthead p {
  font-size: 30px;
}
#content {
  min-height: 300px;
  padding-bottom: 40px;
}
#content a {
  color: #f77c33;
}
#content a:hover {
  text-decoration: underline;
}
#content ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
#contact {
  padding: 20px;
  background: #eee;
}
#contact label {
  font-size: 12px;
  font-weight: bold;
  display: block;
}
#contact .text {
  width: 100%;
  border: 1px solid #ddd;
  font-family: "Proxima Nova", Arial;
  font-size: 18px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
}
#footer {
  padding: 40px 0 60px 0;
  font-size: 14px;
  background: #f0edeb;
  border-top: 1px solid #dad3ce;
}
.button.button-huge {
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  padding: 14px 80px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  margin-bottom: 1px;
  background: #f77c33;
  background: -moz-linear-gradient(top, #f8903b 0%, #f6722f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8903b), color-stop(100%, #f6722f));
  background: -webkit-linear-gradient(top, #f8903b 0%, #f6722f 100%);
  background: -o-linear-gradient(top, #f8903b 0%, #f6722f 100%);
  background: -ms-linear-gradient(top, #f8903b 0%, #f6722f 100%);
  background: linear-gradient(top, #f8903b 0%, #f6722f 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
.button.button-huge:active {
  margin-top: 1px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.button-no_shadow {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.mobile {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  #header .menu {
    width: 320px;
    padding-top: 20px;
    height: 80px;
  }
  #header .menu .left {
    clear: left;
  }
  #header .menu .right {
    clear: right;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  #masthead h1 {
    font-size: 24px;
  }
  #masthead p {
    font-size: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  
}
