/*
 Theme Name:   Sketch Child Theme
 Description:  Sketch Child Theme
 Template:     sketch
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sketch
*/

.site-title {
max-width: 100% !important;
vertical-align: bottom !important;
}

/* Links */

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: #f6d160;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #C6A94D;
  -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 color change */
a {
  color: #C6A94D;
  -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:visited {
  color: #d5bc35;
}
a:hover, a:focus, a:active {
  color: #C6A94D;
  -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: #C6A94D;
}
.main-navigation li:hover > a {
  color: #C6A94D;
}
.current_page_item a,
.current-menu-item a {
  color: #C6A94D;
}
.toggled .menu-toggle {
  border-color: #C6A94D;
  color: #C6A94D;
}
.entry-footer a:hover,
.entry-meta a:hover,
.portfolio-entry-meta a:hover {
  color: #C6A94D;
}
.entry-title a:hover,
.portfolio-entry-title a:hover {
  color: #C6A94D;
}
.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: #C6A94D;
}

mment-meta .comment-metadata a:hover {
  color: #C6A94D;
}

.required {
  color: #C6A94D;
}

.widget a {
  color: #C6A94D;
  text-decoration: none;
}

#wp-calendar a {
  color: #C6A94D;
  text-decoration: none;
}

.wp_widget_tag_cloud a:hover,
.tags-links a:hover {
  border-color: #C6A94D;
  color: #C6A94D;
}

#infinite-footer .container a:hover {
  color: #C6A94D;
}

#infinite-handle span {
  background: white;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: #C6A94D;
  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: #C6A94D;
  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;
}
.nunz-featured {  border-bottom: 1px solid #eeeeee; color: #999999;padding-bottom: 10px;}
.nunz-title { font-weight: bold;}
.10qs-featured {  border-bottom: 1px solid #eeeeee; color: #999999;padding-bottom: 10px;}
.archive.category-nunz .entry-thumbnail {display:none;}