/*
Theme Name: Email labs v3
Author: Jan Kobiałka
Author URI: http://jankobialka.com/
Version: 1.0
Text Domain: emaillabs-v3
*/
section#pathApiPage .steps .oneofthree .inner .box .in p b{

    font-family: MuseoSans900,Open Sans,Arial;	
}


blockquote {
    padding-left: 10px;
    border-left: 4px solid #0f9091;
}

.enlighter{
  background-color: #fff;
}

section#emaillabs-benefits .header.aditional h2 {
color: #fff !important;
  }

.post-author .box{
  background: #fff;
  box-shadow:0px 0px 16px 0px rgba(0,0,0,0.15);

}

.post-author .box .in{
  padding: 30px;
  overflow: hidden;
}

.post-author .box .in .person{
  float: left;
  text-align: center;
  width: 100%;
}

.post-author .box .in .desc{
    float: left;
    padding-left: 0px;
  width: 100%;
}

@media only screen and (min-width: 1240px){

.post-author .box .in .person{
  width: 230px;
}

.post-author .box .in .desc{
    float: left;
    padding-left: 70px;
  width: calc(100% - 230px - 70px);
}

}

.post-author .box .in .person img{
  width: 225px;
  height: 225px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #ccc;
}

.post-author .box .in .desc h4{
  margin-bottom: 0px !important;
}

.post-author .box .in .desc h4 span, .post-author .box .in .desc h4 i{
  vertical-align: middle;
}

.post-author .box .in .desc h4 i{
color: #909090;
}

.post-author .box .in .desc p{
  font-size: 18px !important;
  line-height: 24px !important;
}


.post-author .box .in .desc p.position{
  font-size: 16px !important;
  line-height: 22px !important;
}



.post-author .box .in .desc a{
    font-family: 'MuseoSans900' !important;
}
.post-author .box .in .desc a i {
  padding-left: 10px;
}


#page-start-view .counter p.header{

    font-family: MuseoSans300;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
}


#page-start-view .counter{
  position: relative;
  overflow: hidden;
}


#page-start-view .counter .inner{
    max-width: 500px;
    margin: 0 auto;
}

#page-start-view .counter .oneoffour{
  float: left;
  width: 25%;
  display: inline-block;
  text-align: center;
}
#page-start-view .counter .oneoffour h5{
  font-size: 42px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    line-height: 51px;
    font-family: MuseoSans900;
}
#page-start-view .counter .oneoffour p{
    font-family: MuseoSans300;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
}

section#blog-page p.author a, #posts-list p.author a{
  color: #0f9091;
}

.author-profile-card {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 13px;
}

.author-profile-card .img{
  float: left;
  margin-right: 20px;

}

.author-profile-card .img img{
  border-radius: 50%;
}

.author-profile-card .desc{
  float: left;
  line-height: 1.5;
  
}

.author-profile-card .desc h6{
  font-size: 30px;
    font-weight: 400;
    color: #0f9091;
    text-decoration: none;
    text-transform: none;
    line-height: 42px;

    font-family: MuseoSans900;
    margin-bottom: 15px;
}

.author-profile-card .desc p{
  font-size: 16px;
    font-weight: 400;
    color: #575756;
    text-decoration: none;
    text-transform: none;
    line-height: 26px;

    font-family: MuseoSans300;
}

#header .language .wpml-ls-sub-menu{
  margin-top: -24px !important;
}

section#emaillabs-benefits .header p a{
    color: #0f9091;
    font-family: MuseoSans900;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section#emaillabs-benefits .header p a:hover{
  color: #edc616;

}

.promoted-posts-list {
  display: flex;
  flex-wrap: wrap;
}


section#blog-page .promoted-posts-list .oneofthree .box .img {
  position: relative;
}

section#blog-page .promoted-posts-list .oneofthree .box .img span.label{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;

  background: #edc616;
  padding: 5px 10px;
  text-transform: uppercase;
    color: #0f9091;
    font-family: MuseoSans900;
    margin-right: 15px;
    line-height: 17px;
}


