/*
Theme Name: Voltum
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Twenty child theme.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentytwenty-child
*/
@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url(./fonts/OpenSans-Light.woff) format("woff");
}
@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url(./fonts/OpenSans-Regular.woff) format("woff");
}
body {
  background: #fff;
  font-family: "OpenSans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
.header-inner, .section-inner, .entry-content, .woocommerce .content-area {
  padding: 0 15px;
  max-width: calc(1370px + 6.2325em);
  margin: 0 auto;
}
body.template-full-width .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
}
body.template-full-width .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), body.template-full-width [class*="__inner-container"] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: calc(1370px + 6.2325em);
}
body:not(.overlay-header) .primary-menu > li > .icon {
  color: #999 !important;
}
@media screen and (max-width:1680px) {
.header-inner, .section-inner, .entry-content, .woocommerce .content-area, .full-content {
  max-width: calc(1200px + 6.2325em);
}
}

/* ------- Formularze -------- */
select {
  font-size: 1.3rem;
  padding: .8rem 1.4rem;
  border: 1px solid #dcd7ca;
  width: 100%;
  background: #fff;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  background: #cd2653 !important;
  padding: 0.9em 1.44em;
}
input[type="checkbox"]:checked::before {
  position: relative;
  margin: -0.1875rem 0 0 -0.25rem;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  padding: 0.8rem 1.2rem;
}
label {
  font-size: 17px;
}
/* ----------------- Header ----------------- */
.singular .entry-header {
  background-color: #eee !important;
  padding: 16rem 0 2.4rem !important;
  margin-bottom: 3.8rem;
}
.cbp-af-header {
	position: fixed;
	padding: 0;
    top: 26px;
	left: 0;
	width: 100%;
	z-index: 9;
	transition:0.4s all ease;
}
.cbp-af-header nav {
	margin: 0;
}
.cbp-af-header img {
	 margin:0;
	 max-height: 6.75vw;
	 transition: height 0.4s linear, width 0.4s linear, max-height 0.4s linear;
}
.cbp-af-header.cbp-af-header-shrink {
	padding: 6px 0;
	top: 0;
	background: #fff;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
.cbp-af-header.cbp-af-header-shrink nav {
	margin: 0;
}
.cbp-af-header.cbp-af-header-shrink img {
	padding-top: 8px;
	max-height: 5.5rem;
	transition: height 0.4s linear, width 0.4s linear, max-height 0.4s linear;
}
body:not(.overlay-header) .primary-menu ul {
  background-color: #fff !important;
}
body:not(.overlay-header) .primary-menu > li > ul::after {
  border-bottom-color: #ccc !important;
}
.primary-menu ul {
  font-size: 18px;
  width: 33rem;
  border: 1px solid #ccc;
}
.primary-menu > li {
  margin: 0.8rem 0 0 3.5rem;
}
.sub-menu li {
  padding: 0 1.4rem;
}
.primary-menu ul a {
  padding: .6rem 0;
  margin: 0;
  max-width: 29rem;
}
ul.primary-menu {
  font-size: 1em;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.primary-menu a:before,
.primary-menu a:before{background:white}
.primary-menu a{
	padding: 0 0 2px;
	position:relative;
	color: #4D4D4F !important;
	font-weight: 400;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:background 500ms linear,color 500ms linear;
	transition:background 500ms linear,color 500ms linear
}
.primary-menu a:before{left:0;content:'';height:1px;bottom:-3px;background:#c82128;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);will-change:transform;-webkit-transform-origin:right;transform-origin:right;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:calc(100% + 0.1vw);-webkit-transition:background 500ms linear,-webkit-transform .4s ease-out;transition:background 500ms linear,-webkit-transform .4s ease-out;transition:transform .4s ease-out,background 500ms linear;transition:transform .4s ease-out,background 500ms linear,-webkit-transform .4s ease-out}
.primary-menu a.is-active:before,
.primary-menu a:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;transform-origin:left}
.primary-menu{opacity:1}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
  text-decoration: none;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
  text-decoration: none;
  color:#cd2653 !important;
}
.nav-toggle .toggle-inner {
  padding-top: 0;
}
.toggle-inner .toggle-text {
  display: none;
}
.search-toggle .toggle-icon, .search-toggle svg {
  height: 3.2rem;
  width: 1.8rem;
}
.nav-toggle .toggle-icon, .nav-toggle svg {
  height: 2.2rem;
  width: 2.4rem;
  color: #b01010;
}
.site-description {
  display: none;
}
.entry-categories {
  margin-bottom: 1rem;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
  font-weight: 500;
  color: #000;
}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: none;
}
.menu-modal-inner {
  width: 100vw;
  background-color: #fff !important;
}
.menu-wrapper.section-inner {
  max-width: 80vw;
}
.menu-modal .toggle {
  color: #808080 !important;
}
@media screen and (min-width:1040px) {
.header-toggles .toggle {
  padding: 0 6.8rem 0 2.5rem;
}
.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
  margin: 0 0 0 2.4rem;
}
}

@media screen and (min-width:1360px) {
.header-toggles .toggle {
  padding: 0 9.8rem 0 2.5rem;
}
.primary-menu-wrapper + .header-toggles {
  margin-left: 2.5rem;
}
.header-toggles {
  margin-right: -2.5rem;
}
}

