@advertisers-main-red: #c1041f;
@advertisers-grey: #999;
@advertisers-light-grey: #f2f2f2;

.not-front.advertisers-page {
    color: @advertisers-grey;

    .main-container {
        padding-top: 51px;

        .content-system {
            font-size: 0;
        }

        .page-content {
            padding: 0 !important;
            margin: 0;

            .panel-separator {
                height: 0;
            }

            .panel-pane {
                display: block;

                .pane-content {
                    margin: 0;
                }
            }
        }

        .flex-container {

            .pane-region-content {
                flex: 0 0 640px;
                margin: 0 0 0 200px;
                @media (max-width: 1200px) {
                    margin: 0;
                }
                font-family: 'Montserrat';
                padding: 0 0 125px;

                .node-title {
                    font-size: 34px;
                    color: @advertisers-main-red;
                    text-transform: uppercase;
                    line-height: 26px;
                }

                .field-advertisers-subtitle {
                    font-size: 34px;
                    color: #666;
                    line-height: 32px;
                    margin: 23px 0 0;
                }

                .advertisers-subtitle {
                    padding: 0;
                }

                section[class*=-ad-] {
                    padding: 124px 0 0;

                    &.kbh-ad-laeseren {
                        padding: 100px 0 0;
                        border-top: 1px solid grey;

                        .pane-title {
                            border: none;
                            margin: 15px 0 6px 0;
                        }
                    }

                    &.ad-bannerannoncering-block {

                        .pane-title {

                            &:before {
                                content: '\f03e';
                            }
                        }

                        .pane-content {

                            .description {

                                & > div:nth-child(2) {
                                    color: black;
                                }
                            }
                        }
                    }

                    &.ad-sponsoreret-indhold-block {

                        .pane-title {

                            &:before {
                                content: '\f036';
                            }
                        }
                    }

                    &.ad-nyhedsbrev-block {

                        .pane-title {

                            &:before {
                                content: '\f0e0';
                            }
                        }
                    }

                    &.ad-facebook-kampagne-block {

                        .pane-title {

                            &:before {
                                content: '\f082';
                            }
                        }
                    }

                    h2 {
                        font-family: 'Montserrat';
                    }

                    .pane-title {
                        color: black;
                        font-size: 40px;
                        text-transform: uppercase;
                        font-weight: bold;
                        border-bottom: 1px solid grey;
                        padding: 0 0 11px;
                        margin: 15px 0 36px 0;
                        position: relative;

                        &:before {
                            font-family: 'FontAwesome';
                            position: absolute;
                            display: block;
                            content: '\f007';
                            top: -99px;
                            left: 0;
                            font-size: 80px;
                            color: @advertisers-main-red;
                        }
                    }

                    .pane-content {

                        .description {
                            font-size: 19px;
                            line-height: 26px;

                            .global-ad-factor {
                                font: 19px 'Montserrat';
                                color: @advertisers-main-red;
                            }

                            .pris-pr-modtager-af-nyhedsbrev {
                                font: 19px 'Montserrat';
                                color: @advertisers-main-red;
                            }

                            .pris-pr-fb-fan {
                                font: 19px 'Montserrat';
                                color: @advertisers-main-red;
                            }
                        }

                        .mailchimp-subscribers {
                            font: 20px 'Montserrat';
                            color: @advertisers-grey;
                            margin: 13px 0 0;

                            span {
                                color: @advertisers-main-red;
                            }
                        }

                        .fb-fans {
                            font: 20px 'Montserrat';
                            margin: 7px 0 0;

                            .fb-fans-count {
                                color: @advertisers-main-red;
                            }
                        }

                        .field-kbh-ad-laeseren {
                            font-size: 19px;

                            p {
                                margin: 0 0 25px;
                            }

                            ul {
                                padding: 0 0 0 15px;
                                margin: 0 0 25px 0;
                                list-style: none;

                                li {
                                    line-height: 26px;
                                    position: relative;

                                    &:before {
                                        position: absolute;
                                        display: block;
                                        content: '';
                                        height: 8px;
                                        width: 8px;
                                        border-radius: 50%;
                                        background-color: @advertisers-main-red;
                                        top: 8px;
                                        left: -15px;
                                    }
                                }
                            }

                            p:last-child {
                                margin: 24px 0 13px 0;
                            }
                        }

                        .price-table {
                            margin: 35px 0 0;

                            .header {
                                background-color: black;
                                padding: 23px 27px;
                                font-size: 20px;
                                color: @advertisers-light-grey;

                                .second-col {
                                    float: right;
                                }
                            }

                            .price-table-row {
                                padding: 30px 0 26px 25px;
                                position: relative;
                                background-color: @advertisers-light-grey;
                                margin: 0 0 1px;

                                .text-row {
                                    font-size: 16px;
                                    margin: 0 0 5px;
                                    padding: 0 110px 0 0;

                                    .fb-fans-count {
                                        font: 16px 'Montserrat';
                                        color: @advertisers-main-red;
                                    }

                                    p {
                                        margin: 0;

                                        strong {
                                            color: #666;
                                            font-size: 20px;
                                            line-height: 22px;
                                        }
                                    }

                                    & > div:first-child {

                                        strong {
                                            color: #666;
                                            font-size: 20px;
                                            line-height: 22px;
                                        }
                                    }
                                }

                                .price-factor {
                                    text-transform: uppercase;
                                }

                                .price {
                                    font-size: 20px;
                                    position: absolute;
                                    top: 28px;
                                    right: 30px;
                                    color: #666;
                                    @media (max-width: 640px) {
                                        position: static;
                                    }
                                }
                            }
                        }

                        .ad-page-views {
                            font-size: 20px;
                            margin: 5px 0 5px;

                            .ad-page-views-val {
                                color: @advertisers-main-red;
                            }
                        }

                        .contact-page-link {
                            font-size: 20px;
                            padding: 0 0 0 22px;
                            position: relative;
                            margin: 15px 0 0;

                            &:before {
                                position: absolute;
                                display: block;
                                content: '\f0a9';
                                font-family: 'FontAwesome';
                                top: 0;
                                left: 0;
                                font-size: 20px;
                                color: @advertisers-main-red;
                            }

                            a {
                                color: black;
                            }
                        }
                    }
                }
            }
        }
    }
}
