/*
Theme Name: Antiquote
Theme URI: http://antiquote.com/
Author: Kieren Messenger
Author URI: http://antiquote.com/
Description: Antiquote.com, done right.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/



/*------------------------------------------------------------------
1. GENERIC STYLES
------------------------------------------------------------------*/

/*------------------------------------------------------------------
1.1 RESETS -------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------------------
1.2 DEFAULTS -----------------------------------------------------*/

html, body {
  font: 300 16px/1.5 "museo-sans", "Museo Sans", "Open Sans","Helvetical Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  background: #ffffff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

/*------------------------------------------------------------------
1.3 GRID ---------------------------------------------------------*/

.container {
	margin: 0 auto;
	padding: 18px;
	max-width: 1236px;
	position: relative;
}

.container .container { width: auto; max-width: none; min-width: 0; padding: 0; }

.col {
  float: left;
  text-align: left;
  padding: 18px;
  min-height: 1px; 
  position: relative;
}

.col_1 { width: 8.333333333333333%; }
.col_2 { width: 16.666666666666667%; }
.col_3 { width: 25%; }
.col_4 { width: 33.333333333333333%; }
.col_5 { width: 41.666666666666667%; }
.col_6 { width: 50%; }
.col_7 { width: 58.333333333333333%; }
.col_8 { width: 66.666666666666667%; }
.col_9 { width: 75%; }
.col_10 { width: 83.333333333333333%; }
.col_11 { width: 91.666666666666667%; }
.col_12 { width: 100%; }

.push_1 { margin-left: 8.333333333333333%; }
.push_2 { margin-left: 16.666666666666667%; }
.push_3 { margin-left: 25%; }
.push_4 { margin-left: 33.333333333333333%; }
.push_5 { margin-left: 41.666666666666667%; }
.push_6 { margin-left: 50%; }
.push_7 { margin-left: 58.333333333333333%; }
.push_8 { margin-left: 66.666666666666667%; }
.push_9 { margin-left: 75%; }
.push_10 { margin-left: 83.333333333333333%; }
.push_11 { margin-left: 91.666666666666667%; }
.push_12 { margin-left: 100%; }

.show_0 { display: block;	}
.hide_0 { display: none; }

.nopad { padding: 0; }
	
.pad_l { padding-left: 18px; }
.pad_r { padding-right: 18px; }
.pad_t { padding-top: 18px; }
.pad_b { padding-bottom: 18px; }

@media screen and (min-width: 540px) {
	.col_540_1 { width: 8.333333333333333%; }
	.col_540_2 { width: 16.666666666666667%; }
	.col_540_3 { width: 25%; }
	.col_540_4 { width: 33.333333333333333%; }
	.col_540_5 { width: 41.666666666666667%; }
	.col_540_6 { width: 50%; }
	.col_540_7 { width: 58.333333333333333%; }
	.col_540_8 { width: 66.666666666666667%; }
	.col_540_9 { width: 75%; }
	.col_540_10 { width: 83.333333333333333%; }
	.col_540_11 { width: 91.666666666666667%; }
	.col_540_12 { width: 100%; }
	
  .col_540_push_1 { margin-left: 8.333333333333333%; }
  .col_540_push_2 { margin-left: 16.666666666666667%; }
  .col_540_push_3 { margin-left: 25%; }
  .col_540_push_4 { margin-left: 33.333333333333333%; }
  .col_540_push_5 { margin-left: 41.666666666666667%; }
  .col_540_push_6 { margin-left: 50%; }
  .col_540_push_7 { margin-left: 58.333333333333333%; }
  .col_540_push_8 { margin-left: 66.666666666666667%; }
  .col_540_push_9 { margin-left: 75%; }
  .col_540_push_10 { margin-left: 83.333333333333333%; }
  .col_540_push_11 { margin-left: 91.666666666666667%; }
  .col_540_push_12 { margin-left: 100%; }
	
	.show_540 { display: block;	}
	.hide_540 { display: none; }
	
  .nopad_540 { padding: 0; }
	
	.pad_540_l { padding-left: 18px; }
	.pad_540_r { padding-right: 18px; }
	.pad_540_t { padding-top: 18px; }
	.pad_540_b { padding-bottom: 18px; }
}

@media screen and (min-width: 760px) {
	.col_760_1 { width: 8.333333333333333%; }
	.col_760_2 { width: 16.666666666666667%; }
	.col_760_3 { width: 25%; }
	.col_760_4 { width: 33.333333333333333%; }
	.col_760_5 { width: 41.666666666666667%; }
	.col_760_6 { width: 50%; }
	.col_760_7 { width: 58.333333333333333%; }
	.col_760_8 { width: 66.666666666666667%; }
	.col_760_9 { width: 75%; }
	.col_760_10 { width: 83.333333333333333%; }
	.col_760_11 { width: 91.666666666666667%; }
	.col_760_12 { width: 100%; }
	
  .col_760_push_1 { margin-left: 8.333333333333333%; }
  .col_760_push_2 { margin-left: 16.666666666666667%; }
  .col_760_push_3 { margin-left: 25%; }
  .col_760_push_4 { margin-left: 33.333333333333333%; }
  .col_760_push_5 { margin-left: 41.666666666666667%; }
  .col_760_push_6 { margin-left: 50%; }
  .col_760_push_7 { margin-left: 58.333333333333333%; }
  .col_760_push_8 { margin-left: 66.666666666666667%; }
  .col_760_push_9 { margin-left: 75%; }
  .col_760_push_10 { margin-left: 83.333333333333333%; }
  .col_760_push_11 { margin-left: 91.666666666666667%; }
  .col_760_push_12 { margin-left: 100%; }
	
	.show_760 { display: block;	}
	.hide_760 { display: none; }
	
  .nopad_760 { padding: 0; }
	
	.pad_760_l { padding-left: 18px; }
	.pad_760_r { padding-right: 18px; }
	.pad_760_t { padding-top: 18px; }
	.pad_760_b { padding-bottom: 18px; }
}

@media screen and (min-width: 980px) {
	.col_980_1 { width: 8.333333333333333%; }
	.col_980_2 { width: 16.666666666666667%; }
	.col_980_3 { width: 25%; }
	.col_980_4 { width: 33.333333333333333%; }
	.col_980_5 { width: 41.666666666666667%; }
	.col_980_6 { width: 50%; }
	.col_980_7 { width: 58.333333333333333%; }
	.col_980_8 { width: 66.666666666666667%; }
	.col_980_9 { width: 75%; }
	.col_980_10 { width: 83.333333333333333%; }
	.col_980_11 { width: 91.666666666666667%; }
	.col_980_12 { width: 100%; }
	
  .col_980_push_1 { margin-left: 8.333333333333333%; }
  .col_980_push_2 { margin-left: 16.666666666666667%; }
  .col_980_push_3 { margin-left: 25%; }
  .col_980_push_4 { margin-left: 33.333333333333333%; }
  .col_980_push_5 { margin-left: 41.666666666666667%; }
  .col_980_push_6 { margin-left: 50%; }
  .col_980_push_7 { margin-left: 58.333333333333333%; }
  .col_980_push_8 { margin-left: 66.666666666666667%; }
  .col_980_push_9 { margin-left: 75%; }
  .col_980_push_10 { margin-left: 83.333333333333333%; }
  .col_980_push_11 { margin-left: 91.666666666666667%; }
  .col_980_push_12 { margin-left: 100%; }
	
	.show_980 { display: block;	}
	.hide_980 { display: none; }
	
	.nopad_980 { padding: 0; }
	
	.pad_980_l { padding-left: 18px; }
	.pad_980_r { padding-right: 18px; }
	.pad_980_t { padding-top: 18px; }
	.pad_980_b { padding-bottom: 18px; }
}

@media screen and (min-width: 1200px) {
	.col_1200_1 { width: 8.333333333333333%; }
	.col_1200_2 { width: 16.666666666666667%; }
	.col_1200_3 { width: 25%; }
	.col_1200_4 { width: 33.333333333333333%; }
	.col_1200_5 { width: 41.666666666666667%; }
	.col_1200_6 { width: 50%; }
	.col_1200_7 { width: 58.333333333333333%; }
	.col_1200_8 { width: 66.666666666666667%; }
	.col_1200_9 { width: 75%; }
	.col_1200_10 { width: 83.333333333333333%; }
	.col_1200_11 { width: 91.666666666666667%; }
	.col_1200_12 { width: 100%; }
	
	.col_1200_push_1 { margin-left: 8.333333333333333%; }
  .col_1200_push_2 { margin-left: 16.666666666666667%; }
  .col_1200_push_3 { margin-left: 25%; }
  .col_1200_push_4 { margin-left: 33.333333333333333%; }
  .col_1200_push_5 { margin-left: 41.666666666666667%; }
  .col_1200_push_6 { margin-left: 50%; }
  .col_1200_push_7 { margin-left: 58.333333333333333%; }
  .col_1200_push_8 { margin-left: 66.666666666666667%; }
  .col_1200_push_9 { margin-left: 75%; }
  .col_1200_push_10 { margin-left: 83.333333333333333%; }
  .col_1200_push_11 { margin-left: 91.666666666666667%; }
  .col_1200_push_12 { margin-left: 100%; }
	
	.show_1200 { display: block;	}
	.hide_1200 { display: none; }
	
	.nopad_1200 { padding: 0; }
	
	.pad_1200_l { padding-left: 18px; }
	.pad_1200_r { padding-right: 18px; }
	.pad_1200_t { padding-top: 18px; }
	.pad_1200_b { padding-bottom: 18px; }
}

/*------------------------------------------------------------------
1.4 TYPOGRAPHY ---------------------------------------------------*/

h1, h2, h3, h4, h5 {
  width: 100%;
  margin-bottom: 0.6em;
/*  font-family: "museo-sans-condensed", sans-serif;*/
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
  margin-top: 1.8em;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.5;
}

h2:after, h3:after {
/*    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    margin: 0 0 0 0;
    width: 4rem;
    border-bottom: 2px solid #333333; */
}

p, blockquote, ul, ol {
  margin-bottom: 1em;
}

p {
  width: 100%;
}

.strong {
  font-weight: bold;
}

blockquote {
  font-style: italic;
  font-size: 1.2em;
/*  margin: 1.4em 1em;
  color: #888888; */
  margin: 1.4em 0;
  line-height: 1;
  font-weight: bold;
}

blockquote p {
  line-height: 1.2;
}

em, i {
  font-style: italic;
}

hr {
  height: 1px;
  margin: 2em 1em 4em 0;
  text-align: center;
  border-color: #777;
  border-width: 0;
  border-style: dotted;
}

hr::after {
    content: "···";
    letter-spacing: 2em;
}

li.plus, li.minus, li.bullet {
  position: relative;
  margin-bottom: 0.25em;
}

li.plus::before, li.minus::before {
  content: "+";
  position: absolute;
  left: -20px;
  top: -2px;
}

li.minus::before {
  content: "-";
  left: -18px;
}

li.bullet {
  list-style: disc;
}

li.num {
	list-style: decimal;
}

@media screen and (min-width: 540px) {

  body {
    font-size: 18px;
    line-height: 1.45;
  }

}

@media screen and (min-width: 980px) {

  body {
    font-size: 20px;
    line-height: 1.4;
  }
  
  p, li {
	  font-size: 1.1em;
	  line-height: 1.5;
  }

}

/*------------------------------------------------------------------
1.5 LINKS ---------------------------------------------------------*/

p a:link, p a:visited {
  text-decoration: none;
  color: #309240;
  
  text-shadow: 0 0.03em #FFFFFF, 0 -0.03em #FFFFFF, 0.06em 0 #FFFFFF, 0 -0.06em #FFFFFF, 0.03em 0 #FFFFFF, -0.03em 0 #FFFFFF, 0.06em 0 #FFFFFF, -0.06em 0 #FFFFFF, 0.09em 0 #FFFFFF, -0.09em 0 #FFFFFF, 0.12em 0 #FFFFFF, -0.12em 0 #FFFFFF, 0.15em 0 #FFFFFF, -0.15em 0 #FFFFFF;
  background-image: linear-gradient(to bottom, transparent 87%, #309240 87%, #309240 91%, transparent 91%);
}

p a:hover {
  color: #02510f;
}

.intro p a:link, .intro p a:visited {
  text-shadow: 0 0.03em #f4f6f7, 0 -0.03em #f4f6f7, 0.06em 0 #f4f6f7, 0 -0.06em #f4f6f7, 0.03em 0 #f4f6f7, -0.03em 0 #f4f6f7, 0.06em 0 #f4f6f7, -0.06em 0 #f4f6f7, 0.09em 0 #f4f6f7, -0.09em 0 #f4f6f7, 0.12em 0 #f4f6f7, -0.12em 0 #f4f6f7, 0.15em 0 #f4f6f7, -0.15em 0 #f4f6f7;
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

h3 a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------
1.6 IMAGES -------------------------------------------------------*/

.fullbleed {
  background-size: cover;
  background-position: center center;
}

/*------------------------------------------------------------------
2. LAYOUT
------------------------------------------------------------------*/

/*------------------------------------------------------------------
2.1 DEFAULTS ------------------------------------------------------*/

/*------------------------------------------------------------------
2.2 HEADER --------------------------------------------------------*/

.header {
  height: 200px;
  background-color: #f4f6f7;
  position: relative;
  color: #ffffff;
}

.header.fullbleed {
  height: 400px;
  background-color: #0c0d0d;
}

.header.fullbleed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000000;
  opacity: 0.2;
}

.header .container {
  padding-top: 0;
}

.header .container-menu {
  background-color: #0c0d0d;
}

.title {
  color: #FFFFFF;
  z-index: 10;
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.title h1 {
  margin: 0;
  line-height: 1;
}

.title h1:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  margin: 0 0 0 0;
  width: 4rem;
  border-bottom: 2px solid #FFFFFF;
}

.category, .date {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  display: block;
}

.category {
  margin-bottom: 5px;
}

.category a:link, .category a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.category a:hover {
  text-decoration: underline;
}

.date {
  margin-top: 42px;
}

.noimg .title, .noimg .date, .noimg .category a:link, .noimg .category a:visited {
  color: #333333;
}

.noimg .title h1:after {
  border-color: #333333;
}

.noimg {
  margin-bottom: 36px;
}

@media screen and (min-width: 540px) {

  .header {
    height: 300px;
  }

  .header.fullbleed {
    height: 500px;
  }
  
  .title {
    bottom: 10px;
  }

}

@media screen and (min-width: 980px) {
  
  .header {
    height: 400px;
  }

  .header.fullbleed {
    height: 600px;
  }
  
  .title {
    bottom: 20px;
  }

}

/*------------------------------------------------------------------
2.3 MENU ----------------------------------------------------------*/

.menu {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-weight: 900;
  font-size: 1.1em;
}

.menu .col {
  padding: 15px 0;
}

.menu a:link, .menu a:visited {
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  color: #FFFFFF;
  padding: 18px 0;
}

.menu a:hover {
  border-bottom: 3px solid #FFFFFF;
}

.menu ul {
  float: right;
  list-style-type: none;
  margin-bottom: 0;
}

.menu li {
  float: left;
  display: block;
  margin-right: 10px;
}

.menu li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 540px) {

  .menu li {
    margin-right: 20px;
  }

}

@media screen and (min-width: 980px) {

  .menu .col {
    padding: 16px 0;
  }

  .menu li {
    margin-right: 30px;
  }

}

.mobilenav {
  background: #333333;
  color: #ffffff;
  font-weight: 900;
}

.mobilenav a:link, .mobilenav a:visited {
  color: #ffffff;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.mobilenav li {
  border-bottom: 1px solid #ffffff;
}

/*------------------------------------------------------------------
2.4 INTRO ---------------------------------------------------------*/

.intro {
  background: #f4f6f7;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 36px;
}

.intro.portfolio h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.intro.portfolio h4:after {
/*  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  margin: 0 0 0 0;
  width: 4rem;
  border-bottom: 2px solid #333333; */
}

.intro.travel p {
  font-size: 1.2em;
  margin: 0;
}

.intro.portfolio p {
  margin: 0;
}

@media screen and (min-width: 540px) {

  .intro {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  
}

@media screen and (min-width: 980px) {

  .intro {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .intro p {
    font-size: 1em;
    line-height: 1.4;
  }

}

/*------------------------------------------------------------------
2.5 CONTENT -------------------------------------------------------*/

.roadblock {
  height: 200px;
  margin-bottom: 36px;
}

.gallery {
  padding-top: 0;
}

.gallery .col:first-child {
  padding-top: 0;
}

@media screen and (min-width: 540px) {

  .roadblock {
    height: 350px;
  }
  
}

@media screen and (min-width: 980px) {

  .roadblock {
    height: 500px;
  }

}

/*------------------------------------------------------------------
2.7 BOXOUT --------------------------------------------------------*/

.boxout {
  background: #f4f6f7;
  margin: 0 -18px 1em;
  padding: 18px;
}

.boxout h1,
.boxout h2,
.boxout h3,
.boxout h4 {
  margin-top: 0;
} 

.boxout p:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
2.7 READ NEXT -----------------------------------------------------*/

.readnext {
  position: relative;
  color: #FFFFFF;
  padding-top: 82px;
  padding-bottom: 102px;
  text-align: center;
}

.readnext:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
}

.readnext .category, .readnext h3 {
  text-align: center;
  z-index: 10;
  position: relative;
}

.readnext h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.readnext h3:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin: 0 0 0 -2rem;
  width: 4rem;
  border-bottom: 2px solid #FFFFFF;
}

/*------------------------------------------------------------------
2.8 READ MORE -----------------------------------------------------*/

.readmore {
  background-color: #333333;
  padding: 18px 0;
  color: #FFFFFF;
}

.readmore .category {
  margin-top: 18px;
  color: #E5E5E5;
}

.readmore h3 {
  margin-top: 0;
}

.readmore h3:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  margin: 0 0 0 0;
  width: 4rem;
  border-bottom: 2px solid #FFFFFF;
}

@media screen and (min-width: 540px) {
 
   .readmore .category {
      margin-top: 0;
  }
  
  .readmore {
    padding: 30px 0;
  }
  
}

@media screen and (min-width: 760px) {
 
   .readmore .category {
      margin-top: 36px;
  }
  
  .readmore {
    padding: 42px 0;
  }
  
}

/*------------------------------------------------------------------
9. CLEARFIX & HIDDEN
------------------------------------------------------------------*/

/*.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}*/

.container:before, .container:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.container:after, .clearfix:after { clear: both; }
.container, .clearfix { zoom: 1; }

.hidden {
	display: block;
	height: 1px;
	left: -5000px;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -5000px;
	width: 1px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------------------------------------------------------------------
10. TESTING
-------------------------------------------------------------------*/

body.dev {
  background-image: url('dev/aq_bg.png');
  background-repeat: repeat-y;
  background-position: center top;
}

.dev {
  border: 1px solid #ff0000;
}