/*
 Theme Name:   Reine Child
 Theme URI:    https://jthemes.com/themes/wp/reine/
 Description:  Reine child theme
 Author:       JThemes
 Author URI:   http://themeforest.net/user/jthemes
 Template:     reine
 Version:      1.0.0
 License:       GNU General Public License version 3.0
 License URI:   http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         one-column, two-columns, three-columns, right-sidebar, flexible-header, custom-colors,  custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready 
 Text Domain:  reine-child
*/


/* Add your custom css below */


.desktoplogo img {
    width: 160px;
    max-width: inherit;
    max-height: 49px;

}

@media (min-width: 360px) and (max-width: 991.98px) {
    .smllogo img {
        width: 160px;
        max-width: 160px;
        max-height: 58px;
        padding-bottom: 10px;
    }
}