:root {
    --pure-white: #fff;
    --primary-700: #644AF7;
    --gray-200: #E2E1E8;
    --gray-800: #282631;

    --carousel-border-radius: 0.5rem; /* 8px */
    
    --breakpoint-sm: 40rem;  /* (640px / 16)   Małe ekrany (smartfony w poziomie, małe tablety)  */
    --breakpoint-md: 48rem;  /* (768px / 16)   Średnie ekrany (większe tablety, małe laptopy)  */
    --breakpoint-lg: 64rem;  /* (1024px / 16)  Duże ekrany (laptopy, mniejsze monitory)  */
    --breakpoint-xl: 80rem;  /* (1280px / 16)  Bardzo duże ekrany (większe monitory)  */
    --breakpoint-2xl: 96rem; /* (1536px / 16)  Ekstremalnie duże ekrany  */


    --header-4xl: 6.875rem; /* h1 4xl (110px / 16) ------- shps 106 / 122 / -2 */
    --header-3xl: 5.3125rem; /* h2 3xl (85px / 16) ------- shps 85 / 94 / -2 */
    --header-2xl: 4.25rem; /* h3 2xl (68px / 16) --------- shps 68 / 74 / -2    blog 68 / 74 */
    --header-xl: 3.4375rem; /* h4 xl (54px / 16) --------- shps 54 / 62 / -1         54 / 62 */
    --header-lg: 2.75rem; /* h5 large (44px / 16) -------- shps 44 / 52 / -1         44 / 52 */
    --header-md: 2.1875rem; /* h6 medium (35px / 16)   --- shsp 35 / 44 / -1         35 / 44 */
    --header-sm: 1.75rem; /* small (28px / 16)                                       28 / 32 */
    --header-xs: 1.375rem; /* xs (22px / 16) */


    --body-lg: 1.625rem; /* 26px */
    --body-md: 1.25; /* 20px */
    --body-sm: 1rem; /* 16px */
    --body-xs: 0.75rem; /* 14px */
}



html {
    -webkit-text-size-adjust: 100%; /* sizes on horizontal mobile */
    scroll-behavior: smooth;

    font-size: 16px; /* Możesz zmienić na 18px, jeśli wolisz większy bazowy rozmiar */
}

body {
	font-family: "Inter", sans-serif;
	color: var(--gray-800);
    font-weight: 400;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    background-color: var(--pure-white);
    background: url('https://shps.pl/wp-content/themes/shapes/inc/img/shapes-bg.svg') no-repeat -50px -480px;
    background-attachment: fixed;



}

