/*!
Theme Name: Tomasz Sroka
Author: SoftQ
Author URI: http://www.web.softq.pl/
Description: Szablon dla strony dr Tomasza Sroki
Version: 1.0.0

*/
html,
body {
  height: 100%;
  position: relative; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 200%;
  font-weight: 300;
  position: relative; }

a {
  outline: 0; }
  a:hover, a:focus, a:active {
    outline: 0;
    transition: all 0.5s ease-in;
    text-decoration: none; }

.h1 {
  font-family: 'Bilbo', cursive;
  font-size: 500%;
  text-align: center; }

.bg, .top, .top-single, .blog .blog-wrapper .blog-img, .contact {
  background-color: #19245e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.circle {
  background-color: #adc029;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 70px;
  margin: auto;
  text-align: center;
  width: 70px;
  height: 70px; }
  .circle:hover, .circle:focus, .circle:active {
    background-color: #fff;
    color: #19245e; }

.button,
input[type="submit"] {
  background-color: #adc029 !important;
  border-radius: 10px;
  border: 1px solid #adc029;
  color: #fff;
  display: block;
  font-size: 120%;
  font-weight: normal;
  margin: 50px auto 0 auto;
  max-width: 240px;
  padding: 12px;
  text-align: center;
  text-transform: lowercase; }
  .button:hover, .button:focus, .button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    background-color: #fff !important;
    color: #adc029;
    transition: all 0.5s ease-in; }

.padding {
  clear: both;
  padding: 65px 0; }

.title {
  font-size: 250%;
  font-weight: 300;
  margin: 0 0 64px 0;
  text-align: center; }

