/*
Theme Name: Sketch Child
Description: Sketch Child Theme
Author: Johannes
Template: sketch
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child
*/

button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  border-color: #4C9374;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #4C9374;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  color: #4C9374;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #4C9374;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-footer a:hover {
  color: #4C9374;
}

.main-navigation li:hover > a {
  color: #4C9374;
}

.current_page_item a,
.current-menu-item a {
  color: #4C9374;
}

.toggled .menu-toggle {
  border-color: #4C9374;
  color: #4C9374;
}

.entry-footer a:hover,
.entry-meta a:hover,
.portfolio-entry-meta a:hover {
  color: #4C9374;
}

.entry-title a:hover,
.portfolio-entry-title a:hover {
  color: #4C9374;
}

.page-template-portfolio-page-php .jetpack-portfolio:hover a,
.project-navigation-wrapper .jetpack-portfolio:hover a,
.page-template-portfolio-template-php .jetpack-portfolio:hover a,
body[class*="jetpack-portfolio"].archive .jetpack-portfolio:hover a {
  color: #4C9374;
}

.comment-meta .comment-metadata a:hover {
  color: #4C9374;
}

.required {
  color: #4C9374;
}

.widget a {
  color: #4C9374;
  text-decoration: none;
}

#wp-calendar a {
  color: #4C9374;
  text-decoration: none;
}

.wp_widget_tag_cloud a:hover,
.tags-links a:hover,
.tagcloud a:hover {
  border-color: #4C9374;
  color: #4C9374;
}

#infinite-footer .container a:hover {
  color: #4C9374;
}

#infinite-handle span {
  background: white;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: #4C9374;
  font-size: 0.8125em;
  line-height: 2.09231em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  display: block;
  float: none;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.social-links ul a:hover:before {
  background: #4C9374;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}