/*
Theme Name: cdb-child
Theme URI: https://dasweb.ca
Author: dasweb.ca
Author URI: https://dasweb.ca
Description: Custom Dasweb theme based on Timan - Dental Clinic & Health WordPress
Version: 1.1.4
License: dasweb.ca
License URI: https://dasweb.ca
Template: cdb
Text Domain: cdb
Use it to make something cool, have fun, and share what you've learned with others.
*/

/** Extra theme containers*/

.container-small-padding{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/** Extra Theme colors*/
.background-primary-light{
  background-color: #e0f5f7;
}

.small-padding-top {
  padding-top: 60px;
}

.ct-cta .ct-cta-inner h2{
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.285;
}

/*Header Language switcher customization*/
@media screen and (max-width: 991px){
    
  .header-left-side-language-switcher {
      display: none;
  }

}

@media screen and (max-width: 991px){
  
  .header-left-side-language-switcher-mobile {
      display: block;
  }

}

@media screen and (min-width: 991px){
  
  .header-left-side-language-switcher-mobile {
      display: none;
  }
  
}