/*--
	Theme Name: theme51347
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 2.2.2
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

.headerPhoneNumber{
    float:right;
    color: #ffffff;
    font-size: x-large;
}
.headerPhoneNumber a{
    display: none;
}

.headerPhoneNumber span{
    display: block;
}
.social-nets-wrapper .social li a {
    width: 60px!important;
    height: 60px!important;
}

.social-nets-wrapper .social li a img {
    padding-right: 25px;}

@media (max-width: 767px) {
    .headerPhoneNumber{
        float:left;
    }
    .headerPhoneNumber a{
        display: block;
    }
    .headerPhoneNumber span{
        display: none;
    }
}