/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

a,
i,
button,
input[type="submit"] {
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, font-weight 100ms ease-in-out;
}

p {
    margin-bottom: 0.3rem;
}

.w-100 {
    width: 100%;
}

.bold-title,
.bold-title * {
    font-size: 20px;
    font-weight: 700;
    color: #34addd;
    margin-bottom: 1.2rem;
}

.home-centered-blocks > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.home-space-around-blocks > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0 8%;
}

.vc_section.home-section {
    border: 1px solid #ffd201;
    border-radius: 0.4rem;
    padding: 3rem 4%;
    margin-bottom: 2.5rem;
    box-shadow: 0 2px 14px rgba(209,204,204,0.5);
}

#page .tp-bullet {
    background-color: #ffffff;
    border: 3px solid #34addd;
}
#page .tp-bullet:hover,
#page .tp-bullet.selected {
    background-color: #ffd201;
    border-color: #34addd;
}

.searchform span {
    display: none;
}

#bottom-bar {
    overflow: hidden;
}

#bottom-bar * {
    position: relative;
    display: block;
}

#bottom-bar .wf-container-bottom {
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

#bottom-bar .wf-float-left,
#bottom-bar .wf-float-right {
    width: calc(100% / 2);
    position: relative;
    margin: 0;
    padding: 0.5rem;
}
#bottom-bar .wf-float-left {
    width: calc(100% / 4 * 3);
}
#bottom-bar .wf-float-right {
    width: calc(100% / 4);
}

#bottom-bar .wf-float-left:before {
    content: '';
    display: block;
    background-color: #34addd;
    height: 100vh;
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
}

#bottom-bar .wf-float-right:before {
    content: '';
    display: block;
    background-color: #ffffff;
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
}

#bottom-bar .bottom-text-block {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 990px) {
    #bottom-bar .wf-container-bottom {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #bottom-bar .wf-float-left,
    #bottom-bar .wf-float-right {
        width: auto;
    }
    #bottom-bar .wf-float-left:before,
    #bottom-bar .wf-float-right:before {
        width: 200vw;
        right: unset;
        left: -50vw;
    }
    #bottom-bar .bottom-text-block {
        justify-content: center;
    }
    
}

.medicair-text {
    color: #34addd;
    text-transform: uppercase;
    padding: 0.5rem;
}

.medicair-logo {
    background-image: url(assets/images/logo-medicair.svg);
    background-repeat: no-repeat;
    height: 44px;
    width: 176px;
}

#bottom-bar {
    font-size: 12px;
}

.csq-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1rem;
}
.csq-block:first-of-type {
    margin-top: 2rem;
}

.csq-logo img {
    display: block;
    margin: 0 auto;
    max-width: 40px;
}

.csq-text {
    padding: 0.5rem;
    font-size: 0.77rem;
}

.page-title.solid-bg.bg-img-enabled {
    background-size: cover;
}

