/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Cambios en la oferta */
.jobpost.type-jobpost .post_info, .blog_single article .post_info {
  display: none;
}

.jobpost.type-jobpost .list-data {
  padding: 32px 32px 16px
}

.jobpost.type-jobpost .list-data p strong {
  margin-left: -8px
}

.jobpost-template-default.single.single-jobpost .comment_holder {
  display: none;
}

.blog_single article .entry_title {
  margin-bottom: 16px;
}

/* Cambios en proceso de seleccion */
#fila-seleccion .full_section_inner {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

#fila-seleccion .vc_column-inner {
  height: 100%;
}

#fila-seleccion .wpb_wrapper {
  height: 100%;
  background-color: white;
}

#fila-seleccion .columna_azul .wpb_wrapper {
  background-color: #172a62;
}

#fila-seleccion .service_table_content h6 {
  margin-top: 8px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 9px;
}

.q_circles_holder.three_columns.with_line li:nth-child(1n) span span:hover {
  background-color: #6dabe4 !important;
  border-color: #f6f6f6 !important;
  border-width: 28px !important;
}

.q_circles_holder.three_columns.with_line li:nth-child(2n) span span:hover {
  background-color: #97b9ff !important;
  border-color: #f6f6f6 !important;
  border-width: 28px !important;
}

.q_circles_holder.three_columns.with_line li:nth-child(3n) span span:hover {
  background-color: #a7cdef !important;
  border-color: #f6f6f6 !important;
  border-width: 28px !important;
}

/* .q_circles_holder .q_circle_inner2:hover {
  background-color: #97b9ff !important;
  border-color: #f6f6f6 !important;
  border-width: 28px !important;
} */
/* Footer */
footer .column1 {
  position: relative;
  top: 0px;
}

/* Formularios de contacto */
#form-wrapper-column textarea {
	height: 100px;
}

.wpcf7-response-output {
	background-color: #009944;
}

/* NEW RESPONSIVE HEADER */
@media only screen and (max-width: 1024px) {
  .header_bottom .container_inner {
      width: 768px;
  }
  nav.mobile_menu {
    display: block;
  }
  .main_menu {
    display: none!important;
}

.header_inner_left, header {
    position: relative!important;
    left: 0!important;
    margin-bottom: 0;
}

.hide_top_bar_on_mobile_header .header_top {
    display: none!important;
}

.header_bottom, nav.mobile_menu {
    background-color: #f6f6f6 !important;
}


.logo_wrapper, .mobile_menu_button {
    display: table;
}
.logo_wrapper {
    height: 100px!important;
    left: 50%;
}
.fixed_top_header .q_logo img.mobile, .logo_wrapper {
    position: absolute;
}

.q_logo {
    display: table-cell;
    position: relative;
    top: auto;
    vertical-align: middle;
}
.q_logo a {
    left: -50%;
    width: auto!important;
}
header .q_logo img.dark, header .q_logo img.light, header .q_logo img.normal, header .q_logo img.sticky {
    display: none!important;
}
.q_logo img {
    top: 0;
    left: 0;
}
body.qode_header_in_grid .header_bottom {
    padding: 0;
}

header .q_logo img.mobile {
    display: block!important;
    opacity: 1!important;
    position: relative;
    margin: 0 auto;
}
  .side_menu_button {
      height: 100px!important;
  }
  .side_menu_button>a {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    color: #9d9d9d !important;
}
.content, .content.content_top_margin {
    margin-top: 0!important;
}
}

@media only screen and (max-width: 768px) {
  .header_bottom .container_inner {
  width: 600px;
}
}

@media only screen and (max-width: 600px) {
  .header_bottom .container_inner {
  width: 420px;
}
}
@media only screen and (max-width: 480px) {
  .header_bottom .container_inner {
  width: auto;
}
body.qode_header_in_grid .header_bottom{
    padding: 0 25px;
}
}
