@import url("font-awesome.min.css");
@import url("gallery.css");
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-light-webfont.eot');
  src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-light-webfont.woff2') format('woff2'), url('../fonts/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: 400;
  font-style: normal;
}
html {
  margin: 0;
  height: 100%;
  font-family: "Roboto";
  overflow-x: hidden;
}
a:link {
  color: inherit;
}
a:active {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
}
body {
  min-height: 100%;
  display: flex;
  margin: 0;
  background-color: rgba(213, 237, 179, 0.05);
  background-size: cover;
  background-attachment: fixed;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.w0 {
  width: 0%;
  display: none;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.ow0 {
  margin-left: 0%;
}
.ow10 {
  margin-left: 10%;
}
.ow20 {
  margin-left: 20%;
}
.ow25 {
  margin-left: 25%;
}
.ow30 {
  margin-left: 30%;
}
.ow40 {
  margin-left: 40%;
}
.ow50 {
  margin-left: 50%;
}
.ow60 {
  margin-left: 60%;
}
.ow70 {
  margin-left: 70%;
}
.ow80 {
  margin-left: 80%;
}
.ow90 {
  margin-left: 90%;
}
.ow100 {
  margin-left: 100%;
}
.sidebar {
  height: 100% !important;
  position: fixed;
  background-color: transparent;
}
.sidebar header {
  margin-right: 15px;
  padding: 10px;
  padding-right: 30px;
  text-align: right;
  color: #5C743D;
}
.sidebar header a {
  width: 50%;
}
.sidebar header a img {
  max-width: 50%;
}
.sidebar header h1 {
  font-weight: 400;
}
.sidebar .search {
  justify-content: space-between;
  display: flex;
  height: 50px;
}
.sidebar .search input[type=text] {
  width: 100%;
  outline: 0;
  border: 0;
  padding: 0 30px;
  font-size: 18px;
  background-color: transparent;
  color: #5C743D;
}
.sidebar .search input[type=text] ::-webkit-input-placeholder {
  color: #5C743D;
}
.sidebar .search input[type=text] ::-moz-placeholder {
  color: #5C743D;
}
.sidebar .search input[type=text] :-ms-input-placeholder {
  color: #5C743D;
}
.sidebar .search input[type=text] :focus {
  outline: 0;
}
.sidebar .search button[type=submit] {
  border: none;
  background: none;
  min-width: 50px;
}
.sidebar .search button[type=submit] i {
  color: #5C743D;
}
.sidebar ul.sidebar-links {
  list-style-type: none;
  padding: 0;
}
.sidebar ul.sidebar-links li {
  width: calc(100% -  12px );
  padding: 0;
  padding-left: 12px;
  transition-duration: 0.3s;
  transition-property: color, background-color;
  background-color: rgba(111, 108, 108, 0.1);
  color: #5C743D;
}
.sidebar ul.sidebar-links li a {
  font-family: "Raleway";
  padding: 6px;
  display: inline-block;
  text-decoration: none;
}
.sidebar ul.sidebar-links li a span.icon {
  padding: 10px;
  font-size: 1.8em;
}
.sidebar ul.sidebar-links li:hover,
.sidebar ul.sidebar-links li:focus,
.sidebar ul.sidebar-links li:active {
  background-color: rgba(213, 237, 179, 0.4);
  color: #77954f;
}
.sidebar ul.sidebar-links li.child {
  width: calc(100% -  36px );
  padding-left: calc(36px);
}
.sidebar ul.sidebar-links li.current_page_item {
  background-color: rgba(239, 221, 21, 0.3);
  font-weight: 900;
}
.sidebar ul.bottom {
  position: absolute;
  bottom: 1%;
  right: 15px;
  text-align: right;
  list-style-type: none;
  padding: 0;
  font-weight: 300;
  color: #5C743D;
}
.main {
  z-index: 2020;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  background: rgba(213, 237, 179, 0.31);
  color: #5C743D;
  min-height: 100%;
}
.banner {
  top: 0px;
  left: 0px;
  height: 300px;
  position: relative;
  margin: -50px -50px 50px;
  background: #abcdef none repeat scroll 0% 0%;
}
.banner figure.item {
  position: absolute;
  margin: 0;
  height: 300px;
}
.banner figure.item img {
  min-width: 100%;
  height: auto;
}
.banner figure.item h1,
.banner figure.item h2 {
  position: absolute;
  top: 50px;
  z-index: 2147483647;
  margin-left: 50px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.29);
}
.banner figure.item h2 {
  top: 150px;
}
.post-container {
  display: flex;
  margin-bottom: 30px;
}
.post-container .post-thumbmail {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 5px;
}
.post-container .post-thumbmail img {
  width: 100%;
}
.post-container .post {
  background-color: rgba(255, 255, 255, 0.29);
  padding: 30px;
  color: #000;
  border-radius: 5px;
}
.post-container .post .post-header {
  display: flex;
  justify-content: space-between;
}
.post-container .post .post-header a.post-author {
  text-decoration: none;
  text-align: right;
  margin-top: 10px;
}
.comment-container .comment {
  padding: 10px 30px 15px;
  background: rgba(1, 1, 1, 0.1);
}
.author {
  padding: 30px;
}
.author .author-header {
  display: flex;
  flex-wrap: nowrap;
}
.author .author-header .author-avatar img {
  height: 100%;
}
.author .author-header .author-name {
  width: calc(20%);
  margin-left: 60px;
}
.author .author-body {
  margin-top: 50px;
}
.author .author-body h1 {
  text-align: center;
}
.paginator-container {
  display: flex;
  justify-content: space-around;
}
.paginator-container .paginator {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.paginator-container .paginator li {
  padding: 20px;
  text-decoration: none;
  background-color: rgba(213, 237, 179, 0.3);
}
.paginator-container .paginator li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.paginator-container .paginator li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 720px) {
  .sw0 {
    width: 0%;
    display: none;
  }
  .sw10 {
    width: 10%;
  }
  .sw20 {
    width: 20%;
  }
  .sw25 {
    width: 25%;
  }
  .sw30 {
    width: 30%;
  }
  .sw40 {
    width: 40%;
  }
  .sw50 {
    width: 50%;
  }
  .sw60 {
    width: 60%;
  }
  .sw70 {
    width: 70%;
  }
  .sw75 {
    width: 75%;
  }
  .sw80 {
    width: 80%;
  }
  .sw90 {
    width: 90%;
  }
  .sw100 {
    width: 100%;
  }
  .sow0 {
    margin-left: 0%;
  }
  .sow10 {
    margin-left: 10%;
  }
  .sow20 {
    margin-left: 20%;
  }
  .sow25 {
    margin-left: 25%;
  }
  .sow30 {
    margin-left: 30%;
  }
  .sow40 {
    margin-left: 40%;
  }
  .sow50 {
    margin-left: 50%;
  }
  .sow60 {
    margin-left: 60%;
  }
  .sow70 {
    margin-left: 70%;
  }
  .sow80 {
    margin-left: 80%;
  }
  .sow90 {
    margin-left: 90%;
  }
  .sow100 {
    margin-left: 100%;
  }
  .no-small {
    display: none;
  }
  body {
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  header,
  .header {
    margin: 0;
    margin-top: 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
  header a,
  .header a {
    flex-shrink: 3;
  }
  header a img,
  .header a img {
    max-width: 30%;
  }
  header .title h1,
  .header .title h1,
  header .title h3,
  .header .title h3 {
    text-align: left;
  }
  .sidebar {
    height: auto;
  }
  .sidebar.left {
    position: static;
    margin-bottom: 15px;
  }
  .sidebar.right {
    position: static;
    background-color: rgba(145, 208, 55, 0.1);
    color: #5C743D;
  }
  .main {
    padding: 0 5px;
    min-height: auto;
  }
  .banner {
    display: none;
  }
  ul.bottom {
    width: 100% !important;
    text-align: center !important;
    bottom: auto !important;
    position: static !important;
  }
  .search {
    margin-top: 10px;
  }
}
@media screen and (min-width: 721px) and (max-width: 1110px) {
  .mw0 {
    width: 0%;
    display: none;
  }
  .mw10 {
    width: 10%;
  }
  .mw20 {
    width: 20%;
  }
  .mw25 {
    width: 25%;
  }
  .mw30 {
    width: 30%;
  }
  .mw40 {
    width: 40%;
  }
  .mw50 {
    width: 50%;
  }
  .mw60 {
    width: 60%;
  }
  .mw70 {
    width: 70%;
  }
  .mw75 {
    width: 75%;
  }
  .mw80 {
    width: 80%;
  }
  .mw90 {
    width: 90%;
  }
  .mw100 {
    width: 100%;
  }
  .mow0 {
    margin-left: 0%;
  }
  .mow10 {
    margin-left: 10%;
  }
  .mow20 {
    margin-left: 20%;
  }
  .mow25 {
    margin-left: 0% !important;
  }
  .mow30 {
    margin-left: 30%;
  }
  .mow40 {
    margin-left: 40%;
  }
  .mow50 {
    margin-left: 50%;
  }
  .mow60 {
    margin-left: 60%;
  }
  .mow70 {
    margin-left: 70%;
  }
  .mow80 {
    margin-left: 80%;
  }
  .mow90 {
    margin-left: 90%;
  }
  .mow100 {
    margin-left: 100%;
  }
  .no-med {
    display: none;
  }
  .main {
    padding: 0 15px;
  }
  .banner {
    margin-left: -15px;
  }
  .sidebar {
    position: initial !important;
  }
  .main .w25 {
    padding-left: 0% !important;
  }
  .sidebar.right {
    z-index: 2019;
    width: 30%;
    bottom: 10px;
    top: 40%;
    height: inherit;
    min-height: inherit;
  }
  .sidebar.right footer {
    height: 100%;
    overflow: hidden;
  }
  .sidebar.right footer .search {
    margin-right: 10px;
  }
  .sidebar.right footer .search input[type=text] {
    margin-right: -30px;
  }
  .sidebar.right footer ul.bottom {
    left: 15px;
    text-align: left;
  }
  .sidebar-link-container {
    overflow-y: auto;
    height: 100%;
  }
}
@media screen and (min-width: 736px) and (max-width: 736px) {
  header a {
    display: none;
  }
}
