/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


.vdm-services h3 {
    font-size: 55px;
    margin-bottom: 30px;
}
.vdm-services ul {
    font-size: 23px;
}
.vdm-services ul li {
    line-height: 34px;
}

/* https://css-tricks.com/dont-overthink-flexbox-grids/ */
.vdm-flex-grid {
    display: flex;
}
.vdm-col {
    flex: 1;
}
.vdm-col .vdm_cascade:nth-of-type(1){
    margin-bottom: 15px;
    color: #00a8ff;
    font-weight: 600;
}
#vdm_services_list .vdm-col:nth-of-type(1) {
    text-align: left;
}
#vdm_services_list .vdm-col:nth-of-type(2) {
    text-align: center;
}
#vdm_services_list .vdm-col:nth-of-type(3) {
    text-align: right;
}
.vdm_cascade {
    opacity: 0;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 500;
}
.vdm_services_ruler .separator {
    width: 0px;
    height: 40px;
}
.vdm_cascade_2 {
    opacity: 0;
    font-size: 31px;
    line-height: 63px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #00a8ff;
    color: white;
    margin-bottom: 22px;
    border-radius: 57px;
    padding: 17px;
}




.vdm_scroll_item {
    display: none;
    position: fixed !important;
    opacity: 0;
    top: 17%;
    left: 0px;
    z-index: 999;
    text-shadow: 0 0 7px #000, 0 0 7px #000, 0 0 7px #000, 0 0 7px #000, 0 0 7px #000, 0 0 7px #000, 0 0 7px #000, 0 0 7px #000, 0 0 7px #000;
}
.vdm_scroll_item h2 {
    font-size: 87px;
    line-height: 111px;
}
.vdm_banner_text p {
    font-size: 53px !important;
    line-height: 68px !important;
}
.vdm_banner_text_alternate_color p {
    color: #00a8ff;
    font-size: 70px !important;
    line-height: 92px !important;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000;
}
.vdm_rotate_hue {
    -webkit-animation: vdm_rotate_hue 2s ease-in-out infinite alternate;
    -moz-animation: vdm_rotate_hue 2s ease-in-out infinite alternate;
    animation: vdm_rotate_hue 2s ease-in-out infinite alternate;
}

@-webkit-keyframes vdm_rotate_hue {
    from {
        filter: hue-rotate(0);
    }
    to {
        filter: hue-rotate(-.05turn);
    }
}

