/*
Theme Name: Syntegra customers theme
Theme URI: http://twoscript.nl
Author: twoScript
Author URI: http://twoscript.nl
Description: A theme created fot the customers of Syntegra
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import "assets/css/bootstrap.css";

@import "assets/css/navigation.css";
@import "assets/css/banner.css";
@import "assets/css/woocommerce.css";

/* CSS for template parts*/
@import "assets/css/template-subscription.css";

a{
    color: #FBAB7e;
}
.products .type-product{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 30px!important;
    padding: 1.5rem!important;
    position:relative;
    top:0;
}
.products .type-product:hover{
    transition:top .5s;
    top:-10px
}
.h2, h2, h3,h4,h5,h6 {
    color: #FBAB7E;
}
.info-block .container .row .col-12 > div .fa{
    color: #01a5e4 !important;
}
.zakelijk .h2,
.zakelijk h2,
.zakelijk h3,
.zakelijk h4,
.zakelijk h5,
.zakelijk h6{
    color: #01a5e4;
}
.btn{
    background-color: #FBAB7E;
    border-color: #FBAB7e;
}
.zakelijk .btn{
    background-color: #01a5e4;
    border-color: #01a5e4;
}
.animatie .h2,
.animatie h2,
.animatie h3,
.animatie h4,
.animatie h5,
.animatie h6{
    color: #833bca;
}
.animatie .btn{
    background-color: #833bca;
    border-color: #833bca;
}
.animatie .info-block .container .row .col-12 > div .fa{
    color: #833bca !important;
}
.bradius{
    border-radius: 1.5rem!important;
}
.upeffect{position:relative;top:0;transition:top .5s}
.upeffect:hover{top:-10px}

.service-27 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.service-27 h1, .service-27 h2, .service-27 h3, .service-27 h4, .service-27 h5, .service-27 h6 {
    color: #3e4555;
}

.service-27 .font-weight-medium {
    font-weight: 500;
}

.service-27 .bg-light {
    background-color: #f4f8fa !important;
}

.service-27 .badge {
    line-height: 14px;
}

.service-27 .badge-info {
    background: #188ef4;
}

.service-27 a {
    text-decoration: none;
}

.service-27 .linking {
    color: #3e4555;
}

.service-27 .linking:hover {
    color: #316ce8;
}

.service-27 .text-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.service-27 .display-5 {
    font-size: 2.5rem;
}

/* Rating stars */
.rating {
    display: inline-block;
}

.rating .fa {
    font-size: 24px;
    color: #ffd700;
}

.checked {
    color: #ffcc00;
}
/*woocomerce style*/



/*form style*/
/* Set box-sizing for all elements */
* {
    box-sizing: border-box;
}

/* Style for all form elements */
input[type="text"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

/* Style for form labels */
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Style for form buttons */
button[type="submit"] {
    background-color: #008cba;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

/* Style for form buttons on hover */
button[type="submit"]:hover {
    background-color: #005c7a;
}
/* Style for Contact Form 7 submit button */
.wpcf7-submit {
    background-color: #008cba;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

/* Style for Contact Form 7 submit button on hover */
.wpcf7-submit:hover {
    background-color: #005c7a;
}

.warm .info-block .container .row .col-12 > div{
    color: white !important;
    background-color: #FBAB7E ;
}
.warm .info-block .container .row .col-12 > div .fa{
    color: white !important;
}
.warm .info-block .container .row .col-12 > div h5{
    color: white !important;
}

input{
    border-radius: 1.5rem!important;
}
select{
    border-radius: 1.5rem!important;
}
.select2-selection{
    border-radius: 1.5rem!important;
}
textarea{
    border-radius: 1.5rem!important;
}


.wpcf7-submit{
background: #FBAB7E!important;
}
.text-warm{
    padding-top: 100px;
    font-size: 20px;
    font-weight: 700;
    color: white;
}
.text-warm h1{
    font-size: 50px;
    font-weight: 700;
    color: white;
}
.footer a{
    color: white;
}
.text-zakelijk{
    color: #0b4875;
}