/*
Theme Name: Twenty Sixteen Child
Theme URI: /home/catfishg/public_html/wp-content/themes/twentysixteen-child/style.css
Template: twentysixteen 
Text Domain: twentysixteen-child
Author: Sean McGrath
Author URI: https://mcgrath.nl
Description: My modifications to the Twenty Sixteen theme.
Version: 0.1
Date: 07.03.21
License: none
License URI: 
Tags: 
*/

/** 
* Main Content
*/

/* Center blog titles */
.entry-title {text-align: center;}

/* Left align page headers when needed */
.tsc-header-left {text-align: left;}

/* Allow text to flow around video. */
#video-wrap {
	float: right;
	margin: 0px 0px 0px 20px;
	}

/**
* Header
*/

/* Narrow the site header */
.site-header {padding-bottom: 20px; padding-top: 20px;}

/**
* Main Menu
*/

/* Bring the language flags in the Masthead menu closer together */
.menu-item-14 {margin-right:-20px;}
.menu-item-40 {margin-right:-20px;}

/**
* Sidebar
*/

/* No border line above social networking icons */
.spk_share_widget {
	border-top: none;
}

/* Add space below social networking icons */
.spkshare {
	height: 5px;
}

/* Change size of social networking icons */
.social-navigation a:before, .social-navigation a {
	border-radius: 20%;
	font-size: 32px;
}

/**
* Footer
*/

/* Get rid of the "Proudly powered by WP". Now it is commented out, as I solved in the php file.*/
/*.imprint {display:none;}*/

