/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowHow 
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/

@import url("../knowhow/style.css");
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700,900');

/* ------- Insert custom styles below this line ------- */

body{
	font-size: 16px;
	font-family: "Rubik", sans-serif;
	color: #222;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Rubik", sans-serif;
}

h1.page-title,
h2.entry-title{
	font-weight: bold;
}

#live-search #searchsubmit{
	font-size: 16px;
	margin: 10px 25px 0 0;
}
#sidebar{
	font-size: 16px;
}
.widget .widget-title{
	font-size: 18px;
	font-weight: bold;
}

#homepage-categories h3{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

/* #homepage-categories h3 a,a{
	color: #178CCC;
} */
.comment-form-author label, .comment-form-email label, .comment-form-url label{
	display: inline-block;
	width: 10%;
	font-size: 14px;
}
#respond #author, #respond #email, #respond #url, #respond #commentform #comment {
	float: none;
	background: #f5f5f5;
	padding: 14px 15px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	display: inline-block;
	width: 89%;
	margin-right: 0;
	font-family: "Rubik", sans-serif;
	color: #222;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

#respond #author:focus, #respond #email:focus, #respond #url:focus, #respond #commentform #comment:focus{
	border-color: #4d4d4d;
}

#respond #commentform #comment{
	width: 100%;
	max-height: 100px;
}

body.site-boxed #site-container,
.ht-container {
	margin: 0 auto;
	max-width: 1280px; 
}

.entry-content img,
.entry-content iframe,
.entry-content .wp-block-video{
	border: 1px dotted #b1b1b1 ;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

#live-search{
	border: none;
}

#live-search #searchform{
	border: none;
	-webkit-box-shadow: 0 6px 7px rgba(0,0,0,0.05);
	box-shadow: 0 6px 7px rgba(0,0,0,0.05);
}

#primary{
	background: #f5f5f5;
	padding-bottom: 40px;
}

#primary.sidebar-right #content{
	padding: 40px;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 6px 7px rgba(0,0,0,0.05);
	box-shadow: 0 6px 7px rgba(0,0,0,0.05);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

#primary.sidebar-right #sidebar{
	border: none;
}

.widget .widget-title span{
	padding: 5px 10px;
}

#site-footer{
	border: none;
}

#site-header{
	-webkit-box-shadow: 0 6px 7px rgba(0,0,0,0.05);
	box-shadow: 0 6px 7px rgba(0,0,0,0.05);
}

.category #page-header::before,
#homepage-categories .column::before,
.category .sub-categories li::before{
	color: #6acbf8;
}
.post::before,
#homepage-categories ul li.format-standard::before,
.st_articles_widget li.format-standard::before, .st_popular_articles_widget li.format-standard::before{
	color: #a3a5a6;
}

.bypostauthor {
    background: #f1f1f1;
    padding: 15px;
}
@media screen and (min-width:800px){
	#primary.sidebar-right #sidebar{
		padding-left: 50px;
	}
}