section#emaillabs-benefits .header.aditional{
  margin-top: 15px;
    background: #0f9091;
}

section#emaillabs-benefits .header.aditional img{
  width: 80%;
  margin: 0 auto;
  height: auto;
}


section#emaillabs-benefits .header.aditional p {
  margin-bottom: 50px;
color: #fff;
  }
section#emaillabs-benefits .header.aditional p a{
  color: #edc616;
}
@media only screen and (min-width: 1240px){

section#emaillabs-benefits .header.aditional img{
  width: 50%;
  margin: 0 auto;
  height: auto;
}


section#start-view {
    padding-top: 130px;
}


section#emaillabs-benefits .header.aditional h2 {
font-size: 36px;
color: #fff;
  }
}

#start-view .info-bar{
   text-align: center;
  margin-bottom:  60px;
}

#start-view .info-bar .in{
  padding: 7px 15px;
  overflow: hidden; 
}

#start-view .info-bar .in p{

  background: #fff;
  box-shadow: 0 0 12.5px 0 rgb(0, 0, 0, 0.3);
  display: inline-block;
    padding: 8px 15px 8px 8px;

  margin-bottom:  0px;
  color: #575756;
  font-size: 16px;
  line-height: 30px;
}
#start-view .info-bar .in p i{
  margin-left: 10px;

}
#start-view .info-bar .in p img{
  display: inline-block;
  height: 22px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}


#start-view .info-bar .in p span.label{
  background: #edc616;
  padding: 5px;
  text-transform: uppercase;
    color: #0f9091;
    font-family: MuseoSans900;
    margin-right: 15px;
}

a.watchNow{
      font-family: MuseoSans700,Open Sans,Arial;
    font-size: 16px;
    font-weight: 700;
    color: #0f9091;
    text-decoration: none;
    text-transform: none;
    line-height: 26px;
}

.info-more{
  padding-top: 20px;
      font-size: 14px;
    font-weight: 400;
    color: #0f9091;
    text-decoration: none;
    text-transform: none;
    line-height: 22px;
    font-family: 'MuseoSans_0';
    margin-bottom: 30px;
}

@font-face {
  font-family: MuseoSans;
  src: url(fonts/MuseoSans.otf);
}
@font-face {
  font-family: MuseoSans_0;
  src: url(fonts/MuseoSans_0.otf);
}
@font-face {
  font-family: MuseoSans_1;
  src: url(fonts/MuseoSans_1.otf);
}
@font-face {
  font-family: MuseoSans100;
  src: url(fonts/MuseoSans-100.otf);
}
@font-face {
  font-family: MuseoSans300;
  src: url(fonts/MuseoSans-300.otf);
}
@font-face {
  font-family: MuseoSans900;
  src: url(fonts/Museo900.otf);
}

section#benefits .icon img{
	height: auto;
	max-width: 100%;
}

@media only screen and (min-width: 768px){
section#benefits .icon img {
    height: auto;
    max-width: 100%;
}
}

section#single-poradniki {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 147px 0px 60px 0px;
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki {
    padding: 100px 0px 100px 0px;
    border-bottom: 1px solid #ececec;
  }
}
section#single-poradniki .left-sidebar {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .left-sidebar {
    width: 320px;
    margin-right: 60px;
  }
}
section#single-poradniki .left-sidebar .img img {
  width: 100%;
  height: auto;
}
section#single-poradniki .left-sidebar form {
  padding-top: 30px;
}
section#single-poradniki .left-sidebar form input[type="email"] {
  margin-bottom: 25px;
  width: calc(100% - 42px);
  padding: 15px 20px;
  border: 1px solid #bfbfbf;
  font-family: 'MuseoSans300', Open Sans, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
