/*
Theme Name: Alizee Child
Template: alizee
Theme URI: https://millenium-state.com/blog/
Author: aThemes
Version: 1.08
Text Domain: alizee
Domain Path: /languages/

*/

body {
	font-size: 15.5px;
    line-height: 1.55;
    font-family: 'Arial', sans!important;
}

.social-toggle:before {
	content: "\2665";
	left: -70px;
	position: absolute;
	top: 5px;
	color: #fff;
}

#page {
	display: block!important;
	animation: none!important;
}

.has-banner .main-navigation {
	display: none;
}

.has-banner .site-branding {
	padding: 60px 0;
}

.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-title img {
	max-width: 300px;
	margin: 0 auto;
}

@media ( max-width: 420px ) {
	.site-title img {
		max-width: 100%;
	}
}

@media ( max-width: 480px ) {
	.entry-content {
	    overflow: unset;
	}
}


.sw-lang {
    position: absolute;
    right: 0;
	list-style: none;
	float: right;
}

.sw-lang li {
	
}
.sw-lang a {
	color: #fff;
}
@media ( max-width: 500px ) {
	.sw-lang {
    	position: static;
    }
}


/* 3 col home */
@media ( min-width: 990px ) {
	.home .home-layout {
	    margin: 0 30px;
	        left: 50%;
	    transform: translateX(-50%);
	}

	.home #content.site-content.container {
		width: auto;
	}
}

#menu-social-menu .screen-reader-text:hover, 
#menu-social-menu .screen-reader-text:active,
#menu-social-menu .screen-reader-text:focus {
	box-shadow: none;
	display: inherit;
	clip: auto;
	padding: 0;
	background-color: transparent;
}
#menu-social-menu a:before {
	content: none;
}
#menu-social-menu .screen-reader-text {
    clip: auto;
    position: static!important;
    height: auto;
    width: auto;
    overflow: unset;
}