/*
 Theme Name:   Liberty Child
 Theme URI:    http://tbdemos.org/liberty/
 Description:  Liberty Child Theme
 Author:       Theme Blossom
 Author URI:   http://themeblossom.net
 Template:     liberty
 Version:      1.0.0
 Tags:         responsive-layout, editor-style, featured-images, flexible-header, full-width-template
 Text Domain:  liberty
*/
ul#menu-footer-menu-1 li a {
    font-size:15px!important;
}
div#promo {
    display: none;
}
#footer-logo img {
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    opacity: 0.7;
    width: 100px;
    border-radius: 50%;
}
#themeblossom_loading_screen_logo img {
    position: relative;
    z-index: 2;
    /* width: 245px; */
    border-radius: 50%;
}

.toparlogotext h2::after {
    background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
} 

.toparlogotext span { 
    background:#fff; 
    padding:0 10px; 
    text-align:right;
}
.wide-footer span {
    height: 26px!important;
    line-height: 50px;
    font-size: 60%;
    right: 15px;
}