/*
Theme Name: Tribe Child Theme
Template: tribe
*/

/* Inherit the default theme styles */
/* @import url( ../tribe/css/style.css ); */
 
/* =Theme customization starts here
-------------------------------------------------------------- */
.at-optin__form.at-optin__noimg {
    text-align:center;
}

/*--------------- MSN Elemntor Widget CSS ------------------- */
.msn-wp-fit-aspect-ratio {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
 
.msn-wp-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    line-height: 1;
}
 
.msn-wp-youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
 
.msn-wp-youtube-player {
    cursor: pointer;
    text-align: center;
}
 
.msn-wp-youtube-player img {
    display: block;
    width: 100%;
}
 
.msn-wp-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
 
.msn-wp-play i {
    font-size: 60px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* .msn-wp-play i {
    background-image: url("/wp-content/uploads/youtube-video-play-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
}*/
 
.msn-wp-youtube-player:hover .owp-play i {
    opacity: 1;
}