/* asterisk for required form field */
form label.required:after {
    content: '*';
    color: #dc3545;
    margin-left: 5px;
}
label.error {
    color: #dc3545;
    font-size: 0.75em;
}
.navbar {
    border-bottom: 1px solid #ccc;
}
#coach-trainings .accordion-trigger {
    cursor: pointer;
    display: block;
}
#coach-trainings .accordion-trigger:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}
#coach-trainings .collapsed:after {
    content: "\f054";
}

.btn {
    cursor: pointer;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
    background: #4236a6;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader {
    z-index: 9999;
    color: #4236a6;
    text-indent: -9999em;
    margin: 88px auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 1.5em;
}
/*Animation*/
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/* Loader End */
.hidden {
    display: none;
}

/* active nav list text color */
.list-group-item.active a{
    color: #fff;
}
.list-group-item a:hover {
    text-decoration: none;
}
div.profile-pic-container {
    position: relative;
    display: inline-block;
}
div.profile-pic-container div.update-profile-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
}
#attachModal {
    z-index: 1999;
}
#fileManagerModal {
    z-index: 2000;
}
#cropModal {
    z-index: 2001;
}
#attachModal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.bootbox {
    z-index: 2010;
}
.dz-clickables {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    padding: 54px 54px;
    min-height: 150px;
}
.dz-drag-hover .dz-clickables {
    border-style: solid;
    opacity: 0.5;
}
.dzone > div {
    text-align: center;
    /*margin: 6em 0;*/
    font-weight: 600;
    color: #a0a0a0;
}

#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
    display: none;
}

/* Hide the start and cancel buttons and show the delete button */

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}
#previews .file-row.dz-success .delete {
    display: block;
}
/** Added by Babish **/
label.input-immutable {
    display: block;
    padding: 0.4rem 0.8rem;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0;
    cursor: not-allowed;
}
.accordion .faq-list {
    position: relative;
}
.accordion .faq-list a:after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    top: 8px;
    right: 0px;
}
.accordion .faq-list a.collapsed:after  {
    content: "\f054";
}

