/*
Theme Name: Alia Child
Description: Child theme for Alia
Author: Ahmad Works, Inc
Author URI: https://ahmad.works/
Template: alia
Version: 1.0
License: Themeforest Split Licence
License URI: -
Text Domain: alia-child
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@media screen and (min-width: 911px) {
	.sidebar_post_content_col { float: right; }
}

.app-banner-logo {
    background-image: url("assets/images/appLogoAR.svg");
    background-repeat: no-repeat;
	background-position: center;
	margin-right: .5rem;
    
}
.app-install-btn{
	left: 1rem;
	right: auto;
	letter-spacing: 0rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: HelveticaNeueLT Arabic;
	font-weight: 700; 
	text-transform: none;
}
@media screen and (max-width: 319px) {

    .app-install-btn {
        line-height: 1.2rem; 
        font-size: 0.8rem;
	}
}