@font-face { font-family: 'Montserrat regular'; src: url('../font/Montserrat-Regular.eot'); src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat-Regular.woff') format('woff'), url('../font/Montserrat-Regular.ttf') format('truetype'), url('../font/Montserrat-Regular.svg#Montserrat-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Montserrat light'; src: url('../font/Montserrat-Light.eot'); src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-Light.woff2') format('woff2'), url('../font/Montserrat-Light.woff') format('woff'), url('../font/Montserrat-Light.ttf') format('truetype'), url('../font/Montserrat-Light.svg#Montserrat-Light') format('svg'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Montserrat hairline'; src: url('../font/Montserrat-Hairline.eot'); src: url('../font/Montserrat-Hairline.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-Hairline.woff2') format('woff2'), url('../font/Montserrat-Hairline.woff') format('woff'), url('../font/Montserrat-Hairline.ttf') format('truetype'), url('../font/Montserrat-Hairline.svg#Montserrat-Hairline') format('svg'); font-weight: 200; font-style: normal; }
@font-face { font-family: 'Montserrat bold'; src: url('../font/Montserrat-Bold.eot'); src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype'), url('../font/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); font-weight: bold; font-style: normal; }
@font-face {
   font-family: 'Montserrat black';
   src: url('../font/Montserrat-Black.eot'); 
   src: url('../font/Montserrat-Black.eot?#iefix') 
   format('embedded-opentype'), url('../font/Montserrat-Black.woff2') 
   format('woff2'), url('../font/Montserrat-Black.woff') format('woff'),
    url('../font/Montserrat-Black.ttf') 
    format('truetype'), 
    url('../font/Montserrat-Black.svg#Montserrat-Black') 
    format('svg'); 
    font-weight: 900; 
    font-style: normal; }

@font-face { 
  font-family: 'Prata'; 
  src: url('../font/Prata-Regular.ttf');
};
@font-face {
  font-family: 'Gothic A1';
  src: url('../font/GothicA1-Regular.ttf');
}
@font-face {
  font-family: 'GothicA1-Bold';
  src:url('../font/GothicA1-Bold.ttf');
}
@font-face {
  font-family: 'GothicA1-Black';
  src: url( '../font/GothicA1-Black.ttf');
}
@font-face {
  font-family: 'GothicA1-Light';
  src: url('../font/GothicA1-Light.ttf');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Reset
-------------------------------------------------------------- */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  /* font-family: 'Montserrat regular'; */
  font-family: 'Prata', serif;
}
ol, ul {
  list-style: none;
}
:focus {
  outline: 0;
}
a img {
  border: none;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}
input, textarea {
  font-family: 'Gothic A1' !important;
  font-size: 16px !important;
  color: #fff !important;
  background-color: #000 !important;
}
input, textarea {
  padding: 10px !important;
}


