@charset "utf-8";
/* CSS Document */

.header .logo{
	
	margin: 18px 0 0 0;
}

.wrap-widget-header{
	    padding: 21px 0px 21px;
}

@media only screen and (max-width: 480px){
	.widget-info .info-text p {
     font-size: 14px;
	}
 
}
p{
	text-align: justify;
}

.sidebar-list{
font-weight: 500;
color: #000000;
padding: 15px;
display: block;
margin: 0px;
/*padding: ;*/
border-bottom: 1px solid #e1e1e1;
}
.fb{
border-radius: 65px;
color: #fff;
background-color: #2196F3;
padding: 10px;
line-height: 11px;
}

.fa-facebook-f:before, .fa-facebook:before { 
    color: #4986ea;
    content: "\f09a";
}
.fa-instagram:before {
    color: #ff7ba8;
    content: "\f16d";
}
.fa-whatsapp:before {
    color: #a4e25c;
    content: "\f232";
}
