/*--
	Theme Name: theme52267
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 4.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.4
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */

@media screen and (max-width: 1199px){
body .sf-menu li a {
    font-size: 14px!important;
}

.mobile-block{
display:none;
}
}


@media screen and (max-width: 550px){
body .small-for-mobile{
	font-size:18px;
}

.mobile-block{
display:block;
}
}

@media screen and (max-width: 360px){
body .small-for-mobile{
	    font-size: 16px;
}

.mobile-block{
display:block;
}
}