/*
Theme Name: Lagerstedts
Description: Tema för Wordpress byggd speciellt för Lagerstedts däcklager Understrap
Author: Mattias Kallio
Template: understrap

Colors: common red: #aa1a19

*/
body {
	color: #fff;
	background-color: #aa1a19;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
}

h1, h2, h3, h4{
	font-family: 'Heebo', sans-serif;
}

h3{
    margin-top: 10px;
    border-bottom: 1px solid black;
}

h4{
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 1px;
}

img{
	max-width: 100%;
}

li.widget{
	list-style: none;
}

.widget{
	margin-bottom: 30px;
}

input[type="submit"], input[type="button"]{
	padding: 13px 30px;
    background: #222222;
    color: white;
    border: none;
    border-radius: 5px;
    width: auto;
    box-shadow: 1px 1px 5px #00000073;
}
input[type="submit"]:hover, input[type="button"]:hover{
    
    box-shadow: 0px 0px 2px #00000073;
}
/*
select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
select::-ms-expand {
    display: none;
}
select:hover {
    border-color: #888;
}
select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
select option {
    font-weight:normal;
}
*/
/**
* Bootstrapfix
*/
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    /* -webkit-appearance:none; */
}

/**
* Gutenberg
*/
.entry-content .alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.entry-content .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	width:auto;
}

.alignfull img {
	width: 100vw;
}

.fixed-top {
	top: auto;
}

.navbar{
	z-index: 100;
	padding:0;
	/* padding: 5px 0 0px; */
	/* height:100px; */
}

.navbar-brand img{
	display: inline-block;
	max-width: 150px;
    margin-top: 30px;
}

.menu-toppmenyn-container{
	margin-top: -7px;
}

.menu {
	display: block;
	list-style-type: none;
	margin-bottom:0;
	margin-top: 12px;
}
.menu li{
	display: inline;
}
.menu a{
	margin-left:20px;
	color: #000000;
	text-transform: uppercase;
}
.menu a:hover{
	color: #000000;
	transition: color 2s;
	text-decoration: none;
}

.warehouse-lagertop-list-type-select i{
    width: auto;
    float: right;
    font-size: 25px;
    color: #e0e0e0;
    background: #b02b2a;
    padding: 2px 6px;
	margin-left: 7px;
	cursor: pointer;
}

.wrapper {
	padding: 5px 0;
}

.site-main{
	min-height: 900px;
}

ul{
	padding: 0;
	padding-left: 15px;
	list-style-type: none;
}

a {
	color: #000000;
}
a:hover {
	color: #003366;
	text-decoration: none;
}

.site-footer .site-info{
	text-align: center;
}

.main-login{
	text-align: center;
}

#login {
    background:red !important;
}

.lagerstedtlogin{
    text-align: center;
    display: block;
}

#loginform{
    padding: 20px;
    background: #8e1312;
    border: 1px solid #ffffff38;
    box-shadow: 1px 1px 5px #0000004f;
    border-radius: 15px;
    display: inline-block;
}

#loginform label{
	text-align: center;
	display: block;
}
#loginform input{
    text-align: center;
    display: inline-block;
    padding: 7px 2px;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
}
#loginform input[type="checkbox"]{
	width:auto;
}
#loginform input[type="submit"]{
	padding: 13px 30px;
    background: #aa1a19;
    color: white;
    border: none;
    border-radius: 5px;
    width: auto;
    box-shadow: 1px 1px 5px #00000073;
}
#loginform input[type="submit"]:hover{
    
    box-shadow: 0px 0px 2px #00000073;
}


@media (max-width:600px){
	h4{
		text-align: center;
	}
	.bkr_description_inner {
		color: #afafaf;
		margin-top: 2px;
	}
	.bkr_logo img {
		margin-top: 0px;
	}

	.navbar {
		padding: 5px 0 0px;
		border-bottom: none;
	}
	.navbar-brand {
		width: 100%;
		text-align: center;
	}
	.navbar-brand img{
		display: inline-block;
		max-width: 100px;
		margin-top: -10px;
	}
	.fixed-top {
		position: initial;
	}
	.site-main {
		margin-top: -5px;
	}

	#footer-full-content {
		text-align: center;
	}
	.footer-widget{
		margin-bottom:20px;
	}
}
