/*
Theme Name: Cinerama
Theme URI: https://cinerama.qodeinteractive.com/landing/
Description: A Theme for Movie Studios and Filmmakers
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: cinerama
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.wp-block-social-links.has-small-icon-size {
	font-size: 12px !important;
}
.widget ul li {
    margin: 0px 6px !important;
}

.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
	display: block;
	height: auto !important;
    width: auto;
}

@media only screen and (max-width: 700px) {
	.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
		display: block;
		height: auto !important;
		max-width: 100px !important;
	}
	.edgtf-mobile-logo-wrapper a{
		height: 6px !important;
	}
	.edgtf-mobile-logo-wrapper {
		position: relative !important;
		top: -30px !important;
	}
}