/*
Theme Name: Sketch Child
Template: sketch
Author: Child Theme Configurator
Version: 1.0.1437229165
Updated: 2015-07-18 07:19:25
*/

@charset "UTF-8";


.tagcloud a:hover {
  border-color: #EFA459;
  color: #21AEAE;
}

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: #21AEAE;
  color: #21AEAE;
}

.main-navigation li:hover > a {
  color: #449CEF;
}
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: #21AEAE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #21AEAE;
  -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;
}

/* Links */
a{
  color: #449CEF;
  -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: #21AEAE;
  -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: #21AEAE;
}
.current_page_item a,
.current-menu-item a {
  color: #21AEAE;
}
.toggled .menu-toggle {
  border-color: #21AEAE;
  color: #21AEAE;
}
.entry-footer a:hover,
.entry-meta a:hover,
.portfolio-entry-meta a:hover {
  color: #21AEAE;
}
.entry-title a:hover,
.portfolio-entry-title a:hover {
  color: #21AEAE;
}
.comment-meta .comment-metadata a:hover {
  color: #21AEAE;
}
.required {
  color: #21AEAE;
}
.wp_widget_tag_cloud a:hover,
.tags-links a:hover {
  border-color: #21AEAE;
  color: #21AEAE;
}
#infinite-footer .container a:hover {
  color: #21AEAE;
}
.social-links ul a:hover:before {
  background: #21AEAE;
  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;
}
.widget a {
  color: #21AEAE;
  text-decoration: none;
}
.widget a:hover, .widget a:active, .widget a:focus {
  color: #21AEAE;
}
.tagcloud a:hover {
  border-color: #EFA459;
  color: #21AEAE;
}

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: #21AEAE;
  color: #21AEAE;
}
.widget_categories .children {
  margin-left: 15px;
}

@media (max-width: 460px) {
  .site-title {
    margin-top: 2em;
  }
}