/*
Theme Name: Brook Child
Theme URI: http://brook.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: brook
Text Domain:  brook
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'handelzeker';
    src: url(./fonts/handelzeker.ttf) format('truetype');
    src: url(./fonts/handelzeker.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'handelzeker' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
    content: "\e902";
}
.icon-twitter:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-phone:before {
    content: "\e0cd";
}
.icon-check:before {
    content: "\e5ca";
}
.icon-euro:before {
    content: "\e926";
}
.icon-headset_mic:before {
    content: "\e311";
}
.icon-arrow_down:before {
    content: "\e313";
}
.icon-arrow_left:before {
    content: "\e314";
}
.icon-arrow_right:before {
    content: "\e315";
}
.icon-arrow_up:before {
    content: "\e316";
}
.icon-location:before {
    content: "\e8b4";
}
.icon-mail_outline:before {
    content: "\e0e1";
}
.icon-mobile_phone:before {
    content: "\e324";
}
.icon-globe:before {
    content: "\e80b";
}
.icon-search:before {
    content: "\e8b6";
}

.desktop-menu .toggle-sub-menu:before {
    content: "\e313";
    font-family: handelzeker;
}

.page-mobile-main-menu .toggle-sub-menu:after {
    content: "\e313";
    font-family: handelzeker;
}

.page-mobile-main-menu li.opened>a .toggle-sub-menu:after {
    content: "\e316";
}

.btn-icon-right span.button-text:after {
    font-family: handelzeker;
    content: "\e315";
    vertical-align: middle;
}

.btn-icon-down span.button-text:after {
    font-family: handelzeker;
    content: "\e313";
    vertical-align: middle;
}

.tm-swiper .swiper-button-prev i:before {
    content: "\e314";
    font-family: handelzeker;
}

input[type=checkbox]:after {
    content: "\e5ca";
    font-family: handelzeker;
}

.tm-swiper .swiper-button-next i:before {
    content: "\e315";
    font-family: handelzeker;
}

.tm-accordion.style-02 .accordion-icon:before {
    content: "\e314";
    font-family: handelzeker;
}

.tm-accordion.style-02 .active .accordion-icon:before {
    content: "\e313";
}

.tm-list.style-check .marker:before {
    content: "\e5ca";
    font-family: handelzeker;
}

i.tm-list__icon.far.fa-angle-right:before {
    font-family: handelzeker;
    content: "\e315";
    font-style: normal;
}

@font-face {
    font-family: "MuseoSans-100";
    src: url(./fonts/MuseoSans-100.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSans-300";
    src: url(./fonts/MuseoSans-300.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSans-500";
    src: url(./fonts/MuseoSans-500.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSans-700";
    src: url(./fonts/MuseoSans-700.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSans-900";
    src: url(./fonts/MuseoSans-900.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSlab-100";
    src: url(./fonts/MuseoSlab-100.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSlab-300";
    src: url(./fonts/MuseoSlab-300.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSlab-500";
    src: url(./fonts/MuseoSlab-500.otf);
    font-weight: normal;
}

@font-face {
    font-family: "MuseoSlab-700";
    src: url(./fonts/MuseoSlab-700.otf);
    font-weight: normal;
}

body {
    font-family: MuseoSans-500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: MuseoSlab-500;
}

p {
    font-family: MuseoSans-500;
}


@-webkit-keyframes show-animation {
    0% {
        -webkit-transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes show-animation {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-60px);
        opacity: 0;
    }
}

@keyframes hide-animation {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-60px);
        opacity: 0;
    }
}

@keyframes out {
	0% {
		box-shadow: 0px 0px 0px 0px rgb(229, 106, 106);
	}
	100% {
		box-shadow: 0px 0px 0px 20px rgba(106, 229, 169, 0.0);
	}
}

.available {
	z-index: -1;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    animation: out 1.5s infinite ease-in-out;
    display: inline-block;
    margin: 0 10px;
    background: #ED2F42;
}

.video-container {
    height: 100vh;
    overflow-y: hidden;
    width: 100%;
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hero-caption {
    font-size: 20px;
}

.button-group {
    margin-top: 25px;
}

.tm-button.style-flat {
    border-radius: 0px;
    margin-right: 15px;
}

.text-white {
    color: #ffffff !important;
}

.text-center {
    text-align: center;
}

.arrow-down {
    position: absolute;
    left: 0;
    right: 0;
}

.header-group {
    padding: 0 0 20px 70px;
}

.header-group .icon {
    position: absolute;
    width: 72px;
    left: 0px;
    left: calc(0px - 3px);
}

h6.small-title {
    margin-bottom: 10px;
    color: #a3a3a3;
    line-height: 1.4em;
}

h2.secondary-color {
    color: #05af87;
}

h2.primary-color {
    color: #ed633a;
}

/*.vc_tta-tabs-container {*/
    /*width: 33%;*/
