body:not(.page-template-fullwidth-content) .site-content{
    margin: 0 !important;
}

.p-mt10{
    margin-top: 10px !important;
}
.p-mb10{
    margin-bottom: 10px !important;
}


/* FIX FOR CHOICES.JS*/
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button{
    color: #FFFFFF;
    border-style: none;
    border-width: 0px;
    border-color: none;
    border-radius: 0;
    padding: 0;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button{
    background-color: transparent !important;
}

.choices__inner{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px !important;
    margin-top: 3.75px;
    border: 1px solid #ebeced !important;
    background-color: #fff !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 12px !important;
    min-height: 20px !important;
}
.choices__list.choices__list--multiple,
.choices__item.choices__item--selectable{
    line-height: 1em;
}

.choices__inner .choices__input{
    border: none !important;
    background: transparent !important;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}
