/*
Theme Name: tooShark bbDefault
Theme URI: http://2shark.ro
Version: 6.0 (007)
Description: tooShark bbDefault Child Theme
Author: tooShark Team
Author URI: http://2shark.ro
template: bb-theme
*/
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@300;400;500;600;700&family=Encode+Sans+Semi+Condensed:wght@400;500;600;700&display=swap');

/* Custom style */
input[type="button"].js-toolset-media-field-trigger {
  border-radius: 2px;
  font-size: 12px;
  border: 0px;
  font-weight: 600;
  padding: 3px 5px;
}

.modal-header .close {
  margin: 0px;
  padding: 3px 8px;
  text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  border: 0px;
}

.close:not(:disabled):not(.disabled):hover span {
  color: #fff;
}

.toolset-content {
  width: 100%
}

.row input[type=button],
.modal-content input[type=button],
input[type=button] {
  color: #fff;
  background-color: #ee6122;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
  border-style: none;
  border-width: 0px;
  border-color: initial;
  border-radius: 3px;
}

/* Off Canvas Side Menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #a93601;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav h1 {
  padding: 16px 8px 2px 32px;
  margin: 0px;
  text-decoration: none;
  color: #efefef;
  display: block;
  transition: 0.3s;
}

.sidenav a {
  padding: 2px 8px 2px 40px;
  text-decoration: none;
  font-size: 18px;
  color: #efefef;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.fl-page {
  transition: 0.5s;
}

.table p {
  margin: 0;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}