@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&amp;display=swap');
body{
	font-family: 'Poppins', sans-serif;
    color: #272727;
}
p{
    line-height: 1.8;
}
/*
*******************************
*          Headers            *
*******************************
*/
h1 {
    font-size: clamp(1.9055rem, 3vw + 1rem, 2.5rem)
}
h2 {
    font-size: clamp(1.9055rem, 3vw + 1rem, 2.125rem);
    font-weight: 700;
}
h3 {
    font-size: clamp(0.9055rem, 3vw + 1rem, 1.375rem)
}
h4 {
    font-size: clamp(1rem, 3vw + 1rem, 1.75rem);
    font-weight: 400;
}
/*
*******************************
*           Liinks            *
*******************************
*/
a {
    color:#272727;
    text-decoration: none;
}
a {
    color:#272727;
    text-decoration: none;
}
a:hover {
    color:#608da6;
}
a:visited {
    color:#272727;
}
a:visited:hover {
    color:#608da6;
}
a.nav-link {
    color: #343436;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}
a.nav-link:visited {
    color: #343436;
}
a.nav-link:hover {
    color: #b0d9d1;
}
a.nav-link:active {
    color: #343436;
}
a.nav-link::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #3985E6;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
a.nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
a.product-link{
    color: #343436;
    text-decoration: none;
    position: relative;
}
a.product-link:hover{
    color: #b0d9d1;
}
a.product-link:visited{
    color: #343436;
}
a.product-link:active {
    color: #343436;
}
.product-link.active {
    color: #3ab774;
    font-weight: bold
}

a.product-link::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #b0d9d1;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
a.product-link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
.meta-link {
    color:#76ac9f;
    font-weight: bold;
    text-decoration: none;
}
.meta-link:hover {
    color:#272727;
}
.meta-link:visited {
    color:#76ac9f;
}
.meta-link:visited:hover {
    color:#272727;
}
/*
*******************************
*           Buttons           *
*******************************
*/
.btn-custom__orange {
    padding: 10px 25px 10px 25px;
    border: 1px solid #FDCA40;
    color: #383838;
    background-color: #FDCA40;
    width: 180px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-custom__orange:hover {
    border: 1px solid #f7d065;
    background-color: #f7d065;
    color: #383838;
}
.btn-custom__orange:visited {
    color: #383838;
}
.btn-custom__orange:hover:visited {
    color: #383838;
}
.btn-custom__olive {
    padding: 10px 25px 10px 25px;
    border: 1px solid #9EC1B3;
    background-color: #5ab98c;
    color: #fff;
    /* border: 1px solid #9EC1B3;
    color: #383838;
    background-color: #9FBFB0; */
    width: 180px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-custom__olive:hover {
    /* border: 1px solid #9FBFB0;
    background-color: #B4D8CF;
    color: #383838; */
    border: 1px solid #B4D8CF;
    background-color: #9FBFB0;
    color: #383838;
}
.btn-custom__olive:visited {
    border: 1px solid #9EC1B3;
    background-color: #5ab98c;
    color: #fff;
}
.btn-custom__olive:hover:visited {
    border: 1px solid #B4D8CF;
    background-color: #9FBFB0;
    color: #383838;
}
.btn-custom__yellow {
    padding: 10px 25px 10px 25px;
    border: 1px solid transparent;
    border-radius: 36px;
    background-color: #f5be0a;
    color: #383838;
    width: 210px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-custom__yellow:hover {
    /* border: 1px solid #9FBFB0;
    background-color: #B4D8CF;
    color: #383838; */
    border: 1px solid transparent;
    background-color: #FDCA40;
    color: #383838;
}
/*.btn-custom__yellow:visited {
    border: 1px solid #f5be0a;
    background-color: #FFD447;
    color: #383838;
}
.btn-custom__yellow:hover:visited {
    border: 1px solid #FFD447;
    background-color: #f5be0a;
    color: #383838;
}*/
.btn-subscribe {
    padding: 5px;
    border: 1px solid #f5be0a;
    background-color: #FFD447;
    color: #383838;
    width: 185px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-subscribe:hover {
    padding: 5px;
    border: 1px solid #FFD447;
    background-color: #f5be0a;
    color: #383838;
}
.btn-subscribe:visited {
    border: 1px solid #f5be0a;
    background-color: #FFD447;
    color: #383838;
}
.btn-subscribe:visited:hover {
    border: 1px solid #FFD447;
    background-color: #f5be0a;
    color: #383838;
}
.btn-subscribe {
    padding: 5px;
    border: 1px solid #f5be0a;
    background-color: #FFD447;
    color: #383838;
    width: 185px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-subscribe:hover {
    padding: 5px;
    border: 1px solid #FFD447;
    background-color: #f5be0a;
    color: #383838;
}
.btn-subscribe:visited {
    border: 1px solid #f5be0a;
    background-color: #FFD447;
    color: #383838;
}
.btn-subscribe:visited:hover {
    border: 1px solid #FFD447;
    background-color: #f5be0a;
    color: #383838;
}

/*
*******************************
*         Filter Tabs         *
*******************************
*/
.custom-filter, .alm-filter--link {
    border: 1px solid;
    border-radius: 10px;
    padding: 8px !important;
    margin-right: 5px;
}
.alm-filters-container .alm-filter li {
    clear: inline-end !important;
    float: left !important;
}
.alm-filters-container .alm-filter li div.alm-filter--link.field-radio:before {
    display: none;
}
.alm-filters-container .alm-filter li div.alm-filter--link.active {
    color: #608da6 !important;
}
.alm-filters-container button[type=reset] {
    border: 1px solid !important;
    border-radius: 10px !important;
    color: #608da6 !important;
    font-weight: 700 !important;
    height: 37px !important;
    width: 50px !important;
    font-size: 14px !important;
}
.ajax-load-more-wrap.blue .alm-load-more-btn {
    background-color: #608da6 !important;
    width: 250px;
}
.alm-filters-container .alm-filter li div.alm-filter--link {
     font-size: 14px !important;
}
.field-cloudfest-2024 {
    /*color: #5ab98c !important;*/
	color: #f34d4d !important;
    font-weight: 700 !important;
}
/*
*******************************
*       Comments Widget       *
*******************************
*/
.wp-block-latest-comments__comment-meta, .wp-block-latest-comments__comment-date{
    font-size: 12px;
}
.wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link {
    font-weight: 700;
}
/*
*******************************
*            Header           *
*******************************
*/
.main_header {
    height: 80px;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center;*/
    padding: 15px 10px 15px 10px;
}
.main_header-menu {
    display: flex;
    justify-content: flex-end;
}

.main_header-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .main_header-mobile {
        justify-content: flex-start;
    }
}
@media (max-width: 991px) {
    .menu_desktopsearch__row {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .col-logo {
        display:flex;
        justify-content: end;
}
}
.col-menu {
    display: flex;
    justify-content: end;
}
a.nav-link {
    color: #343436;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}
a.marketplace-link {
    color: #343436;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}
a.marketplace-link:hover {
    color: #b0d9d1;
}
a.marketplace-link::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #b0d9d1;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
a.marketplace-link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

a.nav-link:visited {
    color: #343436;
}
a.nav-link:hover {
    color: #b0d9d1;
}
a.nav-link:active {
    color: #343436;
}
a.nav-link::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #b0d9d1;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
a.nav-link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.offcanvas-mobile {
    width: 330px !important;
}
.offcanvas-mobile__header {
    justify-content: flex-end;
}
.search-form__mobile {
    padding: 10px;
}
.footer__social{
    padding: 10px;
    font-size: 20px;
}
.footer__credits {
    padding: 10px;
    font-size: 12px;
    color: #858585;
}
.menu_social_icon {
    color: #858585;
}
.menu_social_icon:hover {
    color: #b0d9d1;
}
.menu_social_icon:visited {
    color: #858585;
}
.menu_desktopsearch__row {
    justify-content: flex-end;
    padding-right: 150px;
}
.menu_desktopsearch__content {
    top: 10px;
    background-color: #fff;
    padding: 10px;
    width: 300px;
    border-radius: 5px;
    right: 0px;
}
@media (max-width: 1300px) {
    .menu_desktopsearch__content {
        right: 93px;
    }
}
.img-logo {
    max-width: 320px;
    height: 50px;
    padding: 8px 0px;
}
@media (max-width: 400px) {
    .img-logo {
        height: 48px !important;
    }
}
@media (max-width: 388px) {
    .img-logo {
        height: 45px !important;
    }
}
/*
*******************************
*       Post List Meta        *
*******************************
*/
.text-bg-category {
    padding: 5px;
    background-color: #76ac9f;
    border-radius: 0px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.postmeta__content>p{
    font-size: 12px;
    text-transform: uppercase;
}
.postcontent__excerpt>p{
    font-size: 14px;
}
.postmeta__content>p>i {
    padding-left: 10px;
}
/*
*******************************
*       Special Sections      *
*******************************
*/
.section-margin {
    margin: 50px 0px 50px 0px;
}
.section-margin__small {
    margin: 25px 0px 25px 0px;
}
.page {
    margin: 0 0 0;
}
/*
*******************************
*            Forms            *
*******************************
*/
.newsletter-imput {
    height: 55px;
    padding-left: 10px !important;
}
@media (max-width: 430px) {
    .newsletter-imput {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .btn-subscribe{
        width: 100% !important;
    }
    .input-group {
        align-items: center;
    }
}
/*
*******************************
*            Footer           *
*******************************
*/
.footer{
    background-color: #212121;
    color: #fff;
    padding: 35px 0px 15px 0px;
}
.footer__copy > p {
    font-size: 12px;
}
.footer__nav .footer__link{
    font-size: 13px;
}
.footer__link{
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
}
.footer__link:hover{
    color: #a8a8a8;
}
.footer__link:visited{
    color: #fff;
}
.footer__link:hover:visited{
    color: #a8a8a8;
}
/*
*******************************
*          Archives           *
*******************************
*/
.archivepost__image {
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 288px;
	padding: 10px;
}
/*
*******************************
*        Contact Form         *
*******************************
*/
.cfseven__custom input[type="text"],
.cfseven__custom input[type="email"],
.cfseven__custom select,
.cfseven__custom textarea {
    width: 100%;
    padding: 5px 10px 5px 10px;
}
.wpcf7 p {
    margin: 0 0 28px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 1px solid #76ac9f;
    outline-offset: 0;
}
.cfseven__custom select{
    height: 36px;
    border-radius: 4px;
}
.cfseven__custom textarea{
    height: 100px;
}
/* .cfseven__custom input[type="submit"] {
    padding: 10px;
    border: 1px solid #b0d9d1;
    background-color: #76ac9f;
    color: #fff;
    width: 185px;
    font-size: 14px;
    text-transform: uppercase;
}
.cfseven__custom input[type="submit"]:hover {
    padding: 10px;
    border: 1px solid #76ac9f;
    background-color: #b0d9d1;
    color: #fff;
} */
.cfseven__custom input[type="submit"] {
    padding: 10px;
    border: 1px solid #9EC1B3;
    background-color: #5ab98c;
    color: #fff;
    width: 185px;
    font-size: 14px;
    text-transform: uppercase;
}
.cfseven__custom input[type="submit"]:hover {
    padding: 10px;
    border: 1px solid #B4D8CF;
    background-color: #9FBFB0;
    color: #383838;
}
/* POST IMAGE CAPTION */
.wp-element-caption {
    text-align: center;
}
.references-list {
    margin: 0px;
    padding: 2px 20px;
    font-weight: bold;
}
/* New Newsletter */
.newsletter-imput {
    height: 55px;
    padding-left: 10px !important;
}
.btn-subscribe {
    padding: 5px;
    border: 1px solid #9EC1B3;
    background-color: #5ab98c;
    color: #fff;
    width: 185px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary{
    background-color: #5ab98c;
    border: none;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 10px;
}
.btn-primary:hover {
    background-color: #3ab774;
    color: white;
}

.card-img-top{
    padding: 15px;
}

.btn-subscribe:hover {
    padding: 5px;
    border: 1px solid #B4D8CF;
    background-color: #9FBFB0;
    color: #383838;
    font-weight: 700;
}
.btn-subscribe:visited {
    border: 1px solid #9EC1B3;
    background-color: #5ab98c;
    color: #fff;
    font-weight: 700;
}
.btn-subscribe:visited:hover {
    border: 1px solid #B4D8CF;
    background-color: #9FBFB0;
    color: #383838;
    font-weight: 700;
}
#message {
    font-size: 16px;
}
/* INACTIVE ICONS */
.img-episodebtn_hovered {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.img-episodebtn_hovered:hover {
    filter: grayscale(80%);
}
/* CAPTCHA 
.grecaptcha-badge { visibility: hidden; }*/

.wp-block-embed{
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.sponsors{
	border-radius: 10px;
	padding: 35px;
	background-color: #b0d9d1;
}
.sponsors_mobile {
	padding: 35px;
	background-color: #b0d9d1;
}
.img-sponsor__logo {
	max-width: 240px;
}


.submenu-nav {
    background-color: #f8f9fa;
    padding: 20px 0;
}
.submenu-nav .nav-link {
    color: #343436;
}
.submenu-nav .nav-link:hover {
    text-decoration: underline;
}
.submenu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    border: none;

}
.search-form {
    display: flex;
    align-items: center;
}
.search-form input[type="text"] {
    width: 100%;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}
.search-form button {
    padding: 5px 10px;
    border-radius: 5px;
}
.btn-btn{
    background-color: #f8f9fa;
    color: #000;
    padding: 10px 30px;
    border-radius: 10px;
}
.btn-btn:hover {
    background-color: #f5be0a;
    color: #000;
}
.btn-details {
    background-color: #5ab98c;
    color: #000 !important;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 0.9rem;
    cursor: pointer;
}

.btn-details:hover {
    background-color: #3ab774;
    color: white !important;
}
.card-img-container {
    position: relative;
    border-radius: 5px;
}
.watch-video-btn {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.watch-video-btn:hover{
    background-color: #3ab774;
    color: #fff;
}

.watch-video-btn i {
    margin-right: 5px;
}

.upsell-value {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background-color: #5ab98c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.compare-checkbox {
    display: flex;
    align-items: center;
}
.compare-checkbox span {
    margin-left: 5px;
}
.upselling-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.upselling-text{
    margin-bottom: 10px;
    font-size: 20px;
}
.upselling-link{
    color: #000;
    text-decoration: underline;
}
.upselling-link:hover{
    color: #3ab774;
}
.col-md-3{
    margin-top: 10px;
}
.card-title{
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
}
.card-text{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.gray-text{
    color: #6c757d;
    font-size: 16px;
    margin-top: 2px;
}
.small-text {
    color: #5ab98c;
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}
.marketplace-text{
    color: #6c757d;
    font-size: 13px;
    margin-top: 2px;
    font-weight: bold;
}
.box{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f8f9fa;
    padding: 10px 20px;
    color: #2f2f2f;
}
.form-control {
    outline: none;
    font-size: 16px;
    border-radius: 10px !important;
    height: 44px;
    color: #6c757d;
    background-color: white;
}
.form-control:hover {
    background-color: white;
    color: black;
    border-color: black;
}
.btn-search{
    background-color: #5ab98c;
    color: white;
    border-radius: 0 10px 10px 0;
    width: 40px;
    height: 40px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    text-align: center;
}
.btn-search:hover{
    background-color: #3ab774;
    color: white;
    transition-duration: inherit;
}
.btn-secondary{
    background-color: #6c757d;
    color: white;
    border-radius: 10px;
}
.form-section{
    border-radius: 15px;
}
.pricing-table-wrapper tbody tr:nth-of-type(odd) {
    background-color: #9d1414;
}
.pricing-table-wrapper table{

    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #f6f8f8;
}
.pricing-table-wrapper table th{
    padding: 15px;
    background-color: #f6f8f8;
    font-size: 1.2rem;
}
.pricing-table-wrapper table td{
    padding: 15px;
}
.box{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f8f9fa;
    padding: 10px 20px;
    color: #2f2f2f;
}
.hero{
    background: url('../hero-background.html') no-repeat center center;
    background-size: cover;
    color: black;
    padding: 100px 0;
    text-align: center;
}
.details-link:hover{
    color: black !important;
}
.btn-read-more{
    background-color: #f8f9fa;
    border: none;
    color: #000;
    padding: 10px 30px;
    border-radius: 10px;
}
.btn-read-more:hover {
    background-color: #3ab774;
    color: white !important;
}
.compare-checkbox {
    display: flex;
    align-items: center;
}
.compare-checkbox span {
    margin-left: 5px;
}
.job-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #d2eadb;
    color: #3ab774;
    border-radius: 20%;
    font-size: 2rem;
    text-align: center;
}
.dropdown-item:hover{
    background-color: #b0d9d1;
    border-radius: 1px;
}
.back-button {
    color: white !important;
}
.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
 }
 .newdot {
    position: relative;
    padding-right: 10px; /* Opcjonalnie dodaj trochę przestrzeni, aby kropka nie była zbyt blisko tekstu */
}

.newdot::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;  /* Szerokość kropki */
    height: 8px; /* Wysokość kropki */
    background-color: #85f36a; /* Kolor kropki */
    border-radius: 50%; /* Kształt kropki */
}
 .newlabel {
    position: relative;
    padding-right: 10px; /* Opcjonalnie dodaj trochę przestrzeni, aby kropka nie była zbyt blisko tekstu */
}

.newlabel::after {
    content: "New!";
    position: absolute;
    top: -8px;
    right: 0px;
    width: auto;
    height: auto;
    background-color: #f36a6a; /* Kolor kropki */
    border-radius: 4px;
    font-size: 11px;
    padding: 1px 4px;
    color: #fff;
}

div#page {
    margin-top: 80px;
}