.clear {
  clear: both;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.icon {
  color: #fb3939;
}
body,
html {
  font-family: 'Open Sans', sans-serif;
}
p:empty {
  display: none;
}
img {
  max-width: 100%;
}
a {
  color: #fb3939;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
a:hover {
  text-decoration: none;
}
h1 {
  color: #2f4052;
  font-weight: 600;
}
h1 strong {
  color: #fb3939;
  font-weight: 600;
}
@-webkit-keyframes goto-animation {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(-50%,0);
  }
  40% {
    -webkit-transform: translate(-50%,-10px);
  }
  60% {
    -webkit-transform: translate(-50%,-5px);
  }
}
@-moz-keyframes goto-animation {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translate(-50%,0);
  }
  40% {
    -moz-transform: translate(-50%,-10px);
  }
  60% {
    -moz-transform: translate(-50%,-5px);
  }
}
@-o-keyframes goto-animation {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translate(-50%,0);
  }
  40% {
    -o-transform: translate(-50%,-10px);
  }
  60% {
    -o-transform: translate(-50%,-5px);
  }
}
@keyframes goto-animation {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(-50%,0);
  }
  40% {
    transform: translate(-50%,-10px);
  }
  60% {
    transform: translate(-50%,-5px);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#page-header {
  min-height: 160px;
  padding: 10px 0;
}
#page-header .logo {
  line-height: 140px;
}
#page-header .nav-icon {
  background-color: #2f4052;
  color: #ffffff;
  padding: 5px 8px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#page-header .fb-like {
  display: inline-block;
  margin-left: 10px;
}
#page-header .nav-icon:hover {
  background-color: #fb3939;
}
#page-header blockquote {
  background: url('https://beatahudziak.pl/wp-content/themes/podatki/less/../img/quote.png') no-repeat left top;
  border: 0;
  color: #5c748d;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  padding: 30px 0 0 60px;
  margin-top: 15px;
}
#search-form {
  background: #f2f5f7;
  margin-top: 30px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
#search-form input {
  background: none;
  border: none;
  color: #9dacbb;
  float: left;
  font-size: 14px;
  font-weight: bold;
  left: 10px;
  line-height: 22px;
  padding-right: 38px;
  text-transform: uppercase;
}
#search-form button {
  background: url('https://beatahudziak.pl/wp-content/themes/podatki/less/../img/search.png') no-repeat center center;
  border: none;
  color: #fb3939;
  float: right;
  height: 34px;
  position: absolute;
  right: 10px;
  width: 34px;
}
#search-form .form-control,
#search-form .form-control:focus,
#search-form input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
*::-webkit-input-placeholder {
  color: #9dacbb !important;
}
*:-moz-placeholder {
  color: #9dacbb !important;
}
*::-moz-placeholder {
  color: #9dacbb !important;
}
*:-ms-input-placeholder {
  color: #9dacbb !important;
}
#main-menu {
  background-color: #2f4052;
  line-height: 36px;
}
#main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-menu a,
#main-menu li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#main-menu li {
  margin-right: 5px;
}
#main-menu a {
  padding: 0 12px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#main-menu a:hover,
