/*
Theme Name: SOL'NET
Theme URI: 
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");

/*  PADDING CONTENT . */
.content .container .container_inner.page_container_inner, .full_page_container_inner{
  padding: 5px 0 0;
}


.blanc h3{
  color: white;
}

.ital{
  font-style: italic;
  text-transform: lowercase;
}

.bouton a{
  box-shadow: 1px 2px 5px 0 rgba(0,0,0,.09);
  border-radius: 0;
}

.testimonials .testimonial_text_inner p{
  text-align: left;
}

.testimonial_image_holder{
  display: none;
}


/* . HEADER . */
.header_bottom .container_inner{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}


/* . FOOTER . */

.logo_footer{
  width: 80%;
}

.four_columns>.column4>.column_inner, .four_columns>.column3>.column_inner{
  border-left: 1px solid;
}

.footer_top .widget_nav_menu ul li{
  padding: 0 0 10px;
}

.footer_top .widget.widget_nav_menu li {
    margin: 0;
    line-height: 22px;
}

@media only screen and (max-width: 780px){
  .footer_top .column_inner>div{
    margin-left: 5px!important;
  }
  .logo_footer{
    width: 100%;
    margin: 0 auto;
  }
  .logo_footer img{
    width: 50%;
  }
}

/* . SERVICES . */
.service a{
  color: white;
  font-family: 'Libre Baskerville';
  font-size: 15px;
  line-height: 18px;
}

.service a:hover{
  color: #8d6f4b;
}

/* . LOGOS CLIENTS . */

.qode_clients .qode_client_holder{
  margin: 0;
}


@media only screen and (max-width: 1000px){
.title .subtitle {
  font-size: 70%;
  }

}