/*
 Theme Name:     Peak Child
 Description:    Peak Child Theme
 Author:         OnionEye
 Author URI:     http://themeforest.net/user/onioneye
 Template:       peak
 Version:        1.1.0
*/

/*  Theme customization starts here
    ========================================================================== */

body {
	background: url('pattern.png') center center;
}
.current-menu-item a, .portfolio-filter .active a, .no-touch a:hover  {
	color: #009999;
}

.footer small {
    border-bottom: 1px dotted #ccc;
}

.menu a, .portfolio-filter a, .filter-title {
    letter-spacing: .2em;
    line-height: 1.4;
    margin-bottom: 8px;
}

.tagline-button {
	display: none;
}

.additional-post-meta .author {
	display: none;
}

.gallery-columns-3 .gallery-item {
	width: calc((99.99% - 40px) / 3) !important;
	margin-bottom: 20px !important;
	margin-right:20px !important;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n) {
	margin-right: 0 !important;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
	clear: left;
}

.gallery-columns-2 .gallery-item {
	width: calc((99.99% - 20px) / 2) !important;
	margin-bottom: 20px !important;
	margin-right: 20px !important;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0 !important;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
	clear: left;
}


.no-touch .project-link:hover .preview-img {
    opacity: .5;
}

.search-item {
	display: none;
}

.filter-title, .post-title-link {
	color: #13a89d;
}