/*
Theme Name: 3F
Theme URI: 3F
Template: kalium
Author: 3F
Author URI: 3F
Description: 
Version: 1.0
Updated: 2019-03-29 09:30:30

*/

.c-btn-group {
  border-radius: 0;
  z-index:99999;
  display: inline-block;
  position: fixed;
}

.c-btn-group.left {
  left: 0;
}

.c-btn-group.right {
  right: 0;
}

.right .c-btn {
  padding: 5px;
  border: solid 1px #748CA6;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 100%;
  background-color: #748CA6;
  color: white;
  height: 29px;
  width: 30px;
}

.left .c-btn {
  padding-top : 3px;
  border: solid 1px #6A6A6A;
  border-bottom: none !important;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 100%;
  background-color: #6A6A6A;
  color: white;
  height: 29px;
  width: 30px;
}

.right .c-btn:hover,
.right .c-btn:focus {
  cursor: pointer;
  background-color: #88A0C0;
  color: #fff;
}

.left .c-btn:hover,
.left .c-btn:focus {
  cursor: pointer;
  background-color: #8A8A8A;
  color: #fff;
}
.c-btn-group {
  display: none;
  border: 1px solid #748CA6;
  overflow: hidden;
  border-radius: 4px;  
}
.c-btn-group > .c-btn {
  border-radius: 0;
  border: none;
  border-right: 1px solid #748CA6;
}
.c-btn-group > .c-btn:last-child {
  border-right: none;
}
.c-btn-group--block {
  display: flex;
}
.c-btn-group--block > .c-btn {
  flex-grow: 1;
}
.c-btn-group--vertical-block {
  flex-direction: column;
}
.c-btn-group--vertical-block > .c-btn {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #748CA6;
}
.c-btn-group--vertical-block > .c-btn:last-child {
  border-bottom: none;
}

/*.bb-footer-inside {
  max-width: 100% !important;
}

#bb-footer-inside-footer-3-f > div:nth-child(1), #bb-footer-inside-footer-3-f > div:nth-child(2) {
  width: 100%;
}

#bb-footer-inside-footer-3-f > div:nth-child(1) > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1553598222640.vc_row-has-fill.row-stretch > div.wpb_column.vc_column_container.vc_col-sm-8 > div > div > div > div.wpb_column.vc_column_container.vc_col-sm-4 {
  text-align: right;
}

#bb-footer-inside-footer-3-f > div:nth-child(1) > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1553598222640.vc_row-has-fill.row-stretch > div.wpb_column.vc_column_container.vc_col-sm-8 > div > div > div > div.wpb_column.vc_column_container.vc_col-sm-4 > div > div > div {
  margin-top: 12px;
}

#bb-footer-inside-footer-3-f > div:nth-child(1) > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1553598222640.vc_row-has-fill.row-stretch {
  padding-top: 15px;
}


#bb-footer-inside-footer-3-f > div:nth-child(2) {
  padding-left: 60px;
}

#bb-footer-inside-footer-3-f > div:nth-child(3) {
  margin-left: 30px;
  width: 80%;
}

#bb-footer-inside-footer-3-f > div:nth-child(3) > div > div:nth-child(1) {
  width: 60%;
}

#bb-footer-inside-footer-3-f > div:nth-child(3) > div > div:nth-child(2) {
  width: 40%;
}

#bb-footer-inside-footer-3-f > div:nth-child(1) > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1553598222640.vc_row-has-fill.row-stretch > div.wpb_column.vc_column_container.vc_col-sm-8 > div > div > div > div.wpb_column.vc_column_container.vc_col-sm-4 {
  width: 25%;
}

#bb-footer-inside-footer-3-f > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div > div.wpb_single_image.wpb_content_element.vc_align_center > figure > a > img {
  float: left;
}

#bb-footer-inside-footer-3-f > div:nth-child(1) > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1553598222640.vc_row-has-fill.row-stretch > div.wpb_column.vc_column_container.vc_col-sm-8 > div > div > div > div.wpb_column.vc_column_container.vc_col-sm-4 > div > div > div > div > p > span > strong, #bb-footer-inside-footer-3-f > div:nth-child(2) > div > div > div > div > div > div > p > span > strong > span {
  font-size: 23px !important;
}
*/

