﻿/*------------------------------------------------*/
/* FOUNDATION AND DNN OVERRIDES */
/* USE Dnn stylesheet include AFTER foundation incude*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/* DNN OVERRIDES                                  */
/*------------------------------------------------*/
form {
    margin: 0;
}

#ControlBar {
    height: 53px;
}

.ServiceIcon {
    height: 43px;
}

.LoginLink {
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 0.5em 0;
    display: block;
    color: lightgrey;
}

    .LoginLink a {
        color: #484848;
    }

#ControlNav > li > a {
    height: 42px;
}

#ControlActionMenu > li > a {
    height: 42px;
}

span.controlBar_editPageTxt {
    height: 32px;
}

#ControlEditPageMenu > li > a {
    height: 43px;
}

/*------------------------------------------------*/
/* FOUNDATION OVERRIDES                           */
/*------------------------------------------------*/
.row {
    max-width: none;
}

.contain-to-grid .top-bar {
    max-width: none;
}

.button, button {
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
}

/*  TYPOGRAPHY  */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.3rem;
}

p {
    font-size: 0.9rem;
}

UL LI, OL LI {
    font-size: 0.9rem;
}

/* PRICING TABLES*/

.pricing-table .title {
    font-size: 1.5rem;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    background: #FFC942;
    color: #333333;
}

.pricing-table .price {
    background-color: #545454;
    color: white;
}

/* BUTTON LINKS */

button.secondary, .button.secondary, button.secondary:hover, .button.secondary:hover {
    color: #545454;
}

.secondaryButton {
    background-color: #ffc942;
    border-color: #ffb702;
    color: #545454;
}

    .secondaryButton:hover, .secondaryButton:focus {
        background-color: #ffb702;
    }

.altButton {
    background-color: #a83232;
    border-color: #862828;
    color: #fff;
}

    .altButton:hover, .altButton:focus {
        background-color: #862828;
    }

/*  BREADCRUMBS  */
.breadcrumbs {
    margin: 10px;
    background-color: #f5f5f5;
    border-color: #d9d9d9;
}

/*  TABLES  */
table thead {
    background: #ffc942;
}

/*  PANELS  */
.panel, .panel.callout {
    margin: 0;
}

/*  ALERT BOXES*/
.alert-box {
    margin-bottom: 1rem;
    padding: 0rem 1.5rem 0rem 0.875rem;
}

    .alert-box.secondary {
        color: #545454;
    }

/*  HR  */
hr {
    border: solid #ffc942;
    border-width: 3px 0 0;
}

/*  TOP BAR MEDIUM SCREEN SIZE*/
.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #E6E6E6;
    background: none;
}

.top-bar .button:visited, .top-bar button:visited {
    color: white;
}


/*------------------------------------------------*/
/* MEDIA QURIES                                   */
/*------------------------------------------------*/

@media only screen and (max-width: 40em) {
    #dnn_dnnLOGO_imgLogo {
        width: 60%;
        margin: 0.5em 0 0.5em 0;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #dnn_dnnLOGO_imgLogo {
        width: 70%;
        margin: 1.5em 0 1.5em 0;
    }
}

.slide-test h1 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 0;
    padding: 2%;
    position: relative;
    text-align: center;
}
