/*
Theme Name: UNITSOFT ZP Barczewo Themes
Author: UNITSOFT
Author URI: https://www.unitsoft.pl
Description: Szablon dla Zakładu Poprawczego w Barczewie
Tags: bootstrap, wcag
Text Domain: unitsoft

License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
Common settings for pages
*/
.navbar-toggler {
    margin-left: 42%;
}
h3.section-nav-title{
font-size: 30px;
color: #444;
font-weight: bold;    
}
.hide-home-page-home,
.home .main-page-link{
  display: none;
}
.pasek-informacyjny{
  background-color: #FFC605;
  color: #000;
  height:40px;
  text-align: center;
}
.pasek-informacyjny p,
.pasek-informacyjny a {
line-height: 40px;
margin-bottom: 0;
color: #000;
}
.naglowek-strony{
  background-color: #fff;
  border-left: solid 10px #DC143C;
  margin-top: 20px;
}
.naglowek-strony h1{
color: #444;
font-size: 34px;
text-align: center;
line-height: 70px;
font-weight: 600;	
}
.sidebar-page-right{
background-color: #fff;
border-left: solid 6px #DC143C;
min-height: 100px;
padding: 30px;
font-family: 'Roboto';
font-size: 15px;
color: #444;
font-weight: 400;
}
a:focus{
  border: dotted 4px #0000FF;
  padding: 3px;
  transition: all 0.5s ease;
}
.lewa-kolumna-menu{
  padding-top: 30px;
  border-right: solid 2px #C4C4C4;
}
.lewa-kolumna-menu a{
  color: #575757;
  text-decoration: none;
  font-family: Verdana, san-serif;
  font-size: 17px;
  font-weight: bold;
}
.lewa-kolumna-menu ul{
  list-style-type: none;
  padding-left: 10px;
}
.lewa-kolumna-menu ul li{
padding: 7px 0 7px 20px;
}

/*
Header Settings
*/

.skip-link-unts {
position: absolute;
width: auto;
left: 40%;
width: 20%;
min-width: 250px;
top: -10%;
height: 50px;
padding: 10px;
background-color: #fff;
}
a.skip-link-unts:active,  a.skip-link-unts:focus {
top: 0;
text-align: center;
color: #575757;
}

ul#menu-main-menu {
  padding: 4px 4px 0px;
}
.navbar {
  min-height: 44px;
}
.navbar img{
  padding-right: 2px;
}
.top-menu li {
  margin: 2px 12px;
}
.top-menu li a {
font-size: 17px;
font-weight: bold;
padding: 0px !important;
}

.hedaer-logo{
height: 180px;
}
.hedaer-logo img {
padding-top: 20px;
}
h1#header-title{
  font-size: 26px;
  padding-top: 54px;
  margin-bottom: 0;
}
.header-subtitle {
  font-size: 12px;
  position: absolute;
  right: 50px;
  bottom: 15px;
}

/*
Footer Settings
*/
.stopka-unts a,
.stopka-unts p {
  color: #575757;
  text-decoration: none;
  font-family: Verdana, san-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 25px;
}
.stopka-unts ul{
list-style-type: none;
display: flex;
justify-content: flex-end;
margin-bottom: 0;
}
.stopka-unts ul li{
margin: 2px 12px;
}

/*
Main Page Settings
*/
.tresc-strona-glowna{
  position: absolute;
  display: block;
  top: 100px;
  right: 366px;
}
 .tresc-strona-glowna p{
   font-size: 30px;
   margin: 30px 0px;
 }
 .tresc-strona-glowna img{
   width:50px;
   height: auto;
   vertical-align: baseline;
 }
.kontener-tresc{
  min-height: 800px;
  background-image: url(images/BG_home-min.jpg);
  background-position: center;
  background-size: cover;
}
.maska{
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height:100%;
}
.zawartosc-strony {
	min-height: 800px;
}

/*
WCAG Settings
*/
.wcag-buttons-unts{
  position: absolute;
  right: 0;
  top: calc(50% + 224px);
}
.a11y-toolbar {
    top: 50%;
}
.a11y-toolbar ul li button {
    padding: 14px 10px;
    line-height: .8;
    display: grid;
    align-items: center;
    background: #ffffff;
    text-align: center;
    border: 1px solid #000000 !important;
    position: relative;
    color: #000;
    padding: 6px 10px;
    margin-bottom: 5px;
    border-radius: 10px 0 0 10px !important;
}
[class^="aticon-"]:before, [class*=" aticon-"]:before {
  font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
.aticon-adjust:before {
    content: "flaky";
}
.aticon-font:before {
    content: "text_fields";
}
.a11y-toolbar ul li button.active {
    background: #ffff00;
    border-bottom: 1px solid #525252;
}

/*
To nie jest kopia - poniższe klasy są z wtyczki WP Accessibility
*/

.fontsize .tresc-strona-glowna p {
  font-size: 250% !important;
}
.fontsize .header-subtitle {
  font-size: 150% !important;
}
.fontsize a {
  font-size: 110% !important;
}

.fontsize .kontener-tresc {
  min-height: 1200px;
}


/*
Bootstrap Ads
*/
.col-10-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-10-8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 576px) {
.col-sm-10-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-sm-10-8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
}

/*
Responsive Settings
*/


@media (min-width: 768px) {
.col-md-10-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-md-10-8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
}

@media (min-width: 992px) {
.col-lg-10-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-lg-10-8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
}

@media (max-width: 992px) {
.tresc-strona-glowna {
    position: absolute;
    display: block;
    top: 100px;
    right: auto;
}
h1#header-title{
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 0;
	text-align: center;
}
.tresc-strona-glowna p {
    font-size: 20px;
    margin: 30px 0px;
}
}


@media (min-width: 1200px) {
.col-xl-10-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-xl-10-8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
}

@media (min-width: 1400px) {
.col-xxl-10-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-xxl-10-8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
}


