/*
Theme Name: Brandwell
Author: Markus Rundlöf & Daniel Malmqvist
Description: Brandwells Theme made with love and tweaks specially for your company.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

/** ÄNDRINGAR AV MELVIN PÅ EVERYWHERE **/

/* FONTS */
@font-face{
    font-family:justlovely;
    src:
    url(library/fonts/JustLovely.woff2) format('woff2'),
    url(library/fonts/JustLovely.woff) format('woff');
    font-weight:400;
    font-style:normal
}

.title-script {
    font-family: justlovely,sans-serif !important;
}

/* Header Logo */
.header .logo-header img {
    width: 140px !important;
}

/* / Header Färg / */
.header.darkheader, .header,.navbar .navbar-collapse,.dropdown-toggle.clicked .caret {
    background: #899666 !important;
}

/* / Dropdown meny färg / */
.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    background: #646d4a !important;
}
/* / Dropdown meny pil färg / */
.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu::before {
    border-bottom: 20px solid #646d4a !important;
}
/* / Footer Färg / */
footer .footer-content {
    background: #899666 !important;
}
footer .footer-bottom {
    background: #495036 !important;
}
/* footer interesse z-index */
footer .footer-content .intresse {
    z-index: auto !important;
}
/* / Headers Färg / */
h1, h2, h3, h4{
    color: #333826 !important;
}

/* title small dark */
.title-small.dark {
    color: #495036 !important;
}
/* / Script font färg / */
.title-script.dark {
    color: #899666 !important;
}
/* Section green box */
.green-box {
    z-index: 9 !important;
}
section.bostaderna .green-box,.bostader-area .bostader-area-bg .green-box , .omradet-area .omradet-area-bg .green-box {
    background: #899666  !important;
}
/* hur går det till */
.process .process-holder .number-holder {
    background: #899666 !important;
}
/* knappar hover */
.btn.light:hover, .btn.dark:hover {
    border: 1px solid #495036 !important;
    background: #495036 !important;
}
.btn::before {
    background-color: #495036 !important;
}
/* solstudie */
.solstudie-holder .hus-nav li.active a, .solstudie-holder .solstudie-carousel .time-of-day-nav li.active, .solstudie-holder .season-nav li.active a {
    background:  #495036 !important;
}

/* NAVBAR HOVER FIX?? */
#pp-navbar-collapse:hover a {
    opacity: 1 !important;
    }



/**/
.home .row .col-sm-12 .inner p iframe {
    width: 785px;
    height: 441px;
}

.home .carousel .carousel-inner {
    min-height:800px; 
}


/* 785px * 441px */
@media screen and (max-width: 991px) {
    .home .row .col-sm-12 .inner p iframe {
        width: 720px;
        height: 405px;
    }
}

@media screen and (max-width: 767px) {
    .home .row .col-sm-12 .inner p iframe {
        width: 100%;
        height: 255px;
    }
}

.home .row .col-sm-12 .news-section {
    margin-bottom: 110px;
}

.home .row .col-sm-12 .news-section img {
    width: 785px;
    height: auto;
    margin: 20px 0;
}

.home .row .col-sm-12 .news-section h1 {
    margin: 0;
}

.home .row .col-sm-12 .news-section .small-title {
    margin-bottom: 10px;
}

/* MINDRE HERO SEKTION */
.home .about {
    padding: 50px 0;
}

.home .carousel .carousel-inner {
    height: 80vh;
}

.home .icon-scroll {
    display: none;
}

.home .carousel:after {
    display: none;
}

/* FOOTER LOGO */
footer .footer-bottom img.footer-logo-2 {
    max-width: auto !important;
}