#footer .copyright p {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    float: left;
}
@media only screen and (max-width: 767px)
{
#footer .copyright .text-right {
    text-align: left;
}
}
@media only screen and (max-width: 480px)
{
#footer .copyright .text-right {    text-align: center;}
#footer #cvent-trusted-seal {    width: 100%;}
#footer #cvent-trusted-seal img {    width: 90px;}
}