/*
Theme Name: Skuggi
Theme URI: https://skuggi.is/
Author: Sanavarma
Author URI: https://sanavarma.fi/
Description: Theme by Onno/Sanavarma for Skuggi.
Version: 1.00
*/
/*single*/
#gallery h2 {
    margin-bottom: 20px;
}
#gallery ul {
    line-height: 1.35em;
    font-family: "aeonikpro-regular";
	padding-left: 1em;
	padding-bottom: 20px;
}
#gallery ul li {
	font-size: var(--font18);
}
.imgtxt-content ul {
	padding-bottom: 15px;
}
.imgtxt-content ul li{
	padding-bottom: 0.5em;
}
/*main container*/
.container {
    max-width: 2540px;
    background-color: #fff;
    margin: 0 auto;
	box-shadow: 0px 13px 20px 0px rgba(0,0,0,0.15), 0px -13px 7px 0px rgba(0,0,0,0.05);
}

#footerpart3 a, #footerpart3 h6 {
	line-height: 1.35em;
}
.btn.brown {
	background-color: #4E4E4E;
	border: 1px solid #4E4E4E;
	color: #fff;
}
.btn.trans {
	background-color: #4E4E4E;
	border: 1px solid #4E4E4E;
	color: #fff;
}
.btn {
	background-color: #4E4E4E;
	border: 1px solid #4E4E4E;
	color: #fff;
}
.btn.trans:hover, .btn:hover {
	background-color: #999999;
	border: 1px solid #4E4E4E;
	color: #fff;
}
.btn #Path_1, .btn #Line_1 {
	stroke: #fff;
}
/*images hover bw*/
.verkenfi-card img:hover{
	  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
	transition: 0.6s;
}
.bannerarrows {
	z-index: 100;
}
#thebanner-imageside:hover{
 z-index: 10;
  filter: grayscale(100%);
	transition: 0.6s;
}
/*pagination*/
.pallo.active {
	background-color: #4E4E4E;
	border: 1px solid #4E4E4E;
	color: #fff;
}
.pallo {
	border: 1px solid #4E4E4E;
}
/*blog*/
.newscard-deluxe-content-helper .pday, #pdate, .postdate {
	color: #999999;
}
.single-post .zerop p:not(footer p) {
	padding-bottom: 20px;
}
/*select cat*/
.categ {
	border: 1px solid #4E4E4E;
}
/*pad content images*/
@media (min-width: 1001px) {
#imgtxt img {
	padding-top: 5%;
	padding-bottom: 5%;
  height: auto;
}
.home #thebanner {
	padding-bottom: 5%
}
}
/*hide button for now*/
#single-post a.btn {
	display: none;
}