/*
Theme Name:     DFD Ronneby Child Theme
Theme URI: 		http://rnbtheme.com/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://rnbtheme.com/
Template:       dfd-ronneby
Version:        1.1.0
*/


/**
 * Stunning header
 */
body div#stuning-header .dfd-stuning-header-bg-container {
    background-repeat: no-repeat;
}
#stuning-header .stunning-inner-wrap {
    display: inline-block;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    padding: 14px 30px 6px;
}
@media screen and (max-width: 650px) {
    #stuning-header .stunning-inner-wrap {
        padding: 44px 43px 36px;
    }
    body #stuning-header div.page-title-inner .page-title {
        font-size: 40px;
        line-height: 41px;
    }
}
@media screen and (max-width: 430px) {
    #stuning-header .stunning-inner-wrap {
        padding: 24px 20px 14px;
    }
}
@media screen and (max-width: 360px) {
    body #stuning-header div.page-title-inner .page-title {
        font-size: 26px;
        line-height: 28px;
    }
}