/*
Theme Name: awac-website
Description: 

Author: Jens Nikolaus
Author URI: http://jens.io
Version: 0.1
*/

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img a {
  text-decoration: none;
}

.wrapper {
  background: #6633CC;
  padding: 8% 10%;
  overflow: hidden;
}

.wrapper > p:first-child {
  margin-top: 0;
}

.wrapper .fifty-fifty {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.wrapper .fifty-fifty.last-child {
  margin-right: 0;
}

.wrapper .bio-wrapper {
  overflow: hidden;
  margin-bottom: 4%;
}

.wrapper .seventy {
  width: 66%;
  margin-right: 4%;
  float: left;
}

.wrapper .thirty {
  width: 30%;
  margin-right: 0;
  float: left;
}

.wrapper .thirty img {
  max-width: 100%; 
  display:block; 
  height: auto;
}

.wrapper .fifty-fifty p:first-child {
  margin-top: 0;
}

.menu {
  padding: 0;
  margin: 4% auto;
  list-style: none;
  text-align: center;
  font-size: 30px;
}

.menu li {
  display: inline-block;
  margin-right: 3%;
}

.menu .current-menu-item,
.menu .current_page_parent {
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  transform: skewY(-10deg);
  border-bottom: 5px solid #6633CC;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  color: #6633CC;
  font-weight: bold;
  /*font-stretch: condensed;*/
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  font-stretch: condensed;
}

#menu-footer {
  font-size: 18px;
}

#menu-footer .current-menu-item {
  border-bottom-width: 3px;
}

.logo-navigation {
  /*margin: 4% auto;*/
  padding: 4% 10% 0;
  overflow: hidden;
}

.logo-navigation img {
  float: left;
}

.logo-navigation .menu {
  margin: 0;
  float: left;
  text-align: right;
  padding-top: 3%;
  width: 80%;
}

h1 {
  font-size: 32px;
  font-weight: 500;
}

p {
  font-size: 22px;
  line-height: 1.4em;
  /*max-width: 70%;*/
}

a {
  /*font-size: 20px;*/
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid white;
  /*text-transform: uppercase;*/
}

/* archive */
.post-item {
  margin-bottom: 10%;
}

.post-title {
  /*margin-bottom: 0;*/
}

.post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  line-height: 1em;
}
.wp-caption-text {
  font-size: 18px;
  font-style: italic;
}

/*single post*/

.single-post .wrapper {
  background: white;
  color: #6633CC;
}

.entry-title {
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  transform: skewY(-10deg);
  margin-top: 0;
  margin-bottom: 14%;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  font-stretch: condensed;
  font-size: 80px;
  /*text-align: center;*/
  color: #6633CC;
  text-decoration: none;
  /*background-image: -o-linear-gradient(5deg, #5C2CE5 1%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(5deg, #5C2CE5 1%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(5deg, #5C2CE5 1%, #FFFFFF 100%);
  background-image: linear-gradient(5deg, #5C2CE5 1%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;*/
}

.entry-title.home {
  font-size: 44px;
  margin-top: 4%;
  margin-bottom: 12%;
  color: white;
  line-height: 1.5em;
}

.entry-title a {
  text-decoration: none;
  border-bottom: 8px solid white;
}

img {
  max-width: 100%; 
  display:block; 
  height: auto;
}

.single-post .entry-content a {
  color: #6633CC;
  text-decoration: underline;
}

.donate {
  text-align: center;
  margin-bottom: 5%;
}