/*
 * FEATURES
 */
.our-feature-box .inner-wrap {
  max-width: inherit;
}
.our-feature-box .box-title,
.latest-blog-box .box-title {
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #c9c5bc;
}

.our-feature-box  .three-column{
  padding: 0 5px 40px;
}
.our-feature-box .feature-title,
.our-feature-box p{
  text-align: left;
}

.our-feature-box .feature-title{
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
}

.our-feature-box .feature-title a {
  font-size: 23px;
  font-style: normal;
  color: #5cb5af;
}
.our-feature-box .feature-title a:first-letter {
  font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 23px;
  line-height: normal;
  font-style: normal;
  color: #5cb5af;
}
.our-feature-box .feature-title a:hover:first-letter {
  color: #5cb5af;
}

/*
 * BLOG
 */
.entry-meta {
  display: none;
}

/*
 * FORM
 */
.wpcf7-form.sent p {
  display: none;
}

/*
 * REDES
 */
#menu-social-icons.menu li {
  display: inline-block;
  margin-right: 4px;
}

/*
 * Columnas
.one-third,
.two-third{
  display: inline-block;
  vertical-align: top;
}
.one-third{
  width: 33%;
}
.two-third{
  width: 66%;
}
 */
.googlemaps_widget{
  padding: 0px 20px;
}
.googlemaps_widget .wpcf7,
.googlemaps_widget .maps-container {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.googlemaps_widget .maps-container{
  margin-left: 2%;
  width: 31%;
}
.page-template-contact-template .googlemaps_widget .maps-container {
    margin-left: inherit;
    width: inherit;
}

/*
 * FOOTER
 */
.site-info .copyright,
.go-to-top{
    display: none;
}

.text-left{text-align:left;}

/*
 * RESPONSIVE
 */
@media only screen and (max-width: 980px) {
  body.custom-background{background-position:center -30px!important;background-repeat:repeat!important;}
  .our-feature-box .box-title, .latest-blog-box .box-title {
    font-size: 23px;
    letter-spacing: 0px;
  }
  .one-third, .two-third,
  .googlemaps_widget .wpcf7,
  .googlemaps_widget .maps-container {
    width: 100%;
  }
  .googlemaps_widget {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .googlemaps_widget .maps-container {
    margin-left: 0;
  }
  .our-feature-box {
    padding: 20px 0 0;
  }
  .latest-blog-box {
    padding: 0 0 40px;
  }
  .text-left{text-align:center;}
  
}