/*
Theme Name: Frog Feeder 2020

*/




@media screen and (max-width: 640px) {
	body{font-size: 12px !important;}
	[class*="col-"] {padding: 10px !important;}

	}


body{padding: 0 calc(50% - 400px) 30px calc(50% - 400px); background-color: #fff; font-family: 'Arial', sans-serif; font-weight: 500; color: #333; font-size: 14px;}

body.cafe-template-print{background: #fff; color:#000 !important;}

*{
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.nopadding{padding: 0 !important;}
.extrapadding{padding: 30px !important;}
.center{text-align: center !important;}

.mysterybox{position: fixed; top:0; right:0; z-index: 10000; background: yellow; width:10px; height: 10px;}
 

a img { border: none; }
p {font-size: 1em; line-height: 1.8em;  margin:0 0 0.5em 0; }
h1{display:block; font-weight: 700; font-size:2.5em; margin:0 0 0.5em 0; letter-spacing:-0.07em; line-height: 1em;}
h2{display:block; font-weight: 700; font-size:2em; margin:0 0 0.5em 0; letter-spacing:-0.07em; line-height: 1em;}
h3{display:block; font-weight: 700; font-size:1.5em; margin:0 0 0.5em 0; letter-spacing:-0.07em; line-height: 1em;}
h4{display:block; font-weight: 700; font-size:1.2em; margin:0 0 0.5em 0; letter-spacing:-0.07em; line-height: 1em;}
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: underline;}


.whitebg{background-color: rgba(255, 255, 255, 0.9); border-radius: 5px;}

.blacktext{color: #000;}

header{
	width: 100%; 
	position: relative; 
	float:left; 
	padding: 20px 0 0 0 ;
	z-index: 10;
	}

.logo{
	width: 100%;
	float:left;
	z-index: 10;
}
.logo img{
	width: 100%;
	height: auto; 
	display: block;
	}

.background{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size: auto 100vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}
.background:after{
	width: 100%;
	height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    content: '';
    z-index: 1;
}



ul.menu{
	width: 100%;
	float: left;
	list-style-type: none;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 20px;
}
ul.menu li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.menu li a{
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 10px;
	padding: 10px;
}

/******* BUTTONS ******/

.btn{
	display: inline-block;
	padding: 1.2em 2em;
	font-size: 1.2em;
	line-height: 1.2em;
	border-radius: 1.8em;
	background-color: rgba(51, 51, 51, 0.85);
	color: #fff;
	white-space: nowrap;
	font-weight: 700;
	letter-spacing: -0.07em;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;  transition: all 0.5s ease;
}
.btn:hover{
	background-color: rgba(51, 51, 51, 1);
	color: #fff;
}

/******* ICONS ******/

.icon, .socialicon{position: relative; display: block; line-height: 2em; font-size: 1.1em; padding: 0 0 0 25px; font-weight: 400; }

.icon:before {
font-family: 'Font Awesome 5 Pro';
display:block;
position: absolute;
left: 0;
top:0;
font-weight: 400;
 width: 1em;
}
.socialicon:before {
font-family: 'Font Awesome 5 Brands';
display:block;
position: absolute;
left: 0;
top:0;

}

.instafollow:before {
font-family: 'Font Awesome 5 Brands';
display:inline-block;
font-size: 40px;
position: absolute;
left:0;
top:0;
padding: 15px;
content: '\f16d';
color: #f7ddbd;


}

.telefon:before{content: '\f095';}
.mobil:before{content: '\f10b';}
.epost:before{content: '\f0e0' ;}
.adress:before{content: '\f041';}
.passare:before{content: '\f568';}
.facebook:before{content: '\f39e';}
.google:before{content: '\f0d5';}
.instagram:before{content: '\f16d';}
.linkedin:before{content: '\f0e1';}
.github:before{content: '\f09b';}
.pinterest:before{content: '\f0d2';}
.twitter:before{content: '\f099';}
.youtube:before{content: '\f167';}
.spotify:before{content: '\f1bc';}
.cloud:before{content: '\f381';}
.mailchimp:before{content: '\f59e';}


/******* FOOTER ******/

.copyinfo{
	position: fixed; 
	bottom: 0;
	left:0;
	right:0;
	padding: 6px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 1em;
	}



/* fixes potential theme css conflict */
.full-map img {
   max-width: inherit !important;
}


::-webkit-input-placeholder {
   color: #2c2c2c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #2c2c2c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #2c2c2c;  
}

:-ms-input-placeholder {  
   color: #2c2c2c;  
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

