/*
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");

.hidden {
  display: none;
}

img {
  image-rendering: unset !important;
}

.title.has_background {
  background-size: cover !important;
  background-position: center;
  background-color: rgba(181, 90, 54, 1) !important;
  background-blend-mode: multiply;
}

.vc_row {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
}

.wpcf7 .vc_row {
  padding: 5px 0;
  margin: 0 -15px;
}

.wpcf7-submit {
  float: right;
}

.wpcf7-captchar {
  border: 1px solid #333 !important;
  font-size: 13px !important;
  padding: 10px 2% !important;
  width: 96% !important;
  margin-bottom: 15px !important;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.2 !important;
}

.fullWidth {
  width: 100%;
  display: inline-block;
}

.qbutton {
  margin-top: 15px;
}

.side_menu {
  z-index: 9999 !important;
  text-align: left;
  font-size: 17px;
}

.right_side_menu_opened .wrapper,
.right_side_menu_opened footer.uncover,
.right_side_menu_opened .wrapper,
.right_side_menu_opened .wrapper header.fixed,
.right_side_menu_opened .wrapper header.fixed_hiding,
.right_side_menu_opened .wrapper header.fixed_top_header .top_header,
.right_side_menu_opened .wrapper header.sticky {
  left: 0 !important;
}

.footer_bottom .textwidget {
  margin: 15px 0;
}

.footer_top .qbutton:hover {
  color: #333 !important;
}

.bgGrey {
  background: #f4f5f7;
}

.over-text p {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  z-index: 9999999;
  height: 62px;
  text-transform: uppercase;
  width: calc(100% - 30px);
  min-height: 100%;
  width: 100%;
}

.custom-box-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px !important;
}

.custom-box-hero h1 {
  color: #000;
  font-size: 60px;
  font-weight: 300;
}

.custom-box-hero h1 strong {
  font-weight: 700;
}

.custom-box-hero h1.h2 {
  font-size: 40px;
}

.custom-box-hero img {
  width: 700px;
  max-width: 100%;
}

.q_logo img {
  width: 400px !important;
  height: auto !important;
  top: -33% !important;
}

header.sticky .q_logo img {
  top: -55% !important;
}

.custom-underline h5 {
  display: inline;
  border-bottom: 3px solid #ef8527;
  padding-bottom: 3px;
}

footer .qbutton {
  background-color: #ef8527 !important;
  border: 1px solid #ef8527 !important;
}

.archive.woocommerce-shop li.product {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 25px 0;
}

.archive.woocommerce-shop li.product img {
  height: 200px;
  width: auto;
}

.archive.woocommerce-shop li.product .product-info {
  height: 70px !important;
}

.product .q_accordion_holder.accordion h6.ui-accordion-header {
  padding-top: 4px;
}

.product .q_accordion_holder.accordion.boxed .ui-accordion-header {
  background-color: #ef8527 !important;
  border: 1px solid #ef8527 !important;
}

.woocommerce-product-gallery__wrapper a {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20%;
}

form.woocommerce-ordering .selection span span {
  padding: 0 10px 0 10px !important;
  font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.related.products .product {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
}

.related.products .product a.product-category.product-info {
  height: 100px;
}

.in-evidenza a {
  color: #ef8527 !important;
}

.contorno-immagini img {
  border: 1px solid #eee;
}

.woocommerce-shop .contenitore-prodotto-tag {
  position: absolute;
  top: -205px;
  left: 15px;
}

.woocommerce-shop .product-category.product-info {
  position: relative;
}

.prodotto-tag {
  padding: 4px;
  border: 2px solid #ef8527;
  color: #ef8527;
  border-radius: 5px;
  margin: 5px;
}

.blog_single article .post_image img {
  width: 700px;
  max-width: 100%;
}

nav.main_menu ul li.menu-item-has-children>a:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 6px;
  font-size: 11px;
  display: inline-block !important;
  vertical-align: middle;
}

nav.main_menu ul li.menu-item-has-children:hover>a:after {
  transform: rotate(180deg);
  transition: 0.2s ease;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 30px 10px;
  text-align: center;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}

.woocommerce ul.products li.product img {
  max-width: 180px;
  margin: 0 auto;
  height: 180px;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-top: 25px;
  line-height: 1.4em;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product .price {
  display: none;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce ul.products li.product:hover {
  border-color: #dddddd;
}

@media screen and (max-width:1000px) {
  body.qode-woocommerce-page .qode-woo-products-holder,
  body.qode-woocommerce-page .content .container_inner,
  body.qode-woocommerce-page .content .full_width_inner,
  body.woocommerce-page .qode-woo-products-holder,
  body.woocommerce-page .content .container_inner,
  body.woocommerce-page .content .full_width_inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }

  body.qode-woocommerce-page .qode-woo-products-holder .products,
  body.woocommerce-page .qode-woo-products-holder .products {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .q_logo img {
    top: 28% !important;
  }

  .side_menu_button {
    display: none !important;
  }
}

@media screen and (max-width:990px) {
  .grid_section .section_inner {
    width: 100% !important;
  }

  .grid_section .section_inner .parallax_section_inner_margin,
  .grid_section .section_inner .section_inner_margin {
    margin: 0;
  }

  .grid_section .section_inner,
  div.grid_section .section_inner,
  .container_inner {
    width: 100% !important;
  }

  .title.has_background {
    background-size: cover !important;
    background-position: center;
    background: rgba(181, 90, 54, 1) !important;
    background-blend-mode: multiply;
  }

  .title .image.not_responsive {
    opacity: 0 !important;
  }

  .custom-box-hero h1 {
    font-size: 45px;
    line-height: 51px;
  }

  .custom-box-hero h1.h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .q_logo img {
    width: 350px !important;
    height: auto !important;
    top: 28% !important;
  }

  .custom-box-icon h5 {
    font-size: 19px;
  }

  .qode-product-with-gallery {
    padding: 0 15px;
  }

  .qode-single-product-summary .summary.entry-summary {
    padding-top: 25px !important;
  }

  .blog_single article .post_image img {
    width: 550px;
  }

  .single-post .blog_single {
    padding: 0 15px !important;
  }
}

@media screen and (max-width:768px) {

  .footer_top .column1,
  .footer_top .column2,
  .footer_top .column3,
  .footer_top .column4 {
    width: 100%;
  }

  .q_logo img {
    width: 250px !important;
    height: auto !important;
    top: 30% !important;
  }

  .custom-box-icon.vc_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .custom-box-icon .wpb_single_image {
    margin-top: 75px !important;
  }

  .custom-box-icon .wpb_text_column {
    text-align: center;
  }

  .footer_top h5 {
    font-size: 28px;
    color: #000000;
  }

  .custom-box-hero {
    height: 150px !important;
  }

  .hide-mobile {
    display: none;
  }

  .reverse-mobile .section_inner_margin {
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile-padding-0 {
    padding-bottom: 0 !important;
  }
}


@media screen and (min-width:768px) {
  .hide-desktop {
    display: none;
  }
}


@media only screen and (max-width: 420px) {
  footer .container_inner {
    padding: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .q_logo img {
    width: 280px !important;
    top: -30% !important;
  }

  nav.main_menu>ul>li>a {
    font-size: 15px;
  }

  nav.main_menu>ul>li>a {
    padding: 0 13px;
  }
}


/* Icona CTA Call su Mobile */
.floating-phone-btn {
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ef8527;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    z-index: 9999;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-phone-btn:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,.35);
}

@media (min-width: 768px) {
    .floating-phone-btn {
        display: none;
    }
}

/**/