/*
Table of content:
    1.0 Nav
    2.0 Common
        2.1 Boxes
        2.2 Review links
    3.0 Footer
    4.0 Reviews
*/

body {
    background-color: #fef5e9;
    background-image: url(img/bg-pattern.png);
    background-repeat: repeat;
    background-size: 104px;
}

/*
1.0 Nav
==================================================
*/

nav {
	background-color: #ddd6ce !important;
	background-image: url(img/bg-header.jpg);
	background-repeat: no-repeat;
	background-size: auto 350px;
    border-radius: 0 !important;
    border: 0 !important;
	height: 350px;
	position: relative;
}
nav h1 {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 160px;
	margin: 55px auto 0;
	text-indent: -9999px;
	width: 315px;
}
#navbar {
	background-color: rgba(0,0,0,0.3);
	bottom: 0;
	left: 0;
	position: absolute;
	height: 80px !important;
	line-height: 70px;
	right: 0;
	text-align: center;
}
nav ul {
	display: inline-block;
	float: none !important;
	font-family: 'Varela Round', sans-serif;
	font-size: 1.9em;
	margin: 0 auto !important;
}
nav ul a {
	background: transparent !important;
	color: #fff !important;
	text-shadow: 0px 2px #000;
	margin: 0 30px;
	height: 80px !important;
	line-height: 70px !important;
	padding: 0 !important;
}
nav ul a:hover {
	background: transparent !important;
	color: #fff !important;
	text-decoration: underline !important;
}
nav ul a i {
	margin-right: 10px;
}
nav .wave {
    background-image: url(img/bg-wave.png);
    background-repeat: repeat;
    background-size: auto 18px;
	bottom: -1px;
	display: block;
	height: 18px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
nav .navbar-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 20px;
	background: #000;
}
@media (max-width: 768px) {
	nav {
		height: 270px !important;
	}
	#navbar {
		background-color: rgba(0,0,0,0.6);
		border: 0px !important;
		height: auto !important;
		line-height: auto !important;
	}
	nav ul a {
		height: 50px !important;
		line-height: 50px !important;
	}
	nav h1 {
		background-color: rgba(255,255,255,0.6);
		margin-top: 108px;
		height: 112px;
		width: 221px;
		background-size: 80%;
		background-position: center center;
		border-radius: 4px;
	}	
}
/*
2.0 Common
==================================================
*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    /*padding-left: 7px;
    padding-right: 7px;*/
}