a {
    color: var(--gray-800);
	
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover { }

img { display: block; height: auto; }
strong { font-weight: 600; }
.ac { text-align: center; }

.cb { clear: both; }
.cb:before, /* clearfix */
.cb:after { content: ""; display: table; } 
.cb:after { clear: both; }




.holder {
    position: relative;
    margin: 0 auto 140px auto;
    max-width: 87.5rem;
    width: 94%;
}

/* for 800px or less */
@media screen and (max-width: 800px) {

    .holder {
        margin: 0 auto 120px auto;
    }

}

/* for 640px or less */
@media screen and (max-width: 640px) {

    .holder {
        width: 90%;
    }

}
























/* global headers */

h1,
h2,
h3,
h4 { /* naglowki ogolnie */
    font-family: "Rethink Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.shps-project-post-opening,
.shps-blog-post-opening {
    text-align: center;
}

.shps-category-index-opening h1,
.shps-project-post-opening h1,
.shps-blog-post-opening h1 {
    line-height: 110%;
    letter-spacing: -0.5px;
    
    position: relative;
}

.shps-blog-post-opening h1 { /* blog post h1 */
    font-size: var(--header-3xl);
}

.shps-category-index-opening h1,
.shps-project-post-opening h1 { /* project post h1 */
    font-size: var(--header-4xl);
}

h2 { 
    font-size: var(--header-md);
}

h3 {
    font-size: var(--header-xs);
}

h4 {
    font-size: var(--header-xs);
}




.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
    padding-top: 56px;
}

.post-container p,
.post-container ul {
    padding-top: 32px;
}

.post-container .wp-block-code {
    margin-top: 32px !important;
}




/*  post content list
    wp gallery image
    h2 & p first child  */

.post-container ul {
    list-style-type: disc;
    padding-left: 20px;
}

.post-container .wp-block-image:not(.wp-block-gallery figure),
.post-container .wp-block-gallery {
    padding-top: 40px;
}

.post-container figure img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* brak margina pierwszego elementu za .scope */
.post-container h2:first-child,
.post-container p:first-child,
.post-container .scope + h2,
.post-container .scope + p,
.post-container .scope + .wp-block-image:not(.wp-block-gallery figure) {
    padding-top: 0;
}

/* kod na czarnym tle */
.wp-block-code {
    display: block;
    overflow: auto;

    margin-top: 40px;

    white-space: normal;
    overflow-wrap: normal;

    font-size: 16px !important;
    color: #fff !important;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    background: #190029;
}

.wp-block-code code {
    padding: 20px 30px !important;
    white-space: pre;
    line-height: 32px;
}

/* padding boczny na stronie wpisu */
.post-container:not(.services-feed) .wp-block-code, 
.post-container:not(.services-feed) h2,
.post-container:not(.services-feed) h3,
.post-container:not(.services-feed) h4,
.post-container:not(.services-feed) h5,
.post-container:not(.services-feed) h6,
.post-container:not(.services-feed) figure,
.post-container:not(.services-feed) p,
.post-container:not(.services-feed) ul {
    max-width: 770px;
    margin: 0 auto;
}

/* for 1000px or less */
@media screen and (max-width: 1000px) {

    .post-container:not(.services-feed) .wp-block-code,
    .post-container:not(.services-feed) h2,
    .post-container:not(.services-feed) h3,
    .post-container:not(.services-feed) h4,
    .post-container:not(.services-feed) h5,
    .post-container:not(.services-feed) h6,
    .post-container:not(.services-feed) figure,
    .post-container:not(.services-feed) p,
    .post-container:not(.services-feed) ul {
        max-width: 100%;
    }

}












p > a { border-bottom: 2px var(--primary-700) solid; }
p > a:hover { border-bottom: 2px #302936 solid; }









.wp-block-list.services-categories a { color: var(--primary-700); }
.wp-block-list.services-categories a:hover { color: #302936; }









p > code {
    padding: 4px 9px;
    font-size: 16px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    border: 1px solid #ddd;
    background: #f9f9f9;
}

p > em {
    border: 1px solid #ddd;
    padding: 4px 9px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    background: #f9f9f9;
}
















/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 28px;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.breadcrumbs a {
    color: #999;
}

.shapes-post-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.shapes-post-author .shapes-post-avatar {
    margin-right: 16px;
}

.shapes-post-author .shapes-post-avatar img {
    width: 64px;
    height: auto;

    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.shapes-post-author .shapes-post-nick {
    margin-right: 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.shapes-post-author .shapes-post-nick p {
    display: block;
    font-size: 16px;
    color: #999;
}

.shps-blog-post-opening h1 img { /* blog thumb in header */
    margin-top: 16px;
    width: auto;
    height: 158px;
    float: right;
    margin-left: 10px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}











/* for 1680px or less */
@media screen and (max-width: 1680px) {

    .shps-blog-post-opening h1 img { /* blog thumb in header */
        height: 125px;
    }

    .shps-blog-post-opening h1 { /* blog post h1 */
        font-size: var(--header-2xl);
    }
    
    .shps-category-index-opening h1,
    .shps-project-post-opening h1 { /* project post h1 */
        font-size: var(--header-3xl);
    }

}

/* for 1000px or less */
@media screen and (max-width: 1000px) {

    .shps-blog-post-opening,
    .shps-project-post-opening {
        text-align: left;
    }

    .shapes-post-author {
        justify-content: left;
    }

    .shps-blog-post-opening h1 img { /* blog thumb in header */
        position: absolute;
        bottom: -160px;
        right: -60px;
        float: unset;
    }

}

/* for 768px or less */
@media screen and (max-width: 768px) {
    
    .shps-blog-post-opening {
        margin-bottom: 80px;
    }

    .shps-blog-post-opening h1 img { /* blog thumb in header */
        position: relative;
        bottom: unset;
        right: unset;
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }

    .shps-blog-post-opening h1 { /* blog post h1 */
        font-size: var(--header-xl);
    }
    
    .shps-category-index-opening h1,
    .shps-project-post-opening h1 { /* project post h1 */
        font-size: var(--header-xl);
    }

    .shps-blog-post-opening {
        margin-bottom: 80px;
    }

    .shps-blog-post-opening h1 img { /* blog thumb in header */
        position: relative;
        bottom: unset;
        right: unset;
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }

}

/* for 600px or less */
@media screen and (max-width: 600px) {

    .shps-blog-post-opening h1 { /* blog post h1 */
        font-size: var(--header-lg);
    }
    
    .shps-category-index-opening h1,
    .shps-project-post-opening h1 { /* project post h1 */
        font-size: var(--header-lg);
    }

    .shapes-post-author {
        margin-top: 32px;
    }

}

/* for 375px or less */
@media screen and (max-width: 375px) {

    .shps-blog-post-opening h1 { /* blog post h1 */
        font-size: var(--header-md);
    }
    
    .shps-category-index-opening h1,
    .shps-project-post-opening h1 { /* project post h1 */
        font-size: var(--header-md);
    }

}

/* for 320px or less */
@media screen and (max-width: 320px) {

    .shps-blog-post-opening h1 { /* blog post h1 */
        font-size: var(--header-sm);
    }
    
    .shps-category-index-opening h1,
    .shps-project-post-opening h1 { /* project post h1 */
        font-size: var(--header-sm);
    }

}


















/* project index */

.index-feed-post ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 2.5641em;
    column-gap: 2.5641%;
    
}

.index-feed-post ul li {
    width: 31.6239%; /* 370px */
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.index-feed-post ul li img {
    width: 100%;
    height: auto;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.index-feed-post ul li header span { /* description & work title */
    display: block;
    margin-top: 20px;
    padding-left: 4px;
    
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    
    color: rgba(17,17,17,0.7);
}

/* project index headers */

.index-feed-post ul li header h2 {
    padding: 32px 4px 64px 4px;

    font-size: var(--header-md);
    line-height: 48px;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.index-feed-post ul li header h2 a:hover {
    text-decoration: underline;
}

/* for 1680px or less */
@media screen and (max-width: 1680x) {

    .index-feed-post ul li header h2 {
        font-size: var(--header-md);
        line-height: 48px;
    }

}

/* for 1280px or less */
@media screen and (max-width: 1280px) {

    .index-feed-post ul li {
        width: 48.7179%; /* 570px */
    }

    .index-feed-post ul li header h2 {
        font-size: var(--header-sm);
        line-height: 38px;
    }

}

/* for 800px or less */
@media screen and (max-width: 800px) {

    .index-feed-post ul li {
        width: 100%;
    }

}


















.wp-block-button__link,
.cta { /* cta button */
    display: inline-block;
    font-family: "Rethink Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 600;

    background: none;
    padding: 0 28px;

    -webkit-box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    -moz-box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;

    transition: all 0.3s ease;

        /* wp */

}

/* for 320px or less */
@media screen and (max-width: 320px) {

    .wp-block-button__link,
    .cta {
        height: 48px;
        font-size: 16px;
        line-height: 48px;
    }
    
}

.wp-block-button__link,
.cta.primary {
    height: 56px;
    line-height: 56px;

    color: var(--pure-white);
    background: linear-gradient(120deg, rgba(90,80,255,1) 0%, rgba(230,56,235,1) 100%);
}

.is-style-outline .wp-block-button__link,
.cta.secondary {
    line-height: 52px;

    padding: 0 24px;

    color: var(--primary-700);
    border: 2px var(--primary-700) solid;
    background: var(--pure-white);


}

.wp-block-button__link:hover,
.cta:hover {    
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    
}

















/* social proof */
.social-proof {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Wrapper na 1 i 2 item */
.social-proof .row {
    display: flex;
    flex-direction: column; /* domyślnie pod sobą */
    gap: 3rem;
}

.social-proof .item {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.social-proof .item em {
    font-size: var(--header-2xl);
}

.social-proof .item span {
    font-size: var(--header-sm);
}

/* 640–1023px: pierwszy i drugi obok siebie */
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .social-proof .row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .social-proof .row .item {
        width: 50%;
    }

    .social-proof .item em {
        font-size: var(--header-3xl);
    }
}

/* 1024px+: wszystkie obok siebie */
@media screen and (min-width: 1024px) {
    .social-proof {
        flex-direction: row;
    }

    .social-proof .row {
        flex-direction: row;
        flex: 1;
        gap: 2rem;
    }

    .social-proof .item {
        width: 100%;
        flex: 1;
    }

    .social-proof .item em {
        font-size: var(--header-3xl);
    }
}

@media screen and (min-width: 768px) {
    .social-proof .item span {
        font-size: var(--header-sm);
    }
}

@media screen and (min-width: 1280px) {
    .social-proof .item em {
        font-size: var(--header-3xl);
    }

    .social-proof .item span {
        font-size: var(--header-sm);
    }
}

@media screen and (min-width: 1536px) {
    .social-proof .item em {
        font-size: var(--header-3xl);
    }

    .social-proof .item span {
        font-size: var(--header-sm);
    }
}

/* promo badge */

.services-promo {
    padding: 28px 32px;
    border-radius: 16px;
    border: 2px var(--gray-200) solid;
}

.social-proof .item .services-promo {
    display: flex;
    align-items: center;
    gap: 2rem;
}

@media screen and (max-width: 768px) {
    .social-proof .item .services-promo {
        gap: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .social-proof .item .services-promo {
        flex-direction: column;
        align-items: flex-end;
    }
}












.scope p strong {
    font-family: "Satoshi-Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.scope {
    padding-bottom: 40px;;
}




 











.post-container {
    margin: 0 auto;
    padding: 0 0 140px 0;
}

/* for 768px or less */
@media screen and (max-width: 768px) {

    .post-container {
        padding-bottom: 120px;
    }

}

.post-container .wp-block-code,
.post-container p,
.post-container ul {
    font-size: 18px;
    color: var(--gray-800);
    line-height: 32px;
}

/* for 320px or less */
@media screen and (max-width: 320px) {
    
    .post-container .wp-block-code,
    .post-container p,
    .post-container ul {
        font-size: 16px;
        line-height: 30px;
    }
    
}
















































/* FORM */

.shps__contact {
    position: relative;
    padding-top: 320px;
}

.shps__contact .shps__contact-container {
    float: left;
    width: 32%;
}

.shps__contact-container header h1 {
    font-size: var(--header-3xl);
}

/* for 640px or less */
@media screen and (max-width: 640px) {

    .shps__contact-container header h1 {
        font-size: var(--header-2xl);
    }

}

.shps__contact .shps__contact-container header p {
    margin: 0;
}

.shps__contact .shps__contact-container .shps__contact-details {
    position: absolute;
    bottom: 0;
}

.shps__contact .shps__contact-container .shps__contact-details h3 {
    padding-bottom: 40px;
    margin: 0;
}

.shps__contact .shps__contact-container .shps__contact-details .shps__contact-details-pat div {
    float: left;
    margin-top: 14px !important;
}

.shps__contact .shps__contact-container .shps__contact-details .shps__contact-details-pat div p {
    margin-bottom: 8px;
    padding-top: 0;
}
    
.shps__contact .shps__contact-container .shps__contact-details .shps__contact-details-pat img {
    width: 100px;
    float: left;
    margin-right: 32px !important;
}

.shps__contact .shps__formular {
    float: right;
    width: 60%;

    -webkit-box-shadow: 0 20px 70px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 20px 70px rgba(0,0,0,0.15);
    box-shadow: 0 20px 70px rgba(0,0,0,0.15);
    
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    
    background: #fff;
}

.shps__contact .shps__formular div.wpcf7 {
    padding: 80px 88px 64px 88px;
    
    margin: 0;
    width: 100%;
    max-width: 100%;
    
    box-sizing: border-box;
}

.shps__contact .shps__formular .shps__cf-phone {
    float: left;
    width: 48%;
}


.shps__contact .shps__formular .shps__cf-email {
    float: right;
    width: 48%;
}

.shps__contact .shps__formular .shps-cf-acceptance {
    float: left;
    width: 60%;
}

.shps-cf-acceptance .wpcf7-form-control-wrap {
    padding-top: 3px;
    padding-bottom: 0;
}

.shps__contact .shps__formular .shps-cf-submit {
    float: right;
    width: 30%;
}












.shps-opening header {
    padding: 300px 0 0 0;
}






/* for 1680px or less */
@media screen and (max-width: 1680px) {
    
    .shps-opening header {
        padding: 180px 0 0 0;
    }

    .shps-opening ul {
        margin-top: 60px;
    }







    .shps__contact {
        padding-top: 200px;
    }
    
    .shps-cf-acceptance .wpcf7-form-control-wrap {
        padding-right: 20px;
    }
    
    .shps__contact .shps__formular .shps-cf-submit {
        width: 40%;
    }
    
}























/* for 1280px or less */
@media screen and (max-width: 1280px) {
    
    .shps__contact .shps__contact-container {
        float: none;
        width: 100%;
    }
    
    .shps__contact .shps__contact-container .shps__contact-details {
        position: relative;
        bottom: unset;
    }
    
    .shps__contact .shps__contact-container {
        margin-bottom: 48px;    
    }
    
    .shps__contact .shps__formular {
        float: none;
        width: 100%;
    }

}



/* for 800px or less */
@media screen and (max-width: 800px) {
    
    .shps-opening ul {
        margin-top: 24px;
    }
    
    .shps-opening ul li:first-child {
        font-size: 20px;
        line-height: 30px;
    }





    .shps__contact .shps__formular div.wpcf7 {
        padding: 40px 48px 24px 48px;
    }
    
    .shps__contact .shps__formular .shps__cf-phone,
    .shps__contact .shps__formular .shps__cf-email {
        float: none;
        width: 100%;
    }
    
    .shps__contact .shps__formular .shps-cf-acceptance,
    .shps__contact .shps__formular .shps-cf-submit {
        float: none;
        width: 100%;
    }
    
    .shps__contact .shps__formular .shps-cf-acceptance {
        margin-bottom: 32px;
    }
    
    .shps__contact .shps__contact-container .shps__contact-details h3 {
        padding-bottom: 32px;
    }
}

/* for 600px or less */
@media screen and (max-width: 600px) {
    


    .shps-project-post-opening {
        margin-bottom: 100px;
    }

    .shps-opening header {
        padding: 120px 0 0 0;
    }





    .shps__contact {
        padding-top: 140px;
    }
    
    .shps__contact .shps__formular {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

        background: none;
    }
    
    .shps__contact .shps__formular div.wpcf7 {
        padding: 0;
    }
    
    /*.shps__contact .shps__formular div.wpcf7 {
        padding: 48px 40px 32px 40px;
    }*/

}

/* for 375px or less */
@media screen and (max-width: 375px) {
    
    .shps-opening ul li:nth-child(2) {
        margin-right: 70px;
    }




    /*.shps__contact .shps__formular div.wpcf7 {
        padding: 40px 32px 24px 32px;
    }*/
    
}

/* for 320px or less */
@media screen and (max-width: 320px) {

    .shps-opening ul li:first-child {
        font-size: 18px;
        line-height: 28px;
    }

}

























.kontaktdlaklientow {
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 500px;
}

.kontaktdlaklientow > img {
    width: 100px;
    float: left;
    margin-right: 32px !important;
}

.kontaktdlaklientow > div {
    float: left;
    margin-top: 14px !important;
}

.kontaktdlaklientow > div > p {
    margin-bottom: 8px;
    padding-top: 0;
}



div.wpcf7 {
    /* form container */
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.wpcf7-form p {
    padding-top: 0;
}

.wpcf7-form-control-wrap {
    /* fields paragraphs (label, span & input) */
    display: block;
    padding-bottom: 36px;
}

.wpcf7 form div label {
    display: block;
    margin-bottom: 8px;
}

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
    /* input & textarea fields */
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
    /* input height */
    height: 56px;
}

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
    /* fields border */
    padding: 0 20px;
    border: 3px solid #ddd;
    -webkit-appearance: none;
}

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
    font-family: "Inter", sans-serif;
}

.wpcf7-form-control-wrap textarea {
    padding: 15px 20px;
    font-family: "Inter", sans-serif;
    line-height: 24px;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 24px;
}

.wpcf7-list-item input {
    margin: 0 16px 0 0;
    width: 20px;
    height: 20px;
}

.wpcf7-submit {
    display: inline-block;
    width: 100%;
    padding: 0 48px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px !important;
    color: #fff;
    height: 56px !important;
    line-height: 56px;

    -webkit-border-radius: 28px !important;
    -moz-border-radius: 28px !important;
    border-radius: 28px !important;
    
    background: #7579ff;
    background: linear-gradient(120deg, rgba(90,80,255,1) 0%, rgba(230,56,235,1) 100%);
    
    -webkit-box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    -moz-box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    
    transition: all 0.3s ease;

    border: none;
    cursor: pointer;
    -webkit-appearance: none;    
}

.wpcf7-submit:disabled {
    cursor: not-allowed;
    /*opacity: 0.7;
    background: #999;*/
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wpcf7-submit[disabled]:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wpcf7-submit:hover {
    -webkit-box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    -moz-box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    box-shadow: 0 20px 35px rgba(150,108,248,0.5);
    
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 10px 15px;
    
    border-width: 3px;
    
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

span.wpcf7-not-valid-tip {
    padding-top: 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
}










