/*
Theme Name:     Razis
Theme URI:      http://www.themesawesome.com
Description:    Bow Child Theme
Author:         Themes Awesome
Author URI:     http://www.themesawesome.com
Template:       bow
Version:        1.0.1
*/

@import url("../bow/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: 'cf_asty';
    src: url('fonts/asty_cf_light-webfont.eot');
    src: url('fonts/asty_cf_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asty_cf_light-webfont.woff2') format('woff2'),
         url('fonts/asty_cf_light-webfont.woff') format('woff'),
         url('fonts/asty_cf_light-webfont.ttf') format('truetype'),
         url('fonts/asty_cf_light-webfont.svg#cf_asty_stdlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cf_asty';
    src: url('fonts/asty_cf_light_oblique-webfont.eot');
    src: url('fonts/asty_cf_light_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asty_cf_light_oblique-webfont.woff2') format('woff2'),
         url('fonts/asty_cf_light_oblique-webfont.woff') format('woff'),
         url('fonts/asty_cf_light_oblique-webfont.ttf') format('truetype'),
         url('fonts/asty_cf_light_oblique-webfont.svg#cf_asty_stdlight_oblique') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'cf_asty';
    src: url('fonts/asty_cf_medium-webfont.eot');
    src: url('fonts/asty_cf_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asty_cf_medium-webfont.woff2') format('woff2'),
         url('fonts/asty_cf_medium-webfont.woff') format('woff'),
         url('fonts/asty_cf_medium-webfont.ttf') format('truetype'),
         url('fonts/asty_cf_medium-webfont.svg#cf_asty_stdmedium') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'cf_asty';
    src: url('fonts/asty_cf_medium_oblique-webfont.eot');
    src: url('fonts/asty_cf_medium_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asty_cf_medium_oblique-webfont.woff2') format('woff2'),
         url('fonts/asty_cf_medium_oblique-webfont.woff') format('woff'),
         url('fonts/asty_cf_medium_oblique-webfont.ttf') format('truetype'),
         url('fonts/asty_cf_medium_oblique-webfont.svg#cf_asty_stdmedium_italic_2') format('svg');
    font-weight: bold;
    font-style: italic;
}


body{font-family:'cf_asty', Arial, Helvetica, sans-serif;letter-spacing: 0;}
h1,h2,h3,h4,h5,h6{font-family:'cf_asty', Arial, Helvetica, sans-serif;letter-spacing: 0;}
.navigation .themenu li a, .homepage .title, article .entry-title{font-family:'cf_asty', Arial, Helvetica, sans-serif;letter-spacing: 0;}
input, select, textarea{font-family:'cf_asty', Arial, Helvetica, sans-serif;letter-spacing: 0;}

body *{
  text-transform: none!important;
}

.header .site-title{
  white-space: nowrap;
  font-size: 30px;
}

body.home .header .site-title{
  display: none;
}
/*
.offset{
  padding-top: 0;
}*/

.homepage .title{
  text-transform: none;
  letter-spacing: 0;
}

article .entry-title,
a, a:visited{
  text-transform: none;
  letter-spacing: 0;
  color: #1d1d1b;
}

.homepage .image{
  background-color: transparent;
}

.homepage .title{
  font-size: 60px;
}

.header .menu{
  opacity:0.7;
}

.header .menu:hover{
  opacity:1;
}

body .homepage .discover{
  display: none!important;
  text-transform: none;
  opacity: 0.7;
  font-size: 18px;
  padding-bottom: 25px;
}

body .homepage .discover:hover {
  opacity: 1;
}

.navigation .menu li{
  font-size: 45px;
  line-height: 60px;
}

.navigation .menu li:hover{
  opacity: 1!important;
}

.work .navigate{
  margin-top: 0;
}

.work .navigate li,
.navigation .socials li{
  text-transform: lowercase!important;
}

.navigation .socials{
  right: 0;
  width: auto;
}

.navigation .socials li{
  float: left;
  margin: 0;
}

.navigation .socials li + li{
  margin-left: 10px;
}

.navigation .socials li.news{
  float: right;
}

.work .navigate li{
  letter-spacing: 0.08em;
}

.work-preview .nav .prev, .work-preview .nav .next{
  opacity: 0.5;
}

.work-preview .nav .prev:hover, .work-preview .nav .next:hover{
  opacity: 1;
}

.work-preview .nav .disabled, .work-preview .nav .disabled:hover{
  opacity: 0;
}

article .author a,
article .author,
.navigation .copyright{
  display: none;
}

.blog-list {
  max-width: 960px;
  margin: 0 auto;
}

.blog-list article{
  position: relative;
  padding-left: 24%;
}

.blog-list article + article{
  margin-top: 20px;
}

.blog-list article h2.date{
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20px;
  width: 20%;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 150px;
  font-size: 20px;
  border-right: 1px solid #555;
}

.blog-list .blog-content{
  padding-bottom: 10px;
  text-align: left;
}

.blog-list article h1{
  font-size: 40px;
  text-align: left;
  line-height: 1;
  margin-bottom: 20px;
}

.blog-list article img{
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}

 article .entry-title{
  margin-bottom: 0;
 }

.single .container .columns{
  margin:0;
}

.post-meta-bottom{
  display: none;
}

.entry-content p{
  color: #1d1d1b;
}


.header .lang {
  display: inline-block;
  float: left;
  margin-top: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color:#666;
}

.header .lang a {
  color:#666;
  text-transform: uppercase!important;
}

.text,
.header .lang a.active {
  color: #1d1d1b;
}

.header .lang a:hover {
  color:#666;
}

.work .stream {
  margin-left: 30%;
}


.work .copy{
  position: fixed;
  left:50px;
  bottom:30px;
  font-size: 12px;
}

.contact .info{
  display: none;
}

.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"]{
  padding: 0 0px 10px !important;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"]{
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  section.work .stream {
    margin-left:0;
  }

  section.work .navigate select {
    border: 1px solid #000;
    padding: 10px;
  }

  .work .copy{
    display: none;
  }

  .navigation .menu li {
    font-size: 35px;
    line-height: 45px;
  }

  .navigation .socials {
    right: 20px;
  }

  .navigation .socials li,
  .navigation .socials li + li,
  .navigation .socials li.news{
    margin:10px 0;
    float: none;
  }

  .homepage .title {
    font-size: 40px;
  }

}
