/* 
Theme Name:  laboco
Theme URI:   https://github.com/artpluscodeinc/wordpress-themes-artplus/
Description: laboco is a child theme of artplus, which is a child theme of WP Bootstrap Starter
Author:      Art Plus Code Inc.
Author URI:  https://artpluscode.com
Template:    artplus
Version:     1.0.0
Text Domain: laboco
*/

/* We can override things from the parent theme here. */

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Assistant');

.navbar-collapse .navbar-nav {
  margin-left: auto;
}


body {
  margin: 0;
  color: #000000;
  text-align: left;
  font-family: 'Assistant'; 
  background-color: #ffffff; }

/*  styles
-------------------------------------------------- */
html {
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100%;
  /* Assistant for most text as a font*/
}

h1, h2, h3, h4, h5, h6 {
  /* Assistant-Bold for heading*/
  font-family: 'Assistant';
  font-weight: 700;
}

body {
  margin-bottom: 100px;
}

body > .container {
  padding: 60px 15px 0;
}

/* style for header
-------------------------------------------------- */
/* .navbar {
  /* font-size: large; */
  /* background-color: #ffffff; */
  /* padding: 2.1rem 1rem !important; */
  /* color: #000000; } */ 

.navbar-nav .nav-item.active {
  color: #000;
}

.siteLogo img {
  float: left;
  width: 300px;
  height: 100px; }

.nav-link {
  padding-top: 20px;
}

.site-header {
  background-color: #64B5F6;
  position: fixed;
  width: 100%;
  height: 71px;
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
} 

.site-content {
  margin-top: 90px;
  padding-bottom: 2.5rem;
}

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
/* sticky footer styles
-------------------------------------------------- */

.container-footer {
  /* background-image: url(./images/texture.png); */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: #64B5F6 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff; 
}

#footer-widget {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

.icons ul li {
  margin: 10px 50px 10px 50px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  }

.footer .container img {
  width: 40px;
  height: 40px;
  margin-left: 185px; }

.footer .container img {
  width: 40px;
  height: 40px;
  margin-left: 185px; }

code {
  font-size: 80%; }

/*** Article CSS ***/
[data-toggle="collapse"] .fa:before {
  content: "\f139";
  margin-left: -16px; }

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
  margin-left: -16px; }

#accordion .card-body {
  font-family: 'Assistant';
  font-size: 1.50rem; }

.mb-0 a:hover {
  text-decoration: none; }

.newsheading {
  margin-bottom: 27px;
  font-size: 2.50rem; }

.mb-0 > a {
  font-size: 1.60rem; }

/* all pages top margin*/
.topSpace {
  margin-top: 3%; }

.navbar .navbar-nav .nav-link, .navbar-brand {
  color: #000000 !important; }

/*** Banner ***/
.carousel {
  position: relative;
  width: 100%;
  height: 25%;
  /* 4:1 Aspect Ratio */
  margin-top: 9%; }

.carousel-inner img {
  width: 100%; }

.siteLogo a {
  position: relative;
  top: 14px;
  left: 10px; }

/* Custom styles for this template */

section:first-child {
  padding: 0;
}
section {
  padding: 18px 0;
}

h3 {
  text-align: left;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#page {
  position: relative;
  min-height: 100vh;
}

/*** collapse icon ***/
/*
.navbar-toggler {
  background-color: #d98a98 !important;
  border: none !important;
}

button .navbar-toggler-icon {
  color: #efefef;
  border: none !important;
}
*/

/*** background color for the project sections ***/
.bgcolor {
  background-color: #efefef;
  color: black;
  border: none !important; }

#about, #a-propos, #equipe, #team {
  background-color: #efefef; }

.align-left {
  text-align: left; }

/*** Project CSS ***/
#projects .singleproject, #projets .singleproject {
  border: 2px solid #000000;
  padding: 14px;
  text-align: center;
  border-radius: 5px; }

#projects .row, #projects h2, #projects h4, #projets .row, #projets h2, #projets h4 {
  margin-bottom: 26px; }

.projectLink {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 15px; }

.projectLink:hover {
  text-decoration: none; }

/** Services **/
#services h3 {
  margin-top: 2rem; }

/*** Footer ***/
.footer .container {
  padding-top: 90px; }

.footer .container.socialMediaLinks {
  padding-top: 0px;
  padding-bottom: 90px; }

#block-9 a {
  color: #005192;
}

.wp-block-buttons a:hover {
  color: white;
  text-decoration: none;
}

/** Social Icons CSS **/
.socialMediaLinks a {
  font-size: 26px;
  margin: 0 10px 0 0;
  color: #000000;
  text-decoration: none;
  background: #b7b6b6;
  padding: 15px;
  width: 57px;
  text-align: center;
  border-radius: 50%; }

.socialMediaLinks a:hover {
  text-decoration: none; }

address {
  font-size: 1.15rem; }

