body {
  /*> section {*/
  /*}*/ }
  body > header .logo span {
    opacity: .6; }
  body > header > .widget {
    z-index: 0; }
    body > header > .widget .timeinfo .timestamp > span {
      font-size: .8em; }
    body > header > .widget .find .search input, body > header > .widget .find .search .input-group-addon {
      padding: 0px 5px;
      height: 26px; }
  body .element:not(img) {
    /*border: 1px solid #CCC;*/ }
  body .pic .img_prev, body .post-gallery-item .img_prev {
    max-width: 100%; }
  body table.inline {
    display: table; }
  body .mce-tinymce {
    max-width: 100%; }
  body .error-container {
    padding: 15px;
    border-radius: 5px; }

.social-icons .btn {
  background-color: transparent;
  font-size: 1.2rem; }
.social-icons .btn:hover {
  /*font-size: 1.6rem;*/
  color: #FFF; }
.social-icons .fa-facebook:hover, .social-icons .btn.fa-facebook:hover {
  color: #3b5998;
  /*border-color: #3b5998;*/
  /*background-color: #3b5998;*/ }
.social-icons .fa-twitter:hover, .social-icons .btn.fa-twitter:hover {
  color: #55acee;
  /*border-color: #55acee;*/
  /*background-color: #55acee;*/ }
.social-icons .fa-google-plus:hover, .social-icons .btn.fa-google-plus:hover {
  color: #dd4b39;
  /*border-color: #dd4b39;*/
  /*background-color: #dd4b39;*/ }
.social-icons .fa-linkedin:hover, .social-icons .btn.fa-linkedin:hover {
  color: #007bb5;
  /*border-color: #007bb5;*/
  /*background-color: #007bb5;*/ }
.social-icons .fa-whatsapp:hover, .social-icons .btn.fa-whatsapp:hover {
  color: #65bc54;
  /*border-color: #007bb5;*/
  /*background-color: #007bb5;*/ }

/* effects */
body {
  /*    > section {
          z-index: 1;
      }*/ }
  body > header nav > ul > li {
    /*                    > a:hover {
                            transition: background-color .25s linear;
                        }*/
    /*                    > ul {
                            display: block;
                            opacity: .4;
                            transition: opacity .25s ease-in-out;
                            z-index: 0;
                        }*/
    /*                    > a:hover + ul, > ul:hover {
                            transition:opacity 1s linear;
                            opacity: .7;
                            z-index: 2;
                        }*/ }

/* tests */
/*body {
    > header {
        .fa.fa-twitter {
            background-color: white;
        }
    }
}

@media all and (max-width: 767px) {
    body {
        > header {
            .fa.fa-twitter {
                color: darkred;
            }
        }
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    body {
        > header {
            .fa.fa-twitter {
                color: #006dcc;
            }
        }
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    body {
        > header {
            .fa.fa-twitter {
                color: darkgreen;
            }
        }
    }
}
@media all and (min-width: 1200px) {
    body {
        > header {
            .fa.fa-twitter {
                color: slategray;
            }
        }
    }
}*/

/*# sourceMappingURL=custom.css.map */
