/*!
Theme Name: Tractor Child
Theme URI: http://tractor.thememove.com
Author: ThemeMove
Author URI: http://thememove.com
Version: 1.0.0
Template: tractor
Text Domain:  tractor
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


.footer-2dit-logo a {
  position: relative;
  margin: 0 60px 0 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-2dit-logo a:hover {
  color: #fff !important;
}
.footer-2dit-logo a:hover:after {
  background-color: #fff !important;
}
.footer-2dit-logo a:before {
  position: absolute;
  top: 50%;
  right: -52px;
  top: 50%;
  width: 46px !important;
  height: 20px;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/wp-content/uploads/2018/07/2Dit.png") no-repeat center;
  background-size: cover;
}
.contacts-list-wrap .wpb_wrapper {
  display: flex;
  justify-content: flex-end;
}
.contacts-list {
  max-width: 310px;
}


@media only screen and (max-width: 450px) {
  .page-mobile-main-menu .menu__container > li > a {
    font-size: 16px !important;
  }
}