/*
 Theme Name:   Tribes Child
 Template:     tribes
 Author: 	   Compete Themes
 Version: 	   1.0
 Author URI:   https://www.competethemes.com
 Description:  This is a child theme used to customize the Tribes WordPress theme.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 
@import url("../tribes/style.min.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */
.title-container .site-title {
	font-family: "Montseratt", "Open Sans", "sans-serif";
}
.toggle-navigation,
.post-categories,
.comments {
	display: none;
}

.search-bottom, .search-header, .site-header {
	background: #000;
}
.archive-header {
	background: #666;
	color: #fff;
	position: relative;
	top: -24px;
	margin-bottom: 0;
}
.archive-header p {
	display: none;
}

.site-title a:link,
.site-title a:visited {
	color: #fff;
}
a,
a:link,
a:visited,
.post-title a:link,
.post-title a:visited {
	color: #000;
}
.more-link {
	background: #000;
}
a:hover,
.post-title a:hover {
	color: #666;
}
.site-title a:hover {
	color: #ccc;
}
.more-link:hover {
	background: #666;
}

.ssba img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.ssba img:hover {
	opacity: 0.8;
}

body {
/*    background-image: url(img/kiwi.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 98% 98%;
*/    /*background-size: cover;*/
}
.overflow-container {
	background: transparent;
/*
	background: linear-gradient(135deg, #fff 24%, transparent 24%) -50px 0,
	linear-gradient(225deg, #fff 24%, transparent 24%) -50px 0,
	linear-gradient(315deg, #fff 24%, transparent 24%),
	linear-gradient(45deg, #fff 24%, transparent 24%);	
	background-size: 100px 100px;
	background-color: #000;
*/
}

.further-reading .previous {
	float: left;
	margin-top: 60px;
}
.further-reading .next {
	float: right;
	margin-top: 60px;
}
.post-tags a, .post-tags a:active {
	background: #666;
}
.post-tags a:hover {
	background: #000;
}

.entry {
	background-color: rgba(255, 255, 255, 0.8);
}
.more-link-wrapper {
	text-align: right;
}
.more-link:link,
.more-link:visited {
	background: transparent;
	color: #000;
	padding: 0;
	margin-bottom: 0.75em;
}

.custom-img {
	border: 1px solid #aaa;
}