/*Color scheme*/

.wp-block-search .wp-block-search__input {
    font-size: 16px;
    font-weight: 400;
}

.wp-block-search .wp-block-search__button:before {
    color: var(--color-primary);
    font-size: 18px;
}

.img-overlay .img-box .text:after {
    background-image: linear-gradient(180deg, #25a6ec 0%, rgba(71, 94, 204, 0.3) 100%);
}

.board-column .name {
    background: var(--color-primary);
}

.board-column .img-wrap .name h2 {
    color: #ffffff;
}

.board-column .img-wrap .name p {
    font-size: 14px;
    color: #ffffff;
}

.board-list .descr {
    background: #ffffff;
}

.board-list .descr h2 {
    color: #ffffff;
}

.board-list .item .descr h2 {
    color: #ffffff;
}

.board-list .descr p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3em;
}

.board-list .descr p.position {
    font-size: 14px;
    color: #ffffff;
}

.pager li a,
.pager li span {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.no-touchevents .pager li a:hover,
.no-touchevents .pager li span:hover {
    background: transparent;
    color: var(--color-primary);
}

.pager li.active span {
    background: transparent;
    color: var(--color-primary);
}

.no-touchevents main .blog-articles-list h2 > a:hover {
    color: #4548a3;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
}

main h3.divider:after {
    background-color: var(--color-primary);
}

main p.category {
    font-size: 14px;
    color: #687b89;
    font-weight: 400;
    margin-bottom: 0;
}

.button_div input[type="checkbox"] + label:before,
.mc-field-group.input-group input[type="checkbox"] + label:before,
.field-wrap.check-wrap input + label:before,
.bbp-form.check-wrap input + label:before {
    border: 1px solid var(--wpforms-field-border-color);
}

.button_div input[type="checkbox"]:checked + label:before,
.mc-field-group.input-group input[type="checkbox"]:checked + label:before,
.field-wrap.check-wrap input:checked + label:before,
.bbp-form.check-wrap input:checked + label:before {
    border-color: var(--form-accent-color);
}

.mc-field-group.input-group input[type="radio"] + label:before,
.field-wrap.radio-wrap input + label:before,
.bbp-form.radio-wrap input + label:before {
    border: 1px solid var(--wpforms-field-border-color);
}
.mc-field-group.input-group input[type="radio"]:checked + label:before,
.field-wrap.radio-wrap input:checked + label:before,
.bbp-form.radio-wrap input:checked + label:before {
    border-color: var(--form-accent-color);
}

.button_div input[type="checkbox"] + label,
.wpcf7-acceptance input + .wpcf7-list-item-label,
.wpcf7-checkbox input + .wpcf7-list-item-label {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
}

.wpcf7-acceptance input + .wpcf7-list-item-label:before,
.wpcf7-checkbox input + .wpcf7-list-item-label:before {
    border: 2px solid var(--color-primary);
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
    background: var(--color-primary);
}

.wpcf7-radio input + .wpcf7-list-item-label {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
}

.wpcf7-radio input:checked + .wpcf7-list-item-label:before {
    background: var(--color-primary);
}

.wpcf7-radio input + .wpcf7-list-item-label:before {
    border: 2px solid var(--color-primary);
}

.wpcf7-radio input + .wpcf7-list-item-label:after {
    background: #fff;
}

.send-status .success {
    color: #25a6ec;
}

.send-status .success i {
    color: #25a6ec;
    border: 2px solid rgba(37, 166, 236, 0.5);
}

.send-status .fail {
    color: #b62c2c;
}

.send-status .fail i {
    border: 2px solid rgba(182, 44, 44, 0.5);
    color: #b62c2c;
}

.span.wpcf7-not-valid-tip {
    color: #b62c2c;
    font-size: 13px;
    font-weight: 700;
}

.top-img.small .text h1,
.top-img.small .text .title {
    color: white;
    line-height: 1.25em;
    font-weight: 300;

    font-size: 38px;
}

.top-img .text h1,
.top-img .text .title {
    color: white;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.25em;
}

.top-img .text p {
    color: white;
    /* font-family: "Lato", sans-serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 1.666666em;
}

.article-controls a {
    color: #72808e;
    font-size: 13px;
    font-weight: 500;
}

.article-controls a i {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 17px;
}

.layout__columns .layout__content .link-box a {
    color: #000;
}

/* MENU  */
aside .link-box ul li a {
    font-weight: normal;
}

.no-touchevents .layout__columns .layout__content .link-box a:hover {
    color: var(--color-primary);
}
aside .link-box ul li a {
    color: #000000;
    font-size: 18px;
}

/* MENU with icons  */
aside .link-box.with-icon ul li a {
    font-weight: normal;
}
aside .link-box.with-icon ul li a {
    color: #000000;
    font-size: 18px;
}

/* MENU with hierarchy */
aside .text-box.with-icon.divider:after {
    background-color: var(--color-primary);
}
aside .text-box.with-icon > ul > li > a {
    font-size: 18px;
    color: #4548a3;
}
aside .text-box.with-icon > ul > li ul li a {
    color: #000000;
    font-size: 18px;
}
aside .text-box.with-icon > ul > li ul li ul li a {
    color: #000000;
    font-size: 18px;
}
aside .text-box.with-icon > ul > li > a {
    font-weight: normal;
}
aside .text-box.with-icon > ul > li ul li a {
    font-weight: normal;
}
aside .text-box.with-icon > ul > li ul li ul li a {
    font-weight: normal;
}

aside .facebook-widget h3,
aside .instagram-widget h3,
aside .twitter-widget h3 {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
}

aside .link-box.bullets ul li:before {
    background: #4548a3;
}

.question-box .question {
    color: var(--color-primary);
}

.no-touchevents .faq-toggle .question-wrap h2:hover {
    color: var(--color-primary);
}

.faq-toggle .question-wrap h2 i {
    color: var(--color-primary);
}

.faq-toggle .question-wrap.open h2 {
    color: var(--color-primary);
}

/*Delete this*/

.slider-box.slider-fw .slider-wrap .slider .slide .text h2 {
    color: white;
    font-size: 54px;
    font-weight: 300;
}

.slider-box.slider-fw .slider-wrap .slider .slide .text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.slider-box.slider-right .text h2,
.slider-box.slider-left .text h2 {
    color: black;
    font-size: 38px;
    font-weight: 300;
}

.slider-box.slider-right .text h2:after,
.slider-box.slider-left .text h2:after {
    background-color: var(--color-primary);
}

.no-touchevents .slider-box .slider-controls .slick-arrow:hover {
    color: var(--color-primary);
}

.slider-box .slider-controls .slick-dots li.slick-active button {
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
}

.key-features h2 {
    color: white;
    font-size: 38px;
    font-weight: 300;
}

.key-features .row {
    margin: 0 -20px;
}

.key-features .row .row-item h3 {
    color: #c86f00;
    font-size: 24px;
    font-weight: 300;
}

.key-features .row .row-item p {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 500;
}

.key-features .row .row-item .icon {
    border: 2px solid var(--color-primary);
    transition: all 0.2s;
}

.menu-features .row .row-item .icon {
    border: 2px solid #25a6ec;
}

.key-features .row .row-item .icon .fa {
    color: var(--color-primary);
    line-height: 46px;
    font-size: 46px;
}

.menu-features .row .row-item .icon .fa {
    color: #25a6ec;
}

.no-touchevents .key-features .row .row-item a:hover .icon {
    background: var(--color-primary);
}

.no-touchevents .menu-features .row .row-item a:hover .icon {
    background: #25a6ec;
}

.no-touchevents .key-features .row .row-item a:hover .icon .fa {
    color: #fff;
}

.main-events .row .row-item .descr h3 {
    color: white;
    font-size: 24px;
    font-weight: 500;
}

.main-events .row .row-item .descr p {
    color: #b8ddfa;
    font-size: 16px;
    font-weight: 400;
}

.topics h2 {
    color: #000;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
}

.topics h2:after {
    background-color: var(--color-primary);
}

.text-main-box h2 .board,
.topics h2 .board {
    background-color: var(--color-primary);
}

.topics .topics-list .icon {
    background-color: var(--color-primary);
}

.topics .topics-list .icon .fa {
    color: #fff;
    line-height: 54px;
    font-size: 27px;
}

.topics .topics-list p {
    /* font-family: "Lato", sans-serif; */
    color: yellowgreen;
    font-size: 18px;
    font-weight: 400;
}

.feeds {
    background-color: #f5f8fa;
}

.feeds .row .row-item h2 {
    font-weight: 300;
    color: #000;
}

.feeds .row .row-item .layout__content {
    background-color: #ffffff;
}

.feeds .row .row-item .box {
    background-color: #ffffff;
}

.feeds .row .row-item .box h3,
.feeds .row .row-item .box h3 > a {
    color: #687b89;
    font-size: 16px;
    font-weight: 500;
}

.feeds .row .row-item .box p.category {
    font-size: 14px;
    color: #687b89;
    font-weight: 400;
}

.feeds .row .row-item .box p.text {
    color: #687b89;

    font-size: 14px;
}

.feeds .row .row-item .box time {
    color: #687b89;
    font-size: 12px;
    font-weight: 500;
}

.feeds .row .row-item .box .more {
    color: #16b1b5;
    font-size: 14px;
    font-weight: 800;
}

.feeds .row .row-item .box .more .fa {
    font-size: 20px;
}

.search h3 {
    font-family: inherit;
}

#bbpress-forums li.bbp-header {
    background: var(--color-primary);
}

#bbpress-forums li.bbp-header li {
    color: #fff;
}