/*}*/

.wpb-js-composer .vc_tta.vc_tta-gap-10.vc_tta-tabs-position-left .vc_tta-tabs-container, .wpb-js-composer .vc_tta.vc_tta-gap-10.vc_tta-tabs-position-right .vc_tta-tabs-container {
    margin-bottom: 120px;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: transparent;
    color: #333 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.1) !important;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-20 .vc_tta-tabs-list {
    margin-top: 14px !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background: transparent !important;
}

.tour-rc .vc_active span.vc_tta-title-text {
    color: #05af87;
}

.tour-cm .vc_active span.vc_tta-title-text {
    color: #ed633a;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 3px !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background-color: #fff !important;
    color: #aeaeae !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a {
    padding: 14px !important;
    border: 0 !important;
}

.subTitle {
    margin-left: 0 !important;
}

.vc_active .subTitle {
    color: #333333;
}

span.vc_tta-title-text {
    font-size: 1.4em;
    font-family: MuseoSlab-500;

}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 10px !important;
}

.usp-icon .image {
    width: 45px;
    margin-bottom: 15px !important;
}

.shadow-box {
    box-shadow: 0 2px 10px rgba(0,0,0,.1) !important;
    border-radius: 3px !important;
    border: none !important;
    overflow: hidden;
}

.featured-img {
    margin-bottom: -100px !important;
    text-align: center;
}
.call2action {
    margin-top: -100px;
    background-image: url("/wp-content/uploads/2019/03/call2action-bg.png");
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    background-color: #ed633a !important;
}

.footer-style-01 .widgettitle {
    font-size: 14px;
}

.menu__container a.highlighted {
    background-color: #2f3a40;
}

.desktop-menu .sm-simple .widgettitle {
    text-transform: none !important;
    border-bottom: none !important;
}

.mega-menu-content .tm-custom-menu {
    border-right: 1px solid #252e33;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .mega-menu-content .tm-custom-menu {
        border-right: none;
    }
}

.desktop-menu .sm-simple .has-mega-menu .mega-menu .menu>li>a {
    padding: 9px;
    margin-right: 30px;
}

.desktop-menu .sm-simple .has-mega-menu .mega-menu .menu>li:hover>a {
    background: #252e33;
}

.contact-rc {
    padding: 25px 25px 40px;
    background-image: url("/wp-content/uploads/2019/03/contact-rc-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.contact-cm {
    padding: 25px 25px 40px;
    background-image: url("/wp-content/uploads/2019/03/contact-cm-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.tm-list.style-icon-02 .marker {
    min-width: 25px !important;
    line-height: 20px !important;
    font-size: 18px !important;
    margin-right: 0px !important;
}

span.time {
    display: inline-block;
    width: 80px;
}

.header-01 .wpml-ls-item-toggle, .header-01 .page-open-mobile-menu i, .header-01 .popup-search-wrap i, .header-01 .mini-cart .mini-cart-icon {
    color: #fff !important;
}

.header-01 .page-open-mobile-menu:hover i, .header-01 .popup-search-wrap:hover i, .header-01 .mini-cart .mini-cart-icon:hover {
    color: #ed633a;
}

ul#menu-login-menu {
    padding: 0;
    margin: 0;
}

.login-menu  #menu-login-menu > li {
    display: inline-block;
}

.login-menu  #menu-login-menu > li a {
    padding:10px;
    color: #ffffff;
}