/*** Transalator button CSS ****/
#langForm {
  background: #D3D3D3;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px; }

.paraFontSize {
  font-size: 1.25rem; }

.wp-block-button {
  display: inline-block;
  margin: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 90px;
}

.wp-block-button__link {
  background: #414443;
  padding: 10px;
}

.wp-block-search__button.wp-element-button {
  background: #414443;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 90px;
  color: white;
}

.comment-reply-link.btn.btn-primary {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 90px;
  color: white;
  background: #414443;
  border: none;
}

#commentsubmit {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 90px;
  color: white;
  background: #414443;
  border: none;
}

/*** Media Query ***/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .lead, .paraFontSize {
    font-size: 1.95rem !important; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .lead, .paraFontSize {
    font-size: 1.95rem !important; } }
/*** Service section query ***/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .col-md-9 {
    margin-top: 5%;
    margin-left: 3%; } }
/* This margin only visible on mobile */
.btn-secondary {
  margin-bottom: 1.5rem; }

/*# sourceMappingURL=style.css.map */

/* Extra Custom WP rules */

.current-lang {
	display:none;
}
/* class for the logo in header */
.labocode-site-logo{
  top: 11px;
  margin-left: 10px;
}

#main-nav ul li {
  color: white;
  padding: 0 10px 0 10px;

}

.navbar-brand{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

ul {
  margin-top: 0; 
  margin-bottom: 0;
}

header.entry-header h1 {
  display: none;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #64B5F6;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #64B5F6;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #64B5F6;
  color: #fff;
}

.container-icon {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 1em;
}

.entry-content{
  margin: 20px;
}

.current-menu-item a{
	background-color: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px;
}

.site-main {
  margin: 20px;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: black;
  fill: currentColor;
}

  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .col-md-2 {
    margin-bottom: 8%; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .col-md-2 {
    margin-bottom: 8%;
    width: 20%; } }

    /* On screens that are 992px or more */
@media screen and (min-width: 993px) {
  #bannerimage {
    padding-top: 0px;
    padding-bottom: 0px; } }
    
@media only screen and (max-width: 600px) {
  .footer .container img {
    margin-left: 5px; } }
@media only screen and (min-width: 600px) and (max-width: 1100px) {
  .footer .container img {
    margin-left: 5px; } }
@media only screen and (max-width: 600px) {
  .footer .container img {
    margin-left: 5px; } }
@media only screen and (min-width: 600px) and (max-width: 1100px) {
  .footer .container img {
    margin-left: 5px; } }

@media (min-width: 1800px) {
  .navbar-collapse .navbar-nav {
    margin: auto; } }
    /* On screens that are 600px wide or less*/
@media screen and (max-width: 600px) {
  #carouselIndicators .carousel-inner img {
    width: auto !important;
    height: 200%; }

  #bannerimage {
    padding-top: 0px;
    padding-bottom: 0px; } }
/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
  #carouselIndicators .carousel-inner img {
    width: 100%;
    height: 200%; }

  #bannerimage {
    padding-top: 50px;
    padding-bottom: 0px; } }


    @media only screen and (max-width: 600px){
      .labocode-site-logo{
        width: 150px;
        margin-left: 10px;
      }
    
      .bar1, .bar2, .bar3 {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 6px 0;
        transition: 0.4s;
      }
      
      .change .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        transform: translate(0, -10px) rotate(45deg);
      }
    
      .lead, .paraFontSize {
        font-size: 1.95rem !important; 
      } 
    
      .navbar-collapse {
        background-color: #64B5F6;
        position: absolute;
        left: 50%;
        top: 4.3rem;
        z-index: 2;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-bottom-left-radius: 45px;
        width: 100%;
        height: 390px;
      }
    
      #main-nav ul li {
        color: white;
      }
    
      #main-nav ul li  a{
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
      }
    
      .current-menu-item a{
        background-color: rgba(218, 138, 152, 0.25);
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        padding: 10px;
      }
    
      .icons ul li {
        margin: 0;
      }
    }    
    
    @media only screen and (min-width: 601px) and (max-width: 1199px) {
      .labocode-site-logo{
        width: 150px;
        margin-left: 10px;
      }
    
      .bar1, .bar2, .bar3 {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 6px 0;
        transition: 0.4s;
      }
      
      .change .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        transform: translate(0, -10px) rotate(45deg);
      }
    
      .lead, .paraFontSize {
        font-size: 1.95rem !important; 
      } 
    
      .navbar-collapse {
        background-color: #64B5F6;
        position: absolute;
        left: 70%;
        top: 4.3rem;
        z-index: 2;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-bottom-left-radius: 45px;
        width: 100%;
        height: 390px;
      }
    
      #main-nav ul li {
        color: white;
      }
    
      .icons ul li {
        margin: 0;
       }
        #main-nav ul li  a{
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
       }
        .current-menu-item a{
        background-color: rgba(218, 138, 152, 0.25);
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        padding: 10px;
      }
    }

