/*
Theme: Brillant Service
Theme URI: https://themes.ivanomarchetti.net/brillantservice-panoramic
Description: Brillant Service - A Panoramic Child Theme
Author: Ivano Marchetti
Author URI: https://ivanomarchetti.net
Template: panoramic
Version: 1.0
*/
@import url("../panoramic/style.css");

.site-header .branding img {
    display: inline-block;
}

.site-header .branding .title-description {
    display: inline-block;
    vertical-align: top;
    padding: 15px; 
}

.site-header .branding .title {
    font-size: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
}

.site-header .branding .description {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.site-footer {
    /* background-color: #eaf1f7; */
    background-color: #ffffff;
    /* margin: 25px 0 0; */
    margin: 0;
}

.site-footer-widgets {
    /* padding: 50px 0 15px; */
    padding: 0;
    /* font-size: 14px; */
    font-size: 100%;
}

.site-footer-widgets .site-container > ul > li {
    margin: 0;
	text-align: left;

	/*
    padding: 10px 18px 20px;
    */

	list-style-type: none;

	/*
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    */
	
	width: 100%;
	/* padding: 10px 0 20px 0; */
	padding: 0;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;	
}