/*
Theme Name:     DFC Srbija
Theme URI:		https://github.com
Description:    Theme by srdjan-jcc.
Author:         srdjan-jcc
Author URI:		https://github.com
Version:        0.1.5
*/

body {
	margin: 0 !important;
	padding: 0 !important;
}

body > .container {
	background-image: url('assets/images/cover.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

body > .container > .container {
	margin: 0 !important;
	padding: 0 !important;
}

.white-bg {
	background-color: #FFFFFF !important;
}

#workshop-upload-form input {
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#cancel-comment-reply-link {
	background-color: yellow;
	padding: 0.2rem;
}

.segment .header {
	margin: 0 0 0.5rem 0 !important;
}

#login h1,
#login .message.reset-pass,
#login .button.wp-generate-pw,
#login .pw-weak {
	display: none;
	visibility: hidden;
}

.card {
	overflow: hidden !important;
}

.footer {
	margin: 0 !important;
	padding: 2rem 0 1rem 0 !important;
}

.footer img {
	margin: 0 0.5rem;
}

.profile-header {
	background-color: white !important;
	padding: 2rem !important;
}

.profile-header .avatar {
	display: flex !important;
	align-items: center;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	float: left;
}

.profile-header .avatar img {
	width: 60px !important;
	height: 60px !important;
	margin: 0 5px 0 0 !important;
}

.profile-header span {
	font-size: 20px !important;
}

.profile-header .points {
	margin: 0 0 0 120px !important;
}

.profile-header .points img {
	margin: 1rem 1rem 0 0 !important;
	width: 120px !important;
	height: 120px !important
}