.box-shadow, .circle, .button,
input[type="submit"], .fixed .lang, .about .about-photo, .about .about-wrapper, .publications .panel, .slider-fb-box, .slider-logo-box, .blog .blog-wrapper, .contact .form-wrapper {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.navbar {
  transition: all 0.5s ease-in; }
  .navbar .container {
    padding-bottom: 0; }
  .navbar .h1-fixed {
    display: none;
    transition: all 0.5s ease-in; }

.nav-justified > li > a {
  color: #fff;
  font-size: 170%;
  transition: all 0.5s ease-in; }
  .nav-justified > li > a:hover, .nav-justified > li > a:focus, .nav-justified > li > a:active {
    background-color: transparent; }

.nav-justified > li.current-menu-item > a,
.nav-justified > li.menu-item-object-page > a {
  font-weight: 500; }

.fixed {
  background-color: #3d4692;
  box-shadow: 0 1px 15px #212121;
  transition: all 0.5s ease-in; }
  .fixed .nav-justified > li > a {
    font-size: 110%; }
  .fixed .h1-fixed {
    display: block;
    font-family: 'Bilbo', cursive;
    font-size: 150%;
    margin: 13px 0;
    transition: all 0.5s ease-in;
    position: absolute;
    left: 20px; }
    .fixed .h1-fixed a {
      color: #fff; }
      .fixed .h1-fixed a:hover, .fixed .h1-fixed a:focus, .fixed .h1-fixed a:active {
        color: #fafafa; }
  .fixed .lang {
    background-image: none;
    height: 50px;
    width: 50px;
    margin-right: 4px;
    transition: all 0.5s ease-in; }

.pushy + .lang {
  position: fixed; }

.lang {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background-image: url(includes/img/trojkat.png);
  height: 90px;
  width: 90px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease-in;
  z-index: 999; }
  .lang li {
    display: inline-block;
    padding: 10px;
    width: 100%; }
    .lang li a {
      color: #fff;
      display: block;
      font-weight: normal;
      text-align: right;
      text-transform: uppercase; }

.box {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.top {
  height: 100vh;
  position: relative; }
  .top .box p {
    font-style: italic;
    font-size: 150%; }
  .top .circle {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0; }

.top-single {
  height: 50vh;
  position: relative; }

.about .about-photo {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
  transform: translate(0, -50%); }

.about .about-wrapper {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 5% 5% 5% 10%;
  position: relative;
  width: 70%;
  margin-left: 30%; }
  .about .about-wrapper p {
    margin: 0; }

.publications {
  background-color: #fafafa; }
  .publications strong {
    color: #666; }
  .publications .panel {
    border: none;
    margin-bottom: 12px; }
    .publications .panel:nth-child(2n-1) .panel-heading {
      background-color: #b9c6fe; }
    .publications .panel:nth-child(2n) .panel-heading {
      background-color: #3d4692; }
      .publications .panel:nth-child(2n) .panel-heading .panel-title {
        color: #fff; }
    .publications .panel .panel-title {
      font-size: 100%;
      text-transform: uppercase; }
  .publications .panel-heading {
    padding: 25px 70px 25px 30px;
    position: relative; }
  .publications .panel-heading[data-toggle="collapse"]:after {
    background-color: #adc029;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    content: "V";
    /* "play" icon */
    position: absolute;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
    right: 50px;
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
    text-align: center;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .publications .panel-heading[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .publications .panel-body {
    padding: 30px; }
  .publications .pub-wrapper .img-download {
    width: 50px;
    height: 50px;
    margin: 0;
    display: block;}

.partners {
  background-color: #19245e; }
  .partners .title {
    color: #fff; }

.slider-fb-box, .slider-logo-box {
  border-radius: 10px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding: 20px; }
  .slider-fb-box a, .slider-logo-box a {
    color: #fff;
    margin: 0 auto;}

.slider-logo-box {
  display: flex; }
  .slider-logo-box img {
    right: 0;
    left: 0;
    position: relative !important;
    max-width: 250px; }

.owl-carousel .owl-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.owl-carousel .owl-item .fb-icon {
  max-width: 45px;
  float: left;
  position: absolute; }

.owl-carousel .owl-item {
  display: table; }
  .owl-carousel .owl-item .item {
    display: table-cell;
    height: 200px;
    vertical-align: middle; }
  .owl-carousel .owl-item p {
    float: left;
    margin: 0;
    padding: 0 0 0 62px; }

.owl-theme .owl-controls .owl-dots {
  width: 100%;
  display: inline-block; }

.owl-theme .owl-controls .owl-dot {
  display: inline-block; }

.owl-theme .owl-controls .owl-dots {
  text-align: center; }
  .owl-theme .owl-controls .owl-dots span {
    background: none;
    border: 1px solid #fff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 1;
    width: 12px; }
  .owl-theme .owl-controls .owl-dots .active span {
    background: #fff;
    border: none; }

.blog .blog-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }
  .blog .blog-wrapper .blog-img {
    width: 100%;
    height: 350px;
    transition: background-size 2s linear; }
  .blog .blog-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  .blog .blog-wrapper:hover {
    box-shadow: -2px 2px 15px 0 rgba(0, 0, 0, 0.4); }
    .blog .blog-wrapper:hover .blog-img {
      background-size: 300%; }

.blog .blog-abstract {
  padding: 13px; }
  .blog .blog-abstract .h2 {
    border-bottom: 1px solid #212121;
    font-size: 140%;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 13px 0; }
  .blog .blog-abstract p {
    font-size: 90%;
    margin: 0; }

.blog .article-data {
  background-color: #19245e;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 13px; }
  .blog .article-data .date {
    display: block; }

.contact .form-wrapper {
  background-color: rgba(50, 68, 142, 0.5);
  margin: 5% 0 10% 0;
  padding: 10% 4% 10% 4%;
  position: relative; }

.contact .academy {
  position: absolute;
  right: 20px;
  top: 20px; }

.contact form {
  overflow: hidden;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
  .contact form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .contact form :-moz-placeholder {
    color: #fff;
    opacity: 1;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .contact form ::-moz-placeholder {
    color: #fff;
    opacity: 1;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .contact form :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .contact form *:focus::-webkit-input-placeholder {
    opacity: 0; }
  .contact form *:focus:-moz-placeholder {
    opacity: 0; }
  .contact form *:focus::-moz-placeholder {
    opacity: 0; }
  .contact form *:focus:-ms-input-placeholder {
    opacity: 0; }
  .contact form input:not([type="submit"]),
  .contact form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 10px;
    width: 100%; }
    .contact form input:not([type="submit"]):focus, .contact form input:not([type="submit"]):active,
    .contact form textarea:focus,
    .contact form textarea:active {
      outline: 0; }
  .contact form textarea {
    max-height: 150px; }

.contact input[type="submit"] {
  display: block;
  padding: 5px;
  max-width: 180px;
  width: 100%; }

.contact .contact-data {
  background-color: #fff;
  box-shadow: 1px 1px 10px #212121;
  border-radius: 10px;
  position: absolute;
  right: -30%;
  top: 50%;
  z-index: 99;
  padding: 30px 60px;
  width: 60%;
  transform: translate(0, -50%); }
  .contact .contact-data .h3 {
    font-family: 'Bilbo', cursive;
    font-size: 300%;
    margin: 0; }
  .contact .contact-data .mail {
    display: block; }

div.wpcf7-response-output {
  border-width: 1px;
  clear: both;
  color: #fff; }

span.wpcf7-not-valid-tip {
  color: #adc029; }

.post-content {
  border-bottom: 1px solid #212121;
  padding: 60px 0 40px 0; }
  .post-content .h2 {
    border-bottom: 1px solid #212121;
    font-weight: normal;
    margin: 15px 0;
    padding-bottom: 30px;
    text-align: center; }
  .post-content .signature {
    display: block;
    font-style: italic;
    font-size: 150%;
    margin: 40px 0 0 0;
    text-align: right; }

.more {
  margin: 10px 0 30px 0; }

.footer {
  background-color: #19245e;
  color: #fff;
  padding: 8px;
  text-align: center; }
  .footer p {
    margin: 0; }
  .footer .madeby p {
    font-size: 12px; }
    .footer .madeby p a {
      color: #fafafa; }

@media all and (min-width: 1200px) and (max-width: 1400px) {
  .fixed .nav-justified {
    width: 80%;
    margin: auto; } }

@media all and (min-width: 992px) and (max-width: 1199px) {
  .fixed .nav-justified {
    width: 70%;
    margin: auto; }
  .about .about-wrapper {
    padding-left: 13%; } }

@media all and (max-width: 991px) {
  .nav-justified > li > a {
    font-size: 133%;
    margin-bottom: 0; }
  .h1 {
    font-size: 400%; }
  .navbar-toggle {
    border-color: #fff;
    padding: 15px; }
    .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-collapse {
    box-shadow: none; }
  .pushy {
    background-color: #3d4692; }
    .pushy a {
      color: #fff;
      padding: 10px 20px; }
    .pushy .h1-fixed {
      display: block;
      font-family: 'Bilbo', cursive;
      font-size: 150%;
      margin: 13px 0;
      transition: all 0.5s ease-in;
      position: relative;
      width: 100%;
      text-align: center; }
      .pushy .h1-fixed a {
        color: #fff;
        padding: 10px 0; }
        .pushy .h1-fixed a:hover, .pushy .h1-fixed a:focus, .pushy .h1-fixed a:active {
          color: #fafafa; }
    .pushy .lang {
      background-image: none;
      margin-top: 0 !important;
      height: 40px;
      position: relative;
      width: 100%; }
      .pushy .lang li a {
        text-align: center; }
  .menu-btn {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 47px;
    padding: 4px 10px;
    background: #3d4692;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 25px;
    box-shadow: 0 1px 10px #212121; }
    .menu-btn:hover {
      opacity: 0.9; }
  .pushy-content ul {
    padding: 0; }
    .pushy-content ul li {
      display: inline-block;
      width: 100%;
      text-align: center; }
  .top {
    height: 450px; }
    .top .box {
      top: 45%;
      transform: translate(-50%, -45%); }
      .top .box p {
        font-size: 120%; }
    .top .circle {
      bottom: 25px;
      font-size: 26px;
      height: 60px;
      width: 60px;
      line-height: 60px; }
  .top-single {
    height: 200px; }
  .about .about-photo {
    display: none; }
  .about .about-wrapper {
    margin-left: 0;
    padding-left: 5%;
    width: 100%; }
  .contact .contact-data {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0px, -65%); }
  .contact .form-wrapper {
    margin-top: 25%; }
  .post-content {
    padding: 60px; } }

@media all and (max-width: 767px) {
  .h1 {
    font-size: 300%; }
  .title {
    font-size: 200%;
    margin-bottom: 30px; }
  .padding {
    padding: 40px 0; }
  .button,
  input[type="submit"] {
    max-width: 145px;
    padding: 3px; }
  .top .box {
    width: 90%; }
    .top .box p {
      font-size: 100%; }
  .about .hide,
  .about .more {
    display: none; }
  .about .show {
    display: block; }
  .about .show-less {
    display: none; }
  .publications .panel-heading[data-toggle="collapse"]::after {
    right: 20px; }
  .blog .blog-home {
    display: none; }
    .blog .blog-home:first-child {
      display: block; }
      .owl-carousel .owl-item p{
        position: absolute;
        font-size: 14px;
        left: 0;
        top: 55% !important;
      }
      .owl-carousel .owl-item .fb-icon{
        max-width: 35px;
        position: absolute;
        left: 10px;
      }
  .contact .contact-data {
    width: 82%;
    transform: translate(0px, -90%); } }

@media all and (max-width: 600px) {
  .owl-carousel .owl-item p{
        font-size: 11px;
  }
  .contact .contact-data {
    transform: translate(0px, -80%);
    padding: 10px 0; }
    .contact .contact-data .h3 {
      font-size: 200%; }
  .contact .form-wrapper {
    padding-top: 20%; }
  .contact .academy {
    top: 40px; } }

@media all and (max-width: 400px) {
  body {
    font-size: 160%; }
  .blog .blog-wrapper .blog-img {
    height: 200px; } }

/* This is a small security for too long strings titles */
body {
  word-wrap: break-word; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px; }

.wp-caption.aligncenter {
  margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] {
  display: block; }

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px; }

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em; }

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.gallery dd {
  margin: 0; }

.gallery-caption {
  display: block; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  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 */ }

/* Content */
.main-content-inner {
  padding-bottom: 1.5em; }

.hentry {
  margin: 0 0 1.5em; }

.sticky {
  display: block; }

.bypostauthor {
  display: block; }

/* Clearing */
.clear {
  clear: both; }

/* Navigation */
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:active > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both; }

/*
 == Quick CSS styling tips ==
 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)
 == Want to have the whole site wrapped? ==
 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.
 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }
 == Want to wrap just the content and sidebar in Bootstrap style? ==
 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!
 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..
/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/
/* Hey, if you don't need my comments anymore, just delete me! :)  */
/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
  display: inline; }

/*change cookie button color*/
#cookie-notice .cookie-notice-container a#cn-accept-cookie{
  background: #adc029 !important;
  color: #fff;
}
