/*
 Theme Name:   Spacious Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Spacious Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     spacious
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  spacious-child
*/

/* CUSTOM CSS BY SIEBRAND */

div#secondary {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-button {
	margin-top: 10px;
	padding: 15px 20px;
    display: inline-block;
    background: #0b7bba;
    color: #fff;
    border-radius: 8px;
}

.sidebar-button:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.sidebar-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sidebar-text > span {
    margin: 20px 0;
}

a.sidebar-tel {
    color: #555;
    font-weight: bold;
}

.tg-column-4 .widget {
	padding-bottom: 0 !important;
}