/**
Theme Name: ElektroLP
Author: MT Progress
Author URI: https://mtprogress.pl
Description: ElektroLP
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elektroLP
Template: astra
*/

body{
  margin: 0 auto;  
}

header .ast-primary-header-bar .site-primary-header-wrap {
  max-height: 70px;
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
  max-height: 70px;
}


.szybki-kontakt {
    position: fixed;
    bottom: 40px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
}

/* Klasa, którą doda JavaScript po przewinięciu */
.szybki-kontakt.visible {
    opacity: 1;
    visibility: visible;
}

.uagb-container-inner-blocks-wrap {
	margin-top:2em;
	margin-bottom:2em;
}

.dolna-linia {
  padding-bottom: 30px;
  position: relative;  
}


.dolna-linia::after {
  content: "";
  position: absolute;
 
  bottom: 0;        

  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #1f781a, transparent);
}


.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
  padding-left: 20px;
  padding-right: 20px;
  display: none !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
 
  display: none;
}

