#Action_bar .contact_details li {
    color: rgb(0, 0, 0);
}

::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #000000;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
::-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

.inicio input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 50px;
      font-size: 17px;
}

.wp-caption-text {
    display: block;
    text-align: left;
    padding: 10px 10px 5px 15px;
    line-height: normal;
    font-size: 15px;
    color: #666;
}

.wp-caption-text {
    background: transparent !important;
}

dd.wp-caption-text.gallery-caption b {
    color: black;
}

#Action_bar .social li a {
    color: #777;
}

#Action_bar .social li a:hover {
    color: #378c5a;
}

#Action_bar .social {
    float: left;
    height: 30px;
    margin-top: -5px;
}

@media only screen and (max-width: 767px) {
#Action_bar .social {
    float: none !important;
    text-align: center;
    padding: 20px 0 0 !important;
  }
}

.separado {
    border-left: 1px solid #444;
}

.mapa {
     border-top: 1px solid; 
}

.mapa .google-map-wrapper.no_border {
    margin-top: 15px;
}

.desc_wrapper h4 {
    color: #444444 !important;
}

#Action_bar .contact_details {
    float: right;
    height: 40px;
    margin-top: -5px;
}

#Action_bar {
    height: 40px;
    font-size: 14px;
}

#Subheader .title {
    display: none;
}

@media only screen and (max-width: 767px) {
#Top_bar, #Action_bar {
    background: #ffffff !important;
    font-size: 18px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px){
#Action_bar {
    height:70px !important;
  }
}

@media only screen and (max-width: 767px){
#Action_bar .contact_details {
    float: none !important;
    text-align: center;
    padding: 5px 0 !important;
  }
}

@media (min-width: 300px) and (max-width: 370px){
#Action_bar .contact_details {
    height:70px;
  }
}

.copyright {
    font-size: 13px;
}

.wpcf7-form .politica-privacidad{
    display:inline; 
}

#Top_bar .menu > li > a span:not(.description){
 	padding: 0 18px; 
}