/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

#header {
    background: #000;
}

.ambassador {
    width:32%;
    display: inline-block;
    position: relative;
}

#wc-stripe-payment-request-wrapper {
    display: none !important;
}

.ambassador img {
    width: 100%;
}

#ambassadors {
    margin: 200px 0;
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    text-align: center;
    height: 100%;
    transition: .2s ease;
    background: rgba(0,0,0,.7);
}

.overlay h3 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.overlay h4 {
    font-size: 40px;
    margin-bottom: 30px;
}

.ambassador:hover .overlay{
    opacity: 1;
    transition: .2s ease;
}

.page-id-1346006 h1.title {
    display: none !important;
}

@media screen and (max-width: 800px) {
    .ambassador {
        width: 49%;
    }
}

@media screen and (max-width: 500px) {
    .ambassador {
        width: 100%;
    }
}