/*
Theme Name: anna
Theme URI: http://www.roch.to/
Description: Theme created by Roch Deniau.
Version: 0.1
Author: Roch Deniau
 
Anna by Roch Deniau || http://www.roch.to

*/

/*
  ___    ___     ___   _  _ 
 | _ \  / _ \   / __| | || |
 |   / | (_) | | (__  | __ |
 |_|_\  \___/   \___| |_||_|
                                                                                                    
*/                                                      

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
   
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*                                                  
    _     _  _   _  _     _        ___   ___   ___ 
   /_\   | \| | | \| |   /_\      / __| / __| / __|
  / _ \  | .` | | .` |  / _ \    | (__  \__ \ \__ \
 /_/ \_\ |_|\_| |_|\_| /_/ \_\    \___| |___/ |___/

*/

* {
  margin: 0;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

a:hover,
a:active {
  text-decoration: none;
}

a, a:active,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999;
}

.nav-menu a, .nav-menu a:active,
.nav-menu a:visited,
nav a, nav a:active,
nav a:visited {
  color: #999;
  text-decoration: none;
}

.nav-menu a:hover,
nav a:hover {
  color: #000;
}

.nav-menu .current_page_item a,
.nav-menu .current-page-ancestor a,
.nav-menu .current_page_parent a,
.nav-menu .current-cat a,
nav .current_page_item a,
nav .current-page-ancestor a,
nav .current_page_parent a,
nav .current-cat a {
  color: #000;
}

p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0.75em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 0.75em;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

body,
select,
input,
textarea {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.25;
  color: #000;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

input[type=text] {
  border: 1px solid #000;
  padding: 4px;
  margin: 0;
  width: auto;
}

video {
  width: 100%  !important;
  height: auto !important;
}

figure {
  margin:0  !important;
}

.fluid-width-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
/*	overflow: hidden; */
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header {
  /*min-width:1040px;*/
  z-index: 400;
  text-align:center;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.header-nav {
    height:80px;
    line-height:80px;
}
.header-nav.tiny {
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #000;
}

#footer {
  text-align:center;
  width:100%;
  height:80px;
  line-height:80px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.footer-nav {
  position:relative;
  clear: both;
  display: block;
}

.footer-fix {
  position:fixed;
  bottom:0;
  left:0;
  z-index: 400;
}

.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -80px;  /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 80px; /* .push must be the same height as #footer */
}
 
nav {
  position: fixed;
  width: 33.33%;
  text-align: center;
}

.artists {
  top: 80px;
  left: 0;
  font-size: 1.5em;
}

.films {
  bottom: 80px;
  left: 0;
  font-size: 1.25em;
}

.categories {
  top: 80px;
  right: 0;
  font-size: 1.5em;
}

.nav-fix {
  background-color: #FFF;
}

.nav-clear {
  background-color: transparent;
}

.nav-clear a,
.nav-clear a:active,
.nav-clear a:visited {
  color: #FFF;
}

.nav-clear a:hover {
  color: #FFF;
  opacity: 0.5;
}

.nav-menu {
  font-size: 1.5em;
  text-align: center;
  white-space: nowrap;
}

.nav-menu li {
  float: left;
  width:33.33%;
  display: inline;
}

.nav-menu button {
  background-color: #fff;
  border: 0;
  display: none;
  font-family: sans-serif;
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
}

.nav-menu button::-moz-focus-inner {
  border: 0;
  padding: 0;
} 

#container {
  padding-top: 80px;
}

.content-left {
  width: 63.66%;
  float: left;
  margin-left: 3%;
}

.content-center {
  width: 66.66%;
  margin: 0 auto;
}

.content-right {
  width: 63.66%;
  float: right;
  margin-right: 3%;
}

.content-center h1 {
  line-height: 3em;
}

.content-right-sans {
  width: 66.66%;
  float: right;
}

.content-left-sans {
  width: 66.66%;
  float: left;
}

.news {
  padding:0 10px;
}

.news h2, .news h3 {
  text-align: center;
  padding-bottom: 0.5em;
}

.post_content img {
  width: 100%;
  height: auto;
}

/* Masonry */
.grid {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.grid li {
  display: block;
  float:left;
  width: 30.33%;
}

.content-left-sans .grid li {
  margin: 0 0 1.5% 3%;
  text-align: left;
}

.content-right-sans .grid li {
  margin: 0 3% 1.5% 0;
  text-align: center;
}

.grid img {
  width: 100%;
  height: auto;
}

.grid img,
.grid .featured-video-plus {
  padding-bottom: 0.75em;
}

.vhidden{
  visibility: hidden;
  opacity: 0
}

/* Infinite Scroll */
.load-more-manual #page-nav {
  display:block !important; 
}
#page-nav {
  display:none; 
  text-align:center; 
}
.load-more-manual #page-nav a {
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
  position: relative;
  transition-duration: 150ms;
  text-decoration: none;
  background-color: #eee;
  padding: 5px 0;
  line-height: 80px;
}
#infscr-loading { 
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	margin-left:-50%;
	font-size: 1.5em;
}
#infscr-loading img {
	display:none;
}