.items-wrapper {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.single-item {
    /* display: block; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    width: calc(100%);
    margin: 0 0 1.5rem;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
}
.single-item:hover {
    color: #fff;
}
@media screen and (min-width: 560px) {
    .single-item {
        width: calc(100% / 2 - 1rem);
        margin: 0 0.5rem 1.5rem;
    }
}
@media screen and (min-width: 768px) {
    .single-item {
        width: calc(100% / 3 - 1rem);
    }
}

.single-item-image-wrapper,
.single-item-title {
    text-align: center;
}

.single-item-image-wrapper {
    padding: 0.5rem;
    border: 1px solid #e5e0e0;
    border-bottom: 0;
    border-radius: 0.3rem 0.3rem 0 0;
}

.single-item-image {
    display: block;
    padding-bottom: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.single-item-title {
    background-color: #34addd;
    padding: 1rem 0.5rem;
    border-radius: 0 0 0.3rem 0.3rem;
    font-size: 0.9rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-list {
    border: 2px solid #34addd;
    border-radius: 0.3rem;
}

.category-item .category-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1rem;
    font-size: 0.77rem;
    line-height: 1rem;
    font-weight: 500;
}

.category-item:not(:first-child) > .category-item-wrap {
    border-top: 2px solid #ffffff;
}

.categories-list > .category-item:not(:first-child) > .category-item-wrap {
    border-top: 2px solid #34addd;
}

.category-item.current > .category-item-wrap {
    background-color: #34addd;
}

i {
    color: #34addd;
    font-size: 1.2rem;
    line-height: 1em;
    padding: 0.6rem 1rem;
    cursor: pointer;
}

.category-item.current:not(.category-item-child) > .category-item-wrap > a,
.category-item.current:not(.category-item-child) > .category-item-wrap > i {
    color: #ffffff;
}

.category-item-children {
    display: none;
    overflow: hidden;
}

.category-item-child .category-item-wrap {
    background-color: #f3f3f3;
}
.category-item-child .category-item-wrap:hover,
.category-item-child.current > .category-item-wrap,
.category-item-child .category-item-wrap.current {
    background-color: #dcdcdc;
}

.category-item-child.current > .category-item-wrap > a,
.category-item-child .category-item-wrap:hover > a {
    font-weight: 700;
}

.category-item-child a,
.category-item-child a:hover {
    color: #495557;
}

.category-item-children .category-item-children .category-item-wrap {
    padding-left: 0.8rem;
}

.category-item-children .category-item-children .category-item-children .category-item-wrap {
    padding-left: 1.4rem;
}

.breadcrumbs {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.factor-title {
    text-transform: uppercase;
}

.variables-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.variables-item {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.variables-item label {
    cursor: pointer;
}

.variable-radio {
    margin-right: 0.3rem;
}

.variable-title {
    font-size: 0.9rem;
    font-weight: 600;
}

.variable-description {
    padding: 0.8rem 1.3rem 0;
    border: 1px solid #9a9a9a;
    border-radius: 0.4rem;
    background-color: #f1f1f1;
    font-size: 0.8rem;
    height: calc(100% - 2rem);
    box-sizing: border-box;
}

.factor-wrapper {
    display: block;
    box-sizing: border-box;
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 1px solid #d8d8d8;
}

.braden-submit,
.links-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.braden-submit-result,
.braden-submit-button {
    text-transform: uppercase !important;
    height: 38px;
    margin: 0.5rem;
    border-radius: 4rem !important;
}

.calculator-section {
    padding: 3rem 0 2rem;
    border-top: 1px solid #d8d8d8;
}

.link-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .link-wrapper,
    .links-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.scw-button {
    text-transform: uppercase !important;
    margin: 0.5rem;
    border-radius: 4rem !important;
}

.links-section-text {
    font-weight: 600;
    margin: 0.5rem;
}

.owl-stage,
.owl-item {
    display: flex;
}
.owl-nav {
    display: none;
}
.owl-carousel .owl-dots {
    position: relative;
}
.owl-carousel:not(.bullets-etefu) .owl-dots .owl-dot span {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0.3rem;
}
.owl-carousel .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

span.wpcf7-list-item {
    margin: 0.2rem;
    font-size: 0.9rem;
    line-height: 1.5em;
}

.archive .taxonomy-description {
    margin: 0.6rem 0.5rem 1rem;
}

.footer .menu {
    margin-bottom: 1.5rem;
}

.footer .menu li {
    border-top: none;
    padding-top: 0;
}

.footer .widget-title {
    margin-bottom: 0.5rem;
}

#page {
    grid-template-areas: "header" "slider" "title" "custom-title" "fancyheader" "checkout" "main" "footer";
}
.page-title {
    min-height: 100px;
}
.custom-title {
    grid-area: custom-title;
    text-align: center;
    padding: 1rem 0.5rem;
}
.custom-title .page-title-head {
    margin-bottom: 0;
    position: relative;
}
.custom-title .page-title-head:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #efefef;
    height: 2px;
    width: 100%;
    z-index: 1;
}
.custom-title h1 {
    background-color: #fff;
    padding: 0.5rem;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .page-title {
        min-height: 190px;
    }
    .custom-title h1 {
        padding: 0.5rem 2rem;
    }
 
 
}

.related-products-wrapper,
.related-products .single-item {
    width: 100%;
}

.product-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.featured-image-block,
.description-block {
    width: 100%;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 920px) {
    .featured-image-block,
    .description-block {
        width: calc(100% / 2 - 1rem);
    }
}
.featured-image-block {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e0e0;
    border-radius: 0.3rem;
}

.product-title {
    color: #495557;
    text-transform: uppercase;
}

.single-share-box .share-buttons {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.small-label {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1.5rem;
    font-size: 0.8rem;
}

.section-title {
    font-weight: 700;
    margin: 2rem 0.5rem 1rem;
}

.single-product #main {
    padding-top: 1.5rem;
}

.long-description-block {
    margin-top: 3rem;
    width: 100%;
    display: block;
}

.long-description-title {
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
    border-right: 1px solid #d8d8d8;
    display: inline-block;
}

.long-description {
    padding: 2rem 1rem;
    border-top: 1px solid #d8d8d8;
}

.request-info-wrapper {
    margin-top: 1.5rem;
}

.request-info-modal {
    display: none;
    position: fixed;
    z-index: 105;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.request-info-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 3rem 1.5rem 2rem;
    border: 1px solid #d8d8d8;
    width: 80%;
    position: relative
}

.request-info-close {
    color: #aaa;
    float: right;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.request-info-close:hover,
.request-info-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wpml-ls-legacy-dropdown,
.wpml-ls-legacy-dropdown li .wpml-ls-sub-menu {
    width: auto;
}

.wpml-ls-legacy-dropdown a {
    border: none;
}

@media screen and (max-width: 990px) {
    #main .wf-container-main {
        flex-direction: column-reverse;
        display: flex;
    }
    #main #sidebar,
    #main #content {
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .wpml-ls-legacy-dropdown a,
    .wpml-ls-legacy-dropdown a:hover,
    .wpml-ls-legacy-dropdown a:focus,
    .wpml-ls-legacy-dropdown .sub-nav li:last-child,
    .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
    .dt-mobile-header .sub-nav > li {
        background-color: #fff;
        border-radius: 0.2rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
        border-radius: 0.2rem;
        overflow: hidden;
    }
   .col_mobile {
    width: 100% !important;
    }
}

#page .data-sheet-button {
    color: #fff;
    background-color: #34addd;
}

#page .data-sheet-button:hover {
    color: inherit;
}

.js-open {
    -webkit-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
}
.open-menu .js-open {
    transform: rotate(180deg);
}

.catalogue-btn {
    display: block;
    text-align: center;
    background-color: #ffd201;
    color: #495557;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 10rem;
    margin-top: 2rem;
    font-weight: 500;
}

.catalogue-btn:hover {
    color: #495557;
}

.form-download-catalog {
    margin-top: 20px;
}
.form-download-catalog-form .wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
}
.form-download-catalog-form .wpcf7-list-item label input{
    width: auto !important;
    margin-right: 5px;
}
.form-download-catalog-form .wpcf7-list-item label span{
    font-size: 11px;
    margin-top: -3px;
}

.pdf-catalogue {
    display: none;
}

.view {
    display: block !important;
}

.hide {
    display: none;
}

