/*
 Theme Name:     Twenty Sixteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with Twenty Sixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

.johnson1 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
}
.johnson6 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
	border: 3px dashed #ee0000;
}
.johnson8 {
	padding: 20px;
	background: #ccffcc;
	width: 90%;
	margin: 20px auto;
	border-left: 5px solid #ff8080;
}

/* Other Sample Code */

.warning {
	color: red;
}
.shadow {
	box-shadow: 0 8px 8px -6px #333;
}


.page-template-page-no-sidebar .content-area, .page-template-page-no-sidebar-home .content-area {
    width: 100%;
}

img.custom-logo {
display: block;
margin-left: auto;
margin-right: auto
}

.page-template-page-no-sidebar h1.entry-title {
    color: #E74C47;
	text-align: center;
}

.widget.widget_userreg_widget {
    border-top: none;
}

.widget.widget_userreg_widget h2, td.avatar.lwa-avatar {
    display: none;
}

#site-header-menu div.surmenu {
	width: 400px;
}

#site-header-menu div.surmenu .menu-menu-principal-container {
	width: 350px;
}

.main-navigation ul ul a {
    width: 300px;
}

.entry-content h1 {
    color: #E74A4A;
    text-align: center;
}

.entry-content .scormCloudInvitation {
    background-color: #F7F7F7;
    border: none;
    border-radius: 3px;
    padding: 20px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.site-header {
    padding: 1.25em 4.5455%;
}