@media (min-width: 1201px) and (max-width: 1256px) {
    .login-menu  #menu-login-menu > li a {
        padding: 5px;
    }
}

.login-menu  #menu-login-menu > li.c2a a {
    border: 1px solid #ed633a;
	background: #ed633a;
}

.tm-testimonial.style-carousel-04 .testimonial-item {
    background: transparent !important;
}

.tm-testimonial.style-carousel-04 .post-thumbnail {
    margin-bottom: 15px;
}

.tm-testimonial .post-thumbnail img {
    border-radius: 0 !important;
}

.tm-testimonial.style-carousel-04 .testimonial-info {
    padding-top: 0 !important;
    border-top: none !important;
}

.tm-testimonial.style-carousel-04 .testimonial-main-info {
    margin-left: 0 !important;
}

.tm-testimonial.style-carousel-04 .testimonial-name {
    font-size: 14px !important;
    margin-bottom: 2px !important;
}
.tm-testimonial.style-carousel-04 .testimonial-by-line {
    font-size: 12px;
}

.tm-testimonial.style-carousel-04 .testimonial-desc {
    font-size: 20px !important;
    font-style: italic;
}

.tm-testimonial.style-carousel-04 .testimonial-item:hover {
    box-shadow: none !important;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select {
    height: 40px !important;
}

input[type=button], input[type=reset], input[type=submit] {
    height: 40px !important;
    line-height: 38px !important;
    border-radius: 0 !important;
}

.primary-font, input, select, textarea {
    font-family: MuseoSans-500 !important;
}

.tm-contact-form-7 .wpcf7-submit {
    margin: 0 !important;
}

.tm-mailchimp-form.style-01 input[type=email] {
    padding-right: 90px !important;
}

input.newsletter-btn {
    position: absolute;
    right: 0px;
    padding: 0 10px;
    border: 1px solid #d85a35;
}

.tm-accordion.style-02 .accordion-section {
    border-radius: 3px !important;
}

.vacancy-info ul.meta {
    padding: 0px 0px 15px 0px;
    margin: 0;
}

ul.meta li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    margin-right: 15px;
}

li.type-function {
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 3px;
    color: #aeaeae;
}

li.location i {
    margin-right: 5px;
    color: #ed633a;
}
li.salary i {
    margin-right: 5px;
    color: #ed633a;
}

.tag .menu-item-description {
    padding: 0px 5px;
    font-size: 9px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
}

.workat .menu-item-description {
    background: #2c87ff;
}

.coming .menu-item-description {
    background: #ed633a;
}

.app .menu-item-description {
    background: #008acc;
}

.not-allowed a {
    color: #aeaeae !important;
    cursor: not-allowed;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    display: flex;
    height: auto !important;
}

.testimonial-inner {
    height: 100%;
}
.content-wrap div {
    height: 100%;
}

.testimonial-slider .swiper-container {
    box-shadow: 0 2px 10px rgba(0,0,0,.1) !important;
    border-radius: 3px;
}

.testimonial-slider .content {
    margin: 0;
    background: #ffffff;
    padding: 50px;
}

.testimonial-inner .image {
    margin: 0 !important;
}

.testimonial-inner .image:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 100%;
    transform-origin: 0 0;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-12deg);
    background: #fff;
}

.vertical-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonial-slider h4.heading {
    font-size: 14px !important;
}

.rev-btn.rev-withicon i {
    font-size: 35px !important;
}

.tm-swiper .swiper-nav-button {
    opacity: 1 !important;
    visibility: visible !important;
}

.tm-swiper.nav-style-05 .swiper-nav-button {
    width: 38px !important;
    height: 38px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.1) !important;
}

