/*
Theme Name: Method Post
Theme URI: http://methodpost.co.uk/
Description: WP Theme
Version: 1.0
Author: Design Superheroes
Author URI: http://www.designsuper.co/
*/

/* =================================
  GENERAL
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  color: #eee;
  font-size: 87.5%;
  line-height: 1.5em;
  background: #111;
}
body, button, input, select, textarea {*font-size: 1em;}
body {margin: 0; color: #FFF; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility;}

html, body {}

.centre {text-align: center;}
.yellow {color: #ffdd17;}

ul {list-style: none;}
li {
  padding: 0.5em 0;
  border-bottom: 1px solid #333;
  font-size: 1em;
  line-height: 1.5em;
}
li a {color: #FFF; display: block;}

li a:hover {
  color: #ffdd17;
  text-decoration: none;
}

ul.client-grid {overflow: hidden;}
ul.client-grid li {
  border: 0;
  line-height: 0;
  padding: 0;
  float: left;
  width: 20%;
}
ul.client-grid img {
  margin: 0;
  width: 100%;
  height: auto;
}

hr {
  margin:3em 0;
  border:0;
  height: 5px;
  background:url(img/wild_oliva.png) #eee;
}

.f-right {float: right;}
.f-left {float: left;}

a:link,
a:visited {color: #FFF;}
a:hover {text-decoration: none; color: #ffdd17}

/*
Yellow : #ffdd17;
*/


/* =================================
  HOLDING
*/

.holding {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -200px;
}

/* =================================
  HEADER
*/


.header {
  background:#000;
  padding: 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 9999;
}
.ie7 .header {
  position: absolute;
}
.brand img {width: 100%;margin: 0}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav ul {
  float: right;
  margin: 0;
}
.main-nav li,
.main-nav li a {
  float: left;
  display: block;
  border: 0;
  padding: 0;
}
.main-nav li a {
  padding: 10px 0;
  margin-left: 1.5em;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  font-size: 1em;
}


/* =================================
  STRUCTURE
*/

.content {
  padding: 14em 0 11em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-bottom: 1px solid #333;
}

#comrades ul {margin-bottom: 0;}

#team h1 {margin-bottom: 4px;}

.section-title h2 {
  line-height: 1.8em;
  color: #999;
  border-bottom: 1px solid #999;
}

#footer {
  padding: 1.5em;
  background-color: #111;
}
#footer p {
  margin: 0;
  font-size: 80%;
}
#footer .credit {float: right;}

figure {margin: 0;}
figure img {
  width: 100%;
  height: auto;
}
.project {
  margin-bottom: 20px;
  background: #ffdd17;
  color: #111;
}
.project-info {padding: 20px;}
a.watch-btn {
  display: inline-block;
  background: #111;
  color: #ffdd17;
  padding: 5px 12px;
  border-radius: 3px;
}
a.watch-btn:hover {
  background: #fff;
  color: #111;
}

.project,
figure img,
#team img,
.client-grid {box-shadow: 1px 1px 5px rgba(0,0,0,0.7);}


/* =================================
  TYPOGRAPHY
*/

h1 {
  margin: 0; 
  font-size: 2.5em;
  line-height: 40px;
  margin-bottom: 40px;
}
h3 {
  margin: 0; 
  font-size: 2em;
  line-height: 30px;
}
h2, h4 {
  margin: 0; 
  font-size: 1.25em;
  line-height: 20px;
}
h5 {
  margin: 0; 
  font-size: 1em;
}
h2, h3, h4, h5, p {
  margin-bottom: 20px;
}
ul, blockquote, pre, td, th, label {
  margin: 0;
  color: #ddd;
  font-size: 1em;
  line-height: 20px;
  margin-bottom: 20px;
}

h1 {
  color: #ffdd17;
  font-family: 'Nixie One',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* =================================
  MEDIA QUERIES
*/


/* Large desktop */
@media (min-width: 1200px) {

.main-nav li a {
  padding: 16px 0;
}

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

  .section-title h2 {font-size: 1em; line-height:2.6em;}
  .main-nav li a {
    padding: 5px 0; 
    margin-left: 1em;
  }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header {
    position: static;
    background-color: #111;
    border-bottom: 1px solid #333;
    padding: 3em 1.5em;
  }
  .content,
  #comrades,
  #contact,
  #about,
  #team {padding: 0 1.5em 5em 1.5em;}

  .section-title {padding: 3em 0;}
  .section-title h2 {margin: 0;}


  #footer .credit {float: none;}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

.holding {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -140px;
}

ul.client-grid li {
  width: 50%;
}

}