section#single-poradniki .left-sidebar form input[type="email"]:focus {
  border: 1px solid #1c9393;
}
section#single-poradniki .left-sidebar form input[type="submit"] {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
  font-family: 'MuseoSans_1';
  background: #f3bd06;
  padding: 18px 30px;
  cursor: pointer;
  width: 100%;
  -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;
  border: 1.5px solid #f3bd06;
}
section#single-poradniki .left-sidebar form input[type="submit"]:hover {
  background: #cb9e05;
  border: 1.5px solid #cb9e05;
  color: #fff;
}
section#single-poradniki .left-sidebar form input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: none;
  border: 1.5px solid #d7d7d7;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
}
section#single-poradniki .left-sidebar form input[type="checkbox"]:active,
section#single-poradniki .left-sidebar form input[type="checkbox"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
section#single-poradniki .left-sidebar form input[type="checkbox"]:checked {
  background-color: none;
  border: 1.5px solid #f3bd06;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #f3bd06;
}
section#single-poradniki .left-sidebar form input[type="checkbox"]:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #f3bd06;
}
section#single-poradniki .left-sidebar form span.wpcf7-list-item {
  margin-left: 0px;
  padding: 10px 0px 20px 0px;
}
section#single-poradniki .left-sidebar form a {
  text-align: right;
  font-family: 'MuseoSans300', Open Sans, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #f3bd06;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  margin-bottom: 15px;
}
section#single-poradniki .left-sidebar form label {
  font-family: 'MuseoSans300', Open Sans, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
  text-decoration: none;
  text-transform: none;
  line-height: 22px;
  text-align: left;
}
section#single-poradniki .left-sidebar form label input {
  float: left;
}
section#single-poradniki .left-sidebar form label span {
  float: left;
  width: calc(100% - 40px);
  padding-left: 10px;
}
section#single-poradniki .main-side {
  float: right;
  width: 100%;
  line-height: 1.5;
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .main-side {
    width: calc(100% - 380px);
  }
}
section#single-poradniki .main-side .mobile-thumb img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
section#single-poradniki .main-side h1,
section#single-poradniki .main-side h2,
section#single-poradniki .main-side h3,
section#single-poradniki .main-side h4,
section#single-poradniki .main-side h5,
section#single-poradniki .main-side h6 {
  font-family: 'MuseoSans_0', Open Sans, Arial;
  font-size: 22px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: none;
  line-height: 32px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  section#single-poradniki .main-side h1,
  section#single-poradniki .main-side h2,
  section#single-poradniki .main-side h3,
  section#single-poradniki .main-side h4,
  section#single-poradniki .main-side h5,
  section#single-poradniki .main-side h6 {
    font-size: 28px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .main-side h1,
  section#single-poradniki .main-side h2,
  section#single-poradniki .main-side h3,
  section#single-poradniki .main-side h4,
  section#single-poradniki .main-side h5,
  section#single-poradniki .main-side h6 {
    font-size: 34px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 44px;
  }
}
section#single-poradniki .main-side h1 {
  font-family: 'MuseoSans_0', Open Sans, Arial;
  font-size: 28px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: none;
  line-height: 38px;
  margin-bottom: 20px;
  font-family: 'MuseoSans_1', Open Sans, Arial;
}
@media only screen and (min-width: 768px) {
  section#single-poradniki .main-side h1 {
    font-size: 34px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .main-side h1 {
    font-size: 43px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 53px;
    margin-bottom: 35px;
  }
}
section#single-poradniki .main-side h2 {
  font-size: 22px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: none;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  section#single-poradniki .main-side h2 {
    font-size: 26px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .main-side h2 {
    font-size: 30px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 40px;
  }
}
section#single-poradniki .main-side h3 {
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: none;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  section#single-poradniki .main-side h3 {
    font-size: 24px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .main-side h3 {
    font-size: 28px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 40px;
  }
}
section#single-poradniki .main-side h4 {
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: none;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  section#single-poradniki .main-side h4 {
    font-size: 22px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .main-side h4 {
    font-size: 26px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 36px;
  }
}
section#single-poradniki .main-side h5,
section#single-poradniki .main-side h6 {
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: none;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  section#single-poradniki .main-side h5,
  section#single-poradniki .main-side h6 {
    font-size: 20px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1240px) {
  section#single-poradniki .main-side h5,
  section#single-poradniki .main-side h6 {
    font-size: 24px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: none;
    line-height: 34px;
  }
}
section#single-poradniki .main-side p {
  font-size: 18px;
  font-weight: 400;
  color: #5e5e5e;
  text-decoration: none;
  text-transform: none;
  line-height: 28px;
  font-family: 'MuseoSans300';
  margin-bottom: 30px;
}
section#single-poradniki .main-side p strong {
  font-family: 'MuseoSans_0';
}
section#single-poradniki .main-side ol {
  margin-bottom: 30px;
  margin-left: 20px;
}
section#single-poradniki .main-side ol li {
  font-size: 18px;
  font-weight: 400;
  color: #5e5e5e;
  text-decoration: none;
  text-transform: none;
  line-height: 28px;
  font-family: 'MuseoSans300';
}
section#single-poradniki .main-side ul {
  margin-bottom: 30px;
  margin-left: 20px;
}
section#single-poradniki .main-side ul li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  color: #5e5e5e;
  text-decoration: none;
  text-transform: none;
  line-height: 28px;
  font-family: 'MuseoSans300', Open Sans, Arial;
  position: relative;
}
section#single-poradniki .main-side ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #f3bd06;
  height: 100%;
  display: block;
  float: left;
  -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;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 12px;
  padding-right: 10px;
}