.testimonial-inner.tm-box-icon.style-02:hover .image {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.tm-swiper.nav-style-05 .swiper-button-next {
    right: -20px !important;
}
.tm-swiper.nav-style-05 .swiper-button-prev {
    left: -20px !important;
}

.border-left {
    border-left: 1px solid #f7f7f7;
}

.border-left .tm-box-icon.style-03 .icon {
    margin-bottom: 10px;
}

.border-left .tm-box-icon.style-03 .heading {
    font-size: 14px;
    margin-bottom: 10px;
}

.hz-counter .number-wrap {
    font-size: 22px !important;
}

.hz-counter .heading {
    font-size: 14px !important;
}

.timeline-hz .line {
    border-left: 1px solid #acacac !important;
}

.timeline-hz .dashed:after {
    border-top: 1px solid #acacac !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 20% !important;
}

.timeline-hz .content-wrap {
    border-radius: 0 !important;
    width: 250px !important;
}

.timeline-hz .content-header {
    background: #f7f7f7 !important;
}

.timeline-hz .month {
    border-right: none !important;
    padding: 0 5px !important;
    color: #333333 !important;
}

.timeline-hz h6.heading {
    font-size: 15px !important;
    padding: 0 !important;
    color: #333333 !important;
}

.timeline-hz .content-body {
    padding: 0 5px !important;
    background: #f7f7f7 !important;
}

.timeline-hz .dot:after {
    width: 10px !important;
    height: 10px !important;
    right: -5px !important;
    top: 20% !important;
}

.timeline-hz .dot:before {
    width: 16px !important;
    height: 16px !important;
    right: -8px !important;
    top: 20% !important;
}

.timeline-hz .grid-item:not([style*="left: 0"]) .dot:before {
    left: -8px !important;
}

.timeline-hz .grid-item:not([style*="left: 0"]) .dot:after {
    left:-5px !important;
}

.browser {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    border: 1px solid #d5dadf;
    border-radius: 3px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-height: 150px;
    background: #fff;
    max-width: 940px;
    width: 100%;
}

.browser .top-bar .lights {
    list-style: none;
    position: absolute;
    padding: 0;
    left: 10px;
    top: 7px;
    margin: 0;
}

.browser .top-bar {
    background: #fff;
    border-bottom: 1px solid #d5dadf;
    height: 33px;
    border-radius: 4px 4px 0 0;
}

.browser .top-bar .lights li {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.12);
    display: inline-block;
    margin-right: 4px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid #da4b47;
}

.browser .top-bar .lights li:nth-child(1) {
    background: #f66560;
}

.browser .top-bar .lights li:nth-child(2) {
    background: #f9c964;
    border-color: #dcac47;
}

.browser .top-bar .lights li:nth-child(3) {
    background: #30c75d;
    border-color: #1fa748;
}
.browser .frame {
    overflow: hidden;
}

.browser .frame video {
    width: 100%;
    height: auto;
    display: block;
}

.listing.tm-list.style-icon-02 {
    grid-row-gap: 3px !important;
}

ul.list-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list-icon li {
    margin-bottom: 5px;
    position: relative;
    left: 15px;
}

ul.list-icon li i {
    position: absolute;
    left: -15px;
    top: 3px;
}

ul.list-icon li i.icon-check {
    position: absolute;
    left: -15px;
    top: 3px;
	color:#ed633a;
}

.sub-title {
    display: inline-block !important;
}

.tag-label .sub-title{
    padding: 0px 5px;
    font-size: 9px !important;
    margin-left: 5px;
    display: inline-block !important;
    border-radius: 3px;
    color: #fff;
}

