/*
Theme Name: MA Arquitectos
Theme URI: https://www.ma-arquitectos.es/
Description: A child theme of Stockholm Theme
Author: Coderty Studio
Author URI: https://coderty.com
Version: 1.0
Text Domain: stockholm
Template: stockholm
*/

body nav.vertical_menu > ul > li.menu-item-has-children > a > span.menu-text {
  padding-right: 15px;
}

body
  nav.vertical_menu_toggle.vm_click_event
  ul
  > li.menu-item-has-children
  > a
  > span.plus {
  top: -1px;
}

.ma-copyright {
  padding: 60px 20px 20px 280px;
  text-align: center;
  color: #5c5b5f;
  font-weight: 500;
  font-size: 12px;
}

@media (max-width: 1000px) {
  .ma-copyright {
    padding: 60px 20px 20px 20px;
  }
}

.full_width.full_width_with_padding h1,
.full_width.caged_width_with_padding h1 {
  color: #5c5b5f;
  font-size: 30px;
}

.full_width.full_width_with_padding h3,
.full_width.caged_width_with_padding h3 {
  color: #5c5b5f;
  font-size: 25px;
}

.full_width.full_width_with_padding a,
.full_width.caged_width_with_padding a {
  color: #a4ab53 !important;
}

body input.wpcf7-form-control.wpcf7-date,
body input.wpcf7-form-control.wpcf7-number,
body input.wpcf7-form-control.wpcf7-quiz,
body input.wpcf7-form-control.wpcf7-text,
body select.wpcf7-form-control.wpcf7-select,
body textarea.wpcf7-form-control.wpcf7-textarea {
  background-color: #eeeeee;
}

body div.wpcf7-response-output {
  color: #5c5b5f !important;
}

.ma-arquitectos-share {
  padding-top: 30px;
  margin-right: -12px;
}

.ma-arquitectos-share .social_share_list_holder ul li a i {
  color: #5c5b5f;
  transition: 0.25s;
}

.ma-arquitectos-share .social_share_list_holder ul li a:hover i {
  color: #a4ab53;
}

body
  .content
  .content_inner
  > .container
  > .container_inner.default_template_holder {
  padding-top: 232px !important;
}

body.admin-bar
  .content
  .content_inner
  > .container
  > .container_inner.default_template_holder {
  padding-top: 200px !important;
}

@media (max-width: 1000px) {
  body
    .content
    .content_inner
    > .container
    > .container_inner.default_template_holder {
    padding: 30px !important;
  }
}
