/*
Theme Name: Bootstrap Basic4
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.5
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.6
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/

@font-face {
  font-family: 'Lora';
  src: url('fonts/Lora-Regular.woff') format('woff'),
       url('fonts/Lora-Regular-400.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora Bold';
  font-style: bold;
  font-weight: 700;
  src: url('fonts/Lora-Bold.woff') format('woff'),
   url('fonts/Lora-Bold-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato.woff2') format('woff2'),
       url('fonts/Lato.woff') format('woff'),
       url('fonts/Lato.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
/* lato-100 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/lato-v24-latin-ext-100.woff2') format('woff2'),
   url('fonts/Lato-Light.ttf') format('truetype');
}

/* lato-100italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('fonts/lato-v24-latin-ext-100italic.woff2') format('woff2'),
   url('fonts/Lato-LightItalic.ttf') format('truetype');
  
}

/* lato-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v24-latin-ext-300.woff2') format('woff2'),
   url('fonts/Lato-Regular.ttf') format('truetype');
}

/* lato-300italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/lato-v24-latin-ext-300italic.woff2') format('woff2'),
   url('fonts/Lato-Italic.ttf') format('truetype');
}

/* lato-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-ext-regular.woff2') format('woff2'),
   url('fonts/Lato-Italic.ttf') format('truetype');
}

/* lato-italic - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-ext-italic.woff2') format('woff2'),
   url('fonts/Lato-Italic.ttf') format('truetype');
}
.page{font-family:'Lato'; font-size:15px;}
.pad p {font-weight:400;}
h1, h2, h3, h4, h5, h6 {
font-family:'Lora Bold';}
h1, h2, h3 {
	font-style: bold;
	font-size:48px;
	padding-top:10px;
	}
.page-template h1{
	font-size:42px;
	animation-name: bounce;
    animation-timing-function: ease;
	animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;
	
	
}
.entry-header h1{
	font-size:38px;
	color: #8bb994;
  text-align: right;
  animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;
}
.entry-content h2, .site-main h2 {font-size:24px;}
h6 {padding-bottom:10px; border-bottom:0.5px solid;margin-bottom:10px;text-transform:uppercase;}
h2 {padding-bottom:5px; border-bottom:0.5px solid rgba(149,149,149,1);}
p {padding-top:10px;}
.entry-content h2{
animation-name: bounce;
    animation-timing-function: ease;
	    animation-duration: 2s;
    animation-iteration-count: 1;
transform-origin: bottom;
animation-delay:1s;}
	/*
Required WordPress CSS
*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
	max-width: 100%;
  height: auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.profile_photo{
	width:400px; 
	max-width:100%;
	position: sticky;
  top: 20px;
	}

@media screen and (max-width: 720px){.profile_photo {width:100%;max-width:width:100%;}}
.grey {
	background-color:#959595;
	color:#fff;
	    background: linear-gradient(130deg, rgba(54, 68, 56, 1) 0%, rgba(128, 128, 128, 1) 42%, rgba(54, 68, 56, 1) 100%);
}
.white{background-color:#f9f9f9;
	color:#959595;
	border-bottom:0.5px solid #dbdbdb;
}
.center {
	text-align:center;
	}
.pad {
	padding-right:40px;
	padding-top:30px;
}

/*Navbar*/
.navbar-class ul li{ list-style-position: inside;padding-right:20px; font-weight:400;line-height: 30px; }
#bb4-primary-menu .menu-item a{color:#000; text-transform:uppercase;}
#bb4-primary-menu .menu-item a:hover, #bb4-primary-menu .current-menu-item a{color:#66886d;}
.entry-content li a {color:#66886d;text-decoration:underline; }
.entry-content li a:hover { text-decoration:none;}
#bb4-primary-menu .current-menu-item a, .navbar-class ul li a:hover{color:#8bb994; text-decoration:none;}
.navbar-classul ul li:first-child{font-family: 'Lora Bold'; font-size:1.3rem;}
#bootstrap-basic4-topnavbar .nav-link {padding:0px;}
.navbar-expand-lg{padding-left:0px;}
@media (min-width: 992px) {
.navbar-class .navbar-nav .nav-link,   .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 80px;

  }
}
.main-navigation .navbar {padding: .5rem 0rem;}

#bootstrap-basic4-topnavbar {font-size:0.9rem}
.martop{margin-top:40px;}
@media (max-width: 992px) {.martop{margin-top:0px;}}

.grey ul {color:#000;}
.switcher {list-style-type:none;padding-top:15px;} .switcher li {display:inline-block;padding-right:10px;float: right;}
.switcher li a {color:#000;text-decoration:none;}

.fa-bars {color:#000;}
.c-screen-about__header {margin-bottom:20px;}

.pad0{padding:0px;}
#block-3 a{color:#999999; text-decoration:none;}
.entry-content h2 {margin-top:20px; margin-bottom:30px;}
.entry-content ul {padding-left:10px; margin-top:20px;}
.entry-content li {padding:0px 6px 6px 25px; background: url('inc/book.png') no-repeat;list-style:none;background-position: top left; margin-top:6px;background-size: 20px 16px; line-height:22px;font-size:16px;}
.entry-content li > * {
    vertical-align: text-top;
}
main {margin-top:40px; margin-bottom:60px;}
img {border-radius:20px;}
.lang-item img{border-radius:0px;}

/*tables*/
td {padding:5px;
  vertical-align: top;}
  /*FOoter logo*/
  
 .c17 {width:17.7%; padding:15px;    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;}
  .c16 {width:16.7%; padding:15px;    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;}
 .c12{width:12.7%; padding:15px;    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;}
 .c9{width:9%; padding:15px;    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;}
 .c13{width:13%; padding:15px;    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;}
 .c14{width:14.7%; padding:15px;    animation-duration: 2s;
    animation-iteration-count: 1;
    transform-origin: bottom;}
 
  @media screen and (max-width: 992px){
	 
	  .c17 {width:40%; }
  .c16 {width:30%;}
 .c12{width:30%;}
 .c9{width:20%; }
 .c13{width:30%;}
 .c14{width:30%;}
 }

/*fotki na stronie konferencje*/
.wp-image-255 {width:80%; margin-right:10%; margin-top:100px;margin-left:10%;}
.wp-image-256{width:80%; margin-left:20%; margin-top:-50px;}
.wp-image-257{width:80%; margin-right:20%; margin-top:-50px;margin-left:10%;}