.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
body {
  background-color: #000 !important;
  color: #fff !important;
  font-family: 'Gothic A1' !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  overflow-x: hidden; 
  height: 100%;
  width: 100%;
}
.table {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a:hover {
  color: #26f4f5 !important;
}
.overlay {
  position: fixed;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-image: url('../images/ring-alt.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.hide {
  display: none;
}

/* BLOG */

.archive .grid, .search .grid {
  margin-top: 70px;
}
.archive h1, .search h1 {
  position: relative;
  top: -75px;
  padding-left: 15px;
}

.blog-page p {
  color: #fff;
}
.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/*header {
  height: 95px;
}*/
.blog-page {
  /*padding-bottom: 60px;*/
  padding-bottom: 200px;
}
.blog-page #wrapper {
  width: auto;
}
header .branding,
header .header-menu {
  width: 50%;
  float: left;
}
header .header-menu {
  /*margin-top: 20px;*/
}
header .inner {
  padding: 15px;
  padding: 50px 15px;
  /*padding-top: 0px;*/
}
.menu-inner {
  position: relative;
}
.menu-burger {
  float: right;
  padding-top: 15px;
  position: relative;
  width: 25px;
  right: 0;
  cursor: pointer;

}
.menu-burger span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.1s ease 0s;
  -webkit-transition: transform 0.1s ease 0s;
  -moz-transition: transform 0.1s ease 0s;
  -ms-transition: transform 0.1s ease 0s;
  -o-transition: transform 0.1s ease 0s;
}
.menu-burger.line-animation {
  padding-top: 20px;
  height: 45px;
}
.menu-burger.line-animation span {
  position: absolute;
}
.menu-burger.line-animation .line1 {
  top: 25px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-burger.line-animation .line2 {
  display: none;
}
.menu-burger.line-animation .line3 {
  top: 25px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menuBar {
  padding: 0 15px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.menuBar .inner {
  padding: 0 15px;
}
.menuBar.is-menuOpen {
  padding: 0;
  height: 450px;
  /*padding: 135px;
  height: 600px;*/
  visibility: visible;
  opacity: 1;
}
.menuBar ul {
  margin: 0 auto;
  width: 300px;
}
.menuBar ul li a {
  color: #fff;
  font-size: 32px;
  font-family: 'GothicA1-Bold';
}
.menuBar ul li a:hover {
  color: #26f4f5;
}
.grid {
  max-width: 1280px;
  width: 100%;
   margin: 0 auto;
}
.grid-sizer {
  width: 0%;
}

.col-sm-12 {
  width: 100%;
  float: left;
}
.grid-item {
  padding: 0 15px;
}
.post {
  padding-top: 15px;
  padding-bottom: 60px;
}
.post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.post-meta {
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
}
.post h2 {
  margin: 15px 0;
  color: #fff;
 font-family: "Prata";
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 30px;
}
.post h2 a:hover {
  color: #fff221;
}
.post-excerpt {
  margin-bottom: 50px;
}
.post-excerpt p {
  font-family: 'Gothic A1';
  font-size: 16px;
  line-height: 1.5;
}
.post-read-more {
  color: #fff;
  cursor: pointer;
}

/* General button style (reset) */
.btn {
  border: none;
  font-family: 'Gothic A1';
  /*font-size: inherit;*/
  /*color: inherit;*/
  background: none;
  cursor: pointer;
  padding: 10px 40px;
  display: inline-block;
  /*margin: 15px 30px;*/
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  /*font-weight: 700;*/
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-moz-transition: all 0.3s;
  -o-moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Button 8 */
.perspective {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  display: inline-block;
}

.btn-8 {
  display: block;
  background: #5cbcf6;
  outline: 1px solid transparent; /* FF jagged edges fix */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-8:hover {
  border: 1px solid #26f4f5; 
  color: #26f4f5;
}

.btn-8:active {
  /*background: #55b7f3;*/
}
.btn-8g {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.btn-8g:active {
  /*background: #fff;*/
}

.btn-8g:after,
.btn-8g:before {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  line-height: 70px;
}

.btn-8g:after {
  top: -98%; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
  background: #26f4f5;
  color: #000;
  content: 'READ MORE';
  line-height: 38px;
  border: 1px solid #26f4f5;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  -o-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}


/*.btn-8g:before {
  top: 100%;
  background: #e96a6a;
  color: #a33a3a;
  content: 'READ MORE';
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}*/

.btn-8g.btn-success3d {
  /*background: #aaa;*/
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform-origin: 50% 100%;
  -moz-transform: rotateX(-90deg) translateY(100%);
  -ms-transform-origin: 50% 100%;
  -ms-transform: rotateX(-90deg) translateY(100%);
  transform-origin: 50% 100%;
  transform: rotateX(-90deg) translateY(100%);
}

#main {
  position: relative;
}
.blog-prev, .blog-next {
  display: inline;
  padding: 4px 15px;
  /*border: 1px solid #fff;*/
  cursor: pointer;
  font-size: 16px;
}
.blog-prev, .blog-nextn {
  color: #fff !important;
}
.blog-prev a, .blog-next a {
  color: #fff !important;
}
.blog-prev:hover, .blog-next:hover {
  color: #26f4f5;
}
.blog-prev a:hover, .blog-next a:hover {
  color: #26f4f5 !important;
}
.pagination {
  margin: 65px 0;
  position: absolute;
  bottom: -200px;
  width: 100%;
}
.pagination .inner {
  padding: 0 15px;
}
.blog-prev {
  float: left;
}
.blog-next {
  float: right;
}
footer {
  position: relative;
  /*padding-top: 50px;*/
  padding-left: 15px;
  padding-right: 15px;
}
footer .inner {
  background-image: url("../images/art_and_code_logo.svg");
  background-position: 50% center;
  background-repeat: no-repeat;
  border-top: 1px solid #fff;
  font-size: 13px;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
/*footer .inner {
  background-position: 0 50px;
  height: 110px;
  line-height: 60px;
  padding-left: 80px;
  text-align: left;
  padding-top: 0;
  font-size: 16px;
}*/
footer span {
  color: #fff;
  padding-bottom: 30px;
}
/*******************************************************************/

/* SINGLE BLOG */

.single .blog-page {
  padding-bottom: 0;
}
.col-sm-12 {
  width: 100%;
  float: left;
}
.aside {
  background-color: #000;
  padding: 15px;
}
.blog-post {
  padding: 0px 15px;
  background-color: #000;
}
.entry-content .social4i::before {
  border-bottom: 1px solid;
  content: "Share";
  font-family: 'Gothic A1';
  display: block;
  font-size: 14px;
  margin: 12px 0 6px;
}
.entry-content .social4i {
  margin-bottom: 8px;
}
div.socialicons {
  display: block;
  float: left;
  line-height: 1;
  margin-top: 10px;
}
.entry-foot .share-this {
  margin: 41px 0 8px;
}

.entry-foot .share-this h2 {
  border-bottom: 1px solid;
  clear: both;
  font-size: 14px;
  margin: 8px 0;
  font-family: 'Prata';
}
.post-prev {
  float: left;
} 
.post-next {
  float: right;
}
.post-prev, .post-next {
  color: #fff;
  cursor: pointer;
  display: inline;
  padding: 4px 15px;
}
.post-prev:hover, .post-next:hover {
  color: #fff221;
}

#nav-below {
  width: 100%;
}
.navigation {
  font-size: 16px;
  margin-top: 32px;
  overflow: hidden;
  color: #fff;
  /*text-transform: uppercase;*/
}
.nav-previous {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-next {
  float: left;
  width: 50%;
}
.form-section label {
  text-transform: none;
}
.form-section input, .form-section textarea {
  width: 100%;
}
#comments input[type="text"] {
  height: 38px;
}
#comments input, #comments textarea {
  border: 1px solid #fff;
}
.form-submit {
  padding-top: 12px;
  padding-bottom: 60px;
  padding-right: 0;
  text-align: right;
}
.form-submit input#submit {
  height: auto;
  border: 1px solid #fff;
  padding: 10px 40px !important;
}
.form-submit input#submit:hover {
  border: 1px solid #26f4f5;
  color: #26f4f5 !important;
}
.post-sidebar {
  padding-right: 100px;
}
#primary {
  color: #fff;
}
#search-2, #recent-posts-2, #categories-2, #collapsible-archive {
  margin-bottom: 45px;
}
/*#recent-posts-2 {
  margin-top: 90px;
}*/
#search-2 h3.widgettitle {
  display: none;
}
.xoxo {
  position: relative;
  /*margin-top: 20px;*/
}
.widget_search {
  position: static;
}
#search form {
  position: relative;
}
#searchform {
  /*padding-right: 100px;*/
  width: 290px;
  position: relative;
}
.widget_search form input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  height: 45px;
  line-height: 45px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-family: 'GothicA1-Light'; 
  font-size: 16px;
}
#searchsubmit {
  background: url("../images/search_icon.svg") no-repeat scroll center center;
  /*background: red none repeat scroll 0 0;*/
  border: 0 none;
  color: #555;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  position: absolute;
  /*right: 100px;*/
  right: 0;
  top: 1px;
  width: 35px;
  z-index: 100;
  text-indent: 9999px;
  cursor: pointer;
}
#primary h3 {
  margin-bottom: 15px;
  font-family: 'GothicA1-Black';
  font-size: 20px;
}
#primary .xoxo > li {
  margin-bottom: 45px;
}
#primary .xoxo > li a {
  font-size: 16px;
}
#primary .xoxo > li a:hover {
  color: #fff221;
}
.blog-post h1 {
  margin-bottom: 50px;
  font-family: 'Prata';
  font-size: 32px;
  color: #fff;
}
.blog-post img {
  width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
}
.blog-post p {
  /*margin: 50px 0;*/
  font-family: 'GothicA1-Light';
}
/*#search input[type="search"] {
    border: 1px solid #80b9b5;
}*/
/******************************************************************/



@media (min-width: 650px) {
  


}

@media (min-width: 750px ) {
  .col-md-2 {
    width: 50%;
    float: left;
  }
  .post-thumb img {
    /*max-width: 379px;*/
  }
  footer .inner {
    background-position: 0 50%;
    line-height: 120px;
    padding-left: 80px;
    text-align: left;
    padding-top: 0;
    font-size: 16px;
  }
}

@media (min-width: 992px) {

  .aside.col-desc-3 {
    width: 33.333%;
    float: right;
  }
  .col-desc-9 {
    width: 66.667%;
    float: right;
  }
}

@media (min-width: 1020px ) {

  .col-desc-3 {
    width: 33.333%;
  }
  header .header-menu {
    margin-top: 30px;
  }
  .branding img {
    width: 100px;
  }
  .menu-burger {
    width: 40px;
    padding-top: 0;
  }
  .menu-burger span {
    height: 3px;
    margin-bottom: 9px;
    width: 40px;
  }
  .menu-burger.line-animation .line1 {
    top: 15px;
  }
  .menu-burger.line-animation .line3 {
    top: 15px;
  }
}

@media (min-width: 1280px ) {
  .menuBar .inner {
    padding: 0 15px;
  }
}

/*****************************************************/

