/*
Theme Name: CleanTechnica
Description: Dedicated Wordpress theme for CleanTechnica
*/
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #000; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.45;
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.gm-style img {
  max-width: none; }

a {
  color: #008bc4;
  text-decoration: none; }

a img {
  border: 0; }

a:focus,
a:hover {
  color: #003145; }

a:focus {
  outline: 0; }

a:active,
a:hover {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 22.4px;
  line-height: 24px; }

h1 {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 18px;
  color: #383638; }

@media (max-width: 767px) {
  h1 {
    font-size: 18px;
    line-height: 20px; } }
h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20.8px;
  font-weight: normal; }

h5, h6 {
  font-size: 16px; }

dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1.4em; }

.wp-caption {
  max-width: 100%; }

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 32px; }

/* Selection Colors */
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block; }

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto; }

/* Floats */
.floatleft {
  float: left; }

.floatright {
  float: right; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.alignnone {
  display: inline-block; }

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
  margin-bottom: 35px; }

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 100%; }

.error404 {
  text-align: center; }

.error404 ul {
  text-align: left; }

.content.full-width,
.full-width {
  float: none;
  width: 100%; }

.article {
  margin-bottom: 16px; }

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0; }

/* Paginations */
.navigation.pagination {
  clear: both; }

section.main {
  font-size: 0;
  padding-top: 40px; }

main.content {
  width: 68.3%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  padding-right: 32px; }

@media (max-width: 951px) {
  main.content {
    width: auto;
    display: block;
    padding-right: 0; } }
aside {
  width: 31.7%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem; }

@media (max-width: 951px) {
  aside {
    display: none; } }
.share-wrapper {
  font-size: 0;
  margin-bottom: 20px; }

.share-wrapper.top {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px; }

@media (max-width: 420px) {
  .share-wrapper.top {
    position: fixed;
    bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -webkit-align-items: stretch; }

  .share-wrapper.top .comments {
    margin-right: 0;
    width: 30%;
    height: 100%;
    align-self: stretch;
    background-position: 15% center;
    background-size: 20%;
    font-size: 5.5vw;
    line-height: 0; }

  .share-wrapper.top .comments span {
    display: inline-block;
    position: relative;
    top: 50%;
    margin-left: 25%; }

  .share-wrapper.top .addthis_toolbox {
    display: flex;
    align-content: stretch;
    width: 70%;
    flex-grow: 5;
    -webkit-flex-grow: 5; }

  .share-wrapper.top .addthis_toolbox .at300b {
    width: 100%;
    position: relative; }

  .share-wrapper.top .addthis_toolbox .at300b .at-icon-wrapper {
    margin-right: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  .share-wrapper.top .addthis_toolbox .at300b .at-icon-wrapper .at-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 60% !important;
    height: 60% !important; }

  .share-wrapper.top .addthis_toolbox .at300b:after {
    content: '';
    display: block;
    padding-top: 70%;
    width: 100%; } }
.share-wrapper .comments {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  background-image: url("images/comments.svg");
  background-position: 3px center;
  background-repeat: no-repeat;
  background-color: #9b9b9b;
  padding-left: 25px;
  padding-right: 5px;
  color: #fff;
  font-size: 12px;
  margin-right: 7px; }

@media (max-width: 767px) {
  .share-wrapper .comments {
    height: 18px;
    background-size: auto 13px;
    font-size: 11px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 3px; } }
.share-wrapper .addthis_toolbox {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }

.share-wrapper .addthis_toolbox .at-icon-wrapper {
  margin-right: 6px; }

.share-wrapper .addthis_toolbox .at-icon-wrapper, .share-wrapper .addthis_toolbox .at-icon-wrapper svg {
  height: 22px !important;
  width: 22px !important; }

@media (max-width: 767px) {
  .share-wrapper .addthis_toolbox .at-icon-wrapper, .share-wrapper .addthis_toolbox .at-icon-wrapper svg {
    width: 18px !important;
    height: 18px !important; } }
.share-wrapper .addthis_toolbox .at300b, .share-wrapper .addthis_toolbox .at300bo, .share-wrapper .addthis_toolbox .at300m {
  padding: 0;
  margin-bottom: 0; }

@media (max-width: 767px) {
  #page {
    overflow: hidden; } }
header.main .container {
  width: 1270px; }
header.main .toggle, header.main .close {
  display: none;
  width: 15px; }
  @media (max-width: 767px) {
    header.main .toggle, header.main .close {
      display: block;
      background-color: transparent;
      border: none;
      padding: 0; } }
header.main .close {
  opacity: 0;
  pointer-events: none;
  margin-top: -16px;
  cursor: pointer; }
