/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


#top #main a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
#top .container .av-masonry.av-large-gap .av-inner-masonry {
  padding: 15px 0 0 15px;
}

#header_meta .phone-info {
  margin-left: 250px;
  width: calc(100% - 250px);
  padding: 0px;
  display: block;
}
#header_meta .phone-info > div {
  width: 100%;
  padding: 0px;
  display: block;
}
.phone-info .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-info .logos img {
  max-height: 75px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #header_meta .container {
    width: 98%;
    max-width: 98%;
    display: flex;
    align-items: center;
  }
  #header_meta .phone-info {
    margin-left: 0%;
    width: 100%;
  }
}