.choose h3.f36 {
    font-weight: 400;
}
.social-media a:hover {
    text-decoration: none;
}
.social-media.mt-3 img {
    height: 40px;
    padding-left: 5px;
    margin-left: 13px;
}
.home-banner .banner-title{
    font-weight: 400;
}
.form-search-home h3 span {
    display: inline-block;
}
.form-search-home h3 span.title {
    max-width: calc(100% - 200px);
}
.form-search-option-dropdown {
    float: right;
    min-width: 200px;
    max-width: 200px;
    margin-top: 2px;
}
.form-search-option-dropdown select {
    font-size: 14px;
    padding: 0.27rem 0.5rem;
    min-width: 200px;
}
.form-search-option-dropdown select.form-control:not([size]):not([multiple]) {
    height: calc(1.9rem + 2px);
}
.site-container-inner {
    padding: 35px 50px;
    background-color: #FFF;
    border-bottom: none;
    margin-top: -240px;
    position: relative;
}
ul.site-container-breadcrumbs {
    padding-left: 0px;
}
ul.site-container-breadcrumbs li {
    list-style: none;
    display: inline-block;
    margin-right: 18px;
    float: left;
}
ul.site-container-breadcrumbs li:after {
    content: '';
    height: 14px;
    width: 1px;
    background: #838383;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-top: -3px;
}
ul.site-container-breadcrumbs li:last-child:after {
    content: none;
}
ul.site-container-breadcrumbs li i.fa-chevron-left {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
ul.site-container-breadcrumbs li a:hover {
    text-decoration: none;
}
.coaches-info .avatar img {
    width: 200px;
    height: 200px;
}
.coaches-info {
    text-align: center;
    clear: both;
}
.coaches-info-name {
    margin-top: 34px;
}
.coaches-info-name h2 {
    font-weight: 800;
}
.coaches-info-name p {
    font-size: 18px;
    font-weight: 800;
}
.coaches-info-blockquote {
    margin-top: 75px;
}
.coaches-info-blockquote blockquote {
    font-size: 21px;
    position: relative;
    margin-left: 85px;
    margin-right: 100px;
    font-weight: 700;
    z-index: 1;
}
.coaches-info-blockquote blockquote:before {
    content: '';
    background: url("/images/blockquote.svg") no-repeat;
    height: 78px;
    width: 98px;
    display: inline-block;
    position: absolute;
    left: -50px;
    top: -38px;
    z-index: -1;
}
.coach-organisation-certificate {
    margin-top: 50px;
    margin-left: 85px;
    margin-right: 85px;
}
.coach-organisation-certificate h2 {
    font-weight: 800;
    margin-bottom: 28px;
}
.coach-organisation-certificate h4 {
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 3px;
}
.coach-organisation-certificate ul {
    padding-left: 0px;
    margin-bottom: 20px;
}
.coach-organisation-certificate ul li {
    list-style: none;
}
.coach-organisation-row-block {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 18px;
}
.coach-organisation-row {
    margin-bottom: 18px;
}
.coach-organisation-row-block:last-child {
    border-bottom: 0px;
}
.coach-certificate-row {
    padding-left: 60px;
}
.coach-certificate-row-icon {
    display: inline-block;
    float: left;
}
.coach-certificate-row-info {
    display: inline-block;
    float: left;
    margin-left: 22px;
    width: calc(100% - 57px);
    margin-bottom: 23px;
}
.coach-certificate-row-block {
    clear: both;
}
.coach-certificate-row-info h4 {
    margin-bottom: 0px;
}
.coach-organisation-certificate-bottom {
    margin-left: 85px;
    margin-right: 85px;
}
.coach-organisation-certificate-bottom a {
    font-size: 20px;
    font-weight: 600;
}
.coach-organisation-certificate-bottom a i {
    font-weight: 600;
    font-size: 24px;
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -5px;
}
.coach-organisation-certificate-bottom a img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 6px;
    margin-top: -4px;
}
.coach-organisation-certificate-bottom a:hover {
    text-decoration: none;
}
.coach-organisation-certificate-bottom a:hover img {
    opacity: 0.7;
}
.coach-organisation-certificate-bottom {
    margin-top: 50px;
}
.coaches-modal textarea {
    min-height: 110px;
}
.coaches-modal .search-btn {
    min-width: 130px;
}
.coaches-modal label {
    font-weight: 400;
}
.coaches-modal form label.required:after {
    font-size: 16px;
    font-weight: 900;
}
.coaches-modal .modal-header button {
    font-size: 30px;
    margin-top: -0.8rem;
}

