/*
Theme Name: waaa
Author: 
Version: 1.0
Text Domain: waaa
*/






/* ====================

Reset CSS

==================== */

header, footer, main,
article, section, aside, nav,
figure, figcaption, picture{
  display:block;
}

*,
::before,
::after{
  box-sizing:border-box;
}

html, head, body,
header, footer, main,
article, section, aside, nav,
p, address, div, span,
a, b, strong, em, small, 
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
img, figure, figcaption, picture,
table, tr, th, td, thead, tbody, tfoot,
iframe,
form, label, input, button, select, textarea{
  border:none;
  font-style:normal;
  margin:0;
  padding:0;
}

img, iframe{
  vertical-align:middle;
}

body{
  background:#fff;
  color:#333;
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  word-break:break-all;
}

ul[class],
ol[class]{
  list-style:none;
}

ul:not([class]),
ol:not([class]){
  margin:0 0 0 16px;
}

img{
  height:auto;
  max-width:100%;
}

table{
  border-collapse:collapse;
}

* iframe,
iframe *{
  max-width:100%!important;
}

input, button, select, textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  outline:none;
}

input[type='submit'], button{
  cursor:pointer;
}

textarea{
  min-height:8em;
  resize:vertical;
}


#wpadminbar{
  opacity:.5;
}