/*
Theme Name:   Ever Child
Theme URI:    http://www.ever.themewaves.com
Description:  Child theme for the Ever WordPress Theme
Author:       ThemeWaves
Author URI:   http://themeforest.net/user/themewaves
Template:     ever
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Enter below your Customization CSS */



.tw-meta .comment-count {
    display: none;
}


button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
}

.scrollUp a {
  background-color: #4a4a4a;
}

h4 {
  font-weight: 400;
}

h4 a {
  color: #048c82 !important;
}

h4 a:hover {
  color: #4ac2bf !important;
}

.footer-links a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 30px;
}

.speaking-date {
  margin: 0px;
  font-size: 14px;
}

/* Author Plugin */

.wpautbox-avatar img {
  border-radius: 45px;
}

.wpautbox-avatar .avatar {
  width: 115px;
  height: 115px;
}


.a-tabs #wpautbox_about .wpautbox-avatar {
 margin: 0px 15px 15px 0px;
}

body .a-tabs>ul.a-tab-nav>li>a {
  background-image: none;
  background-color: #fbfbfb;
  text-shadow: none;
}

body .a-tabs>ul>li, body .a-tabs>ul>li>a, body .a-tabs .a-tab-container {
  border-color: #e6e6e6;
  border-radius: 2px;
}

body .a-tabs .a-tab-container {
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.02);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.02);
  box-shadow: 1px 1px 5px rgba(0,0,0,.02);
  border-radius: 2px;
}

.el-icon-list:before, .el-list:before, .el-icon-user:before, .el-user:before {
  display: none;
}

/* Subscribe Sidebar */
.subscribe-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
}

.subscribe-snippet {
  margin-bottom: 10px;
}

input, input[type="tel"], input[type="date"], input[type="text"], input[type="password"], input[type="email"], textarea, select, .tagcloud > a, .entry-tags a, .tw-author-box, .nextprev-postlink-container, .search-opened .tw-header-meta form.searchform input {
  width: 100%;
  margin-bottom: 0px;
}

button, input[type="submit"], input[type="reset"], input[type="button"] {
  margin-top: 20px;
}

form, fieldset {
  margin-bottom: 0px;
}

/* Tagline */
span.site-description {
  font-size: 14px;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  h1.site-name {
    font-size: 24px;
  }

  span.site-description {
    font-size: 12px;
  }
}

@media only screen and (max-width: 554px) {
  span.site-description {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  h1.site-name {
    width: 150px;
  }
}