#gmap {
  width: 100%;
  height: 300px;
}

.social-icon {
  font-size: 1.25em;
  letter-spacing: 0.5em;
  margin: 1em 0;
  text-align: center;
}

/* ------- Toolbar admin ------- */
.customize-support #header {
  top: 32px;
}

.customize-support .artists,
.customize-support .categories {
top: 112px;
}

/* ------- Fluid Columns ------- */
.one_half {
  width: 48%;
}

.one_half_sans {
  width: 50%;
}

.one_third {
  width: 30.66%;
}

.one_third_sans {
  width: 33.33%;
}

.two_third {
  width: 65.33%;
}

.two_third_sans {
  width: 66.66%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.three_fifth {
  width: 58.4%;
}

.four_fifth {
  width: 67.2%;
}

.one_sixth {
  width: 13.33%;
}

.five_sixth {
  width: 82.67%;
}

.full_width {
  width: 100%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}


/*
  ___   ___   ___   ___    ___    _  _   ___   ___  __   __  ___ 
 | _ \ | __| / __| | _ \  / _ \  | \| | / __| |_ _| \ \ / / | __|
 |   / | _|  \__ \ |  _/ | (_) | | .` | \__ \  | |   \ V /  | _| 
 |_|_\ |___| |___/ |_|    \___/  |_|\_| |___/ |___|   \_/   |___|

*/                            

@media screen and (max-width: 1240px) {

  body {
    font-size: 90%;
  }

  .grid li {
    width: 47%;
  }
}

@media screen and (max-width: 900px) {
  
  .three_fourth, .one_fourth, .one_half, .two_third, .one_third {
    float: none;
    width: 100%;
  }

  .content-right,
  .content-left {
    float: none;
    margin: 0 auto;
  }
  
  .content-left-sans,
  .content-right-sans {
    width: 100%;
  }
  
  .content-right-sans .grid li,
  .content-left-sans .grid li {
    width: 30.33%;
    margin: 0 1.5% 1.5% 1.5%;
  }
  
  .artists,
  .categories {
    display: none;
  }
  
  .films {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {

  body {
    font-size: 85%;
  }
  
  .content-right,
  .content-center {
    width: 88%;
  }

  .content-right-sans .grid li,
  .content-left-sans .grid li {
    width: 47%;
  }
}

@media screen and (max-width: 528px) {
  
  #header,
  #footer {
    font-size: 85%;
  }

  .nav-menu li {
    float: none;
    width:auto;
    padding: 0 1.5%;
  }
  
  .content-right-sans .grid li,
  .content-left-sans .grid li {
    width: 100%;
    margin: 0 0 3% 0;
  }
}