/**
Theme Name: TOP eMarketer
Author: Serwis4U
Author URI: https://serwis4u.com
Description: Motyw potomny dla Klubu eMarketera.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: top-emarketer
Template: astra
*/

/* przycisk w lekcjach */
a.lesson-button {
    color: #ff6600;
}

.lesson-button {
    border: 2px solid #ff6600;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 auto;
    max-width: 445px;
    padding: 9px 10px;
    font-size: 0.7778rem;
    text-decoration: none;
}

.lesson-button:hover {
    background: #ff6600;
    color: #fffffe;
}

/*
* dla shortcode
*/
.col-md-3 {
    width: 25%;
	 float: left;
}

.col-md-9 {
    width: 75%;
	float: left;
}

.col-md-3, .col-md-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::before, .row::after, .panel-body::before, .panel-body::after {
    content: " ";
    display: table;
}

.row::after, .panel-body::after {
    clear: both;
}

.panel-default {
    border-color: #ddd;
}

.panel-extra {
    border: 4px solid #F54C21 !important;
}

.panel-body {
    padding: 15px;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.przycisk-generator {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 0 solid #ffffff;
    border-radius: 3px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: normal;
    outline: medium none;
    padding: 10px 12px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
input[type="text-link"] {
    background-color: #eee;
    border: none;
    font-size: 14px;
    color: #999;
    padding: 16px;
    line-height: initial;
    height: initial;
}
input[type="submit"] {
    background-color: #fff;
    color: #2ea3f2;
    border: 2px solid;
    border-color: #2ea3f2;
    border-radius: 3px;
    font-family: 'inherit', sans-serif;
    font-size: 20px;
    letter-spacing: 0px;
	width: auto;
	background: 0 0;
	font-weight: 500;
	line-height: 1.7em;
	font-family: inherit;
	margin: 8px 0 0;
	padding: 6px 20px;	
}
input[type="submit"]:hover {
	cursor:pointer;
    background-color: rgba(0,0,0,.05);
    color: #2ea3f2;
    border-color: transparent;
    border-radius: 3px;
    letter-spacing: 0px;
}

.entry-meta {
display: none ! important;	
}

.woocommerce form .password-input {
    position: relative;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #0073aa; /* lub inherit */
    font-size: 1.2em;
    line-height: 1;
    cursor: pointer;
}

.woocommerce form .show-password-input:focus {
    outline: none;
}

/* stopka */
.small {
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #fff !important;
  --bs-text-opacity: 1;
}

/* separator menu */
#astra-footer-menu li a {
    position: relative;
    padding-right: 10px; /* odstęp od tekstu */
}

#astra-footer-menu li:not(:last-child) a::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; /* kolor kreski */
    font-weight: normal;
}

/* Ukrywanie kresek na mobile */
@media (max-width: 768px) {
    #astra-footer-menu li a::after {
        display: none;
    }
}

/* loga bramek w stopce */
.payment-logos {
    padding: 30px 0;
    background-color: #fff; /* lub inny kolor tła */
}

.payment-logos__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px; /* odstęp między ikonami */
}

.payment-logos__inner img {
    max-height: 40px; /* wysokość ikon */
    width: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.payment-logos__inner img:hover {
    opacity: 0.7;
}

/*popup zapis na webinar */
.small-popup {
  font-size: 11px !important;
  line-height: 1.1 !important;
  color: #000 !important;
  --bs-text-opacity: 1;
}

/* Ujednolicenie wysokości pola select (Select2) z innymi polami formularza */
.wpfnl-checkout .woocommerce-billing-fields .select2-container .select2-selection--single {
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box;
}

/* Wyrównanie tekstu w środku pola */
.wpfnl-checkout .woocommerce-billing-fields .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
    color: #333 !important;
}


