/*
Theme Name: RSW WSUP - Child Theme
Description: Theme enfant de RSW / What's Up Productions
Author: Sébastien - TIMELAB
Author URI: http://www.timelab.fr
Template: rsw 
Version: 0.1.0
*/

/*
  modification Sébastien à reporter dans theme enfants
*/

/*
  Position titre film
*/

#slidecaption {
    bottom: 40%;
    color: #fff;
    display: block;
    left: 105px !important;
    margin: 0;
    position: absolute;
    z-index: -1;
}


/*
  Position portfolio centré
*/
.container {
    margin: 20px 0 5px 225px !important;
    position: relative;
}

h1.entry-title {
    color: #ffffff !important;
    font-weight: lighter !important;
}

#controls-wrapper
{
    display:none;
    visibility:hidden;
}

.slideshow_caption a, slideshow_captiona:hover
{
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    font-family:Open sans, Arial, Helvetica, sans-serif !important;
}

.news-text h3 {
    color:#FFFFFF;
}

#slogan
{
    background: url(images/gradients/black_to_fade.png) repeat-y right top;
    color:#FFFFFF;
    font-size:14px;
    margin-top: 7px;
    margin: 0 0 0 300px;
}

.bt_close
{
    z-index:99;
    background-image: url('images/close-single-mtheme.png');
    background-repeat:no-repeat;
    display:block;
    width:50px;
    height:50px;
    position:absolute;
    left: 585px;
    top: 0;
}

.menu-toggle-off
{
    display:none;
}

.homemenu a:hover {
    text-decoration: none;
}

.slideshow_title {
	font-weight: 800 !important;
    letter-spacing: -1px !important;
    padding: 40px 0 30px 0 !important;
    font-family: inherit !important;
}


.slideshow_caption {
	font-size: 28px !important;
}

#prevslide, #nextslide {
	background-color: #ce0066 !important;
}



.homemenu {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    height: 65px !important;
    background: url(../../images/gradients/white_to_fade.png) repeat-y right top;
    overflow: hidden;
}

.sidebar-widget {
    padding: 25px 30px;
    border-bottom: 1px solid #2C2C2C;
    display: none !important;

}

.postedin {
    background: url(images/icons/pen_8x8.png) no-repeat 0 3px;
    padding: 0 0 0 15px;
    margin: 5px 0 0 0;
    color: #bbb;
    display: none !important;
}

.entry-content {
    font-size: 15px !important;
    line-height: 22px;
    color: #888;
}

@media(max-width:767px) {

    .main-select-menu {
        display: block !important;
    }

    .slideshow_title {
        font-size:30px !important;
        line-height: normal;
    }
}