ul.footer-socials {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

ul.footer-socials-contact {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
ul.footer-socials-contact li {
    display: inline-block;
    margin: 0 5px;
	font-size:30px;
}

ul.footer-socials li {
    display: inline-block;
    margin: 0 5px;
}

.tag-label.comingsoon .sub-title {
    background: #ed633a !important;
}

.menu-btn .tm-button.style-flat.tm-button-sm {
    line-height: 32px !important;
}

.offerte-box span.wpcf7-list-item {
    display: block;
}

input[type=radio]:checked:before {
    background: #ed633a !important;
    border-color: #ed633a !important;
}

input[type=radio]:hover:before {
    border-color: #ed633a;
}

input[type=checkbox]:checked:before {
    background: #ed633a;
    border-color: #ed633a;
}

input[type=checkbox]:hover:before {
    border-color: #ed633a;
}

.featured-height {
    min-height: 315px;
}

.desktop-menu .sm-simple>li.hidden-xs {
    display: none;
}

ul.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.contact-list li {
    line-height: 35px;
    font-size: 14px;
}

ul.contact-list li i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    color: #a3a3a3;
}

.swiper-slide-inner {
    margin: 0 auto;
}

.grecaptcha-badge {
    opacity: 0;
}

@media screen and (max-width: 640px) {
    .timeline-hz .dot:before {
        left: 16px !important;
        right: auto;
    }
    .timeline-hz .dot:after {
        left: 19px !important;
        right: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .menu-btn .tm-button.style-flat.tm-button-sm {
        line-height: 48px !important;
    }

    .video-text h1 {
        font-size: 28px;
    }

    .tm-button.style-flat, .tm-button.style-flat-rounded {
        padding: 0 20px;
    }

    .tm-button.style-flat {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .hero-caption {
        font-size: 14px;
    }

    span.vc_tta-title-text {
        font-size: .7em;
    }

    .call2action {
        background-image: none;
    }
    .testimonial-slider .content-wrap {
        margin: 0 25px 0 25px;
    }

    .content-wrap div {
        height: auto;
    }featured-img

    .testimonial-inner {
        height: auto;
    }

    .tm-testimonial.style-carousel-04 .testimonial-desc {
        font-size: 16px !important;
    }

    .testimonial-inner .content-wrap {
        margin: 0 !important;
    }

    .testimonial-slider .content {
        padding: 25px;
    }
    .testimonial-inner .image {
        margin: 35px 0 !important;
    }

    .image:after {
        display: none;
    }
    .browser .top-bar {
        height: 23px;
    }

    .browser .top-bar .lights {
        top:0px;
        left: 10px;
    }

    .browser .top-bar .lights li {
        margin-right: 2px;
        height: 5px;
        width: 5px;
    }

    .login-menu  #menu-login-menu > li a {
        padding: 5px;
    }

   /* li.hidden-xs {
        display: inline-block !important;
    } */

    ul#menu-login-menu {
        display: none;
    }
}

.single-post .blog-modern-header {
    background: #05AF87;
}
@media (min-width: 1200px) {
    body.single-post .page-content .container {
        width: 940px;
    }
	
	body.single-yada_wiki .page-content .container {
        width: 940px;
    }
}

.tm-blog.style-grid-simple .grid-item {
    background: #ffffff;
}

.tm-blog.style-grid-simple .post-info {
    text-align: left !important;
    margin-bottom: 30px;
}

.tm-blog.style-grid-simple .post-meta>div {
    font-size: 12px;
}

.tm-blog.style-grid-simple .post-meta>div+div:before {
    font-size: 10px;
}

@media (min-width: 768px) {
    .page-id-2015 .tm-blog .post-item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .page-id-2015 .tm-blog .grid-item:nth-child(1) .post-feature {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

    .page-id-2015 .tm-blog   .grid-item:nth-child(1) .post-info {
        float: left;
        width: 50%;
        margin-top: 50px;
    }
	.page-id-2344 .tm-blog .post-item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .page-id-2344 .tm-blog .grid-item:nth-child(1) .post-feature {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

    .page-id-2344 .tm-blog   .grid-item:nth-child(1) .post-info {
        float: left;
        width: 50%;
        margin-top: 50px;
    }
}

.post-read-more {
    margin-top: 30px;
}

.post-read-more a i {
    vertical-align: middle;
}

/* Preloader animation */

/*.page-loading {*/
    /*background-color: rgba(255,255,255,0.95);*/
/*}*/

.orange-circle {
    fill:#ed633a;
    position: absolute;
    left: 315px;
    top: 143px;
}
.st1 {
    fill:#05AF87;
}
.st2 {
    fill:#FFFFFF;
}
.glass {
    animation: myOrbit .7s cubic-bezier(0, 0.6, 1, 0.31) infinite;
}
@-webkit-keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) translateX(25px) rotate(0deg); }
    to   { -webkit-transform: rotate(-360deg) translateX(25px) rotate(360deg); }
}

@-moz-keyframes myOrbit {
    from { -moz-transform: rotate(0deg) translateX(25px) rotate(0deg); }
    to   { -moz-transform: rotate(-360deg) translateX(25px) rotate(360deg); }
}

