/*
Theme Name: Opus Beverages
Theme URI: http://codex-themes.com/thegem/
Template: thegem
Author: Codex Themes.
Description: Multi-Purpose Wordpress Theme
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,flexible-header,full-width-template,theme-options,translation-ready
Version: 3.0.4.1513039608
Updated: 2017-12-12 00:46:48

*/
/*
.site-logo .logo .default {
    visibility: hidden !important;
}*/

.overlayVideo {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.80);
}

.overlayWhite {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.71);
}

.foregroundVideo {
    z-index: 10;
    position: relative;
}

.vc-hoverbox-front-inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 10px;
}

.vc-hoverbox-front-inner h2 {
    z-index: 10;
    position: relative;
    color: white;
}

.team-image {
    height: 550px;
    width: 350px;
    text-align: center;
}

#michel {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    background-image: url('https://opusbeverages.lu/wp-content/uploads/2017/12/Opus_Luxembourg_Dry_Gin_DSC_0952.png');

}

#michel:hover {
    background-image: url('https://opusbeverages.lu/wp-content/uploads/2017/12/Opus_Luxembourg_Dry_Gin_DSC_0996.png');
}

#frank {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    background-image: url('https://opusbeverages.lu/wp-content/uploads/2017/12/Opus_Luxembourg_Dry_Gin_DSC_0022-4-694x1024.png');

}

#frank:hover {
    background-image: url('https://opusbeverages.lu/wp-content/uploads/2017/12/Opus_Luxembourg_Dry_Gin_DSC_0097-1-694x1024.png');
}

#jim {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    background-image: url('https://opusbeverages.lu/wp-content/uploads/2017/12/Opus_Luxembourg_Dry_Gin_DSC_0852-1-694x1024.png');

}

#jim:hover {
    background-image: url('https://opusbeverages.lu/wp-content/uploads/2017/12/20171204-DSC_0903-694x1024.png');
}

.justify {
    text-align: justify !important;
    color: black;
}

.justify-white {
    text-align: justify !important;
    color: white;
}

.vc_carousel-indicators {
    width: 63% !important;
}

.vc_carousel-inner {
    width: 100% !important;
}

.vc_carousel-slideline-inner {
    width: 100% !important;
}

.vc_slide {
    width: 100% !important;
}

.vc_item img {
    width: 100% !important;
    height: auto !important;
}

input, textarea {
    color: black !important;
}

.wpcf7-not-valid-tip {
    color: white !important;
}

.wpcf7-validation-errors {
    background-color: #FFBABA !important;
}

.wpcf7-mail-sent-ok {
    background-color: #DFF2BF;
}

.wpcf7-form .wpcf7-response-output .wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}

.wpcf7-form .wpcf7-response-output .wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}