/*   
Theme Name:  Love Free Range Eggs
Theme URI: https://www.lovefreerangeeggs.co.uk/
Description: Love Free Range Eggs is Our custom theme is designed to show off the power of acf and styled HTML. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Love Free Range Eggs is designed to be perticular to this websites, it's built to be beautiful on all screen sizes. There are nice features such a slider, social media, custom-post-types and many more.
Tags: one-column, flexible-header, accessibility, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
Author: Bluestone98
Author URI: https://www.bluestone98.com/
Version: 0.1
License URI: #
Text Domain: love-free-range-eggs
*/
.wp-caption{}
.wp-caption-text{}
.sticky{}
.screen-reader-text{}
.gallery-caption{}
.bypostauthor{}


.wp-video {
    width: 100% !important;
}

.mejs-container {
    width: 100% !important;
    overflow: hidden;
}
.mejs-container, .wp-video-shortcode video, video.wp-video-shortcode {
	height: 776px !important;
}
.wp-video-shortcode video, video.wp-video-shortcode {
    width: 100% !important;
}




@media only screen and (max-width: 1279px) {
.mejs-container, .wp-video-shortcode video, video.wp-video-shortcode {
	height: 576px !important;
}
}
@media only screen and (max-width: 1023px) {
	.mejs-container, .wp-video-shortcode video, video.wp-video-shortcode {
    height: 425px !important;
}
}

@media only screen and (max-width: 639px) {
	.mejs-container, .wp-video-shortcode video, video.wp-video-shortcode {
    height: 315px !important;
}
}
@media only screen and (max-width: 479px) {
	.mejs-container, .wp-video-shortcode video, video.wp-video-shortcode {
    height: 250px !important;
}
}
.text-center.py-3 {
    text-align: center;
    margin-top: 10px;
}
.yellowColor {
    color: #f59e00 !important;
}