header.main .toggle {
  cursor: pointer; }
  header.main .toggle.focus {
    opacity: 0;
    pointer-events: none; }
    header.main .toggle.focus + .close {
      opacity: 1;
      pointer-events: initial; }
    header.main .toggle.focus + .close + .menu, header.main .toggle.focus + .close + .menu-wrapper {
      right: -20px; }
header.main .mobile {
  display: none; }
@media (max-width: 767px) {
  header.main .mobile {
    display: block; }
  header.main .menu-wrapper {
    position: absolute;
    background-color: #000;
    width: 240px;
    right: -260px;
    top: 100%;
    padding: 20px;
    z-index: 2;
    -webkit-transition: right 0.3s linear;
    -moz-transition: right 0.3s linear;
    -o-transition: right 0.3s linear;
    transition: right 0.3s linear; }
    header.main .menu-wrapper.focus {
      right: -20px; } }
header.main .top {
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
  color: #a7a9ac;
  padding-top: 7px;
  padding-bottom: 6px; }
  @media (max-width: 767px) {
    header.main .top .menu {
      display: none; }
    header.main .top .mobile {
      position: relative;
      float: right; }
      header.main .top .mobile .menu {
        display: block; }
        header.main .top .mobile .menu li {
          display: block;
          color: #fff;
          font-size: 14px;
          margin-bottom: 15px; }
      header.main .top .mobile .toggle.focus + .close + .menu-wrapper {
        right: -20px; } }
  header.main .top span {
    color: #fff;
    margin-right: 38px; }
    header.main .top span + .menu {
      display: inline-block; }
      @media (max-width: 767px) {
        header.main .top span + .menu {
          display: none; } }
      header.main .top span + .menu li {
        margin-right: 40px; }
  header.main .top #top-right-menu {
    float: right; }
    @media (max-width: 767px) {
      header.main .top #top-right-menu {
        float: none; } }
    header.main .top #top-right-menu li {
      margin-left: 19px; }
      @media (max-width: 767px) {
        header.main .top #top-right-menu li {
          margin-left: 0; } }
