/*
Theme Name: Animagraffs-v2
*/
/* CSS reset */
/*def changesdef changes*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a:active,a:focus,a:hover,input:focus{outline:0}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  background: #24242e;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color:#fff;
  margin: 0;
}

/* Typography */
p {
  padding-bottom: 20px;
}

h1 {
  font-size: 40px;
  line-height: 46px;
  font-size: 72px;
  line-height: 60px;
  font-weight: bold;
/*  text-transform: uppercase;*/
}

h2 {
  font-size: 14px;
/*  text-transform: uppercase;*/
}
.post-card h2 {
  font-size: 16px;
  font-weight:  bold;
  text-transform: none;
  padding-top: 0;
}
h2.sub-heading-2 + p {
  padding-top: 0;
}

h3 {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}

h4 {
  font-size: 10px;
  line-height: 10px;
}

h5 {

}

h1, h2, h3, h4, h5 {
  color: #FF0832;
}

h1, h2, h3, h4, h5, .pullquote, p {
  padding: 10px 10px 0 10px;
}



a {
  color:#FF0832;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.highlight {

}

.pullquote {
  font-size: 22px;
  line-height: 24px;
}

.pullquote p {

}

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

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

.text-align-left {
  text-align: left;
}

.text-align-justify {
  text-align:  justify;
  text-align-last: center;
}

.sub-heading-2 {
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* Color palette  */

.anima-red {
  color: #FF0832;
}

/* STRUCTURE */

.video-post {
    vertical-align: top;
    max-width: 1280px;
}
.embedded-video {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;    
}

.embedded-video iframe, .embedded-video object, .embedded-video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

4. S

/* Nav */

.nav-main {
}

.nav-main li, .sub-heading-1 {
  font-size: 18px;
  font-weight: bold;
  color: #FF0832;
  line-height: 18px;
  display: block;
  padding: 0 10px 0 0;
}

.logo-img {
  width: 120px;
  padding-bottom:10px;
}

.ext-pad {
  padding-right: 0 !important;
}

.nav-main .icon-img {
  display: inline;
}

.icon-img {
  width: 30px;
}

.site-container, .menu {
  padding: 10px;
}

nav {
  padding: 0px 0;
}

.project-container p, .project-container-v2 p {
  max-width: 480px;
}

img {
  display: block;
  fill: #FF0832;
}

hr {
  height: 1px;
  border: 0;
  background-color: #7F7F7F;
  opacity: 0.4;
  width: 97%;
}

.project-container-v2 {
    max-width: 1280px;
    margin: 0 auto;
}

.excerpt {

}

.posts-container {

}

.post-card:first-child {
  float: none;
  width: 100%;
}

.site-container .post-card {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}

.project-container .menu .post-card {
  float: none;
  padding-bottom: 0;
  width: 100%;
}

.project-container .menu .post-card:first-of-type  {
  width: 100%;
}

.post-card img {
  width: 100%;
  height: auto;
}

.post-nav, footer {
  clear: both;
}

/* main sections vertical rhythm */
.post-card, .post-nav {
  padding-bottom: 20px;
}

/* inner element vertical rhythm */
h1, .post-card img {
  padding-bottom: 10px;
}

/* post gutter compensation */
.post-nav, footer {
  padding-left: 5px;
  padding-right: 5px;
}
footer {
  padding-bottom: 10px;
    max-width: 1280px;
    margin: 0 auto;
}
.two-col li {
  width: 50%;
  float: left;
  padding: 0 5px;
}

.two-col img {
  width: 100%;
}

/* POST */

/* menus */

.menu {
  background-color: #24242e;
    max-width: 1280px;
    margin: 0 auto;
}
.menu a {
  color:#FF0832 !important;
}

.menu .nav-main li{
}

.menu .logo-img {
}

.menu .icon-close {
  position: absolute;
  top: 20px;
  right: 0;
}

.icon-open {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1010;
}

.share {
  background-color: #24242e;
  height: 320px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1060;
  /*display: none;*/
}

.share-btn {
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 1030;
}

.share .icon-close {
  position: absolute;
  top: 0px;
  left: 20px;
}

.share textarea {
  width: 100%;
  height: 90px;
}

.ig-container {
/*
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
*/
/*
  -moz-transform: translateX(320px);
  -o-transform: translateX(320px);
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
*/
}

.menu-transition-settings {
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-slide {
/*
  -moz-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
*/
}

.ig-container-slide {
/*
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
*/
}

.references {
  font-size: 8px;
  line-height: 8px;
  word-wrap: break-word;
}

.references ul li {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  display: inline-block;
}

.panzoom {

}

/* APP UI */


/* Responsive */

@media only screen and (min-width:320px) {
}


@media only screen and (min-width:480px) {
  /*  stack nav, setup padding for mobile */


  .logo-img {
    padding-bottom:0;
  }

  .nav-main li{
    display: inline-block;
  }


  .ext-pad {
    padding-right: 30px !important;
  }


}


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



}

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

  /*  Wide page post width */

  .site-container .post-card {
    width: 50%;
  }
  .site-container .post-card:first-of-type {
    width: 100%;
      max-width: 1280px;
    float: none;
    margin: 0 auto;
  }

}


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

}
