.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//leanspiration.pl/wp-content/themes/leanspiration/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}.btn {
background: transparent;
border: none;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
line-height: 1.2;
display: inline-block;
padding: 0;
margin: 0;
cursor: pointer;
text-decoration: none;
color: #333333;
text-transform: uppercase;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn:hover,
.btn:focus {
color: #333333;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn:focus {
-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.btn.done {
opacity: 0.5;
cursor: default;
}
.btn-basic {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 13px 23px 11px;
}
.btn-primary {
background: #00aeef;
color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
color: #ffffff;
}
.btn-secondary {
background: #f13077;
color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus {
color: #ffffff;
}
.btn-white-primary {
background: #ffffff;
color: #00aeef;
}
.btn-white-primary:hover,
.btn-white-primary:focus {
color: #00aeef;
}
.btn-white-secondary {
background: #ffffff;
color: #f13077;
}
.btn-white-secondary:hover,
.btn-white-secondary:focus {
color: #f13077;
}
h1 {
font-size: 72px;
font-family: "Roboto", sans-serif;
font-weight: 100;
line-height: 1.2;
}
h2 {
font-size: 48px;
font-family: "Roboto", sans-serif;
font-weight: 100;
line-height: 1.2;
}
h3 {
font-size: 36px;
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.2;
}
h4 {
font-size: 30px;
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.2;
}
h5 {
font-size: 22px;
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.36;
}
@media (max-width: 767px) {
h1 {
font-size: 54px;
}
h2 {
font-size: 42px;
}
h3 {
font-size: 36px;
}
h4 {
font-size: 30px;
}
}
@font-face {
font-family: 'fontello';
src: url(//leanspiration.pl/wp-content/themes/leanspiration/fonts/icons/fontello.eot?7585794);
src: url(//leanspiration.pl/wp-content/themes/leanspiration/fonts/icons/fontello.eot?7585794#iefix) format('embedded-opentype'), url(//leanspiration.pl/wp-content/themes/leanspiration/fonts/icons/fontello.woff2?7585794) format('woff2'), url(//leanspiration.pl/wp-content/themes/leanspiration/fonts/icons/fontello.woff?7585794) format('woff'), url(//leanspiration.pl/wp-content/themes/leanspiration/fonts/icons/fontello.ttf?7585794) format('truetype'), url(//leanspiration.pl/wp-content/themes/leanspiration/fonts/icons/fontello.svg?7585794#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-wrong:before {
content: '\e800';
} .icon-right:before {
content: '\e801';
} .icon-arrow-big:before {
content: '\e802';
} .icon-arrow-small:before {
content: '\e803';
} .icon-facebook:before {
content: '\e804';
} .icon-linked:before {
content: '\e805';
} .icon-twitter:before {
content: '\e806';
} .icon-arrow-small-left:before {
content: '\e807';
} .icon-signature:before {
content: '\e808';
} .icon-arrow-down:before {
content: '\e809';
}
a {
color: #00aeef;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
a:hover,
a:focus {
text-decoration: none;
}
a:hover {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #f13077;
}
body {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 14px;
color: #333333;
background: #f5f5f5;
}
.site-content {
padding-top: 90px;
}
.site-content.frontpage {
padding-top: 0;
}
.read-more {
padding-bottom: 8px;
font-size: 12px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
color: #00aeef;
position: relative;
display: inline-block;
padding-right: 18px;
}
.read-more:before {
position: absolute;
right: 0;
top: 3px;
font-size: 8px;
}
.read-more:after {
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #00aeef;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.read-more:hover {
color: #00aeef;
text-decoration: none;
}
.read-more:hover:after {
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.social {
color: #00aeef;
}
.social:hover {
color: #00aeef;
}
.link {
color: #00aeef;
display: inline-block;
padding: 8px 6px 8px;
position: relative;
text-transform: uppercase;
font-family: Roboto, sans-serif;
letter-spacing: 2px;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
}
.link:before {
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #00aeef;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.link:hover {
color: #00aeef;
}
.link:hover:before {
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.link.white {
color: #ffffff;
}
.link.white:before {
background: #ffffff;
}
.link.white:hover {
color: #ffffff;
}
.spacer-big {
height: 100px;
}
.spacer-medium {
height: 50px;
}
.my-icon {
width: 76px;
height: 77px;
}
.page-contact-form div[role=alert].wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
@media (max-width: 767px) {
.spacer-big {
height: 50px;
}
.spacer-medium {
height: 25px;
}
.site-content {
padding-top: 60px;
}
}
@media (max-width: 520px) {
.col-xs-6.my-xxs-col {
width: 100%;
}
}
.site-branding {
width: 140px;
display: inline-block;
margin: 0 -2px;
position: relative;
z-index: 5;
}
.site-branding img {
max-width: 100%;
margin-top: -12px;
}
.site-branding a {
display: inline-block;
vertical-align: middle;
}
.site {
position: relative;
}
.site-header {
height: 90px;
line-height: 90px;
background: #ffffff;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 200;
-webkit-transition: top 0.3s ease;
-moz-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.site-header.fixed {
position: fixed;
background: #ffffff !important;
}
.site-header.frontpage {
background: transparent;
}
.main-navigation {
font-family: Roboto, sans-serif;
text-align: right;
letter-spacing: 2px;
display: inline-block;
vertical-align: middle;
margin: 0 -2px 0 -144px;
padding-left: 144px;
width: 100%;
}
.main-navigation ul {
list-style: none;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
margin: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
line-height: 1.2;
}
.main-navigation .menu {
width: 100%;
padding-right: 58px;
margin-right: -58px;
margin-top: 12px;
}
.main-navigation .menu li {
display: inline-block;
padding-left: 16px;
}
.main-navigation a {
color: #00aeef;
display: block;
padding: 8px 6px 8px;
position: relative;
}
.main-navigation a:before {
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #00aeef;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.main-navigation a:hover {
color: #00aeef;
}
.main-navigation a:hover:before {
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.language-switcher {
width: 52px;
display: inline-block;
vertical-align: middle;
margin-top: 12px;
line-height: 1;
position: relative;
}
.language-switcher span {
text-transform: uppercase;
color: #00aeef;
display: block;
padding: 8px 14px 8px 6px;
font-weight: 500;
font-size: 14px;
cursor: pointer;
position: relative;
}
.language-switcher span:after {
content: "";
position: absolute;
right: 0;
top: 50%;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 4px 0 4px;
border-color: #00aeef transparent transparent transparent;
}
.language-switcher ul {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
}
.language-switcher li {
padding-left: 0;
display: block;
}
.language-switcher a {
padding: 8px 14px 8px 6px;
}
.language-switcher.active ul {
display: block;
}
.button-container {
display: none;
vertical-align: middle;
width: 100%;
margin-left: -144px;
padding-left: 150px;
text-align: right;
}
.burger {
width: 45px;
height: 40px;
padding: 10px 5px;
display: inline-block;
vertical-align: middle;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.burger span {
height: 4px;
width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: block;
background: #00aeef;
}
.burger span:nth-child(2) {
margin: 4px 0;
}
@media (max-width: 767px) {
.container .main-navigation {
display: none;
}
.main-navigation {
margin: 0;
padding-left: 0;
}
.main-navigation ul {
font-size: 18px;
}
.main-navigation a:hover:before {
display: none;
}
.main-navigation .menu {
margin: 0;
padding: 0;
}
.main-navigation .menu li {
display: block;
padding-left: 0;
padding-bottom: 5px;
}
.language-switcher {
display: block;
width: auto;
margin: 0;
}
.language-switcher span {
display: none;
}
.language-switcher ul {
display: block;
position: relative;
}
.language-switcher li {
display: inline-block;
}
.language-switcher li:after {
content: "|";
color: #00aeef;
display: inline-block;
}
.language-switcher li:last-child:after {
display: none;
}
.language-switcher a {
display: inline-block;
}
.button-container {
display: inline-block;
}
}
.hamburger-menu {
display: none;
}
@media (max-width: 767px) {
.hamburger-menu {
margin-left: -100%;
position: static;
min-height: 100%;
display: table;
z-index: 200;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: #00aeef;
transition: 0.5s;
}
.hamburger-menu-active {
margin-left: 0;
}
.hamburger-menu-active .button-container {
position: absolute;
top: 20px;
right: 20px;
}
.hamburger-menu-active .button-container .burger span {
background: #ffffff;
}
.hamburger-menu-active .main-navigation {
display: table-cell;
position: static;
min-height: 100%;
height: 100%;
background: none;
text-align: center;
}
.hamburger-menu-active .main-navigation a {
color: #ffffff;
}
}
#nav-icon.open span:nth-child(1) {
top: 18px;
left: 0;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
}
#nav-icon.open span:nth-child(2) {
opacity: 0;
left: -60px;
}
#nav-icon.open span:nth-child(3) {
top: 18px;
left: 0;
position: absolute;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.burger {
position: relative;
}
@media (max-width: 767px) {
.site-header {
height: auto;
line-height: initial;
padding-top: 15px;
padding-bottom: 5px;
}
}
.site-footer {
min-height: 250px;
padding-top: 70px;
padding-bottom: 30px;
color: #666666;
}
.site-footer .logo img {
max-width: 175px;
}
.site-footer .col-right {
text-align: right;
}
.site-footer .menu {
display: block;
margin: 0;
list-style: none;
text-transform: uppercase;
padding: 4px 0 13px;
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
letter-spacing: 2px;
}
.site-footer .menu li {
display: inline-block;
padding-left: 15px;
}
.site-footer .menu li:last-child {
margin-right: -6px;
}
.site-footer .menu a {
color: #999999;
display: block;
padding: 0 6px 8px;
position: relative;
}
.site-footer .menu a:before {
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #999999;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.site-footer .menu a:hover {
color: #999999;
}
.site-footer .menu a:hover:before {
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.site-footer .contact-socials {
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: 1px;
}
.site-footer .contact-socials .contact {
opacity: 0.4;
}
.site-footer .contact-socials ul {
margin: 0;
padding: 0;
display: inline-block;
list-style: none;
vertical-align: middle;
}
.site-footer .contact-socials li {
display: inline-block;
}
.site-footer .contact-socials .socials {
font-size: 20px;
}
.site-footer .contact-socials .contact li {
margin-right: 10px;
}
.site-footer .contact-socials .contact li:after {
content: ",";
display: inline-block;
}
.site-footer .contact-socials .contact li:last-child:after {
display: none;
}
@media (max-width: 991px) {
.site-footer .menu li {
padding-left: 12px;
}
.site-footer .contact-socials .socials {
padding-top: 20px;
}
}
@media (max-width: 767px) {
.site-footer {
text-align: center;
padding-top: 30px;
}
.site-footer .contact-socials ul {
display: block;
}
.site-footer .col-right {
text-align: center;
}
.site-footer .menu {
padding-top: 30px;
}
.site-footer .menu a {
display: inline-block;
}
.site-footer .menu li {
display: block;
padding-bottom: 10px;
}
}
.post-header-image {
width: 100%;
height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.entry-title {
font-size: 36px;
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.2;
color: #333333;
}
.post {
background: #ffffff;
}
.comment-container {
background: #ffffff;
padding-bottom: 195px;
padding-top: 10px;
}
.post-container {
background: #ffffff;
margin: -196px auto 0px auto;
max-width: 840px;
padding: 80px 110px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.post-container .entry-date {
font-family: 'Roboto';
font-weight: 500;
font-size: 12px;
line-height: 24px;
color: #999999;
text-transform: uppercase;
letter-spacing: 2px;
display: inline-block;
}
.post-container .cat-links {
display: inline-block;
}
.post-container .entry-content {
margin-bottom: 100px;
}
.post-container .entry-content p {
font-size: 18px;
font-weight: 300;
line-height: 32px;
color: #333333;
font-family: 'Roboto';
}
@media (max-width: 767px) {
.post-container .entry-content p {
font-size: 16px;
line-height: 1.2;
}
}
.post-container .entry-content p iframe {
max-width: 100% !important;
}
.post-container .entry-content img {
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.post-container .entry-content blockquote {
width: 940px;
margin-left: -160px;
position: relative;
}
.post-container .entry-content blockquote p {
font-size: 30px;
font-family: 'Roboto';
font-weight: 300;
color: #333333;
line-height: 1.4;
}
@media (max-width: 767px) {
.post-container .entry-content blockquote p {
font-size: 19px;
}
}
@media (max-width: 991px) {
.post-container .entry-content blockquote {
width: 720px;
margin-left: -110px;
}
}
@media (max-width: 767px) {
.post-container .entry-content blockquote {
width: 100%;
margin: auto;
}
}
.post-container .entry-content .gallery {
width: 940px;
margin-left: -160px;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
.post-container .entry-content .gallery:before,
.post-container .entry-content .gallery:after {
content: " ";
display: table;
}
.post-container .entry-content .gallery:after {
clear: both;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item {
width: 212px!important;
height: 212px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item img {
height: 212px;
min-width: 212px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(2) {
width: 454px!important;
height: 454px;
float: none;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(2) img {
height: 454px;
min-width: auto;
width: auto;
max-width: initial;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(3) {
float: right;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(4) {
clear: both;
margin-top: -212px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(5) {
float: right;
margin-top: -212px;
}
.post-container .entry-content .gallery.gallery-columns-2 {
width: 700px;
margin-left: -40px;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item {
width: 212px!important;
height: 212px;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item img {
height: 212px;
min-width: 212px;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(2) {
clear: both;
margin-top: 30px;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(3) {
width: 454px!important;
height: 454px;
margin-top: -212px;
margin-left: 30px;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(3) img {
height: 454px;
min-width: auto;
width: auto;
max-width: initial;
}
.post-container .entry-content .gallery figure.gallery-item {
margin-left: 0;
display: inline-block;
vertical-align: top;
overflow: hidden;
float: left;
}
.post-container .entry-content .gallery figure.gallery-item img {
width: auto;
max-width: initial;
}
.post-container .post-categories {
padding: 0;
margin: 0;
}
.post-container .post-categories li {
font-family: 'Roboto';
font-weight: 400;
font-size: 12px;
letter-spacing: 2px;
color: #999999;
text-transform: uppercase;
list-style-type: none;
display: inline-block;
}
.post-container .post-categories li:before {
content: "";
width: 3px;
height: 3px;
background: #999999;
border-radius: 50%;
display: inline-block;
margin-left: 13px;
margin-right: 13px;
vertical-align: middle;
}
.post-container .post-categories li a {
color: #999999;
}
.post-container .icon-facebook {
color: #4865ba;
}
.post-container .icon-linked {
color: #0077b5;
}
.post-container .social {
margin: 0 6px;
}
.post-container .entry-footer {
border-top: 1px solid #ececec;
padding-top: 16px;
}
.post-container .entry-footer ul {
text-align: center;
list-style-type: none;
padding: 0;
}
.post-container .entry-footer .post-navigation {
width: 100%;
}
.post-container figure {
color: #999999;
width: 940px !important;
text-align: center;
margin-left: -160px;
}
.post-container figure img {
max-width: 100%;
height: auto;
}
@media (max-width: 991px) {
.post-container figure {
width: 720px !important;
margin-left: -110px;
}
}
@media (max-width: 771px) {
.post-container figure {
width: 100% !important;
margin-left: auto;
}
}
.post-container .prev {
float: left;
font-size: 14px;
padding-right: 0;
position: relative;
letter-spacing: 3px;
min-width: 130px;
text-transform: uppercase;
min-height: 20px;
}
.post-container .prev a {
color: #00aeef;
font-weight: 500;
padding-left: 15px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.post-container .prev a:before {
content: '\e803';
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
position: absolute;
top: 5px;
left: 0;
font-size: 9px;
transform: rotate(180deg);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.post-container .prev a:after {
right: 0;
top: 26px;
font-size: 8px;
opacity: 0;
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #00aeef;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post-container .prev a:hover:after {
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
.post-container .prev {
float: none;
margin: 0 8px;
}
}
.post-container .next {
float: right;
padding-right: 0;
font-size: 14px;
letter-spacing: 3px;
min-width: 130px;
position: relative;
min-height: 20px;
text-transform: uppercase;
}
.post-container .next a {
color: #00aeef;
font-weight: 500;
padding-right: 15px;
}
.post-container .next a:before {
content: '\e803';
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
position: absolute;
top: 5px;
font-size: 9px;
right: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post-container .next a:after {
right: 0;
top: 26px;
font-size: 8px;
opacity: 0;
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #00aeef;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.post-container .next a:hover:after {
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
.post-container .next {
float: none;
margin: 0 8px;
}
}
.post-container .social-links {
font-size: 12px;
text-transform: uppercase;
color: #999999;
letter-spacing: 2px;
font-weight: 500;
display: inline-block;
}
.post-container .social-links span {
display: block;
}
.post-container .social-links a {
font-size: 30px;
display: inline-block;
margin-top: 14px;
}
@media (max-width: 767px) {
.post-container .social-links {
display: block;
margin-top: 20px;
}
}
@media (max-width: 767px) {
.post-container {
padding: 80px 20px;
}
}
.post-newsletter {
margin-top: -110px;
}
.see-also {
padding-top: 90px;
}
.see-also h2 {
text-align: center;
margin: 0;
color: #c2c2c2;
padding-bottom: 40px;
}
@media (max-width: 991px) {
.entry-title {
font-size: 30px;
}
.post-container .entry-content .gallery.gallery-columns-2 {
width: 700px;
margin-left: -100px;
}
.post-container .entry-content .gallery.gallery-columns-3 {
width: 720px;
margin-left: -110px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item {
width: 170px!important;
height: 170px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item img {
height: 170px;
min-width: 170px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(2) {
width: 360px!important;
height: 360px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(2) img {
height: 360px;
min-width: 360px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(4),
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(5) {
margin-top: -170px;
}
.post-container .entry-content {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.post-container .next,
.post-container .prev {
display: inline-block;
width: 50%;
min-width: auto;
margin: 0 -4px;
}
.post-container .next a:hover:after {
display: none;
}
.post-container .prev a:hover:after {
display: none;
}
.post-newsletter .newsletter button {
display: block;
margin: 0 auto;
margin-top: 10px;
}
.post-container .entry-content .gallery.gallery-columns-2 {
width: 100%;
margin-left: 0px;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item {
width: 48%!important;
height: 310px;
margin-bottom: 30px;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item img {
height: 310px;
width: auto;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(1) {
margin-right: 2%;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(2) {
clear: none;
margin-top: 0;
margin-left: 2%;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(3) {
width: 100%!important;
height: auto;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(3) img {
height: auto;
width: 100%;
}
.post-container .entry-content .gallery.gallery-columns-3 {
width: 100%;
margin-left: 0px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item {
width: 48%!important;
height: 310px;
margin-bottom: 30px;
margin-right: 2%;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item img {
height: 310px;
width: auto;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(2) {
width: 48%!important;
height: 310px;
margin-right: 0;
margin-left: 2%;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(3) {
width: 100%!important;
height: auto;
margin-left: 0;
margin-right: 0;
display: block;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(3) img {
height: auto;
width: 100%;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(4),
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(5) {
margin-top: 0;
margin-bottom: 0;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(5) {
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 2%;
}
.post-header-image {
height: 300px;
}
.post-container {
padding-top: 40px;
padding-bottom: 80px;
margin-top: -80px;
}
.entry-title {
font-size: 24px;
}
.post-container .entry-content {
margin-bottom: 30px;
}
.see-also {
padding-top: 30px;
}
.see-also h2 {
font-size: 24px;
padding-bottom: 20px;
}
}
@media (max-width: 520px) {
.post-container .next a,
.post-container .prev a {
font-size: 0;
}
.post-container .next a:before,
.post-container .prev a:before {
font-size: 15px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item {
width: 100%!important;
height: auto;
margin-left: 0;
margin-right: 0;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item img {
height: auto;
width: 100%;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(2) {
height: auto;
width: 100%!important;
margin-left: 0;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(2) img {
height: auto;
width: 100%;
min-width: auto;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(4) {
margin-bottom: 30px;
}
.post-container .entry-content .gallery.gallery-columns-3 figure.gallery-item:nth-child(5) {
margin-left: 0;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item {
width: 100%!important;
height: auto;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item img {
height: auto;
width: 100%;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(1) {
margin-right: 0;
}
.post-container .entry-content .gallery.gallery-columns-2 figure.gallery-item:nth-child(2) {
margin-left: 0;
}
}
.post-list-item {
height: 400px;
margin-bottom: 30px;
overflow: hidden;
background: #ffffff;
text-align: left;
border: 1px solid #ececec;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.post-list-item .read-more {
margin-top: 18px;
}
.post-list-item .entry-content {
height: 222px;
}
.post-list-item .image {
height: 150px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.post-list-item .content-container {
padding: 0 20px;
}
.post-list-item .card {
padding: 15px 20px 20px;
background: #ffffff;
margin-top: -60px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
.post-list-item .entry-date {
font-family: 'Roboto';
font-weight: 500;
font-size: 12px;
line-height: 24px;
color: #999999;
text-transform: uppercase;
letter-spacing: 2px;
}
.post-list-item .post-categories {
padding: 0;
margin: 0;
}
.post-list-item .post-categories li:last-of-type:after {
display: none;
}
.post-list-item .post-categories li {
float: left;
font-family: 'Roboto';
font-weight: 500;
color: #999999;
text-transform: uppercase;
list-style-type: none;
}
.post-list-item .post-categories li:after {
content: "";
width: 3px;
height: 3px;
background: #999999;
border-radius: 50%;
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
.post-list-item .post-categories li a {
color: #999999;
font-size: 10px;
padding-right: 5px;
line-height: 14px;
letter-spacing: 2px;
}
.post-list-item .entry-title {
padding: 21px 0 0 0;
margin: 0;
clear: both;
}
.post-list-item .entry-title a {
display: inline-block;
text-decoration: none;
font-size: 22px;
line-height: 1.4;
font-family: 'Roboto';
font-weight: 300;
color: #333333;
}
.col-sm-3 .post-list-item .content-container {
padding: 0 15px;
}
.col-sm-3 .post-list-item .card {
padding: 15px;
}
.info-frontpage {
padding: 0 30px 0 30px;
}
.info-frontpage h3 {
font-size: 100px;
font-family: 'Roboto';
font-weight: 100;
margin: 0;
padding: 0;
letter-spacing: -4px;
}
@media (max-width: 991px) {
.info-frontpage h3 {
font-size: 70px;
}
}
.info-frontpage p {
font-size: 22px;
line-height: 30px;
font-family: 'Roboto';
font-weight: 300;
margin: 0;
height: 154px;
}
@media (max-width: 991px) {
.info-frontpage p {
min-height: 180px;
}
}
.info-frontpage a {
margin-top: 23px;
}
.info-white h3 {
color: #333333;
letter-spacing: -8px;
}
.info-white p {
color: #999999;
height: 179px;
margin-top: 19px;
}
.info-white a {
margin-top: 31px;
font-size: 14px;
}
.info-secondary h3 {
color: #ffffff;
}
.info-secondary p {
color: #ffffff;
margin-top: 21px;
}
@media (max-width: 991px) {
.col-sm-3 .post-list-item .entry-title a {
font-size: 16px;
}
}
@media (max-width: 767px) {
.col-sm-3 .post-list-item .content-container {
padding: 0 20px;
}
.col-sm-3 .post-list-item .card {
padding: 15px 20px 20px;
}
.col-sm-3 .post-list-item .entry-title a {
font-size: 22px;
}
}
.featured-carousel {
margin-bottom: 30px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
.owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.owl-carousel .owl-controls {
position: absolute;
bottom: 24px;
right: 22px;
}
.owl-carousel .owl-controls .owl-dot {
display: inline-block;
padding: 0 4px;
margin: 0 4px;
}
.owl-carousel .owl-controls .owl-dot span {
width: 5px;
height: 5px;
background: #ffffff;
opacity: 0.5;
display: inline-block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-carousel .owl-controls .owl-dot.active span {
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.post-list-featured-item {
position: relative;
overflow: hidden;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.post-list-featured-item .read-more {
margin-bottom: 20px;
}
.post-list-featured-item .image {
height: 400px;
border: 1px solid #ececec;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.post-list-featured-item .content-card {
padding: 30px 30px 0 30px;
background: #ffffff;
position: absolute;
bottom: 1px;
left: 50px;
right: 165px;
}
@media (max-width: 991px) {
.post-list-featured-item .content-card {
left: 18px;
right: 132px;
}
}
.post-list-featured-item .content-card .entry-meta {
text-transform: uppercase;
font-family: 'Roboto';
font-weight: 500;
font-size: 12px;
color: #999999;
letter-spacing: 2px;
display: inline-block;
}
.post-list-featured-item .content-card .cat-links {
display: inline;
}
.post-list-featured-item .content-card .entry-date {
float: left;
}
.post-list-featured-item .content-card .post-categories {
padding: 0;
margin: 0;
display: inline;
}
.post-list-featured-item .content-card .post-categories li {
display: inline-block;
font-family: 'Roboto';
font-weight: 500;
color: #999999;
text-transform: uppercase;
list-style-type: none;
}
.post-list-featured-item .content-card .post-categories li:before {
content: "";
width: 3px;
height: 3px;
background: #999999;
border-radius: 50%;
display: inline-block;
margin-left: 5px;
vertical-align: middle;
}
.post-list-featured-item .content-card .post-categories li a {
color: #999999;
padding-right: 5px;
padding-left: 5px;
}
.post-list-featured-item .content-card .entry-title {
clear: both;
margin: 0;
font-size: 22px;
line-height: 30px;
min-height: 61px;
padding-top: 10px;
margin-bottom: 5px;
}
.post-list-featured-item .content-card .entry-title a {
display: block;
font-size: 22px;
font-family: 'Roboto';
line-height: 30px;
color: #333333;
}
@media (max-width: 767px) {
.post-list-featured-item .content-card {
right: 18px;
}
.featured-carousel.owl-carousel .owl-controls {
position: static;
padding-top: 20px;
}
.owl-carousel .owl-controls {
text-align: center;
}
.owl-carousel .owl-controls .owl-dot {
padding: 0;
margin: 0 10px;
}
.owl-carousel .owl-controls .owl-dot span {
background: #00aeef;
width: 10px;
height: 10px;
}
}
.newsletter {
min-height: 240px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
color: #ffffff;
text-align: center;
background: url(//leanspiration.pl/wp-content/themes/leanspiration/img/newsletter-bg.jpg) center center;
background-repeat: no-repeat;
background-size: cover;
padding: 44px 20px 10px 20px;
}
.newsletter h4 {
margin: 0;
padding-bottom: 18px;
}
.newsletter p {
font-weight: 300;
font-size: 18px;
line-height: 1.2;
margin: 0;
padding-bottom: 21px;
}
.newsletter input {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: none;
font-size: 16px;
height: 40px;
line-height: 40px;
width: 260px;
padding: 0 20px;
color: #333333;
}
.newsletter input[type='submit'] {
display: inline-block;
vertical-align: middle;
min-width: 164px;
width: auto;
background: transparent;
border: none;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
line-height: 1.2;
padding: 0;
margin: 0 0 0 7px;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
background: #ffffff;
color: #00aeef;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.newsletter input[type='submit']:hover,
.newsletter input[type='submit']:focus {
color: #00aeef;
}
@media (max-width: 520px) {
.newsletter input {
width: 100%;
}
.newsletter input[type='submit'] {
margin-top: 10px;
margin-left: 0;
width: 100%;
}
}
.frontpage-read-more {
text-align: center;
}
.frontpage-header {
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/chart-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
margin-bottom: 100px; }
@media (max-width: 767px) {
.frontpage-header {
margin-bottom: 30px;
}
}
.frontpage-header .margin-top {
margin-top: 40px;
}
.frontpage-header h5 {
margin-top: 0;
}
.frontpage-header .punktor:nth-child(3) {
left: 6%;
top: 55%;
}
@media (max-width: 991px) {
.frontpage-header .punktor:nth-child(3) {
left: 7%;
top: 52%;
}
}
.frontpage-header .punktor:nth-child(4) {
left: 53%;
top: 59%;
}
.frontpage-header .punktor:nth-child(5) {
left: 13%;
top: 90%;
margin-bottom: 57px;
}
@media (max-width: 991px) {
.frontpage-header .my-xxs-col {
text-align: center;
}
}
.frontpage-header .my-xxs-col span {
padding: 0 14px;
}
@media (max-width: 991px) {
.frontpage-header .my-xxs-col span {
display: block;
margin: 10px auto;
}
}
.frontpage-header .container {
min-height: 970px;
padding-top: 120px;
position: relative;
}
.frontpage-header .header-image {
max-width: 650px;
margin-top: 46px;
}
.frontpage-header .header-image img {
max-width: 100%;
}
.frontpage-header .header-content h5 {
margin-bottom: 0;
}
.frontpage-header .header-content ul {
list-style-type: none;
padding: 0;
margin-top: 7px;
}
.frontpage-header .header-content ul a {
display: inline-block;
padding: 8px 6px 8px;
position: relative;
text-transform: uppercase;
font-size: 14px;
font-family: 'Roboto';
font-weight: 500;
color: #00aeef;
line-height: 1.2;
letter-spacing: 2px;
}
.frontpage-header .header-content ul a:before {
content: "";
display: block;
height: 2px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #00aeef;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.frontpage-header .header-content ul a:hover {
display: inline-block;
padding: 8px 6px 8px;
position: relative;
text-transform: uppercase;
font-family: Roboto, sans-serif;
letter-spacing: 2px;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
}
.frontpage-header .header-content ul a:hover:before {
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.frontpage-header object {
width: 100%;
}
.frontpage-header .punktor {
font-size: 20px;
font-weight: 400;
letter-spacing: -1px;
position: absolute;
z-index: 10;
margin-left: -55px;
margin-top: -55px;
}
@media (max-width: 767px) {
.frontpage-header .punktor {
margin: 20px auto;
text-align: center;
position: static;
}
}
.frontpage-header .punktor .circle {
display: inline-block;
vertical-align: middle;
color: #00aeef;
height: 110px;
width: 110px;
line-height: 110px;
text-align: center;
background: #ffffff;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
.frontpage-header .punktor .circle {
display: block;
margin: 0 auto;
}
}
.frontpage-header .punktor .label {
position: relative;
z-index: 100;
display: inline-block;
vertical-align: middle;
color: #333333;
font-size: 22px;
font-weight: 300;
opacity: 0.5;
padding-left: 15px;
}
.frontpage-header .punktor span {
font-weight: 700;
font-size: 36px;
}
.frontpage-header .punktor sup {
font-size: 100%;
top: -0.6em;
}
.frontpage-blue {
background: #00aeef;
color: #ffffff;
position: relative; }
.frontpage-blue h3 {
margin: 0;
padding-bottom: 21px;
margin-top: -22px;
}
.frontpage-blue .btn {
margin-right: 10px;
}
.frontpage-blue .signature-image {
padding-bottom: 24px;
font-size: 80px;
line-height: 1;
}
.frontpage-blue .signature-image img {
max-width: 100%;
}
.frontpage-blue .signature-image:before {
margin: 0;
}
.frontpage-blue object {
width: 100%;
}
.frontpage-blue:before {
content: "";
height: 900px;
width: 100%;
background: url(//leanspiration.pl/wp-content/themes/leanspiration/img/blue_before.png) no-repeat bottom center;
background-size: contain;
position: absolute;
top: -900px;
left: 0;
}
.frontpage-blue .right-col {
text-align: center;
}
.frontpage-blue .right-col img {
max-width: 100%;
margin-top: -270px;
}
.frontpage-blue .sheets {
position: relative;
padding-bottom: 28px;
top: -30px;
}
.frontpage-blue .sheets .white-sheet {
float: left;
background: #ffffff;
color: #999999;
font-size: 18px;
font-weight: 300;
text-align: center;
width: 293px;
height: 400px;
padding: 70px 45px 40px 45px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.frontpage-blue .sheets .white-sheet h2 {
margin: 0;
color: #333333;
padding-bottom: 19px;
}
.frontpage-blue .sheets .white-sheet p {
margin: 0;
}
.frontpage-blue .sheets .white-sheet .sheet-image {
padding-bottom: 22px;
}
.frontpage-blue .sheets .white-sheet:first-child {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
margin-left: 50px;
margin-right: -9px;
}
.frontpage-blue .sheets .white-sheet:last-child {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
margin-left: -35px;
}
.frontpage-blue .sheets .white-sheet:nth-child(2) {
margin-top: -40px;
position: relative;
z-index: 2;
}
.frontpage-testimonials .carousel-testimonials {
background: #ffffff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.frontpage-testimonials .carousel-testimonials.owl-carousel .owl-controls {
right: auto;
left: 124px;
bottom: 86px;
}
.frontpage-testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-dot span {
background: #333333;
opacity: 0.25;
}
.frontpage-testimonials .carousel-testimonials.owl-carousel .owl-controls .owl-dot.active span {
background: #00aeef;
opacity: 1;
}
.frontpage-testimonials .testimonial {
padding: 95px 130px 130px 130px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.frontpage-testimonials .testimonial .content {
font-size: 16px;
line-height: 1.6;
font-weight: 300;
color: #333333;
padding-bottom: 30px;
}
.frontpage-testimonials .testimonial .author {
font-size: 18px;
line-height: 1.2;
font-weight: 700;
color: #999999;
padding-bottom: 3px;
}
.frontpage-testimonials .testimonial .position {
font-size: 14px;
line-height: 1.7;
font-weight: 400;
letter-spacing: 2px;
color: #999999;
text-transform: uppercase;
}
.frontpage-testimonials .testimonial .logo {
max-height: 50px;
margin-top: 23px;
}
.frontpage-testimonials .testimonial .logo img {
max-width: 100%;
width: auto;
max-height: 50px;
}
.frontpage-testimonials .testimonial p {
margin: 0;
}
.frontpage-logos img {
max-width: 100%;
}
.info-frontpage {
overflow: hidden;
height: 400px;
margin-bottom: 30px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.info-secondary {
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/pink-bg.png);
background-repeat: no-repeat;
background-size: cover;
width: auto;
border: 1px solid #ececec;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.info-white {
background: #ffffff;
border: 1px solid #ececec;
}
.info-white .read-more {
padding-right: 0;
}
@media (max-width: 991px) {
.frontpage-blue h3 {
margin-top: 0;
}
.frontpage-blue .btn {
margin: 0 0 10px 0;
}
.frontpage-blue .signature-image {
padding-top: 0;
}
.frontpage-blue .right-col img {
margin-top: -180px;
}
.frontpage-blue .sheets .white-sheet {
max-width: 250px;
padding: 50px 30px 40px 30px;
}
.frontpage-blue .sheets .white-sheet:first-child {
margin-left: -15px;
}
.frontpage-blue .sheets .white-sheet:last-child {
margin-left: -16px;
}
}
@media (max-width: 767px) {
.frontpage-header .container {
padding-top: 60px;
}
.frontpage-blue {
text-align: center;
}
.frontpage-blue h3 {
padding-top: 30px;
}
.frontpage-blue .right-col img {
display: none;
}
.frontpage-blue .sheets {
top: 0;
}
.frontpage-blue .sheets .white-sheet {
max-width: 330px;
width: 100%;
float: none;
display: inline-block;
vertical-align: top;
}
.frontpage-blue .sheets .white-sheet:first-child,
.frontpage-blue .sheets .white-sheet:nth-child(2),
.frontpage-blue .sheets .white-sheet:last-child {
margin: 0 10px 30px 10px;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.frontpage-blue .sheets .white-sheet:nth-child(3) {
clear: left;
}
.frontpage-testimonials .testimonial {
padding: 40px 20px 60px 20px;
}
.frontpage-testimonials .carousel-testimonials.owl-carousel .owl-controls {
left: 18px;
bottom: 20px;
right: 18px;
}
}
@media (max-width: 520px) {
.frontpage-blue .sheets .white-sheet {
width: 100%;
float: none;
height: auto;
}
.frontpage-blue .sheets .white-sheet:first-child,
.frontpage-blue .sheets .white-sheet:nth-child(2),
.frontpage-blue .sheets .white-sheet:last-child {
margin-left: 0;
margin-right: 0;
}
}
.category .category-header {
padding-bottom: 50px;
}
.category .category-header h1 {
margin-top: 28px;
margin-bottom: 29px;
}
.category .category-header p {
font-size: 24px;
line-height: 36px;
color: #999999;
font-family: 'Roboto';
font-weight: 300;
}
.blog-header h1 {
position: relative;
z-index: 2;
}
.blog-header img {
max-width: 100%;
margin-top: -103px;
margin-left: 42px;
}
.blog-header .categories-list {
margin: 0;
list-style: none;
padding: 0;
}
.blog-header .categories-list li {
margin: 10px 0;
}
.blog-header .categories-list a {
display: inline-block;
color: #ffffff;
background: #00aeef;
padding: 10px 20px;
font-size: 14px;
font-family: 'Roboto';
letter-spacing: 2px;
text-transform: uppercase;
border-radius: 2px;
}
.blog-header .blog-front-list {
margin-top: 20px;
}
.blog-header .blog-front-list .link {
margin-bottom: 10px;
margin-left: -6px;
}
.blog-header .blog-front-list p {
margin: 0;
font-size: 22px;
padding-bottom: 20px;
font-weight: 300;
color: #969696;
}
.blog-header .blog-front-pic {
margin-top: -19px;
}
@media (max-width: 991px) {
.blog-header {
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/blog-header.png);
background-position: bottom left;
background-repeat: no-repeat;
background-size: 50%;
}
.blog-header img {
display: none;
}
.blog-header .categories-list {
padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.blog-header {
background-image: none;
}
.blog-header .blog-front-pic {
display: none;
}
.blog-header img {
margin-top: 0;
margin-left: 0;
}
.blog-header .blog-front-list {
padding-left: 0;
text-align: center;
margin-top: 50px;
}
.blog-header .blog-front-list .link {
margin-bottom: 20px;
margin-left: 0;
}
}
.blogpage-margin {
margin-bottom: 30px;
}
.ajax-container {
text-align: center;
}
.ajax-container .btn {
margin-top: 20px;
max-width: 290px;
width: 100%;
}
.category-header {
background: #ffffff;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.page-contact {
position: relative;
margin: 0 auto 80px;
padding: 30px 80px 0 80px;
}
.page-contact .page-image {
position: absolute;
top: 0;
right: 80px;
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/page-contact.png);
background-repeat: no-repeat;
background-size: contain;
display: block;
height: 878px;
width: 474px;
z-index: 10;
}
.page-contact .page-icon {
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/mail.png);
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/mail.svg);
background-repeat: no-repeat;
background-size: contain;
display: block;
height: 77px;
width: 78px;
margin: 56px 0 20px 0;
}
.page-contact .page-title h2 {
padding: 0;
margin: 0 0 30px;
}
.page-contact .page-info .number {
font-size: 36px;
font-family: "Roboto", sans-serif;
font-weight: 400;
line-height: 1.2;
padding: 0;
margin: 0 0 20px;
}
.page-contact .page-info .email {
font-size: 30px;
font-family: "Roboto", sans-serif;
font-weight: 200;
line-height: 1.2;
color: #00aeef;
padding: 0;
margin: 0 0 20px;
}
.page-contact .socials {
list-style: none;
display: inline-block;
width: 100%;
margin: 0 0 100px -10px;
padding: 0;
}
.page-contact .socials .social {
font-size: 30px;
display: inline-block;
float: left;
margin-right: 10px;
}
.page-contact-form {
margin: 0 auto 100px;
padding: 0 80px;
}
.page-contact-form .contact-form {
padding: 0;
}
.page-contact-form span {
position: relative;
display: block;
width: 100%;
}
.page-contact-form span[role=alert] {
text-align: right;
height: 12px;
font-size: 12px;
color: #c50000;
}
.page-contact-form div[role=alert] {
border: 1px solid #c50000;
border-radius: 2px;
margin: 60px 0;
}
.page-contact-form select {
font-size: 16px;
height: 40px;
border-radius: 0;
padding: 0;
margin: 0 0 10px;
width: 100%;
border: 0;
background-color: #f5f5f5;
border-bottom: 2px solid #c5c5c5;
cursor: pointer;
}
.page-contact-form select:focus {
outline: none;
border-bottom: 2px solid #00aeef;
}
.page-contact-form input[type=text],
.page-contact-form input[type=tel],
.page-contact-form input[type=email] {
font-size: 16px;
height: 40px;
border-radius: 0;
padding: 0;
margin: 0 0 10px;
width: 100%;
border: 0;
background-color: #f5f5f5;
border-bottom: 2px solid #969696;
}
.page-contact-form input[type=text]:placeholder-shown,
.page-contact-form input[type=tel]:placeholder-shown,
.page-contact-form input[type=email]:placeholder-shown {
border-bottom: 2px solid #c5c5c5;
}
.page-contact-form input[type=text]:focus,
.page-contact-form input[type=tel]:focus,
.page-contact-form input[type=email]:focus {
outline: none;
border-bottom: 2px solid #00aeef;
}
.page-contact-form textarea {
font-size: 16px;
line-height: 38px;
height: 40px;
border-radius: 0;
padding: 0;
margin: 0 0 10px;
width: 100%;
border: 0;
background-color: #f5f5f5;
border-bottom: 2px solid #969696;
resize: none;
overflow: hidden;
}
.page-contact-form textarea:placeholder-shown {
border-bottom: 2px solid #c5c5c5;
}
.page-contact-form textarea:focus {
outline: none;
border-bottom: 2px solid #00aeef;
}
.page-contact-form input[type=submit] {
width: 160px;
height: 40px;
line-height: 38px;
border-radius: 2px;
text-align: center;
text-transform: uppercase;
display: block;
float: right;
background-color: #00aeef;
color: #ffffff;
border: 1px solid #00aeef;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (max-width: 991px) {
.page-contact-form {
padding: 0 15px;
}
.page-contact {
padding: 30px 15px;
}
.page-contact .page-icon {
margin-top: 20px;
}
.page-contact .page-image {
right: 0px;
}
}
@media (max-width: 768px) {
.page-contact {
padding: 30px 0 0 15px;
}
.page-contact .page-icon {
margin-top: 0px;
}
.page-contact .page-image {
right: 0;
width: 50%;
height: 600px;
top: 0;
}
}
@media (max-width: 525px) {
.page-contact-form input[type=submit] {
width: 100%;
}
.page-contact {
padding: 15px;
text-align: center;
}
.page-contact .page-title h2 {
font-size: 32px;
margin: 0 0 20px;
}
.page-contact .page-icon {
margin: 0 auto 20px;
}
.page-contact .page-info .number {
font-size: 26px;
margin: 0 0 10px;
}
.page-contact .page-info .email {
font-size: 22px;
margin: 0 0 30px;
}
.page-contact .socials {
margin: 0 auto 40px;
width: 158px;
}
.page-contact .page-image {
display: none;
}
}
.page-about {
padding-top: 43px;
}
.page-about .white-container {
background: #ffffff;
position: relative;
}
.page-about .white-container:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: -1145px;
height: 1145px;
background: url(//leanspiration.pl/wp-content/themes/leanspiration/img/about_bg.png) no-repeat;
background-position: center bottom;
background-size: contain;
}
.page-about .white-container p {
color: #999999;
font-size: 24px;
font-weight: 300;
line-height: 1.5;
margin: 0;
padding-bottom: 36px;
}
.page-about .white-container .white-sheet {
max-width: 340px;
width: 100%;
min-height: 350px;
background: #ffffff;
background-size: cover;
background-position: center center;
float: left;
padding: 66px 50px 40px;
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.page-about .white-container .white-sheet h3 {
font-weight: 100;
color: #333333;
margin: 0;
}
.page-about .white-container .white-sheet p {
color: #999999;
font-size: 18px;
line-height: 1.6;
font-weight: 300;
margin: 0;
padding-top: 20px;
padding-bottom: 0;
}
.page-about .white-container .white-sheet .sheet-image {
padding-bottom: 36px;
}
.page-about .white-container .white-sheet.sheet-1 {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
margin-top: -250px;
position: relative;
z-index: 2;
}
.page-about .white-container .white-sheet.sheet-2 {
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.page-about .white-container .white-sheet.sheet-3 {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
float: right;
margin-top: -100px;
}
.page-about .white-container .white-sheet.sheet-4 {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
float: right;
position: relative;
z-index: 2;
margin: -100px 30px 0 -30px;
}
.page-about .white-container .white-sheet.sheet-5 {
margin-top: -10px;
position: relative;
z-index: 2;
}
.page-about .white-container .white-sheet.sheet-6 {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
margin-top: 50px;
margin-left: -50px;
}
.page-about .white-container .white-sheet.sheet-7 {
margin-left: -30px;
margin-top: 20px;
position: relative;
z-index: 2;
}
.page-about .white-container .white-sheet.sheet-8 {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
float: right;
margin-top: -70px;
position: relative;
z-index: 2;
}
.page-about .white-container .white-sheet.sheet-9 {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
float: right;
margin: -50px 110px 50px 0;
}
.page-about .white-container .desc-1 {
margin-top: -100px;
padding-bottom: 100px;
}
.page-about .white-container .last-sheets {
margin-top: -350px;
}
.page-about .white-container .map {
padding-bottom: 86px;
}
.page-about .white-container .map img {
max-width: 100%;
margin-left: -56px;
}
.page-about .about-header {
overflow: hidden;
padding-bottom: 95px;
}
.page-about .about-header img {
margin-left: 36px;
margin-top: 10px;
}
.page-about .blue-container {
color: #ffffff;
padding: 45px 40px 62px 40px;
margin-bottom: 225px;
position: relative;
z-index: 10;
background: #37d3ed;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzdkM2VkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYWVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg, #37d3ed 0%, #00aeef 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #37d3ed), color-stop(100%, #00aeef));
background: -webkit-linear-gradient(-45deg, #37d3ed 0%, #00aeef 100%);
background: -o-linear-gradient(-45deg, #37d3ed 0%, #00aeef 100%);
background: -ms-linear-gradient(-45deg, #37d3ed 0%, #00aeef 100%);
background: linear-gradient(135deg, #37d3ed 0%, #00aeef 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37d3ed', endColorstr='#00aeef', GradientType=1);
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.page-about .blue-container h1,
.page-about .blue-container h2,
.page-about .blue-container h3,
.page-about .blue-container h4,
.page-about .blue-container h5,
.page-about .blue-container h6 {
margin: 0;
line-height: 1.2;
}
.page-about .blue-container h1 {
padding-bottom: 33px;
}
.page-about .blue-container p {
font-size: 24px;
line-height: 1.5;
font-weight: 300;
margin: 0;
padding-top: 22px;
}
.page-about .blue-container .btn {
margin-top: 35px;
}
.page-about .blue-container .btn span {
font-size: 10px;
margin-left: -10px;
margin-right: 8px;
}
@media (max-width: 991px) {
.page-about .about-header img {
margin-left: -50px;
}
.page-about .white-container .map {
padding-top: 50px;
}
.page-about .white-container .white-sheet.sheet-7 {
top: -20px;
margin: 0 auto;
clear: both;
float: none;
}
.page-about .white-container .white-sheet.sheet-9 {
margin-right: 15px;
margin-top: -10px;
}
}
@media (max-width: 767px) {
.page-about {
padding-top: 0;
}
.page-about .about-header {
padding: 0;
}
.page-about .about-header img {
margin: 20px auto 0;
max-width: 100%;
display: block;
}
.page-about .blue-container {
margin: 0;
}
.page-about .white-container {
padding-top: 50px;
}
.page-about .white-container:before {
background-size: contain;
}
.page-about .white-container .desc-1,
.page-about .white-container .last-sheets {
margin: 0;
}
.page-about .white-container .desc-1 {
padding-bottom: 20px;
}
.page-about .white-container .map {
text-align: center;
padding-top: 20px;
padding-bottom: 30px;
}
.page-about .white-container .map img {
margin: 0;
}
.page-about .white-container .white-sheet {
padding: 66px 25px 40px 25px;
width: 48%;
}
.page-about .white-container .white-sheet.sheet-1,
.page-about .white-container .white-sheet.sheet-2,
.page-about .white-container .white-sheet.sheet-3,
.page-about .white-container .white-sheet.sheet-4,
.page-about .white-container .white-sheet.sheet-5,
.page-about .white-container .white-sheet.sheet-6,
.page-about .white-container .white-sheet.sheet-8,
.page-about .white-container .white-sheet.sheet-9 {
top: 0;
margin: 0 1% 30px 1%;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.page-about .white-container .white-sheet.sheet-7 {
top: 0;
margin: 0 auto 30px auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
}
@media (max-width: 520px) {
.page-about .blue-container {
padding: 45px 20px 62px 20px;
}
.page-about .white-container {
text-align: center;
}
.page-about .white-container .desc-1 {
padding: 0;
}
.page-about .white-container .white-sheet.sheet-1,
.page-about .white-container .white-sheet.sheet-2,
.page-about .white-container .white-sheet.sheet-3,
.page-about .white-container .white-sheet.sheet-4,
.page-about .white-container .white-sheet.sheet-5,
.page-about .white-container .white-sheet.sheet-6,
.page-about .white-container .white-sheet.sheet-7,
.page-about .white-container .white-sheet.sheet-8,
.page-about .white-container .white-sheet.sheet-9 {
width: 100%;
float: none;
margin: 0 0 30px 0;
}
}
.page-header {
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.page-content {
min-height: 400px;
}
.lean-content img {
max-width: 100%;
height: auto;
}
.lean-content h1 {
margin-top: 28px;
margin-bottom: 20px;
}
.lean-content p {
font-size: 24px;
font-weight: 300;
font-family: 'Roboto';
line-height: 36px;
color: #999999;
margin-bottom: 35px;
}
.lean-content .white-bg {
background: #ffffff;
padding-left: 45px;
}
.lean-content .white-bg h2 {
margin-bottom: 4px;
}
.lean-content .white-bg ul li:before {
color: #00aeef;
content: '\e801';
}
.lean-content .beige-bg {
padding-left: 45px;
}
.lean-content .beige-bg ul li:before {
color: #f13077;
content: '\e800';
}
.lean-content .beige-bg h2 {
margin-bottom: 4px;
}
.lean-content .beige-bg em {
color: #f13077;
font-weight: 300;
font-style: normal;
position: relative;
}
.lean-content .beige-bg em:after {
position: absolute;
content: "";
height: 2px;
width: 100%;
background: #f13077;
display: block;
left: 0;
bottom: 0;
}
.lean-content .first-row {
padding-top: 75px;
margin-bottom: 100px;
}
.lean-content .first-row ul {
list-style-type: none;
padding: 0 0 20px 0;
margin: 0;
}
.lean-content .first-row ul li {
font-size: 18px;
font-family: 'Roboto';
font-weight: 300;
color: #999999;
line-height: 1.2;
position: relative;
padding-left: 36px;
margin: 21px auto;
}
.lean-content .first-row ul li:before {
position: absolute;
left: 0;
top: 2px;
margin-right: 14px;
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
}
.lean-content .second-row {
padding-bottom: 427px;
margin: 0;
min-height: 838px;
}
.lean-content .second-row ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.lean-content .second-row ul li {
font-size: 24px;
font-weight: 400;
}
.lean-content .second-row h2 {
font-size: 48px;
color: #333333;
}
.lean-content .second-row em {
font-style: normal;
font-weight: 300;
}
.lean-content .second-row .action-pink h2 {
text-align: right;
margin-bottom: 27px;
}
.lean-content .second-row .action-pink em {
color: #f13077;
}
.lean-content .second-row .action-pink strong {
font-weight: normal;
}
.lean-content .second-row .action-pink strong:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 19px;
height: 24px;
background: url(//leanspiration.pl/wp-content/themes/leanspiration/img/arrow_down.png) no-repeat;
background-size: contain;
margin-right: 7px;
margin-top: -4px;
}
.lean-content .second-row .action-pink ul {
text-align: right;
}
.lean-content .second-row .action-pink ul ul li {
color: #999999;
font-size: 18px;
font-weight: 300;
}
.lean-content .second-row .action-pink ul li {
color: #f13077;
margin: 15px auto;
}
.lean-content .second-row .action-blue h2 {
margin-bottom: 27px;
}
.lean-content .second-row .action-blue em {
color: #00aeef;
}
.lean-content .second-row .action-blue strong {
font-weight: normal;
}
.lean-content .second-row .action-blue strong:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 19px;
height: 24px;
background: url(//leanspiration.pl/wp-content/themes/leanspiration/img/arrow_up.png) no-repeat;
background-size: contain;
margin-left: 7px;
margin-top: -4px;
}
.lean-content .second-row .action-blue ul {
text-align: left;
}
.lean-content .second-row .action-blue ul ul li {
color: #999999;
font-size: 18px;
font-weight: 300;
}
.lean-content .second-row .action-blue ul li {
color: #00aeef;
margin: 15px auto;
}
.lean-content .newsletter p {
color: #ffffff;
}
.lean-content .third-row p:first-child {
font-size: 18px;
margin-top: 90px;
}
.lean-content .third-row img {
display: block;
margin: 30px auto;
}
.lean-content .rys figure {
width: auto !important;
}
.lean-content .rys h4 {
margin: 0 auto;
margin-bottom: 11px;
}
.lean-content .rys p {
font-size: 18px;
margin: 0 auto;
}
.lean-content .rys img {
display: block;
margin: 30px auto;
}
.lean-content .bg-white {
background: #ffffff;
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/lean-main-bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom center;
padding-top: 100px;
-webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
}
.block {
display: block !important;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
.lean-content .rys p {
max-width: 100%;
}
.lean-content .rys h4 {
max-width: 100%;
}
}
@media (max-width: 767px) {
.lean-content .first-row {
margin-bottom: 0;
padding-top: 0;
}
.lean-content .first-row ul {
padding-bottom: 20px;
}
.lean-content .white-bg h2 {
padding-top: 20px;
}
}
.offer .page-header {
padding-bottom: 50px;
}
.offer .page-header h1 {
margin-bottom: 29px;
margin-top: 25px;
}
.offer .page-header .but {
margin: 48px auto;
}
.offer .text {
font-size: 24px;
font-weight: 300;
color: #999999;
line-height: 36px;
}
.offer .header-link a {
margin-bottom: 10px;
}
.offer .offer-big-block {
background: #ffffff;
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/woman-audit.png);
background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: left;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.offer .offer-big-block .content-audit {
padding-bottom: 20px;
padding-top: 73px;
padding-right: 30px;
}
.offer .offer-big-block .content-audit p {
font-size: 18px;
color: #999999;
font-weight: 300;
line-height: 29px;
margin-top: 20px;
}
.offer .offer-big-block .content-audit h2 {
margin-top: 17px;
margin-bottom: 0;
}
.offer .offer-big-block .content-audit a {
margin-bottom: 10px;
}
.offer .training {
padding-top: 51px;
}
.offer .training-content h2 {
margin-top: 18px;
margin-bottom: 0;
}
.offer .training-content p {
font-size: 18px;
color: #999999;
font-weight: 300;
line-height: 30px;
margin: 0;
padding-bottom: 15px;
padding-top: 15px;
}
.offer .training-content a {
margin: 20px auto 20px;
}
.offer .training-content .sign-up {
color: #999999;
}
.offer .training-list {
padding-bottom: 27px;
background: #ffffff;
margin-top: 100px;
margin-left: -30px;
padding-top: 24px;
padding-left: 38px;
padding-right: 38px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.offer .training-list ul {
padding: 0;
list-style-type: none;
margin: 0;
}
.offer .training-list ul li {
color: #00aeef;
line-height: 1.2;
font-size: 24px;
font-weight: 300;
cursor: pointer;
margin: 21px auto;
}
.offer .training-list ul li ul li {
color: #999999;
font-size: 14px;
line-height: 24px;
font-weight: 400;
cursor: default;
display: none;
}
.offer .simulation-bg {
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/simulations-bg.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.offer .simulations {
text-align: center;
}
.offer .simulations .first-step {
width: 455px;
height: 511px;
transform: rotate(-8deg);
background: #ffffff;
position: absolute;
margin: 0 auto;
left: 257px;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.offer .simulations .second-step {
width: 455px;
height: 511px;
background: #ffffff;
z-index: 2;
position: absolute;
margin: 0 auto;
transform: rotate(8deg);
left: 257px;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.offer .simulations .third-step {
width: 455px;
height: 511px;
background: #ffffff;
z-index: 3;
margin: 0 auto;
position: absolute;
padding-top: 67px;
left: 257px;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.offer .simulations .simulations-content {
position: relative;
height: 582px;
}
.offer .simulations .simulations-content p {
width: 74%;
font-size: 18px;
font-weight: 300;
color: #999999;
line-height: 30px;
margin: 16px auto 58px auto;
}
.offer .simulations .simulations-content h2 {
margin-top: 30px;
margin-bottom: 0;
}
.offer .workshops {
background-image: url(//leanspiration.pl/wp-content/themes/leanspiration/img/woman-workshops.png);
background-repeat: no-repeat;
background-size: cover;
max-width: 100%;
min-height: 500px;
background-position: center center;
}
.offer .workshops .content-audit {
padding-left: 83px;
}
.offer .workshops .content-audit p {
margin-top: 11px;
}
.offer .workshops .content-audit a {
margin: 10px auto;
}
.offer .workshops .content-audit .sign-up {
color: #999999;
}
.offer .projects {
text-align: center;
margin: 0 auto;
}
.offer .projects .btn {
margin-top: 30px;
}
.offer .projects .projects-content p {
font-size: 18px;
font-weight: 300;
line-height: 30px;
color: #999999;
}
.offer .projects .projects-content h2 {
margin-top: 16px;
margin-bottom: 0;
}
.offer .projects .projects-content ul {
margin: 0;
list-style-type: none;
padding: 0;
}
.offer .projects .projects-content ul li {
font-size: 30px;
line-height: 48px;
font-weight: 200;
color: #999999;
display: inline-block;
}
.offer .projects .projects-content ul li:after {
content: '\e802';
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.offer .order-more {
text-align: center;
}
.offer .order-more h2 {
font-size: 30px;
color: #333333;
font-weight: 300;
}
.offer .order-more p {
font-size: 18px;
line-height: 30px;
font-weight: 300;
color: #999999;
padding-bottom: 18px;
margin: 0;
}
.offer .order-more .description {
min-height: 180px;
}
.offer .order-more .link {
color: #f13077;
}
.offer .order-more .link:before {
background: #f13077;
}
.offer .coordination,
.offer .consultation,
.offer .adhoc {
padding: 49px 20px 20px 20px;
background: #ffffff;
border-radius: 2px;
margin-bottom: 10px;
}
@media (max-width: 991px) {
.offer .simulations .first-step,
.offer .simulations .second-step,
.offer .simulations .third-step {
left: 139px;
}
.offer .offer-big-block {
text-align: right;
background-position-x: -175px;
}
.offer .offer-big-block .content-audit {
padding-bottom: 40px;
padding-right: 0;
}
.offer .offer-big-block .content-audit p {
padding-right: 0;
}
.offer .training-list {
padding-right: 30px;
margin-left: 0;
margin-top: 50px;
}
.offer .workshops .content-audit {
padding-left: 15px;
float: left;
}
}
@media (max-width: 767px) {
.offer .workshops {
background: none;
}
.offer .workshops .content-audit {
background: #ffffff;
padding-left: 20px;
padding-right: 20px;
}
.offer .simulation-bg {
background-image: none;
}
.offer .spacer-big:nth-child(5) {
display: none;
}
.offer .simulations .simulations-content {
height: 100%;
}
.offer .simulations .first-step,
.offer .simulations .second-step {
display: none;
}
.offer .simulations .third-step {
position: static;
width: 100%;
}
.offer .training {
text-align: center;
padding-top: 0;
}
.offer .offer-big-block {
box-shadow: none;
background: none;
background-image: none;
text-align: center;
min-height: auto;
}
.offer .offer-big-block .content-audit {
padding-top: 0;
}
.offer .workshops {
min-height: auto;
}
.offer .workshops .content-audit {
padding-top: 50px;
}
}
@media (max-width: 520px) {
.offer .simulations .simulations-content p {
width: 80%;
margin: 16px auto 12px auto;
}
}
.front-bottom-text{
color: #666666;
}