#bbpress-forums li a {
    color: var(--color-primary);
    font-size: 14px;
}

.mc-field-group input,
.field-wrap input,
.bbp-form input,
.mc-field-group textarea,
.field-wrap textarea,
.bbp-form textarea,
.wpcf7 .field-wrap span input,
.wpcf7 .field-wrap span textarea,
.rc-anchor-light.rc-anchor-normal {
    border: var(--wpforms-field-border-size) var(--wpforms-field-border-style) var(--wpforms-field-border-color);
    color: var(--wpforms-field-text-color);
    font-family: inherit;
    font-size: var(--wpforms-field-size-font-size);
}
.mc-field-group label,
.field-wrap label,
.bbp-form label,
.wpcf7 .field-wrap label {
    margin-bottom: var(--wpforms-field-size-input-spacing);
    color: var(--wpforms-label-color);
    font-size: var(--wpforms-label-size-font-size);
    line-height: var(--wpforms-label-size-line-height);
}
main .button_div input[type="submit"],
.field-wrap .btn,
.mc-field-group .btn,
main .wpcf7 .btn {
    color: #fff;
    background: #000000;
    border: 2px solid #000000;
}
.no-touchevents main .button_div input[type="submit"]:not(:disabled):hover,
.field-wrap .btn:not(:disabled):hover,
.mc-field-group .btn:not(:disabled):hover,
.no-touchevents main .wpcf7 .btn:not(:disabled):hover {
    background: #fff;
    color: #000000;
}

