/*
Theme Name: Enrollment Resources Client
Theme URI: http://enrollmentresources.com
Author: Enrollment Resources
Author URI: http://enrollmentresources.com
Description: Description
Version: 1.0
Template: er-2015
Tags:
*/

/*
Place custom styles here
*/

@font-face {
    font-family: 'BrownBagLunch';
    src: url('/wp-content/themes/er-2015-child/BrownBagLunch.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
  }

/* Controls the separation of items in the pre-header */
p.pre-header-multiple-p {
     float: left;
     margin-right: 0.5em;
}

.pre-header-sep {
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
}

br.pre-header-break {
    display: none;
}

@media screen and (min-width: 40.063em) {
    p.with-translator {
         float: left;
         margin-right: 0.5em;
    }
}


@media screen and (max-width: 40em) {

    p.pre-header-multiple-p {
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .pre-header-sep {
        display: none;
    }

    br.pre-header-break {
        display: block;
    }

    .full-width-header div.switcher {
        margin: 0 auto;
    }

    .full-width-header .follow-us-inline {
        padding-left: 1.5em;
    }

    .hide-space-small {
        display: none;
    }
}

/* homepage programs stacked */

html .programs-list-stacked.three-two-one>li {
    width: 33%;
}

@media only screen and (max-width: 57em) {
    html .programs-list-stacked.three-two-one>li {
        width: 50%;
    }
}

@media only screen and (max-width: 30em) {
    html .programs-list-stacked.three-two-one>li {
        width: 100%;
    }
}

/* images with borders */
.image-border {
    border: 1px solid #c9c9c9;
}
