/*
Theme Name: Henrik Child
Theme URI: https://henrik.qodeinteractive.com
Description: A child theme of Henrik
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: henrik
Template: henrik
*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #e62630;
}

::-webkit-scrollbar-thumb:hover {
  background: #363533;
}

p, a, h1, h2, h3, h4 {
	font-family: "PPNeue";
}

a:hover {
	text-decoration: underline !important;
	text-decoration-color: #e51a25 !important;
}

#qodef-page-header {
	background-color: #000;
	border-bottom: 2px solid #ff47006b;
    box-shadow: -1px 2px 51px 1px #4641925e;
}

#qodef-page-inner {
	padding: 30px 0 100px;
}

.qodef-header-sticky {
   border-bottom: 3px solid #e62630;
}

.qodef-blog .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list a {
	color: black;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-info-category a {
	color: white;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-category a {
	border: 2px solid #ffffffc4;
}

.qodef-blog .qodef-blog-item .qodef-e-info>* {
	color: white;
}

.qodef-category-title {
	color: white !important;
}

.qodef-header-sticky-inner .qodef-header-navigation> ul > li > a {
	color: white;
}

#qodef-page-footer .widget {
	text-align: center;
}

.qodef-overflow {
	overflow-y: scroll !important;
}

#henrik_core_side_area_opener-2, .qodef-category-title-holder {
	display: none;
}

.hiddden {
	display: none !important;
}

.qodef-e-media-image {
	display: block !important;
}

.qodef-blog .qodef-filter-holder .qodef-ordering-filter .qodef-filter-title-holder {
	color: white;
}

.qodef-blog-horizontal-holder .qodef-post-info .qodef-e-info-date {
	color: white;
}

.qodef-blog-horizontal-holder .qodef-post-info .qodef-e-info-item.qodef-e-info-category a {
	color: white;
}

.qodef-e-media-image img {
	width: 100%;
}

#qodef-page-mobile-header {
	background-color: black;
}

.e-con-inner {
	height: auto !important;
	min-height: auto !important;
}

.qodef-blog-horizontal-holder .qodef-blog-horizontal-inner {
	height: auto !important;
}

#qodef-page-footer .widget a:hover {
	color: white;
}

#qodef-page-footer img {
 	max-width: 160px;
    margin: 0 auto;
 }

 .qodef-menu-item-text {
 	font-family: "Montserrat";
 }

 .current_page_item .qodef-menu-item-text {
 	font-weight: bold;
 }

