/*
 Theme Name:   Open House - Dawson College Theme
 Description:  Open House theme of Dawson College
 Author:       Dawson College - Chris Georgieff
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college
 Version:      1.0.0
 Text Domain:  dawson-college-child
*/

@media screen and (max-width: 499px) {

}

@media screen and (min-width: 500px) {

}

@media screen and (min-width: 740px) {

}

@media screen and (max-width : 979px) {

}

@media screen and (min-width: 980px) {

    aside.top .menupane .menu > li {
        width: 15%;
    }

}



@media screen and (min-width: 1920px) {

}

@media screen and (max-width: 499px) {

}


@media screen and (min-width: 980px) {

.wide_slider #large_slider .dc-slide aside{
    position: relative;
    position: absolute;
    max-width: 50%!important;
    bottom: 0;
}
}


/**  */

.home .slider-content .title{
    font-size: 40px;
}

.home .slider-content .slider-pre-title{
    font-size: 80px!important;
    position: absolute;
    right: 100%; 
    top:0;
    background: #17436b;
    padding: 0 10px;
    height: 100%;
}

/*.wide_slider #large_slider .dc-slide aside{
    position: relative;
    position: absolute;
    max-width: 50%!important;
    bottom: 0;
}*/

/**  */

.menupane .menu .current-menu-item, .menupane .menu .current-menu-item>a {
    background: #5587aa!important;
    color: #fff!important;
    border: none;
}

aside.top .menupane .menu > li{
    border: none;
}

.content h1 {
    position: relative;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 400;
    font-size: 32px;
}
.content h2 {
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 400;
    font-size: 27px;
}

iframe [src*=vimeo]{
    width: 100%;
    height: auto;
}