/*
*	Hei! 
*	Hyggelig at du er inne og kikker. 
*
*   FOOTER
*
*/




.site-footer {
	margin-top: 100px;
}

.footer-container {
    max-width: 1340px;
    width: 100%;
	margin: 0 auto;
}

.footer-text-container {
	width: 100%;
}

.footer-editorial {
    display: block;
    width: 100%;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}   

.editorial-cap-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.editorial-cap {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.footer-notice-logos {
    display: block;
    width: 60%;
    line-height: 1.1;
    text-align: center;
    
    margin: 40px auto 10px auto;
    
    font-size: 16px;
}

.footer-notice {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.footer-logos {
    margin-top: 20px;
    margin-bottom: 40px;
}

.footer-logos img {
    height: 80px !important;
}

.footer-last-line {
    width: 100%;
    text-align: center;
    padding: 50px;
    background-color: #F7F7F7;
    line-height: 1.3;
}

.footer-developer {
    color: #F40045;
    font-size: 14px;
}

.footer-last-line p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}


/* MEDIA QUERY STARTING HERE... */

@media only screen and (max-width: 768px) {
	/* For mobile phones: */

.site-footer {
    margin: 0;
}

.footer-container {
    width: 100%;
    padding: 30px;
}

.footer-text-container {
    width: 100%;
}

.footer-last-line {
    width: 100%;
    text-align: center;
    padding: 30px;
    background-color: #F7F7F7;
    line-height: 1.3;
}

.footer-last-line p {
    margin: 0;
}

.footer-developer {
    color: #F40045;
}

.footer-editorial {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}

.editorial-cap-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.editorial-cap {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.footer-notice-logos {
    display: block;
    width: 100%;
    line-height: 1.1;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-notice {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.footer-logos {
    margin-top: 20px;
    margin-bottom: 0;
}

.footer-logos img {
    height: 80px !important;
}


/* MEDIA QUERY ENDING BELOW... */
}