#main-menu .current-menu-item a {
  background-color: #fb3939;
}
#posts-filter {
  background-color: #f2f5f7;
  line-height: 36px;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
}
#posts-filter a,
#posts-filter li {
  display: inline-block;
}
#posts-filter a {
  color: #506a85;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  text-transform: uppercase;
}
#posts-filter a.active {
  background-color: #fb3939;
  color: #ffffff;
}
#posts-container {
  padding-top: 10px;
}
#posts-container .post {
  margin-bottom: 30px;
}
#posts-container .inner-post {
  border: 1px solid #bdc7d1;
}
#posts-container .inner-quote {
  background: #fe6268 url('https://beatahudziak.pl/wp-content/themes/podatki/less/../img/quote-box.png') no-repeat center bottom;
  background-size: contain;
  min-height: 295px;
}
#posts-container .inner-quote .date {
  color: #ffffff;
  font-size: 12px;
}
#posts-container .post article {
  color: #506a85;
  font-size: 13px;
  line-height: 21px;
  padding: 35px 25px;
}
#posts-container .post article.quote {
  padding: 20px 25px 100px 25px;
}
#posts-container .inner-quote article.quote blockquote {
  border: 0;
  color: #ffffff;
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
  line-height: 29px;
  margin: 30px 0 0 0;
  padding: 0;
}
.post-info {
  color: #506a85;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
#posts-container .post article h2 {
  color: #fb3939;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}
#posts-container .post article .excerpt {
  margin-bottom: 35px;
}
#posts-container .post.post-small article {
  height: 350px;
  padding: 20px 12px;
}
#posts-container .post.post-small article .excerpt {
  font-size: 11px;
  line-height: 14px;
  height: 100px;
  margin-bottom: 20px;
}
#posts-container .post.post-small article h2 {
  font-size: 21px;
  line-height: 25px;
}
#content {
  border: 1px solid #bdc7d1;
  color: #506a85;
  font-size: 13px;
  line-height: 21px;
  margin: 20px 0;
  padding: 40px 50px;
}
#content h1 {
  color: #fb3939;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 30px 0;
}
#content h3 {
  color: #fb3939;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#content h4 {
  color: #2f4052;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#content blockquote {
  background: url('https://beatahudziak.pl/wp-content/themes/podatki/less/../img/quote.png') no-repeat left top;
  border: 0;
  color: #5c748d;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  padding: 20px 60px 0 60px;
  margin: 40px 0;
}
#content ul,
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul li,
#sidebar ul li {
  color: #506a85;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
#content ul li:before,
#sidebar ul li:before {
  border: 1px solid #fb3939;
  border-radius: 50%;
  content: '';
  display: block;
  height: 7px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 7px;
}
.post-nav {
  margin-bottom: 20px;
  overflow: hidden;
}
.section-title,
.post-nav a {
  background-color: #5c748d;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.post-nav a:hover {
  background-color: #fb3939;
}
.section-title {
  background-color: #fb3939;
}
.more {
  background-color: #fb3939;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.post-small .more {
  font-size: 8px;
  line-height: 20px;
  margin-top: 25px;
  padding: 0 5px;
}
.more:hover {
  background-color: #2f4052;
  color: #ffffff;
}
.comment-ico {
  background: url('https://beatahudziak.pl/wp-content/themes/podatki/less/../img/comment-ico.png') no-repeat center center;
  display: inline-block;
  height: 13px;
  width: 15px;
  vertical-align: middle;
}
#sidebar {
  padding-bottom: 30px;
}
#sidebar blockquote {
  background: url('https://beatahudziak.pl/wp-content/themes/podatki/less/../img/quote.png') no-repeat left top;
  border: 0;
  color: #5c748d;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  margin: 20px 0 10px 0;
  padding: 30px 0 0 60px;
}
#sidebar .sidebar-title {
  background-color: #f2f5f7;
  color: #506a85;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
  padding: 15px 12px;
}
#sidebar ul {
  margin-left: 10px;
}
#sidebar ul li {
  font-size: 12px;
  line-height: 24px;
}
#sidebar ul.wpp-list li {
  font-size: 12px;
  line-height: 18px;
}
#sidebar ul.wpp-list li a {
  color: #fb3939;
  font-size: 12px;
}
#sidebar ul li a {
  color: #506a85;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#sidebar ul li a:hover {
  color: #fb3939;
}
#page-footer {
  background-color: #f2f5f7;
  color: rgba(80,106,133,0.55);
  font-size: 13px;
  padding: 20px 0 130px 0;
}
#page-footer a {
  color: rgba(80,106,133,0.55);
  font-size: 13px;
  text-transform: lowercase;
}
form sup {
  color: #fb3939;
}
@media only screen and (max-width: 480px) {
  #main-menu a,
  #main-menu li {
    display: block;
    width: 100%;
  }
  #content {
    border: 0;
    padding: 0;
  }
}
