/*
	Theme Name: Twenty Fifteen Child
	Theme URI: https://coinwink.com/blog
	Description: Twenty Fifteen Child Theme
	Author: Gie Katon
	Author URI: https://giekaton.com
	Template: twentyfifteen
	Version: 0018
*/

/* @import url("../twentyfifteen/style.css"); */


body {
	background-color: #A2A9AD;
}

body:before {
	background-color: #4F585B;
}

.site-header {
	background-color: #4F585B;
}

.site-title a {
	color: #fff!important;
}

/* h1, h2 {
	font-family: 'Noto Sans';
} */

/* .entry-title {
	font-size: 31px!important;
} */

/* .entry-content h2 {
	font-size: 20px!important;
} */

/* .entry-content p {
	font-size: 15px!important;
    font-family: 'Noto Sans';
} */

.cw-ul {
	font-size: 15px;
}

blockquote {
	font-size: 17px!important;
}

.widget, .widget-title, .widget a {
	color: white;
}

.widget a {
	border-bottom: 1px dashed white;
}

.page-header {
	border-left: 7px solid #4F585B;
}

.secondary-toggle {
	display: none;
}

/* .blogs-grid {
	display: grid;
	grid-template-columns: 33px 33px 33px 33px;
	grid-template-rows: 40px;
	margin-top: 14px;
} */

.blogs-grid {
	padding-top: 15px;
	height: 50px;
}

.blogs-grid div:hover {
	cursor: pointer;
}

.blogs-grid div:hover .blogs-logos {
	fill: #b0b0b1;
}

.blogs-grid div {
	/* height: 35px;
	width: 45px;
	float: left; */

    height: 38px;
    width: 38px;
    float: left;
    padding: 7px;
	margin-right: 2px;
	outline: 0;
}

/* .blog-logo {
	width:100%;
	height:100%;
} */

.blogs-logos {
	fill: #848688;
	max-height: 30px;
}

.blogs-logos div:hover .blogs-logos {
	fill: #b0b0b1;
}

/* .blogs-logos:hover {
	fill: #b0b0b1;
} */