.field-wrap .btn.white,
.mc-field-group .btn.white,
main .wpcf7 .btn.white {
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
}
.field-wrap .btn.white:not(:disabled):hover,
.mc-field-group .btn.white:not(:disabled):hover,
.no-touchevents main .wpcf7 .btn.white:not(:disabled):hover {
    background: #000000 !important;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    color: #28ba00;
}

div.wpcf7-mail-sent-ok:before {
    color: #28ba00;
    border-color: rgba(40, 186, 0, 0.5);
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    color: #ff0000;
}

div.wpcf7-validation-errors:before,
div.wpcf7-spam-blocked:before {
    border-color: rgba(255, 0, 0, 0.5);
    color: #ff0000;
}

#bbpress-forums li a.subscription-toggle {
    color: #fff;
}

#bbpress-forums li a.favorite-toggle {
    color: #fff;
}

main input.gsc-search-button-v2 {
    background: green;
}

main .gs-webResult.gs-result a.gs-title:hover b,
main .gs-webResult.gs-result a.gs-title:visited b,
main .gs-webResult.gs-result a.gs-title:link b,
main .gs-webResult.gs-result a.gs-title b,
main .gs-webResult.gs-result a.gs-title:hover,
main .gs-webResult.gs-result a.gs-title:visited,
main .gs-webResult.gs-result a.gs-title:link,
main .gs-webResult.gs-result a.gs-title {
    color: #4548a3 !important;
}

main .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
}

main .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
main .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: #fff !important;
    color: var(--color-primary) !important;
}

main .gsc-result-info {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

main .gcsc-find-more-on-google {
    color: #000000 !important;
}
main .gcsc-find-more-on-google .gcsc-find-more-on-google-magnifier {
    fill: #000000 !important;
}

main .gs-webResult .gs-snippet {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
}

main .gsc-control-cse,
main .gsc-control-cse * {
}

main .gsc-control-cse .gs-spelling,
main .gsc-control-cse .gs-result .gs-title,
main .gsc-control-cse .gs-result .gs-title * {
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    margin: 34px 0 12px;
}

.text-main-box {
    background: none;
}

.text-main-box h2 {
    color: black;
    font-size: 38px;
    font-weight: 300;
}

.text-main-box p {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 960px) {
    .slider-box.slider-fw .slider-wrap .slider .slide .text h2 {
        font-size: 30px;
    }
}

@media (max-width: 540px) {
    .top-img .text h1,
    .top-img .text .title {
        font-size: 36px;
    }
}

.tco-sidebar-menu-image {
    width: 26px;
    border-radius: 0;
}