/*
Theme Name: Robur Safe
Author: Viktor Rom & Srdja Radulović & Emad Almahdi
Description: The 2018 RoburSafe template
Version: 2.0.1
Text Domain: Robur Safe
*/

body {
	font-size: 12px;
	font-family: 'Maven Pro', sans-serif;
	background-color: #F2EDE7;
	margin: 0;
}

input,
textarea {
	font-family: 'Maven Pro', sans-serif;
	resize: none;
	font-size: 1em;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid white;
	color: #777777;
	padding: 5px;
	background-color: #B4E0ED;
}

table {
	font-size: 1em;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.home_hidden {
	height: 56px;
	width: 133px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.home_hidden:hover {
	text-decoration: none;
}

.current-lang {
	display: none !important;
}

.widgettitle {
	display: none;
}

.mbi_text a:hover {
	text-decoration: underline;
}

.link_admin {
	color: orange;
}

#main_content {
	background-color: white;
	width: 100%;
	min-height: 400px;
	color: #333333;
	overflow: visible;
}

#header_content {
	background-color: #DFDAD4;
	overflow: hidden;
	width: 100%;
}

.field_error {
	border: 1px solid red !important;
}

.radio {
	display: inline-block;
	vertical-align: top;
}

.robur_button,
#lwa_wp-submit {
	padding: 15px;
	color: white !important;
	border-radius: 7px;
	cursor: default;
	background-color: #3DB7DE;
	display: block;
	overflow: auto;
	border: none !important;
}

#lwa_wp-submit {
	float: left;
}

.robur_button {
	float: right;
}

.robur_button:hover {
	text-decoration: none;
}

/*HYBRID*/
.margin_bottom_10px {
	margin-bottom: 10px !important;
}

.margin_bottom_20px {
	margin-bottom: 20px !important;
}

*:focus {
	outline: 0;
}

.unknown_file {
	display: block;
	clear: both;
	background: url(images/unknown_file.png) no-repeat 5px 5px;
	background-size: 20px 20px;
	padding: 8px 0 5px 30px;

	margin: 10px 15px 0 0;
}

/* FOOTER STYLES .. */
.site-footer {
    background-color: #DEDAD4;
    text-align: center;
    padding: 20px 0px;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    border-bottom: 2px solid #444;
    max-width: 1200px;
    margin: auto;
}

.footer-content h3 {
    font-size: 1.25rem;
    text-align: left;
}

.column p,
.footer-menu ul {
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-menu ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a,
.column a {
    text-decoration: none;
}

.footer-menu a:hover,
.column a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 0.9rem;
}

.footer-bottom p {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .column,
    .footer-menu {
        width: 100%;
        text-align: center;
    }

	.column p,
	.footer-menu ul {
        text-align: center;
	}

	.footer-bottom {
		margin-top: 20px;
	}
}