/* GENERAL */
html {
    scroll-behavior: smooth;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.jumbotron {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.jumbotron p {
	font-size: 1.6rem;
}

.bg-green {
    background-color: #266D6F;
    padding: 6.25rem 0;
}

.bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green h6, .bg-green p, .bg-green a:not(.btn-custom):hover {
    color: #FFF;
}

.align-items-vertical {
    align-items: center;
    display: flex;
}

.text-orange {
	color: #f7a516;
}

.testimonial-item p {
	color: #266D6F;
	font-weight: 400;
}

.w-100 {
	width: 100%;
}

#hero-2 {
    background-image: none;
    background-color: #266D6F;
    padding-bottom: 7rem;
    position: relative;
}

#hero-2 .container {
    padding: 5% 15px 15%;
}

.who-bg {
    background-image: url(/info/wp-content/uploads/2025/07/Samenwerken.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 51%;
    left: 0;
}

#integrations img:hover {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #266D6F;
    transition: box-shadow .75s;
}

.post-thumbnail {
    display: none;
}

.blocks-item {
    align-items: stretch;
    justify-content: stretch;
    background-color: #FFFFFF;
    border-radius: 15px;
    display: flex;
    height: 13rem;
}

.blocks-item > a {
    border-radius: 15px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: box-shadow .5s;
}

.blocks-item > a:hover {
    color: initial !important;
    box-shadow: 0px 0px 20px 0px #f7a516;
    transition: box-shadow .5s;
}

.pricing-table.popular {
    border: #f7a516 2px solid;
}

.most-popular span {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translate(-50%, 10px);
    color: #fff;
    font-weight: 600;
    line-height: 1;
    background: #f7a516;
    padding: 7px 10px;
    border-radius: 25px;
}

.pricing-table ul.features li:not(:last-child) {
    border-bottom: 0.01rem solid;
}

/* FLEXSLIDER */
.flexslider .flex-direction-nav .flex-next {
    opacity: .8; /* adjust opacity to match the hover style */
    right: 10px; /* adjust offset to match the hover style */
    text-align: center;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 10px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
    text-align: center;
}

.flex-direction-nav a {
    background-color: #000;
    border-radius: 50%;
    text-align: center;
}

.flex-direction-nav a:before {
    font-size: 20px;
    display: inline-block;
    content: '\f001';
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

.flexslider.affa_testimonials_carousel .slides {
    zoom: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: stretch;
}

.affa_testimonials_carousel .testimonial-item .jumbotron {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;	
}

/*FRONT PAGE*/
#header .container, #header .nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: auto;
}

#header .container:before, #header .container:after {
    content: unset;
}

#header .nav > li > a.demo, #header .nav > li > a.login {
    background: #f7a516 !important;
    border-bottom: 1px solid #f7a516;
    font-weight: 600;
    padding: 14.5px 25px;
}

#header .nav > li > a.demo:hover, #header .nav > li > a.login:hover {
    background: #fff !important;
    border-bottom: 1px solid #f7a516;
    color: #f7a516;
}

#navigation_affix .nav > li > a.login {
    border: none;
}

#navigation_mobile ul li .login:hover {
    color: #f7a516;
}

.inner--header {
    position: inherit;
    background: #266D6F;
}

.header_wave {
    position: relative;
}

.header_wave_opacity {
    position: absolute;
    margin-top: 14px;
}

.header_wave svg path {
    fill: #266D6F;
}

.footer_wave_opacity path, .header_wave_opacity path {
    opacity: .2;
}

.hero {
    background-color: #266D6F;
    padding-bottom: 7rem;
    margin-bottom: calc(16px * 1.5 * 2);
    text-align: center;
    position: relative;
    width: 100%;
}

.hero-inner {
    position: relative;
    padding: 12% 15px 10%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.help-center-details {
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 1.3em;
    font-weight: 100;
    overflow: hidden;
    max-width: 700px;
    text-overflow: ellipsis;
    text-shadow: 3px 4px 5px #00000029;
}

.help-center-details:not(:first-of-type) {
    font-size: 1.6rem;
}

.help-center-details a {
    font-weight: bold;
}

.help-center-details a:not(.btn-custom):hover {
    color: #fff;
}

.aries_waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.opacity_layer path {
    opacity: .4;
}

.welcome_text {
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 20px;
}

#features .row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

#features .row .affa_feature_img {
    height: 100%;
}

#features2 figure img {
    width: 75%;
}

#buynow {
    background-image: url("../images/content/bg/2.jpg");
}

#partners {
    background-image: url("../images/content/bg/1.jpg");
}

.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading p {
    color: #266d6f;
}

#testimonials {
    background-image: url("../images/content/bg/3.jpg");
}

.page-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

#footer {
    background-color: #266D6F;
}

#footer p {
    margin: 0 auto;
}

#footer .quick-links a, #footer .row:last-child a, #footer .row:last-child {
    color: #ffffff;
}

#footer .quick-links a {
    display: block;
}

#footer .quick-links a:hover, #footer .row:last-child a:not(.btn-custom):hover {
    color: #f7a516;
}

#footer .row:first-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer .footer_socials a {
    font-size: 1.5rem;
    margin: 0 1rem 0 0;
}

#footer .footer_socials a:last-child {
    margin: 0;
}

#footer .row .footer_socials a:hover {
    color: #f7a516;
}

#footer .logo {
    width: 70%
}

@media only screen and (max-width: 767px) {
    .welcome_text {
        font-size: 3rem;
    }

    .blocks-item {
        margin-bottom: 1rem;
    }

    .blocks-item:not(:last-child) {
        margin-bottom: 1rem;
    }

    #footer .logo {
        width: 40%;
    }
}

/* PRICING TABLE */
#pricing-table tbody td:nth-child(4), #pricing-table thead tr:first-child th:nth-child(4) {
    background-color: rgba(216, 214, 227, 0.15);
}

#pricing-table thead tr:first-child th:nth-child(4) {
    border-top: 0.3rem solid #266D6F;
    border-radius: 0.25rem;
    text-transform: uppercase;
}

#pricing-table thead tr:last-child {
    background-color: #266D6F;
    color: #FFFFFF;
    font-size: 1.2rem;
}

#pricing-table tbody tr:hover {
    background-color: #EEEEEE;
}

#pricing-table td:empty::after {
    content: "\00a0";
}

/* ABOUT US */
.team-member-image {
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.team-member {
    display: inline;
    margin: 0 auto;
    width: 100%;
}

.blog-post-img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.blog-post-link {
    border-radius: 0 0 6px 6px;
    transition: background-color .5s;
}

.blog-post-link:has(a:hover) {
    background: #f7a516;
}

.blog-post-link a {
    transition: color .5s;
    display: inline-block;
    width: 100%;
}

.blog-post-link a:hover {
    color: white !important;
}

/* ACCOUNTANTS */
.ask-account label {
    display: block;
}

.ask-account .wpcf7-submit {
    font-family: 'Comfortaa', sans-serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 450ms ease-in-out;
    font-size: 0.775rem;
    padding: 0.975rem 1.45rem;
    cursor: pointer;
    background-color: #f7a516 !important;
    border: 2px solid #f7a516 !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.ask-account .wpcf7-submit:hover {
    background-color: transparent !important;
    color: #f7a516 !important;
}