/* Map Page Container */
.map-page-container-wrapper {
    -webkit-box-shadow: inset 0px 5px 12px 0px rgba(244,244,244,1);
    -moz-box-shadow: inset 0px 5px 12px 0px rgba(244,244,244,1);
    box-shadow: inset 0px 5px 12px 0px rgba(244,244,244,1);
}
.map-page-container .form-search-map {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 12px;
}
.map-page-container .map-banner {
    direction: ltr;
    padding-right: 9999px;
    margin-right: -9999px;
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
}
.map-page-container .map-banner .map-banner-inner {
    display: block;
    width: 49vw;
}
.map-page-container-wrapper {
    overflow: hidden;
}
.map-page-container-wrapper .form-search-map h3 {
    font-size: 20px;
}
.map-result-card .map-result-icon {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.map-result-card h5 {
    font-weight: 900;
}
.page-banner.contact-banner .banner-title {
    bottom: 30px;
}
.contact-banner .contact-banner-img {
    height: 200px;
}
.contact-textarea {
    height: 310px;
}

.contact-container .required {
    position: relative;
}

.contact-container .required:after {
    content: '*';
    position: absolute;
    right: 0px;
    font-size: 24px;
    color: #828282;
    top: 4px;
}

.contact-container .form-control {
    border-color: #000;
}

.contact-container p {
    color: #000000;
    margin-bottom: 10px;
}
.contact-form-wrapper {
    padding-right: 200px;
}
.contact-right-row {
    margin-bottom: 30px;
    padding-right: 60px;
}
.contact-right-row h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-right-row h4.link-color {
    color: #009CDB;
    margin-bottom: 10px;
    margin-top: 5px;
}
.contact-right-row ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.contact-right-row ul li {
    list-style: none;
    font-size: 18px;
}
.contact-right-row2 {
    margin-top: 80px;
}
.contact-right-row2 h2 {
    margin-bottom: 15px;
}
.contact-right-row2 ul li {
    margin-bottom: 5px;
}
.contact-right-row2 {
    padding-right: 0px;
}
.contact-right-row2 p {
    margin-bottom: 25px;
}
.threadContainer-note {
    color: #828282;
    font-size: 14px;
}
/**
css added to fix tinymce image image streatched issue
 */
.content-wrapper img{
    height: auto;
}
@media (max-width: 1199px) {
    .social-media.mt-3 {
        text-align: center;
    }
    .social-media.mt-3 img {
        height: 30px;
        padding-left: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .coaches-info-blockquote blockquote, .coach-organisation-certificate, .coach-organisation-certificate-bottom  {
        margin-right: 50px;
        margin-left: 50px;
    }
    .coaches-modal label {
        text-align: left;
    }
    .coaches-modal .modal-body {
        text-align: left;
    }
    .coach-organisation-certificate h4, .coach-certificate-row-info h4 {
        font-size: 20px;
    }
    .map-page-container-wrapper .form-search-home h3 span.title {
        max-width: 100%;
    }
    .map-page-container-wrapper .form-search-option-dropdown {
        min-width: initial;
        max-width: initial;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .form-search-home h3 span.title {
        max-width: 100%;
    }
    .form-search-option-dropdown {
        float: none;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .coaches-info-blockquote blockquote, .coach-organisation-certificate, .coach-organisation-certificate-bottom {
        margin-left: 30px;
        margin-right: 30px;
    }
    .coach-organisation-certificate h4 {
        font-size: 20px;
    }
    .coach-organisation-certificate h2 {
        font-size: 32px;
    }
    aside.sidebar.contact-right {
        padding-top: 0px;
        margin-top: 0px;
    }
    .contact-right-row {
        padding-right: 0px;
    }
    .contact-form-wrapper {
        padding-right: 30px;
    }
    .contact-right-row ul li {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .social-media.mt-3 {
        text-align: center;
    }
    .social-media.mt-3 img {
        margin-left: 5px;
        margin-right: 5px;
    }
    .form-search-option-dropdown {
        min-width: initial;
        max-width: initial;
        width: 100%;
    }
    .site-container-inner {
        padding: 20px 0;
        margin-top: 0px;
    }
    ul.site-container-breadcrumbs {
        overflow: hidden;
        margin-bottom: 10px;
    }
    ul.site-container-breadcrumbs li i.fa-chevron-left {
        margin-right: 0px;
    }
    ul.site-container-breadcrumbs li {
        margin-right: 10px;
    }
    ul.site-container-breadcrumbs li a {
        font-size: 14px;
    }
    .coaches-info-name p {
        font-size: 16px;
    }
    .coaches-info-blockquote blockquote {
        font-size: 16px;
    }
    .coaches-info-blockquote blockquote, .coach-organisation-certificate, .coach-organisation-certificate-bottom {
        margin-left: 0px;
        margin-right: 0px;
    }
    .coaches-info-blockquote blockquote:before {
        left: -15px;
        top: -20px;
        height: 60px;
        width: 60px;
    }
    .coach-organisation-certificate h2 {
        font-size: 22px;
    }
    .coach-organisation-certificate h4 {
        font-size: 18px;
    }
    .coach-organisation-certificate ul li {
        font-size: 14px;
    }
    .coach-certificate-row {
        padding-left: 0;
        margin-top: 30px;
    }
    .coach-organisation-certificate-bottom a {
        font-size: 14px;
    }
    .coach-organisation-certificate-bottom .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .coach-organisation-certificate-bottom .row [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .coach-organisation-certificate-bottom a {
        font-weight: 400;
    }
    .coach-organisation-certificate-bottom a img {
        width: 14px;
        margin-left: 0px;
    }
    .coach-organisation-certificate-bottom .row .col-9 a {
        margin-left: -5px;
    }
    .coach-organisation-certificate-bottom {
        margin-top: 20px;
    }
    .coaches-modal .modal-title {
        font-size: 18px;
    }
    .coaches-modal .modal-header button {
        margin-top: -1rem;
    }
    .map-page-container .map-banner {
        direction: initial;
        padding-right: 0;
        margin-right: 0;
    }
    .map-page-container .map-banner .map-banner-inner {
        width: 100%;
    }
    aside.sidebar.contact-right {
        margin-top: 25px;
    }
    .contact-right-row2 {
        margin-top: 30px;
    }
    .contact-form-wrapper {
         padding-right: 15px;
     }
}
.blog-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.blog-tag p {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 5px;
}

.blog-tag ul {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    .blog-tag {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .blog-tag p {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.blogs-container {
    list-style: none;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .blogs-container {
        -webkit-columns: 2;
        columns: 2;
    }
}

@media screen and (max-width: 767px) {
    .blogs-container {
        -webkit-columns: 1;
        columns: 1;
    }
}

.blogs-container li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.blogs-container li > a {
    color: #212529;
    display: block;
    padding: 25px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.blogs-container li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 156, 219, 0.05);
}

.blog-meta {
    color: #009cdb;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.blog-title {
    color: #212529;
}

.blog-excerpt {
    text-align: left;
    max-height: 9em;
    overflow: hidden;
}

.blog-excerpt img, .blog-excerpt br{
    display: none;
}

.blog-quote {
    font-family: Playfair Display, serif;
    font-size: 24px;
    line-height: 1.3;
    background-color: transparent;
    text-align: left;
    letter-spacing: 0;
    padding-left: 52px;
    background: transparent url("https://kiesvoorhetkind.nl/fonts/quote.svg") no-repeat 0 0 scroll;
}

.blog-banner {
    color: #FFF;
    font-size: 65px;
    line-height: 200px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.blog-contents img {
    height: auto;
    max-width: 100%;
}

.cms-template2-content-wrapper .page-content-blog {
    position: relative;
}

.cms-template2-content-wrapper .page-content-blog p {
    margin-bottom: 2em;
}

.cms-template2-content-wrapper .page-content-blog p:first-child:first-letter {
    float: left;
    font-family: serif;
    font-size: 5em;
    line-height: 1em;
    margin-top: -.1em;
    padding-right: 8px;
    padding-left: 3px;
}

.cms-template2-content-wrapper .page-content-blog img {
    max-width: 100%;
    margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
    .cms-template2-content-wrapper .page-content-blog .blog-left-shift {
        margin-left: -100px;
    }
}

@media screen and (min-width: 768px) {
    .cms-template2-content-wrapper .page-content-blog .blog-right-shift {
        margin-right: -100px;
    }
}

@media screen and (min-width: 768px) {
    .blog-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 40px;
    }
    .blog-flex img {
        margin: 0;
    }
}

.large-link {
    font-size: clamp(18px, 3vw, 36px);
    font-weight: 700;
}

.large-link:hover {
    text-decoration: none;
}

.input-group >label.error{
    flex: 0 0 100%;
}