#custom-cases .custom-header {
	font-size: 15px;
    font-weight: 400;
    color: #575756;
    text-decoration: none;
    text-transform: none;
    line-height: 26px;
   	font-family: MuseoSans700;
	margin: 0;
}

.contact-custom-h-four {
	text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #474645;
    line-height: 42px;
    font-family: MuseoSans900,Open Sans,Arial;
    margin-bottom: 30px;
}

.contact-custom-one-of-two {
	text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #575756;
    text-decoration: none;
    text-transform: none;
    line-height: 30px;
    font-family: MuseoSans100,Open Sans,Arial;
	display: inline-block;
	margin-bottom: 20px;
}

.contact-custom-more-data {
	font-size: 17px;
    font-weight: 700;
    color: #575756;
    text-decoration: none;
    text-transform: none;
    line-height: 30px;
    font-family: MuseoSans700,Open Sans,Arial;
	text-align: center;
}

.contact-custom-h-three {
	text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #575756;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 42px;
    font-family: MuseoSans100,Open Sans,Arial;
    margin-bottom: 30px;
}


section#call-to-action.landing-page p {
    color: #0f9091;
}

section#call-to-action.landing-page .wrapper h3 {
    max-width: unset;
    margin: 0 auto;
}


section#home-case-study .case-studies .big-wrapper .prev,
section#home-case-study .case-studies .big-wrapper .next {
	z-index: 9999
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


@media only screen and (min-width: 768px) {
	.contact-custom-h-four,
	.contact-custom-h-three {
		text-align: left;
   	 	padding-left: 5px;
	}
	
	.contact-custom-one-of-two {
		font-size: 30px;
		font-weight: 400;
		color: #575756;
		text-decoration: none;
		text-transform: none;
		line-height: 42px;
		text-align: left;
	}
	
	.contact-custom-more-data {
		text-align: left;
	}
}


section#single-post .content-section img {
	max-width: 100%
}

section#single-post .content-section div[id*="attachment"] {
    max-width: 100% !important;
}


/* niebieska tebela emaillabs */

table.tablepress.tabela-emaillabs thead th,
table.tablepress.tabela-emaillabs tr td {
    padding: 20px;
    border: none;
    border-left: 0;
    border-right: 4px solid #fff;
    color: #107c7d;
    font-size: 19px;
}


table.tablepress.tabela-emaillabs thead th {
    background: #fff
}


table.tablepress.tabela-emaillabs .even td {
    background-color: #d6f5f1;
}


table.tablepress.tabela-emaillabs .odd td {
    background-color: #ebfaf8;
}


table.tablepress.tabela-emaillabs .column-1 {
    background: #fff !important;
    padding-left: 0;
	min-width: 240px;
}

