/*
Theme Name: Estelle Child
Theme URI:  https://promoznawcy.pl
Author:     Promoznawcy.pl
Author URI: https://promoznawcy.pl
Template:   estelle
Version:    1.0
License:    GNU General Public License v2 or later
*/


/* obramowka */
body {
    border-left: 8px solid #00ffff;
    border-right: 8px solid #00ffde;
	box-sizing: border-box;
	background-repeat: no-repeat;
-webkit-background-size: 100% 8px;
	background-image: -webkit-linear-gradient(left, #00ffff 0%, #00ffde 100%), -webkit-linear-gradient(left, #00ffff 0%, #00ffde 100%);
	background-image: linear-gradient(to right, #00ffff 0%, #00ffde 100%), linear-gradient(to right, #00ffff 0%, #00ffde 100%);
}
.eltdf-wrapper::before {
    content: '';
    height: 8px;
    display: block;
    background: linear-gradient(90deg, rgba(0,255,255,1) 0%, rgba(0,255,222,1) 100%);
}
.eltdf-wrapper::after{
    content: '';
    height: 8px;
    display: block;
    background: linear-gradient(90deg, rgba(0,255,255,1) 0%, rgba(0,255,222,1) 100%);
}

.eltdf-content {
  margin-top: 0 !important;
}

/* button */
.eltdf-btn.eltdf-btn-outline {
  border: 2px solid #000;
}

/* ikony-glowna */
.eltdf-iwt-icon {
  width: 130px;
}

.eltdf-iwt-title-text:hover {
  color: #00ffff !important;
}

/* obrazki blog */
.eltdf-post-image {
  filter: grayscale(1);
	transition: all 0.5s ease;
}

.eltdf-post-image:hover {
  filter: grayscale(0%);
	transition: all 0.5s ease;
}



