nav.main_menu ul > li { padding: 40px 0; }
.title {
  padding: 60px 0;
  text-transform: uppercase;
  text-shadow: 4px 4px 3px rgba(255, 255, 255, 0.8);
  background-image: url("/images/fondo.png");
  background-repeat: repeat; 
}
.projects_holder_outer {  margin: 0; }
.spectar { background-color: #f7e1e7; }
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
  color: #f7e1e7;
  margin: 0 0 5px 0;
}
.contact_form input[type="email"] {
  background-color: #c25b70;
  width: 92%;
  padding: 11px 4%;
  border: 0;
  outline: 0;
  border-radius: 6px;
  font-family: "Open Sans",sans-serif;
}
.contact_form input[type="email"]:focus {
  color: #6e2636;
  background-color: #d38897;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li ul li a, nav.mobile_menu ul li.open_sub > a:first-child {
  border-bottom: 1px solid #D38897;
}
.blog_holder article .post_info .post_date,
.blog_holder article .post_info .blog_like {
  background-color: transparent; box-shadow: none;
}
.comments { display: none !important; }
.blog_holder article .post_text .info_bottom { margin: 0; }
.blog_holder_v2 article .post_info, .blog_holder article .post_info {
    width: 11%;
}
.blog_holder_v2 article .post_content_holder, .blog_holder article .post_content_holder {
    width: 89%;
}
.start_animation .spectar span {
 opacity: 1 !important;
 -webkit-transition: 0s !important;
 -moz-transition: 0s !important;
 -o-transition: 0s !important;
 transition: 0s !important;
}
.header_loaded .logo { transition: 0s !important; }
nav.main_menu ul li {
 -webkit-transition-delay: 0s !important;
 -moz-transition-delay: 0s !important;
 -o-transition-delay: 0s !important;
 transition-delay: 0s !important;
}
.header_loaded .header_right_widget {
 transition: 0s !important;
 -webkit-transition: 0s !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked { border: 0; }
div.wpcf7-response-output { padding: 0; font-weight: bold; }
span.wpcf7-not-valid-tip { font-weight: bold; }