/*!
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
*/

/* BURGER MENU */
.page-open-mobile-menu i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #000;
}

/* TELEPHONE SECTION */

.numerovert {
  font-family: sans-serif;
  display: inline-block;
  font-weight: bold;
      font-size: 25px !important;
}

.numerovert a {
    color:
    #bc8949;
}

.numerovert .fn {
  display: none;
}

.numerovert .type {
  color: white;
  background: #bc8949;
  padding: 0 .4em;
  margin: 0;
  border: 1px solid #bc8949;
  -webkit-border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-radius-topleft: .5em;
  -moz-border-radius-bottomleft: .5em;
  border-top-left-radius: .5em;
  border-bottom-left-radius: .5em;
}

.numerovert .value {
  color: #bc8949;
  padding: 0 .4em;
  margin: 0;
  border: 1px solid #bc8949;
  background: #ffffff;
  -webkit-border-top-right-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-topright: .5em;
  -moz-border-radius-bottomright: .5em;
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
}