HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/bristolfilton.co.uk/public_html/wp-content/themes/maxbusiness/css/customizer-style.css
/**
* contarols
*/

/*Heading Control*/
.maxbusiness-heading {
    background-color: #333;
    color: #FFF;
    margin: 0;
    margin-top: 50px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px !important;
}
/*Heading Control*/


/*FontAwesome Icon Control*/
.maxbusiness-type-icon{
  overflow: hidden;
}

.maxbusiness-selected-icon{
  background: #F6F6F6;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #EEE;
  position: relative;
  margin-right: 45px;
  cursor: pointer;
  font-size: 28px;
}

.maxbusiness-selected-icon .fa{
  display: block;
  line-height: 45px;
}

.maxbusiness-selected-icon span{
  position: absolute;
  background: #F6F6F6;
  right: -45px;
  top: -1px;
  height: 45px;
  width: 45px;
  border: 1px solid #EEE;
  font-size: 20px;
}

.maxbusiness-icon-list{
  height: 215px;
  overflow-y: scroll;
  font-size: 18px;
  border: 1px solid #EEE;
  border-right: 0;
  border-top: 0;
  padding-bottom: 4%;
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.maxbusiness-icon-list li{
  float: left;
  margin: 4% 3% 0;
  height: 40px;
  width: 16%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #EEE;
}

.maxbusiness-icon-list li:hover{
  background: #333;
  border: 1px solid #333;
  color: #FFF;
}

.maxbusiness-icon-list li.icon-active{
  background: #0073aa;
  border: 1px solid #0073aa;
  color: #FFF;
}
/*FontAwesome Icon Control*/

.theme-upsale-section{
  display: block !important;
}

.maxbusiness-upsale #maxbusiness-pro-button {
    background-color: #369e3b;
    border-color: #0b670f;
    color: #FFF;
}