/*
3.0 Body
==================================================
*/
section {
	position: relative;
	padding: 2em 0;
}
section:after,
#map:after {
    content: '';
    display: block;
    clear: both;
} 
h2 {
	color: #8F5E3C;
    font-family: 'Varela Round', sans-serif;
    font-size: 3.7em;
    margin: 1.35em auto 0.75em;
    width: 89%;
}
@media (max-width: 768px) {
	h2 {
		font-size: 2.5em;
	}
}
h3 {
	background-image: url(img/bg-hr.png);
	background-position: center center;
	background-repeat: repeat-x;
	color: #231F20;
    display: block;
    font-family: 'Varela Round', sans-serif;
    font-size: 2.5em;
    margin: 0.7em auto 1.2em;
    text-align: center;
    position: relative;
    z-index: 2;
}
h3 span {
	background-color: #fef5e9;
	padding: 0 20px;
	border-radius: 100px;
}
@media (max-width: 768px) {
	h3 {
		background-image: none;
	}
	h3 span {
		background-color: transparent;
	}
}
#info {
	padding-top: 2em;
	padding-bottom: 3.2em;
}
#truckarna h3 {
	margin-bottom: 1.2em;
}
p,
.media li {
	font-size: arial;
	font-size: 1.2em;
}
#map {
	border-radius: 4px;
	height: 450px;
	margin-bottom: 20px;
	width: 100%;
}
@media (max-width: 768px) {
	#map {
		width: 80%;
		height: 280px;
		margin: 50px auto;
		overflow: hidden;
	}
}
a.facebook-button {
    background-color: #3B5998;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.7em;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    clear: both;
    margin: 0.3em auto;
    text-align: center;
    width: auto;
    padding: 0 15px;
}
@media (max-width: 768px) {
	a.facebook-button {
		margin-top: 40px;
		font-size: 1.3em;
	}
}
a.facebook-button i {
	margin-right: 10px;
}
a.facebook-button:hover {
	background-color: #283b66;
}
h4 {
	color: #231F20;
	display: block;
	font-family: 'Varela Round', sans-serif;
	font-size: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0 !important;
}
h4 span {
	display: block;
	font-size: 0.7em !important;
}
.truck, .press {
	margin-bottom: 3em;
}
.truck-image {
	border-radius: 4px;
	background-color: #f8af4a;
	background-image: url(img/bg-truck.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	text-align: center;
	height: 172px;
	width: 100%;
	margin-bottom: 0.7em;
}
.truck-image .logo {
	margin-top: 20px;
	height: 132px;
}
@media (max-width: 768px) {
	.truck-image {
		background-position: center center;
		height: 258px;
	}
	.truck-image .logo {
		margin-top: 30px;
		height: 198px;
	}
}
.center-col {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.burgerdudes {
    margin-bottom: 3em;
    border-top: 2px solid #cdc4b9;
    padding-top: 3em;
}
.burgerdudes img {
	width: 40%;
	margin: 0 auto 30px;
}
.wpcf7 {
	background-color: #EFC99E;
	border-radius: 4px !important;
	padding: 20px 20px 0 !important;
}
.wpcf7 p {
	margin: 0 !important;
}
.wpcf7 strong {
	font-weight: normal !important;
}
.wpcf7-submit {
	background-color: #EB4938;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border-radius: 4px;
	border: 0;
	color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
	float: none;
	display: block;
}
.wpcf7-submit:hover {
	background-color: #b83a2c;
}
.wpcf7-text,
.wpcf7-textarea {
	border: 0;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
}
#map {
	border-radius: 4px !important;
}
.wpgmp_map_container {
	border: 0px !important;
	box-shadow: none !important;
	border-radius: 4px !important;
}
.sponsors img {
	width: 50%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
img.hornstullsmarknad {
	width: 40%;
}
.media {
	margin-top: 0;
}
.media ul {
	margin-bottom: 3em;
}
.media ul,
.media ul li {
	padding-left: 0;
	list-style-position: inside;
}
.media li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 768px) {
	.media {
		margin-bottom: 2em;
	}
}
/*
#overlay {
	position: absolute;
	top: 0;
	margin: 0 auto;
	z-index: 3;
	width: 1170px;
	left: 0;
	right: 0;
}
*/
@media (min-width: 769px) {
	.fixed #navbar {
	  transition: background 0.5s ease-in-out;
	  opacity: 1;
	  position: fixed !important;
	  top:0 !important;
	  left:0 !important;
	  width: 100% !important;
	  z-index: 4;
	  background-color: rgba(0,0,0,0.7) !important;
	  height: 40px !important;
	}
	.fixed #navbar ul {
		font-size: 1.4em !important;
	}
	.fixed #navbar li a {
		line-height: 40px !important;
		height: 40px !important;
		outline: none;
	}
}
.info-box {
	/*background: #f6d3a7;*/
	border-radius: 4px;
	margin-top: 3em;
	text-align: center;
}
.info-box h2 {
	color: #000;
	font-family: 'Varela Round', sans-serif;
    font-size: 2em;
    font-weight: bold;
}
.info-box-list ul,
.info-box-list strong {
	font-size: 1.2em;
}
.info-box-list {
	background: #f6e2c9;
    border-radius: 4px;
    padding: 10px 20px 5px;
    margin: 20px auto;
    text-align: left;
    display: block;
}
.list-headline {
	font-size: 1.5em !important;
	display: block;
	font-family: 'Varela Round', sans-serif;
	margin-bottom: -5px;
	margin-top: 5px;
}
.sbf-2017,
    .sbf-2018,
    .sbf-2019,
    .patreon-banner {
        background-position: center center;
        background-size: cover;
        border-radius: 4px;
        color: #fff;
        display: block;
        min-height: 130px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .sbf-2019 {
        margin-bottom: 4px;
    }
    .sbf-2018 {
        background-size: auto;
        background-repeat: repeat;
    }
    .sbf-2017 {
        background-image: url(http://burgerdudes.se/wp-content/themes/Burgerdudes-2/img/pic_bastard.png);
    }
    .sbf-2018 {
        background-image: url(http://www.burgerdudes.se/wp-content/themes/Burgerdudes-2/burgerfest/2018/img/sbf18_siteheader_bg240.png);
    }
    .sbf-2019 {
        background-size: 600px;
        background-image: url(http://burgerdudes.se/wp-content/themes/Burgerdudes-2/burgerfest/2019/img/bg.png);
    }
    .patreon-banner {
        background-image: url(https://burgerdudes.se/wp-content/themes/Burgerdudes-2/img/pic_patreon.jpg);
    }
    .sbf-2017 span,
    .sbf-2018 span,
    .sbf-2019 span,
    .patreon-banner span {
        color: #fff;
        display: block;
        font-family: "filson-soft",sans-serif;
    }
    .sbf-2018 span {
        text-shadow: 2px 2px #000;
    }
    .sbf-2017 .big,
    .sbf-2018 .big,
    .sbf-2019 .big, 
    .patreon-banner .big {
        font-size: 30px;
        font-weight: bold;
        margin-top: 15px;
    }
    .sbf-2019 .big {
        background: #fff200;
        display: inline-block;
        padding: 0 20px;
        color: #ec008c;
        border-radius: 4px;
        margin-bottom: 5px;
    }
    .sbf-2017 .small,
    .sbf-2018 .small,
    .sbf-2019 .small,
    .patreon-banner .small {
        font-size: 20px;
        font-weight: 300;
    }
    .sbf-2019 .small {
        background: #fff200;
        display: inline-block;
        padding: 0 20px;
        color: #ec008c;
        border-radius: 4px;
        margin-bottom: 5px;
    }
    .sbf-2017:hover,
    .sbf-2018:hover,
    .patreon-banner:hover {
        color: #fff;
        text-decoration: none;
    }
    .sbf-2019:hover {
        text-decoration: none;
    }
    .sbf-2017:hover span.big,
    .sbf-2018:hover span.big,
    .patreon-banner:hover span.big {
        color: #fff;
        text-decoration: underline;
    }
    .sbf-2019:hover span.big {
        text-decoration: underline;
    }
    .sbf-2017:hover span.small,
    .sbf-2018:hover span.small,
    .patreon:hover span.small {
        color: #fff;
        text-decoration: none;
    }
    .sbf-2019:hover span.small {
        text-decoration: none;
    }
    @media (max-width: 768px) {
        .sbf-2017 .big,
        .sbf-2018 .big,
        .sbf-2019 .big,
        .patreon-banner .big {
            font-size: 24px;
            margin-top: 20px;
        }
        .sbf-2017 .small,
        .sbf-2018 .small,
        .sbf-2019 .small,
        .patreon-banner .small {
            font-size: 18px;
        }
    }
    .patreon-banner {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #cookie-notice .cn-button {
    background-color: #de4436;
    border-radius: 4px;
    color: #fff;
    font-family: houschka-rounded, sans-serif;
    font-weight: 600;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
#cookie-notice .cn-close-icon {
    transition: all 0.3s ease;
}
#cookie-notice .cn-button:hover {
    background-color: #c43c2f;
    text-decoration: none;
}