@media screen and (min-width:1590px) {
.header-toggles .toggle {
  padding: 0 3rem;
}
.primary-menu-wrapper + .header-toggles {
  margin-left: 4rem;
}
.header-toggles {
  margin-right: -4rem;
}
}
@media screen and (max-width:2560px) {
.header-titles .site-logo {
  margin: 0 0 0 -7.8vw;
}
}
@media screen and (max-width:2050px) {
.header-titles .site-logo {
  margin: 0 0 0 -1.4vw;
}
}
@media screen and (max-width:1920px) {
.header-titles .site-logo {
   margin: 0 0 0 1.3vw;
}
}
@media screen and (max-width: 1680px) {
.header-titles .site-logo {
   margin: 0 0 0 4.3vw;
}
.cbp-af-header img {
  max-height: 7.25vw;
}
}

@media screen and (max-width: 1080px) {
.cbp-af-header img {
	 max-height: 8.5vw;
}
ul.primary-menu {
  font-size: 18px;
}
.header-inner .toggle {
  margin-right: 20px;
}
}
@media screen and (max-width:968px) {
.header-titles .site-logo {
   margin: 0;
}
.cbp-af-header.cbp-af-header-shrink img {
	padding-top: 0;
}
.cbp-af-header img {
	 max-height: 5.8rem;
}
.header-inner .toggle {
  margin-right: 60px;
}
}
@media screen and (max-width:640px) {
.singular .entry-header {
  padding: 15rem 0 2.4rem !important;
}
.cbp-af-header.cbp-af-header-shrink .site-logo a, .cbp-af-header.cbp-af-header-shrink .site-logo img{
	margin-right: 40px;
}
.header-inner .toggle {
  margin-right: 0;
}
button.close-nav-toggle {
  padding: 6.1rem 0 2rem;
}
}
/* ------- Content -------- */
a, a:hover {
  text-decoration: none;
}
li {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "OpenSans",sans-serif;
}
p {
  margin: 0 0 .7em 0;
  font-weight: 500;
  letter-spacing: 0.015em;
  font-family: "OpenSans",sans-serif;
  font-size: 19px;
  line-height: 1.35 !important;
}
b, strong {
  font-weight: 700;
}
table {
  margin: 1.5rem 0;
}
th, td {
  padding: 0.25em 0.5em;
}
.widget_archive li, .widget_categories li, .widget_pages li, .widget_meta li, .widget_nav_menu li {
  margin: 0 0 0.8rem;
}
#site-header {
  background-color: transparent !important;
}
#site-content {
  margin-top: -30px;
}
.privacy-policy {
  margin: 0;
  color: #000;
}
.entry-content {
  font-weight: 500;
  letter-spacing: 0.015em;
  font-family: "OpenSans",sans-serif;
  font-size: 19px;
  line-height: 1.35;
}
h1, .heading-size-1, h2, .heading-size-2,
.entry-content h1, .entry-content h2,
.entry-content .wp-block-columns h1, .entry-content .wp-block-columns h2 {
  font-family: "OpenSans", serif;
  letter-spacing: 0.015em;
  color: #555555;
  padding: 0 0 .3em;
  margin: 0;
}
h1, .heading-size-1 {
  font-size: 40px;
}
h2, .heading-size-2 {
  font-size: 36px;
}
h3, .heading-size-3 {
  font-size: 28px;
  font-weight: 500;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
  max-width: 100%;
}
.wp-block-column:not(:first-child) {
  margin-left: 0;
}
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-columns:not(.alignwide):not(.alignfull) {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
/* ------- Pagination -------- */
.pagination-single {
  font-size: 1.8rem;
  font-size: 21px;
  margin-top: 8rem !important;
}
.pagination-single a {
  font-weight: 500;
}
.pagination-single hr:first-child {
  margin: 0 0 2rem 0;
}
.pagination-single hr:last-child {
  margin: 2rem 0 0.8rem 0;
}
/* ------- Komentarze -------- */
.comment-reply-title {
  font-size: 3.6rem;
  font-size: 40.5px;
  line-height: 1.4;
  margin: 3rem 0;
}
.comment-respond p.comment-notes, .comment-respond p.logged-in-as {
  margin: -4rem 0 4rem 0;
}
/* ------- Widget -------- */
.widget .widget-title {
  margin-bottom: 1.6rem;
  font-size: 30px;
}
.footer-widgets a {
  font-size: 21px;
  color: #000 !important;
  font-weight: 300;
}
/* ------- Footer -------- */
.footer-nav-widgets-wrapper{
  background: #f3f3f3 !important;
}
.footer-top-hidden #site-footer {
  margin-top: 0;
}
#site-footer {
  font-size: 1.6rem;
  font-size: 17px;
  line-height: 1.5;
  padding: 2.3rem 0;
  background-color: #fff !important;
  border-top: 1px solid #a6a6a6 !important;
}
.header-footer-group, .footer-info a{
  color: #535353 !important;
}
.footer-credits {
  width: 50%;
}
.footer-copyright {
  margin: 0 20px 0 0;
  color: #535353;
  font-size: 17px;
  font-weight: 500;
}
.footer-right {
  align-items: right;
  justify-content: right;
  width: 50%;
  text-align: right;
}
.footer-right a{
  color: #535353 !important;
}

@media screen and (max-width:640px) {
.widget_archive li, .widget_categories li, .widget_pages li, .widget_meta li, .widget_nav_menu li {
  margin: 0 0 1.3rem;
}
section {
  padding: 1rem 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 1.2rem auto;
}
h1, .heading-size-1 {
  font-size: 28px;
}
h2, .heading-size-2 {
  font-size: 25px;
}
h3, .heading-size-3 {
  font-size: 23px;
  padding-top: 20px;
}
.widget .widget-title {
  margin-bottom: 1rem;
}
}