@-o-keyframes myOrbit {
    from { -o-transform: rotate(0deg) translateX(25px) rotate(0deg); }
    to   { -o-transform: rotate(-360deg) translateX(25px) rotate(360deg); }
}

@keyframes myOrbit {
    from { transform: rotate(0deg) translateX(25px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(25px) rotate(360deg); }
}

.branche_form {
    display: none;
}

.footerlogo {
    margin-top: 5px;
}

.text-box {
    padding: 50px 40px 61px;
}

.text-box .price-wrap-inner {
    display: flex;
    justify-content: center;
    margin: 35px 0;
}

.text-box .price-wrap-inner h6.currency {
    font-size: 18px;
    margin-bottom: 0;
}

.text-box .price-wrap-inner h6.price {
    font-size: 40px;
    line-height: .9;
    margin: 0 4px;
    font-weight: 900;
}

.text-box .price-wrap-inner h6.period {
    font-size: 15px;
    margin-bottom: 0;
}

.text-box .description {
    font-size: 13px;
    color: #a3a3a3;
}

.text-box a.pricebtn {
    display: block;
    margin-top: 35px;
    padding-right: 25px;
}

.text-box .button-icon {
    font-size: 12px !important;
    left: auto !important;
    right: auto !important;
    margin-left: 15px;
    color: #ed633a !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .content-wrap {
        align-items: stretch !important;
    }

    .vertical-center {
        display: block;
    }

    .modern-grid {
        display: block !important;
    }
    .modern-grid .grid-item {
        float: left;
    }
    .tm-list {
        display: block !important;
    }
    .tm-list .list-item {
        margin-bottom: 10px;
    }
    .video-container {
        height: 100% !important;
    }
    .video-container .container {
        width: 1200px;
    }

    .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container {
        display: block !important;
    }
}

.news-update {
    top: -20%;
    position: absolute;
    color: #fff;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}

.news-update-blog {
    color: #333;
    background: #f9f9f9;
    padding: 15px;
	border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 15px;
	line-height: 1.8;
    margin-bottom: 25px;
}

.news-update span.badge {
    display: inline-block;
	font-family: MuseoSlab-700;
    background: #06af87;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.news-update-blog span.badge {
    display: inline-block;
	font-family: MuseoSlab-700;
    background: #06af87;
    padding: 5px;
	float:left;
    margin-right: 10px;
	color: #fff;
    border-radius: 3px;
}

.news-update > a {
    display: inline-block;
	color: #fff;
}

.news-update-blog > a {
    display: inline-block;
	color: #fff;
}

.reasons-row {
    display: block;
    margin-bottom: 35px;
}

.reason-icon {
    display: block;
    width: 28px;
}

.reason-body {
    display: inline-block;
}

h2.reason-heading {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
}

.zzp-only-badge {
    position: absolute;
    right: -30px;
    top: -30px;
	z-index:1;
}

.tm-slider-gallery.big-shadow .swiper-slide-inner {
	    padding: 60px 40px !important;
}

span.thanks-numbers {
    font-size: 34px;
    font-weight: 700;
    background: #ed633a;
    color: #fff;
    padding: 13px 25px;
}

.tm-portfolio.style-grid-caption .post-categories {
    margin-top: 10px;
    color: #fff;
    margin-bottom: 10px;
    background: #ed633a;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
}

.insight_core_breadcrumb li+li:before {
	font-family: Handelzeker;
	content:"\e315" !important;
}

body.single-yada_wiki .shadow-box {
        padding:50px;
    }

body.single-yada_wiki .post-return-archive {
	background:#ed633a;
	padding:10px 0;
}

body.single-yada_wiki .post-return-archive img {
    display: block;
    margin: 0 auto;
}

body.single-yada_wiki .post-return-archive a {
    color: #fff;
    font-size: 11px;
    display: block;
    margin-top: 12px;
    text-align: center;
}

body.single-yada_wiki h2 {
	font-size:26px;
}

hr.wiki-ruler {
    margin: 50px 0;
    background: #eaeaea;
}

h3.wiki-heading {
	display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}