/*
 Theme Name:   WWA
 Description:  A child theme
 Author:       
 Template:     illdy
 Version:      1.0.0
*/


.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    /*position: relative;*/
    position: absolute;
    bottom: 0%;
    left: 0%;
    height: 100%;
    min-height: 950px;
    width: 100%;
    overflow: hidden;
    background: #000;
    z-index: -99
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(101, 151, 167, 0.80);
    width: 100%;
    height: 1000px;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.contact-us-box {
    display: none!important;
}

.contact-us-social {
    text-align: center!important;
}

.person-content h4{
    font-size: 14px!important;
}
.person-content h5{
    font-size: 12px!important;
}

#team .section-content .person .person-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0%;
}

.person-image img{
    max-height: 90px;
}

#illdy_service-2:hover {
	cursor: pointer;
}

#illdy_service-4:hover {
	cursor: pointer;
}

.header-button-two {
	background-color: orange!important;
}