/*!
Theme Name: Ven
Theme URI: https://ven.com.au/
Author: Ven
Author URI: https://ven.com.au/
Description: A custom website for Elephant Advisory
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vencreative
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/**
 * Proposed changes on 21.06.2020/@amit
 * @since 1.0.1
 * template-video and video single page
 */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-video .blogSingle__pagination{
    margin-left: 0;
}

.single-video .blogSingle__wrapper{
    order: 1;
}
.single-video .blogSingle__title{
    order: 2;
}
.single-video .ven-video-embed{
    order: 3;
}

.single-video .blogSingle__title_name{
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
}

.single-video .blogSingle__content{
    padding-top: 50px;
}
.single-video .blogSingle__content img{
    margin-bottom: 30px;
}