/*
Theme Name: Olsen Light Child theme
Theme URI: https://www.cssigniter.com/themes/olsen-light/
Description: A child theme for Olsen Light
Author: CSSIgniter
Author URI: https://www.cssigniter.com
Template: olsen-light
Version: 1.7.
*/

@import url("../olsen-light/style.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.nav{
	font-size:16px;
}

.site-bar{
	justify-content:center;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Roboto", sans-serif;
	font-style:normal;
	letter-spacing: 0.01em!important;
	font-weight:300;
}

.site-logo .tagline{
	font-size:16px;
}

.site-logo div{
	margin-bottom:2px;
}

.site-logo a:hover{
	color: #00FFFF!important;
}

.socials{
	display:none!important;
}

h2 a {
	color:#333;
}

.entry-comments-no{
	display:none;
}

.entry-categories a{
	margin-right: 0px;
	color:#333;
	font-weight:normal;
	font-size:16px;
}

.featured-img-caption{
	color:inherit;
	opacity:.7;
}

.entry-title a:hover{
	color: #00FFFF!important;
}

.entry-utils .socials a:hover{
		color: #00FFFF!important;
}

.btn, .comment-reply-link, input[type="button"], input[type="submit"], input[type="reset"], button{
		background-color: #00FFFF!important;
}

input[type="button"]:hover, input[type="submit"]:hover {
		background-color:#333!important;
}

.navigation .current-menu-parent > a, .navigation .current-menu-ancestor > a, .navigation .current-menu-item > a {
		color: #00FFFF!important;
}

.navigation > li:hover > a {
			color: #00FFFF!important;
}

.read-more {
	color: #333!important;
}

.read-more:hover{
  border-color: #00FFFF!important;
}

footer{
	border-top:none!important;
}

.grecaptcha-badge{
	display:none;
}