/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.test{margin-right:40px;}

@media (min-width: 414px) and (max-width:500px) {
	#logo img{max-width:100%; width:180px; height:auto;}
	.test{margin-right:20px;}
}

@media (min-width: 320px) and (max-width:413px) {
	#logo img{max-width:100%; width:140px; height:auto;}
	.test{margin-right:15px;}
}

@media (min-width: 240px) and (max-width:319px) {
	#logo img{max-width:100%; width:100px; height:auto;}
	.test{margin-right:10px;}
}

.asw-color{color:#e86f5c;}

a.asw-link{color:#e86f5c;}
a.asw-link:hover{color:black;}