html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
display: block;
}
body {
line-height: 1.15;
}
em {
font-style: normal;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}.hamburger {
padding: 12px 12px;
display: inline-block;
cursor: pointer;
-webkit-transition-property: opacity, -webkit-filter;
transition-property: opacity, -webkit-filter;
-o-transition-property: opacity, filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
opacity: 0.8;
}
.hamburger:hover {
opacity: 1;
}
.hamburger.is-active:hover {
opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #f3f2ed;
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #f3f2ed;
border-radius: 4px;
position: absolute;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
}
.hamburger--spin .hamburger-inner {
-webkit-transition-duration: 0.22s;
-o-transition-duration: 0.22s;
transition-duration: 0.22s;
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
-o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-transition-delay: 0.12s;
-o-transition-delay: 0.12s;
transition-delay: 0.12s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
-o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}body {
color: #2573a6;
font-size: 1rem;
font-weight: 400;
font-family: Lato, sans-serif;
line-height: 1.4;
}
*:after,
*:before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
a {
color: inherit;
text-decoration: none;
-webkit-transition-property: color, background-color;
-o-transition-property: color, background-color;
transition-property: color, background-color;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
p {
text-align: justify;
margin-bottom: .6rem;
}
p:not(:first-child) {
margin-top: .6rem;
}
div>a,
p>a,
ol:not(.list-unstyled) a,
ul:not(.list-unstyled) a {
color: #81a13d;
font-weight: bold;
}
div>a:hover,
p>a:hover,
ol:not(.list-unstyled) a:hover,
ul:not(.list-unstyled) a:hover {
color: #86bb15;
}
b,
strong {
font-weight: 700;
}
i,
em {
font-style: italic;
}
h2 {
font-size: 1.4rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 1.15rem;
}
h5 {
font-size: 1.10rem;
}
h6 {
font-size: 1.05rem;
}
ol,
ul {
list-style-position: inside;
}
.list-unstyled {
list-style-type: none;
}
#content-with-sidebar #slideshow,
body>footer {
color: #f3f2ed;
}
#content-with-sidebar #slideshow .with-horizontal-line,
body>footer .with-horizontal-line {
text-transform: uppercase;
}
#content-with-sidebar #slideshow .with-horizontal-line:before,
body>footer .with-horizontal-line:before,
#content-with-sidebar #slideshow .with-horizontal-line:after,
body>footer .with-horizontal-line:after {
background-color: #f3f2ed;
}
#calendar-agenda,
#calendar-month,
body>footer .center-container .map .responsive-map {
position: relative;
overflow: hidden;
}
#calendar-agenda iframe,
#calendar-month iframe,
body>footer .center-container .map .responsive-map iframe {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.center-container {
max-width: 1220px;
margin: auto;
padding: 1.5rem 2.25rem;
overflow: hidden;
}
.with-horizontal-line {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 2px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: .7rem;
}
.with-horizontal-line:before,
.with-horizontal-line:after {
content: '';
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
border-top: 2px solid;
background-color: #2573a6;
}
.with-horizontal-line:before {
margin-right: .7rem;
}
.with-horizontal-line:after {
margin-left: .7rem;
}
.home #content .with-horizontal-line {
text-transform: uppercase;
}
.button {
font-size: .85rem;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
margin: 1rem;
padding: 0.75rem 1.5rem;
border-width: 2px;
border-style: solid;
border-color: #81a13d;
}
.button.outline {
color: #81a13d;
}
.button.outline:hover {
color: #f3f2ed;
background-color: #81a13d;
}
.button.green {
color: #f3f2ed;
background-color: #81a13d;
}
.button.green:hover {
color: #81a13d;
background-color: transparent;
}
#header {
color: #f3f2ed;
text-align: center;
text-shadow: 0px 0px 10px #4b688f;
z-index: 101;
-webkit-transition-property: background-color;
-o-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 959px) {
#header nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
}
@media only screen and (min-width: 960px) {
#header nav #navigation-toggle {
display: none !important;
}
}
#header nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 959px) {
#header nav ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media only screen and (max-width: 575px) {
#header nav ul {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
}
#header nav ul li {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: inline-block;
overflow: hidden;
-webkit-transition-property: height, opacity, margin-top;
-o-transition-property: height, opacity, margin-top;
transition-property: height, opacity, margin-top;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
#header nav ul li>a {
font-weight: 700;
text-transform: uppercase;
display: inline-block;
}
@media only screen and (max-width: 959px) {
#header nav ul li#logo {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
#header nav ul li#logo h1 {
max-width: 300px;
font-size: 1rem;
margin: 0;
}
#header nav ul li#logo h1 img {
max-height: 60px;
padding: 2px;
-webkit-filter: drop-shadow(0px 0px 2px #4b688f);
filter: drop-shadow(0px 0px 2px #4b688f);
}
@media only screen and (max-width: 959px) {
#header nav ul li:not(#logo) {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
height: 0;
opacity: 0;
}
}
@media only screen and (min-width: 960px) {
#header nav ul li:not(#logo) a {
line-height: 38px;
padding: 0px 6px;
margin-top: 3px;
margin-bottom: 3px;
position: relative;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
#header nav ul li:not(#logo) a:before,
#header nav ul li:not(#logo) a:after {
content: '';
width: 100%;
height: 2px;
background: #a1d929;
position: absolute;
left: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
transition: opacity 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.5s, transform 0.5s;
transition: opacity 0.5s, transform 0.5s;
transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
#header nav ul li:not(#logo) a:before {
top: 0;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
#header nav ul li:not(#logo) a:after {
bottom: 0;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
#header nav ul li:not(#logo) a:hover,
#header nav ul li:not(#logo) a:focus {
color: #a1d929;
text-shadow: 0px 0px 5px #4b688f;
}
#header nav ul li:not(#logo) a:hover:before,
#header nav ul li:not(#logo) a:focus:before,
#header nav ul li:not(#logo) a:hover:after,
#header nav ul li:not(#logo) a:focus:after {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
@media only screen and (max-width: 959px) {
#header.show-menu nav li:not(#logo) {
height: 2.3rem;
line-height: 2.3rem;
opacity: 1;
}
#header.show-menu nav li:not(#logo):first-child {
margin-top: 1rem;
}
}
#header nav .blank-hack {
width: 70px;
display: none;
}
@media only screen and (min-width: 576px) and (max-width: 960px) {
#header nav .blank-hack {
display: block;
}
}
#header #full-name {
display: none;
}
@media only screen and (min-width: 576px) {
#header #full-name {
height: 0;
font-size: 1.4rem;
font-weight: 200;
text-align: center;
display: block;
margin-top: 0;
opacity: 0;
-webkit-transition-property: height, opacity, margin-top;
-o-transition-property: height, opacity, margin-top;
transition-property: height, opacity, margin-top;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
#header #full-name.is-visible {
height: 2rem;
opacity: 1;
margin-top: .75rem;
text-shadow: 0px 0px 10px black;
}
}
@media only screen and (min-width: 768px) {
#header #full-name {
font-size: 1.6rem;
}
}
#header,
#header-bg {
min-height: 105px;
position: absolute;
top: 0;
right: 0;
left: 0;
}
@media only screen and (min-width: 576px) {
#header,
#header-bg {
position: fixed;
}
}
#header-bg {
z-index: 100;
}
#header.with-bg,
#header.show-menu,
#header-bg,
#hero {
background-color: #2573a6;
}
body:not(.home) #hero {
min-height: 35vh;
}
@media only screen and (min-width: 576px) {
body:not(.home) #hero {
min-height: 50vh;
}
}
@media only screen and (min-width: 768px) {
body:not(.home) #hero {
min-height: 55vh;
}
}
@media only screen and (min-width: 1800px) {
body:not(.home) #hero {
min-height: 70vh;
}
}
#hero { display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 100;
} #hero header {
color: #f3f2ed;
max-width: 1220px;
padding: 1.5rem 2.25rem;
text-align: center;
text-shadow: 0px 0px 10px #4b688f;
z-index: 101;
}
#hero header h2 {
font-size: 1.6rem;
font-family: 'Source Sans Pro', 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: .7rem;
}
@media only screen and (min-width: 768px) {
#hero header h2 {
font-size: 1.8rem;
letter-spacing: 2px;
}
}
@media only screen and (min-width: 768px) {
#hero header h2 {
font-size: 2rem;
}
}
@media only screen and (min-width: 1240px) {
#hero header h2 {
font-size: 2.2rem;
letter-spacing: 3px;
}
}
#hero header p {
font-size: 1.05rem;
font-style: italic;
letter-spacing: 1px;
text-align: center;
}
@media only screen and (min-width: 768px) {
#hero header p {
font-size: 1.1rem;
}
}
@media only screen and (min-width: 960px) {
#hero header p {
font-size: 1.2rem;
}
}
@media only screen and (min-width: 1240px) {
#hero header p {
font-size: 1.4rem;
}
}
#hero #hero-bg {
opacity: 0;
background-image: url(//most.salezjanie.pl/wp-content/themes/most/assets/photos/home.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#content h3,
#content h4,
#content h5,
#content h6 {
font-weight: 700;
text-align: center;
}
#content h3.no-mb,
#content h4.no-mb,
#content h5.no-mb,
#content h6.no-mb {
margin-bottom: 0;
}
#content h3.text-left,
#content h4.text-left,
#content h5.text-left,
#content h6.text-left {
text-align: left;
}
#content h3 {
font-size: 1.7rem;
letter-spacing: 2px;
margin-bottom: 1rem;
}
#content h4 {
font-size: 1.5rem;
letter-spacing: 1px;
margin-bottom: 0.9rem;
}
#content h5 {
font-size: 1.3rem;
margin-bottom: 0.8rem;
}
#content h6 {
font-size: 1.15rem;
margin-bottom: 0.7rem;
}
#content .dark {
background-color: #e8f1fe;
}
#header + #content-with-sidebar {
margin-top: 149px;
}
#content-with-sidebar {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
#content-with-sidebar #content {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
margin-bottom: 2.25rem;
}
@media only screen and (min-width: 1240px) {
#content-with-sidebar #content {
-webkit-box-flex: 3;
-ms-flex-positive: 3;
flex-grow: 3;
}
}
#content-with-sidebar #sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-line-pack: start;
align-content: flex-start;
margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
#content-with-sidebar #sidebar {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 26%;
flex-basis: 26%;
}
}
@media only screen and (min-width: 960px) {
#content-with-sidebar #sidebar {
margin-left: 2.25rem;
}
}
#content-with-sidebar #sidebar>* {
margin-bottom: 2.25rem;
}
@media (min-width: 768px) and (max-width: 959px) {
#content-with-sidebar #sidebar>*:nth-child(odd) {
margin-right: 1.125rem;
}
#content-with-sidebar #sidebar>*:nth-child(even) {
margin-left: 1.125rem;
}
}
#content-with-sidebar #sidebar .box {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
#content-with-sidebar #sidebar .box {
-ms-flex-preferred-size: 46%;
flex-basis: 46%;
}
}
#content-with-sidebar #slideshow {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 3rem;
background: url(//most.salezjanie.pl/wp-content/themes/most/assets/photos/kurs-przedmalzenski.jpg) center center/cover no-repeat;
}
#content-with-sidebar #slideshow .border-box {
border: 2px solid #f3f2ed;
border-top: none;
margin-top: .73rem;
position: relative;
}
#content-with-sidebar #slideshow .border-box h4.with-horizontal-line {
text-shadow: 0 0 3px #2573a6;
position: absolute;
top: -0.7rem;
}
#content-with-sidebar #slideshow .border-box .content {
padding: 2.25rem;
text-align: center;
font-weight: bold;
text-shadow: 0 0 3px #4b688f;
margin: 0;
}
.general-plan-of-week-column ul:not(:last-of-type) {
margin-bottom: 2rem;
}
.box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #e8f1fe;
padding: 1.5rem;
}
@media only screen and (min-width: 576px) {
.box {
padding: 2rem;
}
}
@media only screen and (min-width: 1240px) {
.box {
padding: 2.5rem;
}
}
.box h3,
.box h4 {
font-size: 1.5rem;
font-style: italic;
font-weight: 300;
letter-spacing: 3px;
margin-bottom: 1.1rem;
}
.box p {
text-align: center;
margin-top: 0;
}
.box em {
color: #81a13d;
letter-spacing: 1px;
text-transform: uppercase;
}
body>footer {
text-align: center;
background-color: #2573a6;
}
body>footer .see-also {
grid-area: see-also;
}
body>footer .address {
grid-area: address;
}
body>footer .map {
grid-area: map;
}
body>footer #copyright-menu {
grid-area: copyright;
}
body>footer .center-container {
display: grid;
grid-gap: 1.5rem;
grid-template-areas: 'see-also' 'address' 'map' 'copyright';
}
@media only screen and (min-width: 768px) {
body>footer .center-container {
grid-template-areas: 'address see-also see-also' 'map see-also see-also' 'map see-also see-also' 'map see-also see-also' 'copyright copyright copyright';
}
}
body>footer .center-container h6 {
font-weight: bold;
letter-spacing: 1px;
}
body>footer .center-container .see-also ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: distribute;
align-content: space-around;
margin: auto;
}
body>footer .center-container .see-also ul li {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 33%;
flex-basis: 33%;
}
body>footer .center-container .see-also ul li a img {
width: 130px;
height: 130px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0 0;
object-position: 0 0;
display: inline-block;
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: .8rem;
overflow: hidden;
}
body>footer .center-container .see-also ul li a img:hover {
-o-object-position: 0 100%;
object-position: 0 100%;
}
body>footer .center-container .map .responsive-map {
width: 100%;
height: 100%;
min-width: 214px;
min-height: 214px;
}
body>footer .center-container #copyright-menu {
font-size: 0.85rem;
letter-spacing: 1.3px;
}
body>footer .center-container #copyright-menu p,
body>footer .center-container #copyright-menu ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
body>footer .center-container #copyright-menu ul {
margin-left: .2rem;
}
body>footer .center-container #copyright-menu li {
padding: 0 .5rem;
border-left: 1px solid rgba(255, 255, 255, 0.6);
}
body>footer .center-container #copyright-menu a:hover {
text-decoration: underline;
}a.fts-jal-fb-see-more {
color: #2573a6;
}
a:hover.fts-jal-fb-see-more {
color: #81a13d;
}  .simcal-events {
list-style-type: none;
}  #calendar-agenda,
#calendar-month {
width: 100%;
height: 0;
display: none;
}
@media only screen and (min-width: 576px) {
#calendar-agenda,
#calendar-month {
padding-bottom: 75%;
}
}
@media only screen and (max-width: 767px) {
#calendar-agenda {
display: block;
}
}
@media only screen and (max-width: 575px) {
#calendar-agenda {
padding-bottom: 150%;
}
}
@media only screen and (min-width: 768px) {
#calendar-month {
display: block;
}
}
.box.calendar-today>* {
width: inherit;
}
.box .simcal-calendar {
text-align: left;
}
.box .simcal-calendar .simcal-event-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.box .simcal-calendar .simcal-event-details .simcal-event-start-time {
margin-right: 2%;
}  .scripture-box {
text-align: center;
}  .dv-panel p {
margin-bottom: 10px !important;
}
.contact-person {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.contact-item {
display: flex;
align-items: center;
margin: 0.5rem 0;
}
.contact-item:not(:first-of-type) {
margin-left: 0.5rem;
}
.contact-item a {
color: #2573a6;
}  #characters-used {
color: #666;
font-size: 0.7rem;
text-align: right;
}  .small-quote {
max-width: 600px;
margin: auto;
}  .eael-advance-tabs .eael-tabs-nav>ul {
align-items: stretch;
}  .eael-cta-overlay-yes .eael-call-to-action.bg-img:after {
background: rgba(37, 115, 166, 0.75);
}  .premium-blog-post-content .center-container {
padding: 0;
}  #content .ha-infobox-title {
text-align: inherit;
}
#content .ha-fun-factor__content-number {
text-align: center;
}.cff-wrapper:after{content:"";display:table;clear:both}#cff{float:left;width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cff-wrapper-ctn{overflow:hidden;box-sizing:border-box}.cff-wrapper-ctn.cff-wrapper-fixed-height{overflow:auto;overflow-x:hidden}#cff .cff-masonry-posts,#cff .cff-posts-wrap,.cff-wrapper-ctn{position:relative;clear:both;height:100%;top:0;bottom:0;width:100%}#cff .cff-posts-wrap-box-shadow{padding:5px}#cff .cff-item{float:left;width:100%;clear:both;padding:20px 0 15px 0;margin:0;border-bottom:1px solid #ddd}#cff .cff-item:first-child{padding-top:0}#cff .cff-item.cff-box,#cff .cff-item.cff-box:first-child{padding:15px;margin:8px 0;background:rgba(255,255,255,.5);border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-item.cff-box:first-child{margin-top:0}#cff .cff-item.cff-box:last-child{margin-bottom:0}#cff .cff-item.cff-shadow{box-shadow:0 0 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.cff-header{width:100%;margin:0 0 15px 0;padding:0;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center}.cff-header .fa,.cff-header svg{margin:0 10px 0 0;padding:0}.cff-visual-header{margin-bottom:24px!important}.cff-visual-header .cff-header-hero{width:100%;height:300px;position:relative;overflow:hidden}.cff-visual-header .cff-header-hero img{width:100%;display:none}.cff-visual-header .cff-likes-box{position:absolute;bottom:10px;right:10px;padding:5px;background:#eee;line-height:1;border-radius:2px;color:#445790}.cff-visual-header .cff-likes-box .cff-square-logo{float:left;display:inline-block;line-height:0}.cff-visual-header .cff-likes-box .cff-square-logo svg{width:18px;vertical-align:top}.cff-visual-header .cff-likes-box .cff-likes-count{float:left;display:inline-block;margin-left:8px;vertical-align:top;font-size:15px;line-height:20px}.cff-visual-header .cff-header-inner-wrap{position:relative;display:block;text-decoration:none!important}.cff-visual-header .cff-header-inner-wrap a{color:inherit!important;border:0}.cff-visual-header .cff-header-img img{display:block;width:100px;border-radius:3px;padding:0;margin:0}.cff-visual-header.cff-has-cover .cff-header-img img{border:2px solid #fff}.cff-visual-header .cff-header-img{position:absolute;display:inline-block;line-height:1}.cff-visual-header.cff-has-cover .cff-header-img{top:-25px;left:10px}.cff-visual-header .cff-header-text{display:inline-block;float:left;margin:20px 0 0 120px}#cff .cff-visual-header .cff-header-text h3,.cff-visual-header .cff-header-text h3{display:inline-block;width:auto;margin:0 8px 0 0;padding:0;font-size:1.2em;line-height:1.2em}.cff-visual-header .cff-header-text{padding-top:10px;margin:0}.cff-visual-header.cff-has-name{min-height:100px}.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{min-height:75px}.cff-visual-header.cff-has-name .cff-header-text{margin-left:120px}.cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left:125px}.cff-visual-header.cff-has-name .cff-header-text{padding-top:30px}.cff-visual-header.cff-has-name.cff-has-about .cff-header-text,.cff-visual-header.cff-has-name.cff-has-cover .cff-header-text{padding-top:10px}#cff .cff-visual-header .cff-header-inner-wrap .cff-bio,.cff-visual-header .cff-header-inner-wrap .cff-bio{display:block;width:100%;clear:both;margin:3px 0 0 0;padding:0;line-height:1.2em}.cff-visual-header .cff-header-name{float:left;padding:0 5px 2px 0}.cff-visual-header .cff-bio-info{font-size:.9em;line-height:1.7}.cff-visual-header .cff-bio-info svg{display:inline-block;width:1em;vertical-align:middle;position:relative;top:-2px}.cff-posts-count svg{padding-right:3px}.cff-header-inner-wrap:after,.cff-header-text:after{display:table;clear:both;content:" "}#cff .cff-less{display:none}#cff.cff-default-styles a{text-decoration:none}#cff.cff-default-styles a:focus,#cff.cff-default-styles a:hover{text-decoration:underline}#cff .cff-post-text-link{display:block}.cff-post-text{width:100%;float:left}#cff .cff-post-desc,#cff h3,#cff h4,#cff h5,#cff h6,#cff p{float:left;width:100%;clear:both;padding:0;margin:5px 0;word-wrap:break-word}#cff.cff-default-styles .cff-post-desc,#cff.cff-default-styles h3,#cff.cff-default-styles h4,#cff.cff-default-styles h5,#cff.cff-default-styles h6,#cff.cff-default-styles p{line-height:1.4}#cff .cff-date{float:left;min-width:50px;width:auto}#cff.cff-default-styles .cff-date{font-size:11px}#cff .cff-author{float:left;clear:both;margin:0 0 15px 0;padding:0;line-height:1.2;width:100%}#cff .cff-author a{text-decoration:none;border:none}#cff .cff-author-img{float:left;width:40px;height:40px;margin:0 0 0 -100%!important;font-size:0;background:#eee;background:url(//most.salezjanie.pl/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;background-size:100%;border-radius:50%}#cff .cff-author img{float:left;margin:0!important;padding:0!important;border:none!important;font-size:0;border-radius:50%}#cff .cff-author-img.cff-no-consent img{display:none}.cff-no-consent .cff-header-text{margin-left:0!important}.cff-no-consent .cff-header-hero,.cff-no-consent .cff-header-img{display:none!important}#cff .cff-author .cff-author-text span.cff-page-name{display:table-cell;vertical-align:middle;height:40px;margin:0;font-weight:700;padding-left:50px;float:none}#cff .cff-author .cff-story{font-weight:400}#cff.cff-default-styles .cff-author a{text-decoration:none}#cff .cff-author.cff-no-author-info .cff-date{margin-top:12px!important}#cff .cff-author.cff-no-author-info .cff-author-img{width:40px;height:40px;background:url(//most.salezjanie.pl/wp-content/plugins/custom-facebook-feed/assets/img/cff-avatar.png) no-repeat;margin:0!important}#cff .cff-author .cff-author-text{float:left;width:100%}#cff .cff-author .cff-date,#cff .cff-author .cff-page-name{float:left;clear:both;width:auto;margin:0 0 0 50px!important}#cff.cff-default-styles .cff-author .cff-author-text *{font-weight:700;line-height:1.2}#cff .cff-author .cff-date{color:#9197a3;font-size:11px;margin-top:2px!important;margin-bottom:0!important}#cff.cff-default-styles .cff-author .cff-date{font-weight:400}#cff .cff-author .cff-page-name.cff-author-date{float:left;padding:3px 0 0 0;font-size:14px}#cff .cff-cta-link a,.cff-media-link .fa{display:inline-block;width:auto;padding:5px 7px 5px 6px;margin-right:6px;border:1px solid #eee;border:1px solid rgba(0,0,0,.1);border-radius:3px;background:rgba(0,0,0,.02)}#cff .cff-cta-link a:hover,.cff-media-link .fa:hover{background:#f9f9f9;background:rgba(0,0,0,.03);text-decoration:none}#cff .cff-cta-link a{padding:5px 15px}#cff .cff-break-word{word-break:break-all}#cff .cff-expand{display:none}#cff.cff-default-styles .cff-expand a{font-size:11px;font-weight:400}#cff .cff-shared-link{float:left;clear:both;width:100%;padding:5px 10px;margin:10px 0 5px 0;background:#f9f9f9;border:1px solid #d9d9d9;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.07);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-no-styles{background:0 0;border:none;padding:0}#cff .cff-link{float:left;clear:both;max-width:20%;margin:10px 0 0 0}#cff .cff-link img{max-width:100%}#cff .cff-link-title{float:left;clear:both;width:100%;display:block}#cff.cff-default-styles .cff-link-title{font-weight:700}#cff p.cff-link-title{margin:5px 0 0 0}#cff .cff-text-link{float:left;clear:none;width:72%;margin-left:3%;padding:0 0 5px 0}#cff .cff-link-caption{margin:0}#cff.cff-default-styles .cff-link-caption{font-size:12px}#cff .cff-text-link.cff-no-image{width:100%;margin-left:0}#cff .cff-post-desc{margin:5px 0 0 0}#cff .cff-details{float:left;clear:none;width:100%;margin:0;padding:0}#cff .cff-details h5{margin:0 0 5px 0}#cff.cff-default-styles .cff-details h5{padding:0;font-size:16px}#cff.cff-default-styles .cff-details p{font-size:14px}#cff .cff-timeline-event .cff-date,#cff .cff-timeline-event .cff-info,#cff .cff-timeline-event .cff-timeline-event-title,#cff .cff-timeline-event .cff-where{display:block;width:100%;clear:both}#cff .cff-details .cff-info{padding:10px 0 0 0}#cff.cff-default-styles .cff-details .cff-info{line-height:1.2}#cff .cff-desc-wrap{float:left;width:100%}#cff .cff-note-title{display:block;font-weight:700;padding-bottom:5px}#cff .cff-post-links{float:left;clear:none;padding:5px 0 0 0;margin:0}#cff.cff-default-styles .cff-post-links{font-size:11px}#cff .cff-post-links.cff-left{float:left;margin:8px 0}#cff.cff-default-styles .cff-post-links a{font-size:11px}#cff .cff-post-links a:first-child{padding-left:0;margin:0}#cff .cff-dot{padding:0 5px}#cff .cff-share-container{position:relative;display:inline}#cff .cff-share-tooltip{display:none;position:absolute;z-index:1000;bottom:22px;right:-40px;width:110px;padding:3px 5px 4px 5px;margin:0;background:#333;color:#eee;font-size:12px;line-height:1.3;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-share-tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;left:50%;margin-left:-3px;color:#333}#cff .cff-share-tooltip a .fa,#cff .cff-share-tooltip a svg{font-size:16px;margin:0;padding:5px}#cff .cff-share-tooltip a{display:block;float:left;margin:0!important;padding:0!important;color:#eee!important;opacity:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#cff .cff-share-tooltip a:hover{color:#fff!important}#cff .cff-share-tooltip .cff-facebook-icon:hover{background:#3b5998}#cff .cff-share-tooltip .cff-twitter-icon:hover{background:#00aced}#cff .cff-share-tooltip .cff-google-icon:hover{background:#dd4b39}#cff .cff-share-tooltip .cff-linkedin-icon:hover{background:#007bb6}#cff .cff-share-tooltip .cff-pinterest-icon:hover{background:#cb2027}#cff .cff-share-tooltip .cff-email-icon:hover{background:#dd4b39}#cff .cff-share-tooltip a.cff-show{opacity:1;transition:opacity .2s ease}.cff-likebox{float:left;width:100%;position:relative;margin:20px 0 0 0}.fb_iframe_widget{border:none;overflow:hidden}.cff-likebox .fb_iframe_widget{width:100%}.cff-likebox .fb_iframe_widget span{width:100%!important}.cff-likebox .fb_iframe_widget iframe{margin:0;position:relative;top:0;left:0;width:100%!important;height:100%}.cff-likebox.cff-top.cff-outside{margin-bottom:10px}.cff-likebox.cff-bottom.cff-outside{margin-top:10px}#cff.cff-fixed-height{padding:5px 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cff .cff-error-msg{display:none;position:relative;font-size:12px;font-family:sans-serif;padding:8px 12px;border:1px solid #ddd;margin-bottom:10px;clear:both;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#cff .cff-error-msg p{float:none}#cff .cff-error-msg .cff_notice_dismiss{position:absolute;top:4px;right:8px}#cff #cff-error-reason{display:none;padding:5px 0 0 0;clear:both}#cff.cff-default-styles .cff-credit{font-size:11px}#cff.cff-default-styles .cff-credit a{text-decoration:none}#cff .cff-credit img{float:left;margin:-2px 5px 0 0}#cff .cff-credit .fa{padding-right:5px;font-size:13px}.cff-credit a{display:flex;align-items:center}.cff-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important}@media all and (max-width:640px){#cff.cff-width-resp{width:100%!important}.cff-wrapper .cff-visual-header .cff-header-img img{width:80px}.cff-wrapper .cff-visual-header.cff-has-name .cff-header-text{margin-left:95px}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left:105px}}#cff .cff-comment .cff-comment-text img,#cff img.emoji,#cff-lightbox-wrapper .cff-comment .cff-comment-text img,#cff-lightbox-wrapper img.emoji{float:none;max-width:100%}#cff .cff-linebreak{display:block;height:5px}#cff.cff-masonry .cff-item.cff-box{margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry{box-sizing:border-box}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-item:first-child{padding-top:20px;margin-top:0}#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox{float:none;display:inline-block;width:30.3%;margin:0 1.5%;margin-bottom:20px}#cff.cff-masonry.cff-opaque-comments .cff-item{z-index:1}#cff.cff-masonry.masonry-2-desktop .cff-item{width:47%;margin:0 1.5%}#cff.cff-masonry.masonry-4-desktop .cff-item{width:22%;margin:0 1.5%}#cff.cff-masonry.masonry-5-desktop .cff-item{width:17%;margin:0 1.5%}#cff.cff-masonry.masonry-6-desktop .cff-item{width:13.516%;margin:0 1.5%}@media (min-width:481px) and (max-width:800px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-4-tablet .cff-item,#cff.cff-masonry.masonry-4-tablet .cff-likebox{width:22%;margin-left:1.5%;margin-right:1.5%}}@media (max-width:480px){#cff.cff-masonry .cff-item,#cff.cff-masonry .cff-likebox,#cff.cff-masonry.masonry-2-desktop .cff-item,#cff.cff-masonry.masonry-3-desktop .cff-item,#cff.cff-masonry.masonry-4-desktop .cff-item,#cff.cff-masonry.masonry-5-desktop .cff-item,#cff.cff-masonry.masonry-6-desktop .cff-item{width:100%;margin:0}#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox{width:47%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item,#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox{width:30.3%;margin-left:1.5%;margin-right:1.5%}#cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item{width:100%}}#cff.cff-masonry .cff-comments-box{position:relative;z-index:999}#cff.cff-masonry .cff-comment-attachment,#cff.cff-masonry .cff-comment-replies-box{max-width:100%}#cff.cff-masonry .cff-load-more{display:block;float:left;clear:both}#cff.cff-masonry.cff-masonry-css{width:100%;overflow:hidden;margin-bottom:20px}#cff.cff-masonry.cff-masonry-css{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-column-fill:auto;column-fill:unset;-webkit-column-count:3;-moz-column-count:3;column-count:3;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-desktop{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-4-desktop{-webkit-column-count:4;-moz-column-count:4;column-count:4;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-5-desktop{-webkit-column-count:5;-moz-column-count:5;column-count:5;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:6;-moz-column-count:6;column-count:6;margin:0}#cff.cff-masonry.cff-masonry-css .cff-item,#cff.cff-masonry.cff-masonry-css .cff-likebox,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item{float:none;display:inline-block;width:100%;margin:0 0 12px 0}#cff.cff-masonry.cff-masonry-css .cff-likebox{width:99.5%}#cff.cff-masonry.cff-masonry-css .cff-load-more{margin:0 0 10px 0;position:relative;bottom:0}@media only screen and (max-width:780px){#cff.cff-masonry.cff-masonry-css,#cff.cff-masonry.cff-masonry-css.masonry-2-desktop,#cff.cff-masonry.cff-masonry-css.masonry-4-desktop,#cff.cff-masonry.cff-masonry-css.masonry-5-desktop,#cff.cff-masonry.cff-masonry-css.masonry-6-desktop{-webkit-column-count:1;-moz-column-count:1;column-count:1}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile{-webkit-column-count:2;-moz-column-count:2;column-count:2;margin:0}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile,#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-item{width:100%}}#cff.cff-disable-masonry{height:auto!important}#cff.cff-disable-masonry .cff-item,#cff.cff-disable-masonry .cff-likebox{position:relative!important;top:auto!important}#cff.cff-dark .cff-album-item,#cff.cff-dark .cff-item,#cff.cff-dark .cff-item.cff-box,#cff.cff-dark .cff-item.cff-box:first-child{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#cff.cff-dark .cff-item a{color:#fff;text-decoration:underline}#cff.cff-dark .cff-date{color:rgba(255,255,255,.5)}#cff.cff-dark .cff-album-info a,#cff.cff-dark .cff-author-date,#cff.cff-dark .cff-post-links a{color:#fff}#cff.cff-dark .cff-album-info p{color:rgba(255,255,255,.75)}#cff.cff-light .cff-album-item,#cff.cff-light .cff-item,#cff.cff-light .cff-item.cff-box,#cff.cff-light .cff-item.cff-box:first-child{background-color:rgba(255,255,255,.95);color:rgba(0,0,0,.8)}#cff.cff-light .cff-item a{color:#000;text-decoration:underline}#cff.cff-light .cff-date{color:rgba(0,0,0,.5)}#cff.cff-light .cff-album-info a,#cff.cff-light .cff-author-date,#cff.cff-light .cff-post-links a{color:#000}#cff.cff-light .cff-album-info p{color:rgba(0,0,0,.7)}.cff-num-diff-hide{display:none!important}.cff-gdpr-notice{max-width:100%;box-sizing:border-box;padding:8px 15px;margin:0;font-size:12px;background:#fdf7f7;display:inline-block;border-radius:5px;border:1px solid #e4b1b1;line-height:1.3;display:none}