.cmb2-metabox-title {
    margin: 0 0 5px;
    padding: 5px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #00b9eb;
}
.cmb-repeatable-group .cmb-group-title {
    background-color: #337AB7;

  }

.tc-help{
  color: #00b9eb;
}
.tc_tooltip {
    color:#444;
    display: inline;
    position: relative;
}

.tc_tooltip:hover:after{
    background: #00b9eb;
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    right:-80px;
    padding: 5px 6px;
    position: absolute;
    z-index: 999998;
    width: 150px;
    font-size:11px;
    line-height:16px;
    text-align:center;
}

.tc_tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    right:4px;
    position: absolute;
    z-index: 999999;
}
.cmb-repeatable-group .cmb-group-title {
    background-color: #000;
    padding: 8px 12px 8px 2.2em;
    margin: 0 -1em;
    min-height: 1.5em;
    font-size: 14px;
    line-height: 1.4;
}

/* width */

.tcpt_smiddle{
width:50% !important;
}

.tcpt_left{
    float: left;
}
.tcpt_right{
    float: right;
}
.tcpt_input input[type=text]{
    width: 90%;
    margin-right: 10px;
}
.tcpt_inputs .cmb-th{
    width: 100% !important;
}
.tcpt_inputs .cmb-td{
    width: 100% !important;
}
.tcpt_level label{
    margin-right: 10px;
    font-weight: bold;
    border: none !important;
    display: block;
}
.tcpt_small{
width:33% !important;
border: none !important;
}
.tcpt_inputs input[type=text]{
    width:60% !important;
}
.tcpt_inputs input[type=number]{
    width:60% !important;
}
.tcpt_levelc label{
    margin-right: 40px;
    font-weight: bold;
    border: none !important;
    display: block;
    width:100% !important; 
    color:#555; 
    padding-left:4px !important; 
}
.tcpt_levelc label:after {
    display:none !important;
}
.tcpt_input_color{
    width:50% !important;
}

.tcpt_input_color .cmb-th{
    width: 100% !important;
}
.tcpt_input_color .cmb-td{
    width: 100% !important;
}
.tcpt_last{
    clear: both;
    
}
/*textarea*/

.tcpt-textarea .cmb-th{
    width: 100% !important;
}
.tcpt-textarea .cmb-td{
    width: 100% !important;
}

ul.pro-features li {
    font-size: 16px;
    line-height: 24px;
}

ul.pro-features li span {
    color: #f27935;
}

/*Button*/

.tc-button {
    border-style: solid;
    border-width: 0px 0px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;
    padding: 12px 16px 9px;
    font-size: 16px;
    margin-right: 10px;
}
/* Orange*/
.tc-btn-orange {
    background-color: #F27935 !important;
    border-color: #F27935 !important;
}
.tc-btn-orange:hover{
     color: #FFF;
     
}
/*Green
==========================*/
.tc-btn-green {

  border-color: #3AC162;
  background-color: #5FCF80;

}
.tc-btn-green:hover, .tc-btn-green:focus, .tc-btn-green:active {
    background-color: #4BC970;
    border-color: #3AC162;
     color: #FFF;
     
}

/*Blue
==========================*/
.tc-btn-blue {

    border-color: #326E99;
    background-color: #3F8ABF;
}

.tc-btn-blue:hover, .tc-btn-blue:focus, .tc-btn-blue:active {
    background-color: #397CAC;
    border-color: #326E99;
     color: #FFF;
   
}

/*Red
==========================*/
.tc-btn-red {

    background-color: #ED5A5A !important;
    border-color: #EA4343 !important;

}
.tc-btn-red:hover, .tc-btn-red:focus, .tc-btn-red:active {
    background: none repeat scroll 0 0 #EB4848 !important;
    border-color: #E83131 !important;
     color: #FFF;
     
}

/*lime
==========================*/

.tc-btn-lime {

    background-color: #19B5FE !important;
    border-color: #049de4 !important;

}
.tc-btn-lime:hover, .tc-btn-lime:focus, .tc-btn-lime:active {
    background: none repeat scroll 0 0 #19B5FE !important;
    border-color: #049de4 !important;
    color: #FFF;
 
}

/* button hover */


a.tc-pro-link {
    color: #F50303;
    font-weight: bold;

}
