<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  theme54794
Theme URI:   http://yoursite.com/link/to/theme
Description: Your theme description.
Author:      Your Name
Author URI:  http://yoursite.com
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        fixed-layout, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: theme54794
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

site-wrapper {
	position: absolute;
}
h2.cherry-banner_title {
	font-size: 36px !important;	
}

div.widget.qtranxs_widget {
z-index: 300;
width: 20px;
}

.qtranxs_widget ul {
	padding: 0;
}
.qtranxs_flag_and_text {
	padding-left: 0 !important;
	padding-right: 20px;
}
@media (min-width: 1200px) {
		div.widget.qtranxs_widget {
			position: absolute;
			left: 135%;
			top: 2%;
	}
}

@media (max-width: 1199px) {
		div.widget.qtranxs_widget {
			position: absolute;
			left: 95%;
			top: 2%;
}
		h2.cherry-banner_title {
				font-size: 36px !important;	
			}
			}

@media (min-width: 768px) and (max-width: 991px) {
			div.widget.qtranxs_widget {
				position: absolute;
				left: 95%;
				top: 5%;
}
			h2.cherry-banner_title {
				font-size: 32px !important;	
			}
}
			
@media (max-width: 767px) {
			h2.cherry-banner_title {
				font-size: 26px !important;	
			}
			
			h5 {
				display: table;
			}
			
			header.site-header .site-branding .site-title {
			float: left;
			margin: 0 35px -2px 0;
			}
			
			div.widget.qtranxs_widget {
			    position: absolute;
				left: 90%;
				top: 19%;
}
			}	
}

@media (max-width: 480px) {
div.widget.qtranxs_widget {
}
			}
</pre></body></html>