header.main .bottom {
  background-color: #7ec94b;
  color: #333333;
  padding-top: 16px; }
  @media (max-width: 767px) {
    header.main .bottom {
      padding-top: 12px;
      padding-bottom: 8px; } }
  header.main .bottom .logo {
    margin-right: 35px; }
    @media (max-width: 767px) {
      header.main .bottom .logo {
        float: left; }
        header.main .bottom .logo img {
          width: 150px; } }
  header.main .bottom .right {
    float: right;
    font-size: 0;
    margin-top: 7px; }
    header.main .bottom .right.mobile {
      display: none; }
      @media (max-width: 767px) {
        header.main .bottom .right.mobile {
          display: block; } }
    @media (max-width: 767px) {
      header.main .bottom .right {
        display: none;
        float: none; } }
    header.main .bottom .right a {
      height: 17px;
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px;
      vertical-align: middle; }
      @media (max-width: 991px) {
        header.main .bottom .right a {
          margin-left: 8px;
          margin-right: 8px; } }
      header.main .bottom .right a img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
      header.main .bottom .right a.newsletter {
        height: 14px; }
    header.main .bottom .right form {
      display: inline-block;
      width: 17px;
      height: 17px;
      position: relative;
      vertical-align: middle;
      margin-left: 10px; }
      @media (max-width: 991px) {
        header.main .bottom .right form {
          margin-left: 8px; } }
      header.main .bottom .right form input {
        width: 17px;
        height: 23px;
        position: absolute;
        border: none;
        background-color: #7ec94b;
        top: -3px;
        padding-left: 10px;
        padding-right: 27px;
        right: -10px;
        -webkit-transition: width 0.3s linear;
        -moz-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
        cursor: pointer; }
        header.main .bottom .right form input:focus {
          width: 200px;
          cursor: default;
          border: 1px solid black;
          outline: none; }
          @media (max-width: 991px) {
            header.main .bottom .right form input:focus {
              width: 180px; } }
          header.main .bottom .right form input:focus + button {
            pointer-events: initial; }
      header.main .bottom .right form button {
        background-color: transparent;
        border: none;
        width: 100%;
        height: 100%;
        padding: 0;
        position: relative;
        z-index: 1;
        cursor: pointer;
        pointer-events: none; }
  header.main .bottom nav {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    margin-top: 8px; }
    @media (max-width: 991px) {
      header.main .bottom nav {
        font-size: 13px; } }
    @media (max-width: 767px) {
      header.main .bottom nav {
        float: right;
        margin-top: 3px;
        font-size: 14px;
        position: relative; }
        header.main .bottom nav .menu-wrapper {
          position: absolute;
          top: 100%;
          margin-top: 10px;
          background-color: #7ec94b; }
          header.main .bottom nav .menu-wrapper li {
            color: #fff; } }
    header.main .bottom nav li {
      margin-right: 32px;
      font-weight: 600; }
      @media (max-width: 991px) {
        header.main .bottom nav li {
          margin-right: 10px; } }
      header.main .bottom nav li a {
        padding-bottom: 17px;
        border-bottom: 6px solid transparent;
        display: inline-block;
        padding-left: 3px;
        padding-right: 6px; }
      header.main .bottom nav li a:hover, header.main .bottom nav li.current-menu-item a {
        color: #fff;
        border-color: #fff; }
header.main .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  header.main .menu li {
    display: inline-block; }
    @media (max-width: 767px) {
      header.main .menu li {
        display: block; } }
    header.main .menu li a {
      color: inherit;
      text-decoration: none; }

body.home section.main {
  padding-top: 46px; }
  @media (max-width: 767px) {
    body.home section.main {
      padding-top: 10px; } }
body.home section.posts article {
  font-size: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8; }
  @media (max-width: 767px) {
    body.home section.posts article {
      padding-bottom: 15px;
      margin-bottom: 15px; }
      body.home section.posts article:first-child .post-entry {
        width: auto;
        display: block; }
        body.home section.posts article:first-child .post-entry p {
          display: block; }
          body.home section.posts article:first-child .post-entry p.meta.mobile {
            display: none; }
      body.home section.posts article:first-child h3 {
        font-size: 18px;
        line-height: 20px; }
      body.home section.posts article:first-child .thumbnail {
        margin-right: 0;
        height: auto;
        display: none; }
        body.home section.posts article:first-child .thumbnail ul.post-categories {
          display: block; }
        body.home section.posts article:first-child .thumbnail:after {
          content: '';
          display: block;
          padding-top: 64.26%; }
        body.home section.posts article:first-child .thumbnail.mobile {
          display: block;
          width: auto;
          margin-bottom: 10px; } }
  body.home section.posts article .thumbnail {
    font-size: 1rem;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 166px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
    @media (max-width: 767px) {
      body.home section.posts article .thumbnail {
        width: 96px;
        height: 70px;
        margin-right: 10px; }
        body.home section.posts article .thumbnail ul.post-categories {
          display: none; } }
    body.home section.posts article .thumbnail.mobile {
      display: none; }
    body.home section.posts article .thumbnail:after {
      content: '';
      display: block;
      padding-top: 100%; }
    body.home section.posts article .thumbnail ul.post-categories {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 5px;
      margin-bottom: 0; }
  body.home section.posts article .post-entry {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
    width: calc(100% - 196px);
    font-size: 14px; }
    @media (max-width: 767px) {
      body.home section.posts article .post-entry {
        width: calc(100% - 106px);
        font-size: 13px; }
        body.home section.posts article .post-entry p {
          display: none; }
          body.home section.posts article .post-entry p.meta.mobile {
            display: block; } }
    body.home section.posts article .post-entry > .addthis_toolbox.addthis_ {
      display: none; }
    body.home section.posts article .post-entry .share-wrapper {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        body.home section.posts article .post-entry .share-wrapper {
          margin-bottom: 0; } }
      body.home section.posts article .post-entry .share-wrapper .share-wrapper {
        display: none; }
      body.home section.posts article .post-entry .share-wrapper > p {
        display: none; }
  body.home section.posts article h2 {
    font-size: 22px;
    line-height: 25px;
    color: #383638;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      body.home section.posts article h2 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 6px; } }
    body.home section.posts article h2 a {
      color: inherit; }
  body.home section.posts article p.meta {
    font-size: 14px;
    color: #ababab;
    margin-bottom: 8px; }
    body.home section.posts article p.meta.mobile {
      display: none; }
    @media (max-width: 767px) {
      body.home section.posts article p.meta {
        font-size: 12px; }
        body.home section.posts article p.meta.mobile {
          display: block; } }

.pagination {
  margin-bottom: 20px; }
  .pagination span, .pagination a {
    display: inline-block;
    padding: 10px 15px;
    background: #555;
    color: #fff;
    margin-right: 5px; }
    .pagination span.current, .pagination a.current {
      background: #75BD51; }

.single .container {
  padding-left: 16px;
  padding-right: 16px;
  width: 1172px; }
.single main.content {
  padding-right: 32px; }
@media (max-width: 951px) {
  .single main.content {
    padding-right: 0; } }
@media (max-width: 420px) {
  .single {
    padding-bottom: 40px; } }
.single .post-thumbnail {
  margin-bottom: 20px; }
@media (max-width: 767px) {
  .single .post-thumbnail {
    display: none; } }
.single .thumbnail {
  display: none; }
@media (max-width: 767px) {
  .single section.main {
    padding-top: 15px; }
  .single h1 {
    margin-bottom: 8px; }
  .single .thumbnail {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px; }
  .single .thumbnail:after {
    content: '';
    display: block;
    padding-top: 64.26%; }
  .single .thumbnail ul.post-categories {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    margin-bottom: 0;
    display: block; }
  .single .entry {
    font-size: 16px; } }
.single .meta {
  font-size: 15px;
  font-weight: 600;
  color: #ababab;
  margin-bottom: 18px; }
@media (max-width: 767px) {
  .single .meta {
    font-size: 10px; } }
.single .tags {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 1em 0;
  margin-bottom: 15px;
  clear: both;
  text-transform: uppercase;
  font-size: .8em; }
.single .tags div {
  font-weight: 700; }
.single .author-bio {
  margin-bottom: 65px; }
.single .author-bio:after {
  content: '';
  display: table;
  clear: both; }
@media (max-width: 767px) {
  .single .author-bio {
    text-align: center; } }
.single .author-bio img {
  float: left;
  border-radius: 50%;
  margin-left: 13px;
  margin-right: 42px; }
@media (max-width: 767px) {
  .single .author-bio img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; } }
.single .author-bio .bio {
  padding-top: 8px;
  font-size: 14px;
  line-height: 18px; }
.single .author-bio .bio h3 {
  margin-bottom: 14px; }
.single .author-bio .bio > a {
  float: left;
  margin-right: 4px; }
.single .related-posts {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px; }
.single .related-posts h3 {
  margin-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px; }
.single .related-posts .article {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px; }
@media (max-width: 767px) {
  .single .related-posts .article {
    width: 50%; } }
.single .related-posts .article img {
  margin-bottom: 12px; }
.single .related-posts .article h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px; }
.single #disqus_thread {
  margin-bottom: 40px; }
.single article.post ul.meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0; }
.single article.post ul.meta li {
  display: inline-block; }
.single article.post ul.meta img {
  border-radius: 50%; }
.single article.post h1 {
  font-size: 4em;
  line-height: 1em;
  margin-bottom: .4em; }
.single article.post img.size-large, .single article.post img.size-full {
  width: 100% !important;
  height: auto; }
.single article.post iframe {
  width: 100%;
  height: 450px; }
.single article.post center iframe {
  width: auto;
  height: auto; }
@media (max-width: 767px) {
  .single article.post h1 {
    font-size: 2em;
    line-height: 1em; }
  .single article.post iframe {
    height: 250px; } }
.single article.post .share-wrapper {
  float: right;
  padding-top: 4px; }
.single article.post .no-float {
  float: none; }
.single article.post .author-bio {
  border-top: solid 1px lightgray;
  padding-top: 1em; }
.single article.post .author-bio > div {
  float: left; }
.single article.post .author-bio h2 {
  text-align: left;
  margin-bottom: .5em; }
.single article.post .author-profile {
  width: 25%; }
.single article.post .author-description {
  width: 75%;
  font-size: .8em; }
@media (max-width: 767px) {
  .single article.post .author-bio > div {
    float: none;
    display: block;
    width: 100%;
    text-align: center; }
  .single article.post .author-bio h2 {
    text-align: center; }
  .single article.post .author-profile img {
    width: 60px;
    height: auto; } }
.single .scroll-top-button-wrapper {
  background-color: rgba(182, 182, 182, 0.8);
  position: fixed;
  bottom: 1em;
  right: 1em;
  cursor: pointer;
  transition: background-color 200ms ease;
  display: none; }
  .single .scroll-top-button-wrapper:hover {
    background-color: rgba(107, 107, 107, 0.93); }
  .single .scroll-top-button-wrapper img {
    width: 1.5em;
    height: auto;
    margin: .5em; }

/*
 * Ajax Load More
 * http://wordpress.org/plugins/ajax-load-more/
 *
 * Copyright 2016 Connekt Media - https://connekthq.com
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
*/
button.alm-load-more-btn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  height: 42px;
  line-height: 44px;
  background: #ed7070;
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 4px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

button.alm-load-more-btn:hover {
  background-color: #e06464;
  color: #fff;
  text-decoration: none; }

button.alm-load-more-btn:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none; }

/* Loading */
button.alm-load-more-btn.loading {
  padding-left: 44px; }

/* Loaded / Done */
button.alm-load-more-btn.done {
  cursor: default;
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: #ed7070;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* Loading Icon */
button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before {
  background: none;
  width: 0; }

/* Loading :before */
button.alm-load-more-btn.loading:before {
  background: #fff url("../../plugins/ajax-load-more/core/img/ajax-loader.gif") no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  display: inline-block;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

.alm-btn-wrap {
  text-align: center;
  padding: 10px 10px 30px;
  overflow: hidden;
  display: block; }

/* Blue */
.ajax-load-more-wrap.blue button.alm-load-more-btn {
  background-color: #0081bf; }

.ajax-load-more-wrap.blue button.alm-load-more-btn:hover,
.ajax-load-more-wrap.blue button.alm-load-more-btn.done {
  background-color: #0073aa; }

/* green */
.ajax-load-more-wrap.green button.alm-load-more-btn {
  background-color: #6fca68; }

.ajax-load-more-wrap.green button.alm-load-more-btn:hover,
.ajax-load-more-wrap.green button.alm-load-more-btn.done {
  background-color: #64b95e; }

/* red */
.ajax-load-more-wrap.red button.alm-load-more-btn {
  background-color: #ca4b4b; }

.ajax-load-more-wrap.red button.alm-load-more-btn:hover,
.ajax-load-more-wrap.red button.alm-load-more-btn.done {
  background-color: #b13b3b; }

/* purple */
.ajax-load-more-wrap.purple button.alm-load-more-btn {
  background-color: #a86bb9; }

.ajax-load-more-wrap.purple button.alm-load-more-btn:hover,
.ajax-load-more-wrap.purple button.alm-load-more-btn.done {
  background-color: #9963a8; }

/* grey */
.ajax-load-more-wrap.grey button.alm-load-more-btn {
  background-color: #888; }

.ajax-load-more-wrap.grey button.alm-load-more-btn:hover,
.ajax-load-more-wrap.grey button.alm-load-more-btn.done {
  background-color: #777; }

/* white */
.ajax-load-more-wrap.white button.alm-load-more-btn {
  background-color: #fff;
  color: #666;
  border: 1px solid #efefef; }

.ajax-load-more-wrap.white button.alm-load-more-btn:hover,
.ajax-load-more-wrap.white button.alm-load-more-btn.done {
  background-color: #efefef;
  color: #333; }

.ajax-load-more-wrap.white button.alm-load-more-btn.done {
  border-color: #fff; }

/* Infinite */
.ajax-load-more-wrap.infinite button.alm-load-more-btn {
  width: 100%;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  overflow: hidden;
  text-indent: -9999px;
  cursor: default !important;
  outline: none !important; }

.ajax-load-more-wrap.infinite button.alm-load-more-btn:before {
  display: none !important; }

.ajax-load-more-wrap.infinite button.alm-load-more-btn.done {
  opacity: 0;
  filter: alpha(opacity=0); }

.ajax-load-more-wrap.infinite button.alm-load-more-btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ajax-load-more-wrap.infinite button.alm-load-more-btn {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../plugins/ajax-load-more/core/img/spinner.gif");
  border: none !important;
  opacity: 0;
  filter: alpha(opacity=0); }

.ajax-load-more-wrap.infinite button.alm-load-more-btn {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.ajax-load-more-wrap.infinite button.alm-load-more-btn.loading {
  opacity: 1;
  filter: alpha(opacity=100); }

.ajax-load-more-wrap.infinite.skype button.alm-load-more-btn {
  background-image: url("../../plugins/ajax-load-more/core/img/spinner-skype.gif"); }

.ajax-load-more-wrap.infinite.ring button.alm-load-more-btn {
  background-image: url("../../plugins/ajax-load-more/core/img/spinner-ring.gif"); }

.ajax-load-more-wrap.infinite.fading-blocks button.alm-load-more-btn {
  background-image: url("../../plugins/ajax-load-more/core/img/loader-fading-blocks.gif"); }

.ajax-load-more-wrap.infinite.fading-circles button.alm-load-more-btn {
  background-image: url("../../plugins/ajax-load-more/core/img/loader-fading-circles.gif"); }

.ajax-load-more-wrap.infinite.chasing-arrows button.alm-load-more-btn {
  background-image: url("../../plugins/ajax-load-more/core/img/spinner-chasing-arrows.gif"); }

/*
*  Generic alm-listing styles
*  @since 1.0.0
*/
.alm-listing {
  margin: 0;
  padding: 0; }

.alm-listing li {
  list-style: none; }

.alm-listing li.no-img {
  padding: 0; }

.alm-listing li p {
  margin: 0; }

.alm-listing li h3 {
  margin: 0 0 10px; }

ul.categories, ul.post-categories {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    ul.categories, ul.post-categories {
      display: none; } }
  ul.categories li, ul.post-categories li {
    font-size: 12px;
    color: #383638;
    background-color: rgba(216, 216, 216, 0.6);
    padding-left: 16px;
    padding-right: 16px;
    line-height: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
    margin-right: 7px;
    text-transform: uppercase;
    margin-bottom: 7px; }
    ul.categories li a, ul.post-categories li a {
      color: inherit; }
    ul.categories li ul, ul.post-categories li ul {
      display: none; }

ul.post-categories li {
  background-color: #fff;
  color: #008bc4;
  padding-left: 4px;
  padding-right: 10px;
  display: none; }
ul.post-categories li:first-child {
  display: inline-block; }

@media (max-width: 767px) {
  body.archive section.main, body.search section.main {
    padding-top: 10px; } }
body.archive .addthis_toolbox, body.search .addthis_toolbox {
  display: none; }
body.archive h1, body.search h1 {
  margin-bottom: 14px; }
  @media (max-width: 767px) {
    body.archive h1, body.search h1 {
      border-bottom: 1px solid rgba(151, 151, 151, 0.5);
      padding-bottom: 8px; } }
body.archive .thumbnail, body.search .thumbnail {
  position: relative;
  background-size: cover;
  background-position: center; }
  body.archive .thumbnail:after, body.search .thumbnail:after {
    content: '';
    display: block;
    padding-top: 55.4%; }
  body.archive .thumbnail ul.post-categories, body.search .thumbnail ul.post-categories {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    margin-bottom: 0; }
body.archive section.posts, body.search section.posts {
  font-size: 0;
  margin-left: -13.5px;
  margin-right: -13.5px;
  position: relative; }
  @media (max-width: 767px) {
    body.archive section.posts, body.search section.posts {
      margin-left: 0;
      margin-right: 0; } }
  body.archive section.posts .loading, body.search section.posts .loading {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none; }
  body.archive section.posts article.mobile, body.search section.posts article.mobile {
    display: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5); }
    @media (max-width: 767px) {
      body.archive section.posts article.mobile, body.search section.posts article.mobile {
        display: block; }
        body.archive section.posts article.mobile .thumbnail, body.search section.posts article.mobile .thumbnail {
          font-size: 1rem;
          position: relative;
          background-size: cover;
          background-position: center;
          width: 96px;
          height: 70px;
          display: inline-block;
          vertical-align: top;
          margin-right: 10px; }
        body.archive section.posts article.mobile .post-entry, body.search section.posts article.mobile .post-entry {
          width: calc(100% - 106px);
          font-size: 12px;
          display: inline-block; }
        body.archive section.posts article.mobile .meta, body.search section.posts article.mobile .meta {
          margin-bottom: 0; }
        body.archive section.posts article.mobile h2, body.search section.posts article.mobile h2 {
          font-size: 15px;
          line-height: 20px;
          color: #383638;
          margin-bottom: 10px; }
          body.archive section.posts article.mobile h2 a, body.search section.posts article.mobile h2 a {
            color: inherit; } }
  body.archive section.posts article:not(.mobile), body.search section.posts article:not(.mobile) {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    font-size: 1rem;
    padding-left: 13.5px;
    padding-right: 13.5px;
    background-clip: content-box;
    background-color: rgba(216, 216, 216, 0.2); }
    @media (max-width: 767px) {
      body.archive section.posts article:not(.mobile), body.search section.posts article:not(.mobile) {
        display: none; } }
    body.archive section.posts article:not(.mobile) .post-entry, body.search section.posts article:not(.mobile) .post-entry {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-top: 18px;
      font-size: 14px;
      line-height: 18px; }
      body.archive section.posts article:not(.mobile) .post-entry h2, body.search section.posts article:not(.mobile) .post-entry h2 {
        font-size: 22px;
        margin-bottom: 16px; }
        body.archive section.posts article:not(.mobile) .post-entry h2 a, body.search section.posts article:not(.mobile) .post-entry h2 a {
          color: inherit; }
      body.archive section.posts article:not(.mobile) .post-entry .meta, body.search section.posts article:not(.mobile) .post-entry .meta {
        font-size: 0; }
        body.archive section.posts article:not(.mobile) .post-entry .meta > *, body.search section.posts article:not(.mobile) .post-entry .meta > * {
          display: inline-block;
          width: 50%;
          vertical-align: middle;
          font-size: 12px; }
        body.archive section.posts article:not(.mobile) .post-entry .meta .author img, body.search section.posts article:not(.mobile) .post-entry .meta .author img {
          border-radius: 50%;
          margin-right: 7px; }
        body.archive section.posts article:not(.mobile) .post-entry .meta .author *, body.search section.posts article:not(.mobile) .post-entry .meta .author * {
          display: inline-block;
          vertical-align: middle; }
        body.archive section.posts article:not(.mobile) .post-entry .meta .date, body.search section.posts article:not(.mobile) .post-entry .meta .date {
          text-align: right;
          color: #ababab;
          margin-bottom: 0; }

footer.main .container {
  width: 1280px; }
footer.main .top {
  text-align: center;
  background-color: #2f2f2f;
  color: #ababab;
  font-size: 12px;
  padding-top: 50px; }
  @media (max-width: 767px) {
    footer.main .top {
      padding-top: 30px; } }
  footer.main .top .social {
    margin-bottom: 36px; }
    footer.main .top .social a {
      margin-left: 16px;
      margin-right: 16px; }
      @media (max-width: 767px) {
        footer.main .top .social a {
          display: inline-block;
          margin-bottom: 20px;
          margin-left: 10px;
          margin-right: 10px; } }
footer.main .bottom {
  color: #5f8643;
  background-color: #7ec94b;
  font-size: 12px;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 8px; }
  footer.main .bottom:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    footer.main .bottom {
      text-align: center;
      padding-bottom: 20px; } }
  footer.main .bottom .copyright {
    margin-bottom: 0; }
  footer.main .bottom nav {
    float: right; }
    @media (max-width: 767px) {
      footer.main .bottom nav {
        float: none;
        margin-bottom: 20px; } }
    footer.main .bottom nav .menu {
      list-style: none;
      padding-left: 0; }
      footer.main .bottom nav .menu li {
        display: inline-block;
        margin-left: 34px; }
        @media (max-width: 767px) {
          footer.main .bottom nav .menu li {
            margin-left: 15px;
            margin-right: 15px;
            margin-bottom: 10px; } }
        footer.main .bottom nav .menu li a {
          color: inherit; }

.widget {
  margin-bottom: 40px; }
  .widget.widget_text .widget-title {
    margin-bottom: 30px; }
  .widget .widget-title {
    font-size: 20px;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 12px;
    background-color: #7ec84b;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    margin-bottom: 0; }
  .widget .addthis_toolbox {
    display: none; }
  .widget.social_icons {
    text-align: center;
    font-size: 0;
    padding-top: 6px;
    margin-bottom: 40px; }
    .widget.social_icons a {
      display: inline-block;
      margin-left: 26px;
      margin-right: 26px; }
      @media (max-width: 1229px) {
        .widget.social_icons a {
          margin-left: 15px;
          margin-right: 15px; } }
  .widget.custom_banner {
    background-color: #39bce3;
    padding-top: 16px;
    padding-left: 26px;
    padding-right: 46px;
    padding-bottom: 24px;
    color: #fff;
    margin-bottom: 40px; }
    .widget.custom_banner .no-image {
      padding-right: 6px; }
      .widget.custom_banner .no-image h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px; }
      .widget.custom_banner .no-image a {
        font-size: 18px; }
    .widget.custom_banner img {
      display: block;
      margin: 0 auto 5px; }
    .widget.custom_banner h3 {
      font-size: 24px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 18px; }
    .widget.custom_banner a {
      color: inherit;
      display: inline-block;
      border-bottom: 1px solid currentColor; }
  .widget.custom_widget_recent_entries ul {
    list-style: none;
    padding-left: 0; }
    .widget.custom_widget_recent_entries ul li {
      margin-bottom: 37px; }
  .widget.custom_widget_recent_entries h4 {
    font-size: 20px;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 12px;
    background-color: #7ec84b;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0; }
  .widget.custom_widget_recent_entries img {
    width: 100%; }
  .widget.post_type_link img {
    margin-bottom: 22px;
    width: 100%; }
  .widget.post_type_link h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 27px; }
    .widget.post_type_link h4 a {
      color: inherit; }
  .widget.post_type_link .meta {
    margin-top: -22px; }
  .widget.post_type_link .more {
    text-align: center;
    font-size: 14px;
    text-decoration: underline; }
  .widget.post_type_link .desc {
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
    color: #5c5c5c; }
  .widget.mailchimp_widget {
    font-size: 16px;
    margin-bottom: 40px; }
    .widget.mailchimp_widget .lists {
      margin-bottom: 15px; }
    .widget.mailchimp_widget .ch-wrapper {
      padding-top: 14px;
      padding-bottom: 14px;
      border-bottom: 1px solid #D8D8D8;
      padding-left: 26px; }
      .widget.mailchimp_widget .ch-wrapper label {
        cursor: pointer; }
      .widget.mailchimp_widget .ch-wrapper input {
        margin-right: 8px;
        border: 1px solid #4A4A4A;
        background-color: #fff;
        border-radius: 0;
        -webkit-appearance: none;
        width: 11px;
        height: 12px;
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 0;
        cursor: pointer; }
        .widget.mailchimp_widget .ch-wrapper input:checked {
          background-color: #4A4A4A; }
    .widget.mailchimp_widget input.email {
      padding-left: 11px;
      padding-top: 13px;
      padding-bottom: 13px;
      border-radius: 5px;
      border: 1px solid #4A4A4A;
      width: 249px;
      margin-right: 12px;
      font-size: 16px;
      line-height: 18px;
      vertical-align: middle; }
    .widget.mailchimp_widget input[type="submit"] {
      font-weight: 700;
      background-color: #7EC94B;
      padding-left: 11px;
      padding-right: 11px;
      padding-top: 14px;
      padding-bottom: 14px;
      border: none;
      color: #fff;
      font-size: 16px;
      font-family: inherit;
      line-height: 18px;
      vertical-align: middle;
      margin-right: -8px; }
  .widget .widget-title a {
    color: #fff; }
  .widget.widget_rss .widget-title .rsswidget:first-child {
    display: none; }
  .widget.widget_rss ul {
    list-style: none;
    padding-left: 0; }
    .widget.widget_rss ul li {
      font-size: 0;
      padding-top: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #D8D8D8; }
      .widget.widget_rss ul li > * {
        font-size: 1rem; }
      .widget.widget_rss ul li .rsswidget {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 60px);
        color: #333333;
        font-weight: 700; }
      .widget.widget_rss ul li .rss-date {
        display: inline-block;
        vertical-align: top;
        text-align: right;
        width: 60px;
        color: #ABABAB; }
  .widget .cse .gsc-search-button input.gsc-search-button-v2, .widget input.gsc-search-button-v2 {
    width: auto;
    height: auto; }

html .addthis_counter.addthis_bubble_style {
  background-image: url("data:image/gif;base64,R0lGODlhUgAsAJEDAP///8zMzJmZmf///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRUNEREU3OUMxODExMUU2ODBDMUFFQjdDNjA2MzlFOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRUNEREU3QUMxODExMUU2ODBDMUFFQjdDNjA2MzlFOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQ0RERTc3QzE4MTExRTY4MEMxQUVCN0M2MDYzOUU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNFQ0RERTc4QzE4MTExRTY4MEMxQUVCN0M2MDYzOUU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAwAsAAAAAFIALAAAAtycb6HL7Q/jQ7TaGoDevPsPhmFwlWUmpur6keaLoOxMt/A9yPVOu7ip4wlTvt8lOEx6ikYKUgnVMJu5qHVJjV23mynuyYV6b+Bwcvw1X9FptTiLcZ/hcTmPbSzbRfiffg/S1wY4I0hG2EPnhFioiCEBGSnZ4GghcImZqbnJ2enJWYkgwMgiEDowSqpiGpqqKsJa6foKEus4S+thq4iby7EL1+u7AdwkPEzMiwwbvJxSfHPsrAGNI71cbT2t27qd3O2dbXRNK/5D/mquHX6Krqoe7Q0Ab/1pf4+vqVgAADs="); }

html .addthis_32x32_style .addthis_counter.addthis_bubble_style:hover, html .addthis_32x32_white_style .addthis_counter.addthis_bubble_style:hover {
  background-position: 0 -22px !important; }

html .addthis_32x32_style .addthis_counter.addthis_bubble_style, html .addthis_32x32_white_style .addthis_counter.addthis_bubble_style {
  height: 22px;
  line-height: 22px; }

html .addthis_32x32_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded, html .addthis_32x32_white_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
  height: 22px;
  line-height: 22px; }

html .share-wrapper .addthis_toolbox .at-icon-wrapper {
  margin-bottom: 6px; }

body #page section.main div.container main.content table {
  border: 1px solid gray;
  border-spacing: inherit; }

body #page section.main div.container main.content table tr {
  border: none; }

body #page section.main div.container main.content table tr td {
  padding: 10px;
  font-size: 10pt;
  border: 1px solid #ccc; }

body #page section.main div.container main.content table tr:nth-child(odd) {
  background-color: #ddd; }

/*# sourceMappingURL=style.css.map */
