/*
Theme Name: HP Real Theme
Theme URI: HP Real Theme
Author: LosHuliveros
Author URI: LosHuliveros
Description: Theme for website https://hpreal.sk
Requires at least: WordPress 5.2.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hprealtheme
Tags: one-column
*/
body {
    background: #555;
}

@media (min-width: 1200px) {
  .page.container-fluid .container {
    max-width: 960px;
  }
}

.page.container-fluid,
.page.container-fluid .container {
	padding: 0;
}

.page.container-fluid header {
	background: #333;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#111));
	background: -moz-linear-gradient(#333, #111);
    -pie-background: linear-gradient(#333, #111);
}

.site-branding {
	position: relative;
}

.site-branding .site-logo {
	display: inline-block;
}

.site-branding .site-title {
	position: absolute;
	left: -9999px;
}

.site-branding .site-description {
	position: absolute;
    bottom: 0;
	display: inline-block;
	color: #fff;
    text-transform: uppercase;
    margin-bottom: .55rem;
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.slideshow {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    -webkit-box-shadow: 0px 0px 35px #999;
    -moz-box-shadow: 0px 0px 35px #999;
    box-shadow: 0px 0px 35px #999;
	background: #151150;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#151150), to(#4d6d74));
    background: -moz-linear-gradient(#151150, #4d6d74);
    -pie-background: linear-gradient(#151150, #4d6d74);
}

.content {
	background: #ebeae6;
    -webkit-box-shadow: 0px 0px 45px #999;
    -moz-box-shadow: 0px 0px 45px #999;
    box-shadow: 0px 0px 45px #999;
}

.content main {
	padding: 1rem 0;
}

.content main .card {
	border-radius: .5rem;
	/*background: #f9f9f9;
    border: 1px solid #fff;*/
}

.content main .card h2.card-title {
	font-size: 1.25rem;
}

.content main .card h2.card-title a.card-link:link,
.content main .card h2.card-title a.card-link:visited,
.content main .card h2.card-title a.card-link:hover,
.content main .card h2.card-title a.card-link:active {
	color: #990000;
}

.content main .card .card-text {
	text-align: justify;
	font-size: .85rem;
	line-height: 1.15rem;
}

.footer {
	background: #555;
    color: #ccc;
}

.footer .copyright {
    padding: 1.5rem;
	text-align: center;
	font-size: .75rem;
}

#breadcrumbs {
	font-size: .85rem;
	line-height: 1.15rem;
	padding: 0 1.15rem;
}

nav.primary-navigation {
	border-top: 1px solid #a3b0be;
	border-left: 1px solid #a3b0be;
	border-right: 1px solid #a3b0be;
	border-bottom: 3px solid #a3b0be;
	border-radius: 8px 8px 0 0;
	margin-top: .75rem;
	background: #571111;
	background: linear-gradient(#aa2121, #571111);
}

nav.primary-navigation ul.nav li.nav-item {
	border-right: 1px solid #a3b0be;
}

nav.primary-navigation ul.nav li.nav-item:first-child {
	border-radius: 8px 0 0 0;
}

nav.primary-navigation ul.nav li.nav-item.active {
	background: linear-gradient(#38346a, #120f45);
}

nav.primary-navigation ul.nav li.nav-item a.nav-link:link,
nav.primary-navigation ul.nav li.nav-item a.nav-link:visited,
nav.primary-navigation ul.nav li.nav-item a.nav-link:hover,
nav.primary-navigation ul.nav li.nav-item a.nav-link:active {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	font-size: .85rem;
}

/*
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 62.5%/1.2 Arial, sans-serif;
    background: #555;
}

#page {
	font-size: 1.3em;
	line-height: 140%;
	position: relative;
	min-width: 960px;
	color: #444;
}

#page header {
	margin: 0;
	color: #ddd;
	padding: 0;
	background: #333;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#111));
	background: -moz-linear-gradient(#333, #111);
    -pie-background: linear-gradient(#333, #111);
}

.page-center {
	position: relative;
	margin: 0 auto;
    width: 940px;
    padding: 0;
}

.site-title {
	position: absolute;
	left: -9999px;
}

.slideshow {
    width: 100%;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    -webkit-box-shadow: 0px 0px 35px #999;
    -moz-box-shadow: 0px 0px 35px #999;
    box-shadow: 0px 0px 35px #999;
	background: #151150;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#151150), to(#4d6d74));
    background: -moz-linear-gradient(#151150, #4d6d74);
    -pie-background: linear-gradient(#151150, #4d6d74);
}

.slideshow .page-center {
	min-height: 300px;
}

.content {
	background: #ebeae6;
    -webkit-box-shadow: 0px 0px 45px #999;
    -moz-box-shadow: 0px 0px 45px #999;
    box-shadow: 0px 0px 45px #999;
}

#footer {
	background: #555;
}

#footer .page-center {
	font-size: 95%;
    color: #ccc;
    padding: 25px;
}

h1, h2, h3, #footer {
    font-family: 'Droid Sans';
}

h1 {font-size:150%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:110%;}
.page-title a:link,
.page-title a:visited,
.page-title a:hover,
.page-title a:focus {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}
*/