/** TEXT ANGULAR */
.ta-hidden-input {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10000px;
    left: -10000px;
    opacity: 0;
    overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
    outline: 0;
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.ta-scroll-window.form-control {
    position: relative;
    padding: 0;
}

.ta-scroll-window > .ta-bind {
    height: auto;
    min-height: 300px;
    padding: 6px 12px;
}

.ta-editor:focus {
    user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
    z-index: 100;
    position: absolute;
    display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid black;
    background-color: #FFF;
    padding: 0 4px;
    opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
    width: 10px;
    height: 10px;
    position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
    top: 0;
    left: 0;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
    top: 0;
    right: 0;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
    bottom: 0;
    left: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
    bottom: 0;
    right: 0;
    border: 1px solid black;
    cursor: se-resize;
    background-color: white;
}



/** SELECT2 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    cursor: text
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*   NEWWW THEMEE */

.bg-secondary-100{
    background-color: #FF80AB;
}

.br-secondary, .group-create #group-create-tabs ul li a, .group-create #group-create-tabs ul li span{
    border-color: #FF4081;
}

.bg-primary{
    background-color: #03A9F4;
}

.bg-primary-700{
    background-color: #0288D1;
}

.br-primary, .group-create #group-create-tabs ul li.current a{
    border-color: #03A9F4;
}

.br-primary-700{
    border-color: #0288D1;
}

.primary_100{
    color: #B3E5FC;
}

.primary_700{
    color: #0288D1;
}

.secondary_fallback{
    color: #fff;
}

.secondary_100{
    color: #FF80AB;
}

.secondary_400{
    color: #F50057;
}

.dark{
    color: #000;
}

.dark_borders{
    color: rgba(0, 0, 0, 0.12);
}

.dark_disabled{
    color: rgba(0, 0, 0, 0.26);
}

.dark_secondary_icon{
    color: rgba(0, 0, 0, 0.54);
}

.dark_text{
    color: rgba(0, 0, 0, 0.87);
}

.light{
    color: #fff;
}

.light_borders{
    color: rgba(255, 255, 255, 0.12);
}

.light_secondary{
    color: rgba(255, 255, 255, 0.7);
}

.light_text_icon{
    color: white;
}


.buddypress span.thrive-member-role{
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

.buddypress.directory.members span.thrive-member-role{
    float: right;
    margin-bottom: 10px;
}

@media (max-width: 768px){
    .buddypress.directory.members span.thrive-member-role{
        float: none;
        display: block;
        clear: left;
        margin-left: 0;
        margin-top: 10px;
    }
}

.buddypress .profile-item-title{
    line-height: 120%;
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}

.buddypress .profile-item-title a{
    color: #fff;
}

.buddypress .editfield{
    position: relative;
    margin-bottom: 15px;
}

.buddypress .editfield .clear-value{
    font-size: 12px;
    text-transform: uppercase;
}

.buddypress .editfield .field-visibility-settings-toggle, .buddypress .editfield .field-visibility-settings-notoggle, .buddypress .editfield .description{
    margin-bottom: 0;
    font-size: 12px;
}

.buddypress .editfield .datebox label{
    display: inline-block;
    margin-right: 10px;
}

.buddypress .editfield .datebox select{
    margin-right: 10px;
}

.buddypress .editfield.field_type_textarea .wp-editor-tabs .wp-switch-editor{
    box-shadow: none;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.buddypress .editfield.field_type_textarea .wp-editor-tabs .wp-switch-editor:hover{
    background: #F5F5F5;
    color: #555;
}

.buddypress .editfield.field_type_textarea .tmce-active .switch-tmce{
    background: #f5f5f5;
}

.buddypress .editfield.field_type_textarea .html-active .switch-html{
    background: #f5f5f5;
}

.buddypress .editfield.field_type_textarea .mce-toolbar-grp, .buddypress .editfield.field_type_textarea .quicktags-toolbar{
    border: 1px solid #dedede;
}

.buddypress .editfield.field_type_textarea .mce-toolbar-grp .mce-btn button, .buddypress .editfield.field_type_textarea .quicktags-toolbar .mce-btn button{
    box-shadow: none;
}

.buddypress .editfield.field_type_textarea .mce-toolbar-grp .mce-btn button:hover, .buddypress .editfield.field_type_textarea .quicktags-toolbar .mce-btn button:hover{
    background: none;
}

.buddypress .editfield.field_type_textarea .wp-editor-area{
    border: 1px solid #DEDEDE;
    border-top: none;
}

.buddypress .editfield .wp-core-ui .quicktags-toolbar input.button{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: none;
    border-color: #E0E0E0;
}

.buddypress .editfield .wp-core-ui .quicktags-toolbar input.button:hover{
    border-color: #B3B3B3;
}

.buddypress .editfield .wp-core-ui .mce-tinymce.mce-container .mce-edit-area.mce-panel iframe{
    max-width: 99.6%;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.buddypress .editfield .wp-core-ui .mce-panel .mce-btn{
    transition: all 0.12s ease-in-out;
}

.buddypress #wp-link-wrap.wp-core-ui{
    top: 30%;
    height: auto;
}

@media (max-width: 768px){
    .buddypress #wp-link-wrap.wp-core-ui{
        top: 40%;
    }
}

@media (max-width: 320px){
    .buddypress #wp-link-wrap.wp-core-ui{
        top: 35%;
    }
}

@media (max-height: 480px){
    .buddypress #wp-link-wrap.wp-core-ui{
        top: 32%;
    }
}

.buddypress #wp-link-wrap.wp-core-ui #link-modal-title{
    background-color: #03A9F4;
    padding: 10px 25px;
    color: #fff;
    height: auto;
    width: 100%;
    float: left;
}

@media (max-width: 480px){
    .buddypress #wp-link-wrap.wp-core-ui #link-modal-title{
        padding: 10px 10px;
    }
}

.buddypress #wp-link-wrap.wp-core-ui #link-modal-title #wp-link-close{
    box-shadow: none;
    position: relative;
    float: right;
    color: #fff;
    width: 15px;
}

.buddypress #wp-link-wrap.wp-core-ui #link-modal-title #wp-link-close:before{
    content: "close";
    font-size: 15px;
    position: relative;
    top: 7.5px;
}

@media (max-width: 480px){
    .buddypress #wp-link-wrap.wp-core-ui #link-modal-title #wp-link-close:before{
        top: 8px;
    }
}

.buddypress #wp-link-wrap.wp-core-ui #link-modal-title #wp-link-close:hover{
    box-shadow: none;
}

.buddypress #wp-link-wrap.wp-core-ui .submitbox{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 25px;
}

@media (max-width: 480px){
    .buddypress #wp-link-wrap.wp-core-ui .submitbox{
        padding: 10px;
    }
}

.buddypress #wp-link-wrap.wp-core-ui .submitbox #wp-link-cancel .submitdelete{
    background: #FF4081;
}

.buddypress #wp-link-wrap.wp-core-ui .submitbox #wp-link-submit{
    text-shadow: none;
}

.buddypress #wp-link-wrap.wp-core-ui .submitbox #wp-link-submit:active{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 320px){
    .buddypress #wp-link-wrap.wp-core-ui.search-panel-visible{
        top: 45%;
    }
}

@media (max-height: 480px){
    .buddypress #wp-link-wrap.wp-core-ui.search-panel-visible{
        overflow: visible;
        top: 0;
    }
}

@media (max-width: 768px){
    .buddypress #wp-link-wrap.wp-core-ui.search-panel-visible #link-selector{
        height: 500px;
    }
}

@media (max-width: 320px){
    .buddypress #wp-link-wrap.wp-core-ui.search-panel-visible #link-selector{
        height: 440px;
    }
}

@media (max-height: 480px){
    .buddypress #wp-link-wrap.wp-core-ui.search-panel-visible #link-selector{
        height: 365px;
    }
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector{
    float: left;
    position: relative;
    top: 0;
    width: 100%;
    padding: 10px 25px;
}

@media (max-width: 768px){
    .buddypress #wp-link-wrap.wp-core-ui #link-selector{
        height: auto;
        overflow-y: scroll;
    }
}

@media (max-width: 480px){
    .buddypress #wp-link-wrap.wp-core-ui #link-selector{
        padding: 10px 10px;
    }
}

@media (max-height: 480px){
    .buddypress #wp-link-wrap.wp-core-ui #link-selector{
        height: 340px;
    }
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #link-options{
    width: 100%;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #link-options label{
    width: 100%;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #link-options label span{
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #link-options label input[type="text"]{
    width: 100%;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #link-options .link-target label{
    width: 100%;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #link-options .link-target label span{
    width: 0;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #link-options .link-target label input[type="checkbox"]{
    position: relative;
    top: 2px;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #search-panel{
    position: relative;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #search-panel .link-search-wrapper{
    float: left;
    position: relative;
    width: 100%;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #search-panel .link-search-wrapper label{
    width: 100%;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #search-panel .link-search-wrapper label span{
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #search-panel .link-search-wrapper label span.spinner{
    width: auto;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector #search-panel .link-search-wrapper label span.spinner.is-active{
    display: inline-block;
    width: 16px;
    position: absolute;
    right: 0;
    bottom: 33.5px;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .link-search-field{
    width: 100%;
    max-width: 100%;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results{
    float: left;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    border: none;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results:focus{
    border: none;
    box-shadow: none;
    outline: none;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results .query-notice .query-notice-default, .buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results .query-notice .query-notice-hint{
    clear: both;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    margin-bottom: 15px;
    background: #039BE5;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    position: relative;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results .query-notice .query-notice-default:before, .buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results .query-notice .query-notice-hint:before{
    content: "info_outline";
    top: 9.5px;
    position: absolute;
    left: 7.5px;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results ul{
    border: 1px solid #dfdfdf;
    border-top: none;
    overflow-y: scroll;
    height: 180px;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results ul li.no-matches-found{
    background: none;
    border: none;
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results ul li.no-matches-found span{
    width: 100%;
    clear: both;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    padding-left: 35px;
    position: relative;
    background: #E53935;
    color: rgba(255, 255, 255, 0.7);
}

.buddypress #wp-link-wrap.wp-core-ui #link-selector .query-results ul li.no-matches-found span:before{
    content: "error_outline";
    top: 6.5px;
    position: absolute;
    left: 7.5px;
}

.buddypress .field-visibility-settings{
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    padding: 10px 20px;
    background: #fff;
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    z-index: 2;
}

.buddypress .field-visibility-settings li{
    list-style: none;
}

.buddypress .field-visibility-settings .field-visibility-settings-close{
    font-size: 14px;
    font-weight: bold;
    float: right;
}

.buddypress .pagination-links{
    margin: 20px 0;
    clear: both;
}

.buddypress .pagination-links a, .buddypress .pagination-links span{
    display: block;
    float: left;
    padding: 10px 20px 10px 5px;
    color: rgba(0, 0, 0, 0.54);
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.buddypress .pagination-links a:hover, .buddypress .pagination-links span:hover{
    color: #B3E5FC;
    border-color: #B3E5FC;
}

.buddypress .pagination-links a.current, .buddypress .pagination-links span.current{
    border-color: #03A9F4;
}

.buddypress .pagination-links:after{
    content: " ";
    display: block;
    clear: both;
    width: 100%;
}

.buddypress .ac_results.ui-menu{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    border: none;
}

.buddypress .ac_results.ui-menu .ui-menu-item.ac_odd{
    background: #F5F5F5;
}

.buddypress .ac_results.ui-menu .ui-menu-item:hover{
    background: #e8e8e8;
}

.buddypress .ac_results.ui-menu .ui-state-hover, .buddypress .ac_results.ui-menu .ui-state-active, .buddypress .ac_results.ui-menu .ui-state-focus{
    background: #e8e8e8;
}

.buddypress #sitewide-notice{
    width: 350px;
    position: fixed;
    top: 20%;
    right: 15px;
    z-index: 9999;
    -webkit-animation: sitewide-notice 1s ease-in-out both;
    -moz-animation: sitewide-notice 1s ease-in-out both;
    animation: sitewide-notice 1s ease-in-out both;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media (max-width: 480px){
    .buddypress #sitewide-notice{
        width: 80%;
        -webkit-animation: sitewide-notice 0.8s ease-in-out both;
        -moz-animation: sitewide-notice 0.8s ease-in-out both;
        animation: sitewide-notice 0.8s ease-in-out both;
    }
}

.buddypress #sitewide-notice #message{
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    overflow: hidden;
}

.buddypress #sitewide-notice #message p{
    position: relative;
    padding: 0 25px;
}

.buddypress #sitewide-notice #message p #close-notice{
    font-size: 0;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: -2.5px;
}

.buddypress #sitewide-notice #message p #close-notice:hover:before{
    color: white;
}

.buddypress #sitewide-notice #message p #close-notice:before{
    content: "close";
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.buddypress #sitewide-notice #message p #close-notice.loading:after{
    content: "";
    background: rgba(251, 251, 251, 0.15);
    width: 0;
    height: 0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 10px;
    -webkit-animation: sitewide-ripple 0.8s ease;
    -moz-animation: sitewide-ripple 0.8s ease;
    animation: sitewide-ripple 0.8s ease;
}

#buddypress p.success, #buddypress p.error, #buddypress p.warning, #buddypress p.info{
    clear: both;
    padding: 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    background: #7CB342;
    border: none;
    color: rgba(255, 255, 255, 0.7);
}

#buddypress p.success:before, #buddypress p.error:before, #buddypress p.warning:before, #buddypress p.info:before{
    content: "check_circle";
    float: left;
    margin-right: 5px;
    position: relative;
    top: -1.5px;
}

#buddypress p.error{
    background: #E53935;
}

#buddypress p.error:before{
    content: "error_outline";
}

#buddypress p.warning{
    background: #FFB300;
}

#buddypress p.warning:before{
    content: "warning";
}

#buddypress p.info{
    background: #039BE5;
}

#buddypress p.info:before{
    content: "info_outline";
}

#message{
    clear: both;
    padding: 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

#message:before{
    content: "info_outline";
    float: left;
    margin-right: 5px;
    position: relative;
    top: -3.5px;
}

#message p{
    margin-bottom: 0;
}

#message.error{
    background: #E53935;
}

#message.error:before{
    content: "error_outline";
    top: -2px;
}

#avatar-crop-actions a.button{
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}

@-webkit-keyframes sitewide-notice{
    0%{
        right: -100%;
    }
    100%{
        right: 15px;
    }
}

@-moz-keyframes sitewide-notice{
    0%{
        right: -100%;
    }
    100%{
        right: 15px;
    }
}

@keyframes sitewide-notice{
    0%{
        right: -100%;
    }
    100%{
        right: 15px;
    }
}

@-webkit-keyframes sitewide-ripple{
    0%{
        width: 0;
        height: 0;
    }
    100%{
        width: 400px;
        height: 400px;
        right: -45px;
        top: -165px;
    }
}

@-moz-keyframes sitewide-ripple{
    0%{
        width: 0;
        height: 0;
    }
    100%{
        width: 400px;
        height: 400px;
        right: -45px;
        top: -165px;
    }
}

@keyframes sitewide-ripple{
    0%{
        width: 0;
        height: 0;
    }
    100%{
        width: 400px;
        height: 400px;
        right: -45px;
        top: -165px;
    }
}

.notification-settings th.icon{
    display: none;
}

.notification-settings td:first-child{
    display: none;
}

.register-section{
}

.register-section h4{
    margin-bottom: 35px;
}

.register-section .error{
    color: #E53935;
    display: block;
    margin-bottom: 20px;
}

.register-section #pass-strength-result{
    display: block;
    font-size: 12px;
}

.register-section #pass-strength-result.short{
    color: #D32F2F;
}

.register-section #pass-strength-result.bad{
    color: #E53935;
}

.register-section #pass-strength-result.good{
    color: #FFEE58;
}

.register-section #pass-strength-result.strong{
    color: rgba(255, 255, 255, 0.7);
}

.register-section .editfield .description{
    opacity: 0.54;
    font-size: 13px;
}

.register-section textarea, .register-section input[type=text], .register-section input[type=email], .register-section input[type=number], .register-section input[type=url], .register-section input[type=password], .register-section input[type=search], .register-section input[name=s]{
    margin-bottom: 0;
}

.register-section textarea:focus, .register-section input[type=text]:focus, .register-section input[type=email]:focus, .register-section input[type=number]:focus, .register-section input[type=url]:focus, .register-section input[type=password]:focus, .register-section input[type=search]:focus, .register-section input[name=s]:focus{
    line-height: 37.5px;
}

.register-section select{
    border-bottom-width: 1px;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    background: transparent;
}

.register-section select[multiple], .register-section select[size]{
    margin-top: 10px;
}

.register-section select[multiple] option, .register-section select[size] option{
    padding: 5px 5px;
}

.register-section .datebox select{
    width: auto;
}

.register-section#profile-details-section .thrive-register-fields-xprofile{
    background: #F7F7F7;
    padding: 20px;
    border-top: 1px solid #ECECEC;
}

.register-section#profile-details-section .thrive-register-fields-xprofile:after{
    position: absolute;
    bottom: -22px;
    left: 0;
    display: block;
    width: 100%;
    height: 35px;
    content: ' ';
    background: linear-gradient(#f7f7f7 0%, transparent 0%), linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%) 0 0, #ffffff linear-gradient(45deg, #ffffff 33.33%, #f7f7f7 33.33%) 0 0;
    background: -webkit-linear-gradient(#f7f7f7 0%, transparent 0%), -webkit-linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%) 0 0, #ffffff -webkit-linear-gradient(45deg, #ffffff 33.33%, #f7f7f7 33.33%) 0 0;
    background: -o-linear-gradient(#f7f7f7 0%, transparent 0%), -o-linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%) 0 0, #ffffff -o-linear-gradient(45deg, #ffffff 33.33%, #f7f7f7 33.33%) 0 0;
    background: -moz-linear-gradient(#f7f7f7 0%, transparent 0%), -moz-linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%) 0 0, #ffffff -moz-linear-gradient(45deg, #ffffff 33.33%, #f7f7f7 33.33%) 0 0;
    background-repeat: repeat-x;
    background-size: 0 100%, 9px 27px, 9px 27px;
    background: transparent \0;
}

.register-section#profile-details-section .thrive-register-fields-xprofile label{
    top: 30px;
}

.register-section#profile-details-section .thrive-register-fields-xprofile:hover{
    cursor: text;
}

.register-section#profile-details-section .thrive-register-fields-xprofile .error{
    position: absolute;
    top: 20px;
    right: 0;
    padding: 10px 15px;
    background: #E53935;
    color: #fff;
    margin: 0;
    z-index: 20;
}

.register-section#profile-details-section .thrive-register-fields-xprofile .error{
    background: #E53935;
    border: 1px solid #E53935;
}

.register-section#profile-details-section .thrive-register-fields-xprofile .error:after, .register-section#profile-details-section .thrive-register-fields-xprofile .error:before{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.register-section#profile-details-section .thrive-register-fields-xprofile .error:after{
    border-color: rgba(213, 0, 0, 0);
    border-right-color: #E53935;
    border-width: 5px;
    margin-top: -5px;
}

.register-section#profile-details-section .thrive-register-fields-xprofile .error:before{
    border-color: rgba(245, 0, 0, 0);
    border-right-color: #E53935;
    border-width: 6px;
    margin-top: -6px;
}

#minimal-registration-container{
    max-width: 768px;
    margin: 35px auto;
    border: 1px solid #eee;
    padding: 35px;
    background: #fff;
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    position: relative;
}

@media (max-width: 768px){
    #minimal-registration-container{
        margin: 35px 15px;
    }
}

#minimal-registration-container .field-visibility-settings-toggle, #minimal-registration-container .field-visibility-settings-notoggle{
    margin-top: 10px;
}

#minimal-registration-container .current-visibility-level{
    display: inline-block;
    border-bottom: 1px solid #9e9e9e;
}

#minimal-registration-container .thrive-register-fields-xprofile{
    position: relative;
    margin-bottom: 25px;
}

#minimal-registration-container .thrive-register-fields-xprofile label{
    position: absolute;
    cursor: text;
    font-weight: 300;
    top: 10px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    margin: 0;
}

#minimal-registration-container .thrive-register-fields-xprofile.active label{
    font-size: 12px;
    transform: translateY(-20px);
}

#minimal-registration-container .thrive-register-fields-xprofile .field-visibility-settings fieldset ul{
    padding: 0;
    padding-left: 0;
}

#minimal-registration-container .thrive-register-fields-xprofile .field-visibility-settings label{
    position: static;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_textarea > label, #minimal-registration-container .thrive-register-fields-xprofile.field_type_multiselectbox > label, #minimal-registration-container .thrive-register-fields-xprofile.field_type_selectbox > label{
    position: static;
    font-size: 12px;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_checkbox .checkbox, #minimal-registration-container .thrive-register-fields-xprofile.field_type_checkbox .radio, #minimal-registration-container .thrive-register-fields-xprofile.field_type_radio .checkbox, #minimal-registration-container .thrive-register-fields-xprofile.field_type_radio .radio{
    margin: 0;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_checkbox .checkbox label:first-child, #minimal-registration-container .thrive-register-fields-xprofile.field_type_checkbox .radio label:first-child, #minimal-registration-container .thrive-register-fields-xprofile.field_type_radio .checkbox label:first-child, #minimal-registration-container .thrive-register-fields-xprofile.field_type_radio .radio label:first-child{
    font-size: 12px;
    margin-bottom: 10px;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_checkbox .radio label:first-child, #minimal-registration-container .thrive-register-fields-xprofile.field_type_radio .radio label:first-child{
    font-size: 14px;
    margin-bottom: 0;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_checkbox .radio > label:first-child, #minimal-registration-container .thrive-register-fields-xprofile.field_type_radio .radio > label:first-child{
    margin-bottom: 10px;
    font-size: 12px;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_checkbox label, #minimal-registration-container .thrive-register-fields-xprofile.field_type_radio label{
    position: static;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_multiselectbox .error{
    top: 10px;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_textarea .error{
    top: 10px;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_datebox .error{
    top: 30px;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_datebox .datebox > label{
    position: static;
    font-size: 12px;
}

#minimal-registration-container .thrive-register-fields-xprofile.field_type_datebox label.bp-screen-reader-text{
    display: none;
}

#minimal-registration-container #thrive-social-connect{
    position: absolute;
    right: 35px;
    top: 25px;
}

#minimal-registration-container #thrive-social-connect.non-logo{
    position: static;
    margin-bottom: 35px;
}

@media (max-width: 768px){
    #minimal-registration-container #thrive-social-connect{
        position: static;
        margin-bottom: 35px;
    }
}

#minimal-registration-container #thrive-social-connect .social-connect{
    background: #3B5998;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
    font-size: 1.6em;
    color: #FFF;
    line-height: 16px;
    height: 56px;
    width: 56px;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    padding-top: 17.5px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 none;
    background-size: 16px;
}

#thrive-registration-logo{
    margin: -35px -36px 25px -36px;
    padding: 30px 25px;
}

.bp-user .entry-header h1{
    display: none;
}

.bp-user #item-body #message-thread img.avatar{
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.bp-user #item-body #message-thread .message-metadata{
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
}

.bp-user #item-body #message-thread .message-metadata .message-star-actions{
    display: inline-block;
    position: relative;
    top: 5px;
}

.bp-user #item-body #message-thread .message-content{
    padding: 0 50px;
}

.bp-user #item-body .thread-from{
    width: 25%;
}

.bp-user #item-body .thread-from img.avatar{
    width: 25%;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

@media (max-width: 768px){
    .bp-user #item-body .thread-from img.avatar{
        display: none;
    }
}

.bp-user #item-body .thread-from .message-from{
    width: 100%;
}

@media (max-width: 768px){
    .bp-user #item-body .thread-from .message-from{
        width: auto;
        float: left;
    }
}

.bp-user #item-body .thread-from .total-and-unread-count{
    width: 100%;
}

@media (max-width: 768px){
    .bp-user #item-body .thread-from .total-and-unread-count{
        width: auto;
        float: right;
    }
}

@media (max-width: 768px){
    .bp-user #item-body .thread-from .thread-count{
        margin-left: 15px;
        display: inline-block;
    }
}

.bp-user #item-body .thread-from .activity{
    display: block;
}

@media (max-width: 768px){
    .bp-user #item-body .thread-from .activity{
        display: none;
    }
}

.bp-user #item-body .thread-info{
    width: 45%;
}

@media (max-width: 768px){
    .bp-user #item-body .thread-info{
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 0;
    }
}

.bp-user #item-body .thread-info p{
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 10px;
}

.bp-user #item-body .thread-info p.thread-excerpt{
    font-weight: normal;
}

@media (max-width: 768px){
    .bp-user #item-body th.thread-info{
        display: table-cell;
        float: none;
        font-size: 1em;
    }
}

.bp-user #item-body .message-search{
    margin-bottom: 35px;
}

.bp-user #item-body th .message-action-star{
    opacity: 0;
}

.bp-user #item-body .message-action-unstar:before{
    content: "star";
    color: #FFEE58;
}

.bp-user #item-body .message-action-unstar .bp-screen-reader-text{
    display: none;
}

.bp-user #item-body .message-action-star:before{
    content: "star_outline";
    color: #FFEE58;
}

.bp-user #item-body .message-action-star .bp-screen-reader-text{
    display: none;
}

@media (max-width: 480px){
    .bp-user #item-body #notifications-bulk-management .notifications{
        display: block;
    }

    .bp-user #item-body #notifications-bulk-management .notifications tr{
        width: 100%;
        display: block;
        float: left;
        border-width: 0;
        border-bottom-width: 1px;
    }

    .bp-user #item-body #notifications-bulk-management .notifications tr:hover{
        background: none;
    }
}

@media (max-width: 768px){
    .bp-user #item-body #notifications-bulk-management .notifications thead th{
        font-size: 1em;
    }
}

@media (max-width: 480px){
    .bp-user #item-body #notifications-bulk-management .notifications thead .date, .bp-user #item-body #notifications-bulk-management .notifications thead .actions{
        display: none;
    }
}

.bp-user #item-body #notifications-bulk-management .notifications thead .bulk-select-all{
    padding: 10px 20px;
}

@media (max-width: 480px){
    .bp-user #item-body #notifications-bulk-management .notifications tbody tr{
        padding: 10px 0 10px 55px;
        position: relative;
    }

    .bp-user #item-body #notifications-bulk-management .notifications tbody tr .bulk-select-check{
        position: absolute;
        top: 0;
        left: 0;
    }
}

.bp-user #item-body #notifications-bulk-management .notifications tbody tr td.notification-description, .bp-user #item-body #notifications-bulk-management .notifications tbody tr td.notification-since, .bp-user #item-body #notifications-bulk-management .notifications tbody tr td.notification-actions{
    padding-left: 5px;
}

@media (max-width: 480px){
    .bp-user #item-body #notifications-bulk-management .notifications tbody tr td.notification-description, .bp-user #item-body #notifications-bulk-management .notifications tbody tr td.notification-since, .bp-user #item-body #notifications-bulk-management .notifications tbody tr td.notification-actions{
        width: 100%;
        display: block;
        float: left;
        padding: 0 20px 0 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px){
    .bp-user #item-body .notification-settings{
        width: 100%;
        display: block;
        float: left;
    }

    .bp-user #item-body .notification-settings thead{
        display: block;
        width: 100%;
    }

    .bp-user #item-body .notification-settings thead th:nth-child(1), .bp-user #item-body .notification-settings thead th.yes, .bp-user #item-body .notification-settings thead th.no{
        display: none;
    }

    .bp-user #item-body .notification-settings tr{
        width: 100%;
        display: block;
        float: left;
        padding-left: 10px;
        border-width: 0;
        border-bottom-width: 1px;
    }

    .bp-user #item-body .notification-settings tr:hover{
        background: none;
    }
}

@media (max-width: 480px){
    .bp-user #item-body .notification-settings tbody{
        display: block;
        width: 100%;
    }

    .bp-user #item-body .notification-settings tbody tr{
        padding-left: 15px;
    }
}

@media (max-width: 480px){
    .bp-user #item-body .notification-settings tbody td{
        display: block;
        width: 100%;
    }

    .bp-user #item-body .notification-settings tbody td:nth-child(1){
        display: none;
    }
}

.bp-user #item-body .notification-settings tbody td:nth-child(2){
    padding-left: 5px;
    width: 40%;
}

@media (max-width: 480px){
    .bp-user #item-body .notification-settings tbody td:nth-child(2){
        width: 100%;
        padding-left: 0;
        margin-bottom: 5px;
    }
}

.bp-user #item-body .notification-settings tbody td.yes, .bp-user #item-body .notification-settings tbody td.no{
    padding: 0 10px 0 5px;
    width: 25%;
    position: relative;
    text-indent: 5px;
}

@media (max-width: 480px){
    .bp-user #item-body .notification-settings tbody td.yes, .bp-user #item-body .notification-settings tbody td.no{
        width: 50%;
        padding-left: 0;
        float: left;
    }
}

.bp-user #item-body .notification-settings tbody td.yes input[type=radio], .bp-user #item-body .notification-settings tbody td.no input[type=radio]{
    float: left;
}

.bp-user #item-body .notification-settings tbody td.yes label, .bp-user #item-body .notification-settings tbody td.no label{
    display: inline-block;
    margin: 0;
}

@media (max-width: 480px){
    .bp-user #item-body .profile-settings{
        width: 100%;
        display: block;
        float: left;
    }

    .bp-user #item-body .profile-settings tr{
        width: 100%;
        display: block;
        float: left;
        padding-left: 10px;
        border-width: 0;
        border-bottom-width: 1px;
    }

    .bp-user #item-body .profile-settings tr:hover{
        background: none;
    }
}

.bp-user #item-body .profile-settings .field-name{
    width: 25%;
}

@media (max-width: 480px){
    .bp-user #item-body .profile-settings thead{
        display: block;
        width: 100%;
    }
}

.bp-user #item-body .profile-settings thead tr th{
    padding-left: 20px;
}

@media (max-width: 480px){
    .bp-user #item-body .profile-settings thead tr th:nth-child(2){
        display: none;
    }
}

@media (max-width: 480px){
    .bp-user #item-body .profile-settings tbody{
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px){
    .bp-user #item-body .profile-settings tbody tr td{
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 0;
    }

    .bp-user #item-body .profile-settings tbody tr td.field-name{
        width: 100%;
    }

    .bp-user #item-body .profile-settings tbody tr td.field-visibility{
        padding-top: 0;
    }
}

.bp-user #item-body .profile-settings tbody tr td label{
    width: auto;
    float: left;
    margin-right: 15px;
}

@media (max-width: 480px){
    .bp-user #item-body .profile-settings tbody tr td label{
        margin: 0 15px 0 0;
    }
}

.bp-user #item-body .profile-settings tbody tr td select{
    width: auto;
    float: left;
    margin: 0.75em 0;
}

@media (max-width: 480px){
    .bp-user #item-body .profile-settings tbody tr td select{
        margin: 0;
    }
}

.bp-user #item-body .profile ul.button-nav{
    padding-left: 0;
    display: inline-block;
    margin-bottom: -5px;
}

.bp-user #item-body .profile ul.button-nav li{
    list-style: none;
    float: left;
    margin-right: 20px;
}

.bp-user #item-body .profile ul.button-nav li.current a{
    border-bottom: 2px solid #03A9F4;
}

.bp-user #item-body .profile ul.button-nav li a{
    padding: 10px 20px 10px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase;
}

.bp-user #item-body .profile ul.button-nav li a:hover{
    border-bottom: 2px solid #03A9F4;
}

#item-header{
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background: #fff;
    margin: 15px 0 0;
    padding: 30px 30px;
    position: relative;
    color: #fff;
    z-index: 2;
}

#item-header.groups-item-header{
    padding-bottom: 0;
}

@media (max-width: 768px){
    #item-header.groups-item-header{
        padding: 35px 25px;
    }
}

#item-header span.thrive-member-role{
    padding: 0 10px;
    top: -5px;
    position: relative;
}

@media (max-width: 768px){
    #item-header span.thrive-member-role{
        position: static;
        margin: 15px 0;
    }
}

#item-header #item-actions, #item-header #item-header-avatar, #item-header #item-header-content{
    position: relative;
    z-index: 2;
}

#item-header #cover-photo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#item-header:after{
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 768px){
    #item-header{
        padding: 35px 25px;
    }
}

#item-header img.avatar{
    border-radius: 50%;
}

#item-header .user-nicename{
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 5px;
}

#item-header #item-header-avatar, #item-header #item-header-content{
    float: left;
}

#item-header #item-header-avatar{
    width: 20%;
}

#item-header #item-header-content{
    width: 80%;
    padding: 0 20px 20px 20px;
}

#item-header #item-header-content:after{
    content: " ";
    clear: both;
}

#item-header #item-header-content .activity{
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    color: #fff;
}

.groups.single-item #item-header{
    margin-bottom: 0;
}

.my-account #item-nav ul li#notifications-personal-li, .my-account #item-nav ul li#settings-personal-li, .my-account #item-nav ul li#messages-personal-li{
    display: none;
}

@media (max-width: 768px){
    .my-account #item-nav .item-list-tabs ul li:nth-last-child(2){
        border-bottom: none;
    }
}

@media (max-width: 768px){
    .groups #item-nav ul li:nth-last-child(1){
        border-bottom: none;
    }
}

@media (max-width: 768px){
    .groups #item-nav ul li:nth-last-child(2){
        border-bottom: 1px solid #f2f2f2;
    }
}

@media (max-width: 768px){
    .bp-user #item-nav ul li:nth-last-child(1){
        border-bottom: none;
    }
}

@media (max-width: 768px){
    .bp-user #item-nav ul li:nth-last-child(2){
        border-bottom: 1px solid #f2f2f2;
    }
}

#item-nav{
    background: #fafafa;
    margin: -1px 0 0 0;
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

#item-nav ul{
    padding-left: 0;
    display: inline-block;
    margin: 10px 0 10px 0;
    width: 100%;
}

#item-nav ul:after{
    content: " ";
    clear: both;
}

@media (max-width: 768px){
    #item-nav ul{
        width: 100%;
    }
}

#item-nav ul li{
    list-style: none;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

@media (max-width: 768px){
    #item-nav ul li{
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #f2f2f2;
    }
}

@media (max-width: 768px){
    #item-nav ul li:nth-last-child(2){
        border-bottom: none;
    }
}

#item-nav ul li#notifications-personal-li{
    display: none;
}

#item-nav ul li.loading a{
    padding-right: 30px;
}

#item-nav ul li.loading a:after{
    content: "refresh";
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
    position: absolute;
    font-size: 18px;
    line-height: 1em;
    top: 10px;
    right: 5px;
}

@-webkit-keyframes rotating{
    from{
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating{
    from{
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#item-nav ul li a{
    padding: 10px 12.5px;
    display: block;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 768px){
    #item-nav ul li a{
        width: 100%;
        padding: 10px 25px;
    }
}

#item-nav ul li a:before{
    content: "settings";
    color: rgba(0, 0, 0, 0.54);
    position: relative;
    top: 4px;
    line-height: 12px;
    font-size: 18px;
    margin-right: 5px;
}

#item-nav ul li a span{
    color: #fff;
    background: #D0021B;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2.5px;
}

@media (max-width: 768px){
    #item-nav ul li a span{
        float: right;
    }
}

#site-user-updates #navigation{
    padding: 0;
}

@media (max-width: 768px){
    #site-user-updates #navigation:before{
        margin-left: 55px;
    }

    #site-user-updates #navigation:after{
        margin-left: 56px;
    }
}

@media (max-width: 480px){
    #site-user-updates #navigation{
        width: 270px;
        right: -42px;
    }

    #site-user-updates #navigation:before, #site-user-updates #navigation:after{
        left: 53%;
    }
}

#site-user-updates #navigation ul{
    padding: 0;
    margin: 0;
    float: none;
    display: block;
}

#site-user-updates #navigation ul li{
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 768px){
    #site-user-updates #navigation ul li{
        text-align: left;
    }
}

#site-user-updates #navigation ul li.menu-parent{
    text-transform: capitalize;
}

@media (max-width: 480px){
    #site-user-updates #navigation ul li.menu-parent:hover ul.sub-menu{
        height: auto;
        -webkit-animation: mobile_top_bar_menu 1s ease-in-out;
        -moz-animation: mobile_top_bar_menu 1s ease-in-out;
        animation: mobile_top_bar_menu 1s ease-in-out;
    }

    #site-user-updates #navigation ul li.menu-parent:hover > a:before{
        -webkit-transform: rotateZ(90deg);
        -moz-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    #site-user-updates #navigation ul li.menu-parent:hover > a.sign-out:before{
        color: #E53935;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    #site-user-updates #navigation ul li.menu-parent > a{
        padding-left: 39px;
    }

    #site-user-updates #navigation ul li.menu-parent > a:before{
        content: "more_vert";
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1em;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        position: absolute;
        top: 7.5px;
        left: 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #site-user-updates #navigation ul li.menu-parent > a.sign-out:before{
        content: "settings_power";
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1em;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
    }

    #site-user-updates #navigation ul li.menu-parent ul.sub-menu li a{
        padding-left: 39px;
    }
}

#site-user-updates #navigation ul li:first-child a{
    border-top-width: 0;
}

#site-user-updates #navigation ul li a{
    display: block;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: -1px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    font-weight: bold;
}

#site-user-updates #navigation ul li a:hover{
    background: #ECEFF1;
}

#site-user-updates #navigation ul li a:before{
    content: "";
    display: none;
}

#site-user-updates #navigation ul li .no-count{
    display: none;
}

#site-user-updates #navigation ul li .count{
    display: inline-block;
    color: #fff;
    padding: 2.5px 7.5px;
    border-radius: 4px;
    text-align: center;
    float: right;
}

#site-user-updates #navigation ul li ul.sub-menu{
    position: absolute;
    left: -124px;
    top: 0px;
    display: none;
    width: 125px;
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

@-webkit-keyframes rotating{
    from{
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating{
    from{
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-webkit-keyframes rotating{
    from{
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating{
    from{
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.widget.widget_thrive_featured_group_widget .widget-title, .widget.widget_thrive_featured_member_widget .widget-title{
    display: none;
}

.widget.widget_thrive_featured_group_widget .fmember-avatar h3, .widget.widget_thrive_featured_member_widget .fmember-avatar h3{
    text-transform: uppercase;
    font-size: 12px;
}

.widget.widget_thrive_featured_group_widget .fmember-title h5, .widget.widget_thrive_featured_member_widget .fmember-title h5{
    font-weight: 500;
}

.widget.widget_thrive_featured_group_widget .fmember-title h5 a, .widget.widget_thrive_featured_member_widget .fmember-title h5 a{
    color: rgba(0, 0, 0, 0.87);
}

.widget .item-options#friends-list-options, .widget .item-options#groups-list-options, .widget .item-options#members-list-options{
    margin-bottom: 15px;
}

.widget .item-options#friends-list-options a, .widget .item-options#groups-list-options a, .widget .item-options#members-list-options a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.26);
    margin-right: 5px;
    padding: 0 5px 5px 0;
    border-bottom: 2px solid;
}

.widget .item-options#friends-list-options a.selected, .widget .item-options#groups-list-options a.selected, .widget .item-options#members-list-options a.selected{
    color: #03A9F4;
}

@media (max-width: 992px){
    .widget .item-options#friends-list-options a, .widget .item-options#groups-list-options a, .widget .item-options#members-list-options a{
        margin-right: 1px;
    }
}

@media (max-width: 768px){
    .widget .item-options#friends-list-options a, .widget .item-options#groups-list-options a, .widget .item-options#members-list-options a{
        margin-right: 5px;
    }
}

.widget .bp-separator{
    display: inline-block;
    margin: 0 5px;
    color: rgba(0, 0, 0, 0.54);
    display: none;
}

.widget.buddypress .widget-error{
    color: #E53935;
    background: none;
}

.widget.buddypress .widget-error:before{
    content: "error_outline";
    float: left;
    margin-right: 5px;
    position: relative;
    top: 0px;
}

.widget #friends-list, .widget #groups-list, .widget #members-list{
    margin: 0 0 -15px 0;
}

.widget.buddypress #friends-list li, .widget.buddypress #groups-list li, .widget.buddypress #members-list li{
    padding: 15px 15px;
    margin-left: -25px;
    margin-right: -25px;
}

.widget.buddypress #friends-list li:after, .widget.buddypress #groups-list li:after, .widget.buddypress #members-list li:after{
    content: " ";
    display: block;
    clear: both;
}

.widget.buddypress #friends-list li:last-child, .widget.buddypress #groups-list li:last-child, .widget.buddypress #members-list li:last-child{
    border-bottom: 0;
}

.widget.buddypress #friends-list li .item-avatar, .widget.buddypress #groups-list li .item-avatar,
#page-sidebar-widgets aside .item-left{
    width: 14%;
    float: left;
}

.widget.buddypress #friends-list li .item, .widget.buddypress #groups-list li .item, .widget.buddypress #members-list li .item{
    width: 82%;
    margin-left: 4%;
    float: left;
}

.widget.buddypress.widget_bp_core_whos_online_widget .avatar-block:after, .widget.buddypress.widget_bp_core_recently_active_widget .avatar-block:after{
    content: " ";
    display: block;
    clear: both;
}

.widget.buddypress.widget_bp_core_whos_online_widget .item-avatar, .widget.buddypress.widget_bp_core_recently_active_widget .item-avatar{
    float: left;
    width: 14%;
    margin: 1%;
}

.widget.buddypress.widget_bp_core_login_widget:after{
    content: " ";
    clear: both;
    display: block;
    width: 100%;
}

.widget.buddypress.widget_bp_core_login_widget .bp-login-widget-user-avatar{
    float: left;
    width: 17%;
    margin-right: 3%;
}

.widget.buddypress.widget_bp_core_login_widget .bp-login-widget-user-links{
    float: left;
    width: 80%;
}

.widget.buddypress.widget_bp_core_friends_widget #friends-list-options{
    font-size: 0;
}

.widget.buddypress.widget_bp_core_sitewide_messages .bp-site-wide-message #message{
    position: relative;
    padding-left: 34px;
}

.widget.buddypress.widget_bp_core_sitewide_messages .bp-site-wide-message #message:before{
    position: absolute;
    top: 10px;
    left: 5px;
}

.widget.buddypress.widget_bp_core_sitewide_messages .bp-site-wide-message #message a{
    color: #fff;
}

body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_bp_core_login_widget .bp-login-widget-register-link a{
    color: #fff;
}

#thrive_footer_widget .widget.buddypress.widget_bp_groups_widget .item-options a, #thrive_footer_widget .widget.buddypress.widget_bp_core_friends_widget .item-options a, #thrive_footer_widget .widget.buddypress.widget_bp_core_members_widget .item-options a{
    color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

#thrive_footer_widget .widget.buddypress.widget_bp_groups_widget .item-options a:hover, #thrive_footer_widget .widget.buddypress.widget_bp_groups_widget .item-options a.selected, #thrive_footer_widget .widget.buddypress.widget_bp_core_friends_widget .item-options a:hover, #thrive_footer_widget .widget.buddypress.widget_bp_core_friends_widget .item-options a.selected, #thrive_footer_widget .widget.buddypress.widget_bp_core_members_widget .item-options a:hover, #thrive_footer_widget .widget.buddypress.widget_bp_core_members_widget .item-options a.selected{
    color: white;
    border-color: white;
    text-decoration: none;
}

#thrive_footer_widget .widget.buddypress.widget_bp_core_login_widget .bp-login-widget-register-link a{
    color: #fff;
}

#thrive_footer_widget .widget.buddypress.widget_bp_core_login_widget .bp-login-widget-register-link a:hover{
    text-decoration: none;
}

#thrive_footer_widget .widget.buddypress #friends-list, #thrive_footer_widget .widget.buddypress #groups-list, #thrive_footer_widget .widget.buddypress #members-list{
    margin: 0 10px;
}

#thrive_footer_widget .widget.buddypress #friends-list li, #thrive_footer_widget .widget.buddypress #groups-list li, #thrive_footer_widget .widget.buddypress #members-list li{
    padding: 10px 0;
    margin-left: -10px;
    margin-right: -10px;
}

#thrive_footer_widget .widget.buddypress #friends-list li:after, #thrive_footer_widget .widget.buddypress #groups-list li:after, #thrive_footer_widget .widget.buddypress #members-list li:after{
    content: " ";
    display: block;
    clear: both;
}

#thrive_footer_widget .widget.buddypress #friends-list li:last-child, #thrive_footer_widget .widget.buddypress #groups-list li:last-child, #thrive_footer_widget .widget.buddypress #members-list li:last-child{
    border-bottom: 0;
}

#thrive_footer_widget .widget.buddypress #friends-list li .item-avatar, #thrive_footer_widget .widget.buddypress #groups-list li .item-avatar, #thrive_footer_widget .widget.buddypress #members-list li .item-avatar{
    width: 20%;
    float: left;
}

#thrive_footer_widget .widget.buddypress #friends-list li .item, #thrive_footer_widget .widget.buddypress #groups-list li .item, #thrive_footer_widget .widget.buddypress #members-list li .item{
    width: 76%;
    margin-left: 4%;
    float: left;
}

@media (max-width: 768px){
    .buddypress #item-body form#messages-bulk-management table.messages-notices tr:hover{
        background: none;
    }
}

.buddypress #item-body form#messages-bulk-management table.messages-notices thead th.thread-checkbox{
    padding: 10px 20px;
}

.buddypress #item-body form#messages-bulk-management table.messages-notices tbody td.thread-info, .buddypress #item-body form#messages-bulk-management table.messages-notices tbody td.thread-options{
    padding-left: 5px;
}

.buddypress #item-body form#messages-bulk-management table.messages-notices tbody td.thread-from{
    padding-left: 7%;
    position: relative;
}

@media (max-width: 768px){
    .buddypress #item-body form#messages-bulk-management table.messages-notices tbody td.thread-from{
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 0;
        padding: 15px 20px 0 5px;
    }
}

.buddypress #item-body form#send_message_form ul.acfb-holder{
    width: 100%;
    float: left;
}

.buddypress #item-body form#send_message_form ul.acfb-holder li.friend-tab{
    color: #FFFDE7;
    border-color: #eceff1;
    margin: 0 0 5px 5px;
    padding: 2px 30px 2px 7px;
    position: relative;
    left: -5px;
}

@media (max-width: 375px){
    .buddypress #item-body form#send_message_form ul.acfb-holder li.friend-tab{
        width: 100%;
    }
}

.buddypress #item-body form#send_message_form ul.acfb-holder li.friend-tab span.p{
    font-size: 0;
    display: inline-block;
    height: 0;
    position: absolute;
    right: 5px;
    top: 2px;
}

.buddypress #item-body form#send_message_form ul.acfb-holder li.friend-tab span.p:before{
    content: "close";
    background: #E53935;
    width: auto;
    height: auto;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
    top: 2.5px;
    padding: 2px;
}

.buddypress #item-body form#send_message_form ul.acfb-holder li.friend-tab span a{
    color: rgba(0, 0, 0, 0.54);
}

.buddypress #item-body form#send_message_form ul.acfb-holder li:last-of-type{
    width: 100%;
}

@media (max-width: 480px){
    .buddypress #item-body table.messages-notices.sitewide-notices{
        display: block;
    }

    .buddypress #item-body table.messages-notices.sitewide-notices tbody{
        display: block;
    }

    .buddypress #item-body table.messages-notices.sitewide-notices tbody tr{
        display: block;
        width: 100%;
        border-width: 0;
        border-bottom-width: 1px;
    }
}

@media (max-width: 480px){
    .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td{
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
}

.buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:first-of-type{
    max-width: 0;
    padding: 0;
}

@media (max-width: 480px){
    .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:first-of-type{
        display: none;
    }
}

.buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(2), .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(3){
    width: 20%;
}

@media (max-width: 480px){
    .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(2), .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(3){
        width: 100%;
        padding: 10px 20px;
    }
}

.buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(3), .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(4){
    padding-left: 0;
}

@media (max-width: 480px){
    .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(3), .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(4){
        width: 100%;
        padding: 10px 20px;
    }
}

@media (max-width: 480px){
    .buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(4){
        width: 100%;
        padding: 10px 20px;
    }
}

.buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(4) .button:first-of-type{
    min-width: 118.77px;
    text-align: center;
}

.buddypress #item-body table.messages-notices.sitewide-notices tbody tr td:nth-child(4) .button:nth-child(2){
    padding: 0 15px;
}

@media (max-width: 768px){
    table#message-threads th.thread-star, table#message-threads th.thread-from, table#message-threads th.thread-options, table#message-threads td.thread-star, table#message-threads td.thread-options{
        display: none;
    }
}

#message-recipients .button.confirm{
    clear: both;
    float: none;
    display: block;
    width: 95px;
    margin-top: 25px;
}

.messages #send-to-input{
    display: block;
    clear: both;
}

.bg-primary, .subway-login-form .subway-login-form__actions, #thrive_nav{
    background-color: #03A9F4;
}

@font-face{
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/MaterialIcons-Regular.eot");
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/fonts/MaterialIcons-Regular.woff") format("woff"), url("/fonts/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

html{
    font-size: 14px;
}

h1, .h1{
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 0.875em;
}

h1.entry-title, .h1.entry-title{
    font-size: 29px;
    line-height: 120%;
    margin-top: 8px;
    font-weight: bold;
}

h2, .h2{
    font-size: 1.3em;
    line-height: 0.875;
    margin-bottom: 0.875em;
}

h3, .h3{
    font-size: 1.2em;
    line-height: 1.12;
    margin-bottom: 0.875em;
}

h4, .h4{
    font-size: 1.1em;
    line-height: 1.0;
    margin-bottom: 0.875em;
}

h5, .h5{
    font-size: 1.1em;
    line-height: 1.1;
    margin-bottom: 0.875em;
}

h6, .h6{
    font-size: 1.0625em;
    line-height: 1.1;
    margin-bottom: 0.875em;
}

p{
    font-size: 1em;
    line-height: 1.75;
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6{
    margin-top: 0;
    font-weight: 600;
}

@media (max-width: 768px){
    h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6{
        line-height: 120%;
        font-weight: normal;
    }
}

menu, ul, ol{
    padding-left: 0;
}

ol{
    padding-left: 20px;
}

ul ul, ol ol, ul ol, ol ul{
    padding-left: 2.8em;
}

ul li, ol li{
    list-style: none;
    line-height: 1.4em;
}

dir, menu{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
}

dir li, menu li{
    list-style: lower-alpha;
}

ol li{
    list-style: decimal;
}

.content-area ul{
    padding-left: 2.8em;
    margin-bottom: 1.5em;
}

.content-area ul li{
    list-style: circle;
}

.content-area ol{
    padding-left: 2.8em;
    margin-bottom: 1.5em;
}

pre, blockquote{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1.2em;
    padding: 1.5em 2em;
    margin: 1.5em 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
    font-family: palatino, sans-serif;
    font-style: italic;
}

blockquote:before{
    content: "format_quote";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    float: right;
    font-size: 48px;
    color: rgba(0, 0, 0, 0.54);
}
body{
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

iframe{
    max-width: 100%;
}

img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px){
    img.img-site-logo{
        margin: 0 auto 15px auto;
    }
}

a{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

a:focus, a:hover{
    text-decoration: none;
}

a:focus{
    outline: 0;
}

label{
    display: block;
    margin: 0.75em 0;
}

legend{
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: inherit;
    color: rgba(0, 0, 0, 0.54);
    border: 0;
    border-bottom: none;
}

caption{
    color: inherit;
}

.limiter{
    margin: 0 auto;
    max-width: 1140px;
}

#lock-outline .material-icons{
    color: rgba(0, 0, 0, 0.12);
}

.thrive-card{
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    padding: 25px 15px;
    background: #fff;
}

@media (max-width: 768px){
    .thrive-card{
        padding: 10px 10px;
    }
}

.thrive-list{
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 25px 35px;
    background: #fff;
}

.thrive-list:hover{
    background: rgba(255, 255, 255, 0.7);
}

.container.site-content{
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (min-width: 992px){
    #content-left-col{
        padding-right: 0;
    }
}

@media (min-width: 992px){
    .sidebar-content #content-left-col{
        padding-left: 0;
        padding-right: 15px;
    }
}

.material-icons{
    position: relative;
    top: 2.5px;
}

.material-icons.md-18{
    font-size: 18px;
}

.material-icons.md-24{
    font-size: 1.3em;
}

.material-icons.md-36{
    font-size: 36px;
}

.material-icons.md-48{
    font-size: 48px;
}

.material-icons.md-dark{
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive{
    color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light{
    color: white;
}

.material-icons.md-light.md-inactive{
    color: rgba(255, 255, 255, 0.3);
}

.material_font_extend:before, #global-message:before, #global-message.alert.alert-danger:before, #message.success:before, #message.warning:before, #message.info:before, .thrive-inline .widget.widget_shopping_cart .cart_list li.empty:before, .entry-footer > .edit-link a.post-edit-link:before, #mobile-close-btn:before, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn button .mce-ico.mce-i-none:before, body.thrive-inline .mce-window .mce-window-head .mce-close:before, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-modal-title #wp-link-close:before, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results .query-notice .query-notice-default:before, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results .query-notice .query-notice-hint:before, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results ul li.no-matches-found span:before, .widget.widget_archive ul li a:before, .widget.widget_meta ul li a:before, .widget.widget_categories ul li a:before, .widget.widget_pages ul li a:before, .widget.widget_recent_comments ul li a:before, .widget.widget_rss ul li a.rsswidget:before, .widget_recent_entries ul li a:before, .single-post .nav-links .nav-next:before, .single-post .nav-links .nav-previous:before, .thrive-archives .entry-footer .entry-footer-actions span.edit-link a:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before, label.vfb-error:before, .thrive-inline .no-docs:before, .thrive-inline .doc-attachment-mime-icon:before, .thrive-inline #buddypress .docs-info-header p.currently-viewing:before, .thrive-inline #buddypress table.doctable tr th.asc a:before, .thrive-inline #buddypress table.doctable tr th.desc a:before, .thrive-inline #buddypress table.doctable td.title-cell .genericon:before, .thrive-inline #buddypress table.doctable .edited-date-cell.desc a:before, .thrive-inline #buddypress table.doctable .edited-date-cell.current-orderby a:before, .thrive-inline #buddypress #bp-docs-pagination .prev:before, .thrive-inline #buddypress #bp-docs-pagination .next:before, .thrive-inline #buddypress .bp-docs-attachment-clip .genericon:before, #bp-docs-single-doc-header .doc-permissions .doc-public strong:before, #bp-docs-single-doc-header .doc-permissions .doc-limited strong:before, #bp-docs-single-doc-header .doc-permissions .doc-private strong:before, #bp-docs-single-doc-header .doc-permissions .doc-permissions-toggle:before, #doc-meta .toggleable.toggle-closed .plus-or-minus:before, #doc-meta .toggleable.toggle-open .plus-or-minus:before, .bp-docs div#doc-permissions-details ul .bp-docs-level-anyone .bp-docs-level-icon:before, .bp-docs div#doc-permissions-details ul .bp-docs-level-loggedin .bp-docs-level-icon:before, .bp-docs div#doc-permissions-details ul .bp-docs-level-creator .bp-docs-level-icon:before, .bp-docs div#doc-permissions-details ul .bp-docs-level-group-members .bp-docs-level-icon:before, .bp-docs div#doc-permissions-details ul .bp-docs-level-admins-mods .bp-docs-level-icon:before, .single-bp_doc div#doc-permissions-details ul .bp-docs-level-anyone .bp-docs-level-icon:before, .single-bp_doc div#doc-permissions-details ul .bp-docs-level-loggedin .bp-docs-level-icon:before, .single-bp_doc div#doc-permissions-details ul .bp-docs-level-creator .bp-docs-level-icon:before, .single-bp_doc div#doc-permissions-details ul .bp-docs-level-group-members .bp-docs-level-icon:before, .single-bp_doc div#doc-permissions-details ul .bp-docs-level-admins-mods .bp-docs-level-icon:before, .bp-docs #comments .comments-closed.comments-empty:before, .single-bp_doc #comments .comments-closed.comments-empty:before, ul.docs-folder-manage li.folder .folder-info h4:before, .thrive-inline .datepicker.dropdown-menu table thead tr th.prev:before, .thrive-inline .datepicker.dropdown-menu table thead tr th.next:before, .single-tribe_events .tribe-events-schedule .tribe-events-cost:before, .tribe-events-notices:before, .tribe-bar-views-list span.tribe-icon-day:before, .tribe-select2-results-views span.tribe-icon-day:before, .tribe-bar-view-list span[class^=tribe-icon-]:before, .tribe-bar-views-list span.tribe-icon-list:before, .tribe-select2-results-views span.tribe-icon-list:before, .tribe-bar-view-list a.tribe-icon-month:before, .tribe-bar-views-list span.tribe-icon-month:before, .tribe-select2-results-views .tribe-icon-month:before, #tribe-events-content .tribe-events-calendar td .tribe-events-month-event-title a:before, #tribe-events-content .tribe-events-event-cost span:before, .tribe-events-list-widget ol.tribe-list-widget li .tribe-event-title a:before, .tribe-events-list-widget ol.vcalendar li .tribe-event-title a:before, #task_breaker-new-project-btn:before, .thrive-inline .bbp-template-notice.info:before, .thrive-inline .bbp-template-notice:before, .thrive-inline .indicator-hint:before, .thrive-inline .bbp-template-notice.error:before, .thrive-inline .bbp-user-section > p:nth-child(1):before, .thrive-inline .bbp-template-notice.warning:before, .thrive-inline .bbp-template-notice.error p:before, .thrive-inline .bbp-user-section > p:nth-child(1) p:before, .thrive-inline .bbp-template-notice.warning p:before, .thrive-inline #bbpress-forums ul.bbp-replies .bbp-admin-links a:before, .thrive-inline ul.products li.product .onsale:before, .thrive-inline div.product .onsale:before, .thrive-inline .widget.widget_shopping_cart .cart_list li a.remove:before, .thrive-inline .widget.widget_layered_nav ul li.chosen a:before, .thrive-inline .widget.widget_layered_nav_filters ul li.chosen a:before, .thrive-inline .widget.widget_product_categories ul.product-categories li a:before, .thrive-inline.woocommerce-cart #content table.shop_table tr.cart_item .product-remove .remove:before, .thrive-inline #primary .woocommerce-info:before, .thrive-inline #primary .cart-empty:before, .thrive-inline #primary .woocommerce-error:before, .thrive-inline #primary .woocommerce-message:before, .thrive-inline #primary .stock:before, .thrive-inline #primary .stock.out-of-stock:before, .thrive-inline #primary .woocommerce-error li:before, #thrive-wisechat-support .wcControlsButtonsIncluded a.wcAddImageAttachment:before, .thrive-inline .rtmedia-success:before, .thrive-inline .rtmedia-warning:before, .thrive-inline .rtmedia-gallery-alert-container .rtmedia-gallery-message-box .rtmedia-success:before, .thrive-inline .rtmedia-container .rtmedia-uploader .rtm-album-privacy label .dashicons-format-gallery:before, .thrive-inline .rtmedia-container .rtm-media-options-list i:before, .thrive-inline .rtmedia-container .rtmedia-upload-media-link i:before, .thrive-inline .rtmedia-container .rtmedia-no-media-found:before, .thrive-inline .mfp-wrap .rtmedia-popup .mfp-close:before, .thrive-inline #rtmedia-uploader-form ul.rtm-plupload-list#rtmedia_uploader_filelist li .plupload_file_action .plupload_action_icon .remove-from-queue:before, .thrive-inline #rtmedia-uploader-form ul.rtm-plupload-list#rtmedia_uploader_filelist li .plupload_file_name .rtmicon.dashicons-yes:before, .thrive-inline #rtmedia-uploader-form ul.rtm-plupload-list#rtmedia_uploader_filelist li .plupload_file_name .rtmicon.dashicons-edit:before, .thrive-inline #rtmedia-uploader-form ul.rtm-plupload-list#rtmedia_uploader_filelist li .plupload_file_name .rtmicon.dashicons-info:before, .thrive-inline #rtmedia-uploader-form ul.rtm-plupload-list#rtmedia_uploader_filelist li.upload-progress .plupload_file_action .rtmedia-delete-uploaded-media:before, .thrive-inline .mfp-wrap .rtm-lightbox-container .mfp-close:before, .single-item.groups #buddypress ul.rtmedia-list li .rtmedia-gallery-item-actions a:nth-child(1) i:before, .bp-user #buddypress ul.rtmedia-list li .rtmedia-gallery-item-actions a:nth-child(1) i:before, .single-item.groups #buddypress ul.rtmedia-list li .rtmedia-gallery-item-actions a.rtm-delete-media i:before, .bp-user #buddypress ul.rtmedia-list li .rtmedia-gallery-item-actions a.rtm-delete-media i:before, .thrive-inline #rtmedia-no-comments:before, .thrive-inline .rtmedia-like-info:before, .thrive-inline .rtm-comment-list.rtm-comment-list .rtmedia-comment .rtmedia-delete-comment:before, .thrive-inline .wpknb .wpknb-search:before, .thrive-inline.single-knowledge_base .nav-previous:before, .thrive-inline.single-knowledge_base .nav-next:before, .thrive-inline .wpknb-category .wpknb-inner .wpknb-lists li .knb-icon:before, .thrive-inline .wpknb-category .wpknb-full-category-count a:before{
    content: "";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.material_font_extend_after:after, .thrive-inline #tribe-bar-form .tribe-bar-views-inner label:after, .thrive-inline #tribe-bar-collapse-toggle:after, .woocommerce #respond input#submit.add_to_cart_button.loading:after, .woocommerce a.add_to_cart_button.loading:after, .woocommerce button.add_to_cart_button.loading:after, .woocommerce input.add_to_cart_button.loading:after, .woocommerce #respond input#submit.add_to_cart_button.added:after, .woocommerce a.add_to_cart_button.added:after, .woocommerce button.add_to_cart_button.added:after, .woocommerce input.add_to_cart_button.added:after, .thrive-inline .mfp-wrap .rtmedia-popup #rtm-modal-container #rtmedia_create_new_album[disabled="disabled"]:after{
    content: "";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

#global-message{
    padding: 20px 40px;
    color: rgba(255, 255, 255, 0.7);
}

#global-message:before{
    content: "error_outline";
    position: relative;
    top: 4px;
    font-size: 18px;
    margin-right: 5px;
}

#global-message.alert.alert-danger{
    background: #E53935;
}

#global-message.alert.alert-danger:before{
    content: "error_outline";
}

#global-message.alert.alert-danger a{
    color: #fff;
}

#message.success, #message.warning, #message.info, .thrive-inline .widget.widget_shopping_cart .cart_list li.empty{
    clear: both;
    padding: 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    background: #7CB342;
    color: rgba(255, 255, 255, 0.7);
}

#message.success:before, #message.warning:before, #message.info:before, .thrive-inline .widget.widget_shopping_cart .cart_list li.empty:before{
    content: "check_circle";
    float: left;
    margin-right: 5px;
    position: relative;
    top: -2.5px;
}

#message.warning{
    background: #FFB300;
}

#message.warning:before{
    content: "warning";
}

#message.info{
    background: #039BE5;
}

#message.info:before{
    content: "info_outline";
}

.entry-footer > .edit-link{
    display: block;
    width: 100%;
}

.entry-footer > .edit-link a.post-edit-link{
    background-color: #03A9F4;
}

.entry-footer > .edit-link a.post-edit-link:before{
    content: "edit";
    color: #fff;
    position: relative;
    top: 10px;
}

.entry-footer > .edit-link a#vc_load-inline-editor{
    background-color: #607D8B;
    background-image: url("css/images/visual_composer.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 0 none;
    background-size: 24px;
    margin-left: 10px;
}

.entry-footer > .edit-link a.post-edit-link, .entry-footer > .edit-link a#vc_load-inline-editor{
    font-size: 0;
    height: 56px;
    width: 56px;
    line-height: 56px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.entry-footer > .edit-link a.post-edit-link:hover, .entry-footer > .edit-link a#vc_load-inline-editor:hover{
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.subway-login-form{
    padding: 25px;
    background: #fff;
    max-width: 380px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.subway-login-form .subway-login-lost-password a, .subway-login-form .login-remember label{
    text-transform: uppercase;
    font-weight: normal;
}

.subway-login-form .subway-login-form__form .login-username, .subway-login-form .subway-login-form__form .login-password{
    margin: 30px 0;
}

.subway-login-form .subway-login-form__form .login-username label, .subway-login-form .subway-login-form__form .login-password label{
    color: #9B9B9B;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    cursor: auto;
}

.subway-login-form .subway-login-form__form .login-username label.inactive, .subway-login-form .subway-login-form__form .login-password label.inactive{
    font-size: 12px;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.subway-login-form .subway-login-form__form .login-username > input:focus, .subway-login-form .subway-login-form__form .login-password > input:focus{
    line-height: 37.5px;
}

.subway-login-form .subway-login-form-message #message.success, .subway-login-form .subway-login-form-message #message.warning, .subway-login-form .subway-login-form-message #message.info, .subway-login-form .subway-login-form-message .thrive-inline .widget.widget_shopping_cart .cart_list li.empty, .thrive-inline .widget.widget_shopping_cart .cart_list .subway-login-form .subway-login-form-message li.empty, .subway-login-form .subway-login-form-message #message.warning, .subway-login-form .subway-login-form-message #message.error, .subway-login-form .subway-login-form-message #message.info{
    background: transparent;
    padding: 0;
}

.subway-login-form .subway-login-form-message #message.success:before, .subway-login-form .subway-login-form-message #message.warning:before, .subway-login-form .subway-login-form-message #message.info:before, .subway-login-form .subway-login-form-message .thrive-inline .widget.widget_shopping_cart .cart_list li.empty:before, .thrive-inline .widget.widget_shopping_cart .cart_list .subway-login-form .subway-login-form-message li.empty:before, .subway-login-form .subway-login-form-message #message.warning:before, .subway-login-form .subway-login-form-message #message.error:before, .subway-login-form .subway-login-form-message #message.info:before{
    display: none;
}

.subway-login-form .subway-login-form-message #message.success, .subway-login-form .subway-login-form-message #message.warning, .subway-login-form .subway-login-form-message #message.info, .subway-login-form .subway-login-form-message .thrive-inline .widget.widget_shopping_cart .cart_list li.empty, .thrive-inline .widget.widget_shopping_cart .cart_list .subway-login-form .subway-login-form-message li.empty{
    color: #4CAF50;
}

.subway-login-form .subway-login-form-message #message.error{
    color: #E91E63;
}

.subway-login-form .subway-login-form-message #message.warning{
    color: #FFC107;
}

.subway-login-form .subway-login-form-message #message{
    color: #607D8B;
}

.subway-login-form .subway-login-form__actions{
    padding: 25px;
    color: #FFF;
    margin: -25px -25px 25px -25px;
}

.subway-login-form .subway-login-form__actions h3{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 16px;
    font-weight: normal;
}

.subway-login-form .subway-login-form__actions .social-connect{
    background: #3B5998;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
    font-size: 1.6em;
    color: #FFF;
    line-height: 16px;
    height: 56px;
    width: 56px;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    padding-top: 17.5px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0 none;
    background-size: 16px;
}

.subway-login-form .subway-login-form__actions .social-connect:hover{
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 8px 8px 0px rgba(0, 0, 0, 0.24);
    transform: translateY(-5px);
}

.subway-login-form .subway-login-form__actions .social-connect.gp{
    background: #DC4E41;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.sticky{
    display: block;
}

.gallery-caption{
    display: block;
}

.bypostauthor{
    display: block;
}

.alignnone{
    margin: 0;
}

.text-aligncenter{
    text-align: center;
}

.aligncenter, div.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
}

.alignright{
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft{
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright{
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone{
    margin: 5px 20px 20px 0;
}

a img.alignleft{
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption{
    background: #fff;
    max-width: 96%;
    text-align: center;
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

.wp-caption-text{
    padding: 10px;
}

.wp-caption.alignnone{
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright{
    margin: 5px 0 20px 20px;
}

.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text{
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus{
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery{
    margin-bottom: 1.6em;
}

.gallery-item{
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item{
    max-width: 50%;
}

.gallery-columns-3 .gallery-item{
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item{
    max-width: 25%;
}

.gallery-columns-5 .gallery-item{
    max-width: 20%;
}

.gallery-columns-6 .gallery-item{
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item{
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item{
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item{
    max-width: 11.11%;
}

.gallery-icon img{
    margin: 0 auto;
}

.gallery-caption{
    display: block;
    padding: 10px 0;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption{
    display: none;
}

#mobile-close-btn{
    display: none;
}

#mobile-close-btn:before{
    content: "close";
}

@media (max-width: 992px){
    #desktop-menu #mobile-close-btn{
        display: block;
        cursor: pointer;
        padding: 10px 20px;
        text-align: right;
        background-color: rgba(0, 0, 0, 0.12);
        width: 100%;
        line-height: 0.1px;
        height: auto;
        padding-bottom: 15px;
    }
}

#thrive_nav{
    display: table;
    width: 100%;
    padding: 30px 0;
}

@media (max-width: 768px){
    #thrive_nav #site-logo{
        text-align: center;
        padding: 15px 0;
    }
}

#thrive_nav #user-nav-user-action{
    margin-top: -5px;
}

@media (max-width: 768px){
    #thrive_nav #user-nav-user-action{
        float: none !important;
    }
}

#thrive_nav #thrive_nav_wrap{
    display: table-cell;
    vertical-align: middle;
}

#thrive_nav #thrive_nav_wrap .site-navigation-menu{
    float: right;
    margin-top: 5px;
}

@media (max-width: 992px){
    #thrive_nav #thrive_nav_wrap .site-navigation-menu{
        float: none;
    }
}

@media (max-width: 992px){
    #thrive_nav #thrive_nav_wrap .site-navigation-menu{
        position: absolute;
        right: -80%;
        top: 0;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
        z-index: 9999999;
        height: 100%;
        width: 80%;
        background: #fff;
        z-index: 999;
    }
}

@media (max-width: 992px){
    #thrive_nav #thrive_nav_wrap #site-navigation-container{
        position: static;
        display: none;
    }

    #thrive_nav #thrive_nav_wrap #site-navigation-container.active-menu{
        display: block;
    }

    #thrive_nav #thrive_nav_wrap #site-navigation-container.inactive-menu{
        display: none;
    }
}

#thrive_nav #thrive_nav_wrap #site-navigation{
    padding: 0;
}

@media (max-width: 992px){
    #thrive_nav #thrive_nav_wrap #site-navigation{
        padding: 15px 0 0 25px;
    }
}

.thrive-search-input input[name=s]{
    padding-left: 30px;
}

.thrive-search-input input[name=s]:focus{
    line-height: 37.5px;
}

body.thrive-inline .mce-window-head .mce-close .mce-i-remove:before{
    visibility: hidden;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .wp-editor-tools .wp-editor-tabs button.wp-switch-editor{
    box-shadow: none;
    color: rgba(0, 0, 0, 0.54);
    background: #ebebeb;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .wp-editor-tools .wp-editor-tabs button.wp-switch-editor:hover{
    color: rgba(0, 0, 0, 0.54);
    background: #F5F5F5;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap.tmce-active .wp-editor-tools .wp-editor-tabs button.wp-switch-editor.switch-tmce{
    background: #F5F5F5;
    border-bottom-color: #F5F5F5;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap.html-active .wp-editor-tools .wp-editor-tabs button.wp-switch-editor.switch-html{
    background: #F5F5F5;
    border-bottom-color: #F5F5F5;
}

@media (max-width: 768px){
    body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn{
        margin: 3.75px;
    }
}

@media (max-width: 320px){
    body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn{
        margin: 0 1px 5px 0;
    }
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn.mce-listbox button{
    text-transform: none;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn button:hover{
    background-color: transparent;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn button .mce-ico{
    color: rgba(0, 0, 0, 0.54);
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn button .mce-ico.mce-i-none{
    background-size: 0;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout .mce-btn button .mce-ico.mce-i-none:before{
    content: "keyboard_tab";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 20px;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.button, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-cancel input.submitdelete, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-cancel #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.submitdelete, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar #wp-link-wrap.wp-core-ui form#wp-link .submitbox input#wp-link-submit, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input#wp-link-submit, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .gears-pricing-table .gears-pricing-table-btn input.btn, .gears-pricing-table .gears-pricing-table-btn body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.btn, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .widget.bbp_widget_login .bbp-login-form .bbp-submit-wrapper input.user-submit, .widget.bbp_widget_login .bbp-login-form .bbp-submit-wrapper body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.user-submit, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .widget.bbp_widget_login .bbp-login-form .bbp-login-links input.bbp-register-link, .widget.bbp_widget_login .bbp-login-form .bbp-login-links body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.bbp-register-link, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .products .product input.add_to_cart_button, body.thrive-inline .products .product #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.add_to_cart_button, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .woocommerce #respond input#submit, .woocommerce #respond body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input#submit{
    box-shadow: none;
    color: rgba(0, 0, 0, 0.54);
    border-color: rgba(0, 0, 0, 0.12);
    -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.button:hover, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-cancel input.submitdelete:hover, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-cancel #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.submitdelete:hover, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar #wp-link-wrap.wp-core-ui form#wp-link .submitbox input#wp-link-submit:hover, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input#wp-link-submit:hover, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .gears-pricing-table .gears-pricing-table-btn input.btn:hover, .gears-pricing-table .gears-pricing-table-btn body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.btn:hover, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .widget.bbp_widget_login .bbp-login-form .bbp-submit-wrapper input.user-submit:hover, .widget.bbp_widget_login .bbp-login-form .bbp-submit-wrapper body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.user-submit:hover, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .widget.bbp_widget_login .bbp-login-form .bbp-login-links input.bbp-register-link:hover, .widget.bbp_widget_login .bbp-login-form .bbp-login-links body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.bbp-register-link:hover, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .products .product input.add_to_cart_button:hover, body.thrive-inline .products .product #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.add_to_cart_button:hover, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .woocommerce #respond input#submit:hover, .woocommerce #respond body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input#submit:hover{
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.26);
}

body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.button:focus, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-cancel input.submitdelete:focus, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-cancel #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.submitdelete:focus, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar #wp-link-wrap.wp-core-ui form#wp-link .submitbox input#wp-link-submit:focus, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input#wp-link-submit:focus, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .gears-pricing-table .gears-pricing-table-btn input.btn:focus, .gears-pricing-table .gears-pricing-table-btn body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.btn:focus, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .widget.bbp_widget_login .bbp-login-form .bbp-submit-wrapper input.user-submit:focus, .widget.bbp_widget_login .bbp-login-form .bbp-submit-wrapper body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.user-submit:focus, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .widget.bbp_widget_login .bbp-login-form .bbp-login-links input.bbp-register-link:focus, .widget.bbp_widget_login .bbp-login-form .bbp-login-links body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.bbp-register-link:focus, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .products .product input.add_to_cart_button:focus, body.thrive-inline .products .product #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input.add_to_cart_button:focus, body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar .woocommerce #respond input#submit:focus, .woocommerce #respond body.thrive-inline #content .wp-core-ui.wp-editor-wrap .quicktags-toolbar input#submit:focus{
    border-color: rgba(0, 0, 0, 0.26);
}

body.thrive-inline .mce-panel.mce-menu{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

body.thrive-inline .mce-panel.mce-menu .mce-menu-item-normal.mce-active, body.thrive-inline .mce-panel.mce-menu .mce-menu-item-preview.mce-active, body.thrive-inline .mce-panel.mce-menu .mce-menu-item.mce-selected, body.thrive-inline .mce-panel.mce-menu .mce-menu-item:focus, body.thrive-inline .mce-panel.mce-menu .mce-menu-item:hover{
    background: #03A9F4;
}

body.thrive-inline .mce-floatpanel.mce-popover{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

body.thrive-inline .mce-floatpanel.mce-popover .mce-custom-color-btn .mce-btn button{
    box-shadow: none;
    text-transform: none;
}

body.thrive-inline .mce-floatpanel.mce-popover .mce-custom-color-btn .mce-btn button:hover{
    background-color: transparent;
}

body.thrive-inline .mce-window{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    margin: 15px 0;
}

body.thrive-inline .mce-window .wp-editor-help table.wp-help-single{
    margin: 15px 0;
}

body.thrive-inline .mce-window .mce-window-head{
    background-color: #03A9F4;
    padding: 10px 25px;
    height: auto;
}

body.thrive-inline .mce-window .mce-window-head .mce-title{
    color: #fff;
    padding: 0;
}

body.thrive-inline .mce-window .mce-window-head .mce-close{
    box-shadow: none;
    width: 15px;
    right: 10px;
    top: 5px;
}

body.thrive-inline .mce-window .mce-window-head .mce-close:hover{
    box-shadow: none;
    background: none;
}

body.thrive-inline .mce-window .mce-window-head .mce-close:before{
    content: "close";
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 7.5px;
}

body.thrive-inline .mce-window .mce-container-body.mce-abs-layout .mce-container.mce-abs-layout-item{
    padding-left: 10px;
}

body.thrive-inline .mce-window .mce-container-body.mce-abs-layout .mce-container.mce-abs-layout-item.mce-wp-help{
    padding-left: 0;
}

body.thrive-inline .mce-window .mce-container-body.mce-abs-layout .mce-container.mce-abs-layout-item.mce-wp-help .wp-editor-help kbd{
    box-shadow: none;
}

body.thrive-inline .mce-window .mce-container-body.mce-abs-layout .mce-btn{
    background: none;
    border: none;
    box-shadow: none;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

body.thrive-inline .mce-window .mce-container-body.mce-abs-layout .mce-btn button{
    color: #fff;
    background: #03A9F4;
}

body.thrive-inline #wp-link-wrap.wp-core-ui{
    top: 32.5%;
    height: auto;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

body.thrive-inline #wp-link-wrap.wp-core-ui:focus{
    outline: none;
}

@media (max-width: 768px){
    body.thrive-inline #wp-link-wrap.wp-core-ui{
        top: 40%;
    }
}

@media (max-width: 320px){
    body.thrive-inline #wp-link-wrap.wp-core-ui{
        top: 35%;
    }
}

@media (max-height: 480px){
    body.thrive-inline #wp-link-wrap.wp-core-ui{
        top: 32%;
    }
}

@media (max-width: 320px){
    body.thrive-inline #wp-link-wrap.wp-core-ui.search-panel-visible{
        top: 45%;
    }
}

@media (max-height: 480px){
    body.thrive-inline #wp-link-wrap.wp-core-ui.search-panel-visible{
        overflow: visible;
        top: 0;
    }
}

@media (max-width: 768px){
    body.thrive-inline #wp-link-wrap.wp-core-ui.search-panel-visible form#wp-link #link-selector{
        height: 500px;
    }
}

@media (max-width: 320px){
    body.thrive-inline #wp-link-wrap.wp-core-ui.search-panel-visible form#wp-link #link-selector{
        height: 440px;
    }
}

@media (max-height: 480px){
    body.thrive-inline #wp-link-wrap.wp-core-ui.search-panel-visible form#wp-link #link-selector{
        height: 365px;
    }
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link p.howto{
    font-size: larger;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    margin: 0;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link:focus{
    outline: none;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-modal-title{
    background-color: #03A9F4;
    padding: 10px 25px;
    color: #fff;
    height: auto;
    width: 100%;
    float: left;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-modal-title:focus{
    outline: none;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-modal-title #wp-link-close{
    box-shadow: none;
    position: relative;
    float: right;
    color: #fff;
    width: 15px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-modal-title #wp-link-close:hover{
    box-shadow: none;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-modal-title #wp-link-close:before{
    content: "close";
    font-size: 15px;
    position: relative;
    top: 7.5px;
}

@media (max-width: 480px){
    body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-modal-title #wp-link-close:before{
        top: 8px;
    }
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector{
    float: left;
    position: relative;
    top: 0;
    width: 100%;
    padding: 10px 25px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector:focus{
    outline: none;
}

@media (max-width: 768px){
    body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector{
        height: auto;
        overflow-y: scroll;
    }
}

@media (max-width: 480px){
    body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector{
        padding: 10px 10px;
    }
}

@media (max-height: 480px){
    body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector{
        height: 340px;
    }
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options{
    width: 100%;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options label{
    width: 100%;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options label span{
    width: 100%;
    max-width: 100%;
    text-align: left;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options label input[type="text"]{
    width: 100%;
    border: 1px solid #eee;
    box-shadow: inset 0px 0px 1px 0px #151515;
    padding: 0 15px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options .wp-link-text-field label, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options .wp-link-text-field #wp-link-text{
    margin-bottom: 0;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options .link-target label{
    width: 100%;
    margin-left: -7.5px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options .link-target label span{
    width: 0;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #link-options .link-target label input[type="checkbox"]{
    position: relative;
    top: 0;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #search-panel{
    position: relative;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #search-panel .link-search-wrapper{
    float: left;
    position: relative;
    width: 100%;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #search-panel .link-search-wrapper label{
    width: 100%;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #search-panel .link-search-wrapper label span{
    width: 100%;
    max-width: 100%;
    text-align: left;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #search-panel .link-search-wrapper label span.spinner{
    width: auto;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link #link-selector #search-panel .link-search-wrapper label span.spinner.is-active{
    display: inline-block;
    width: 16px;
    position: absolute;
    right: 0;
    bottom: 33.5px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .link-search-field{
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    box-shadow: inset 0px 0px 1px 0px #151515;
    padding: 0 15px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results{
    float: left;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    border: none;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results:focus{
    border: none;
    box-shadow: none;
    outline: none;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results .query-notice .query-notice-default, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results .query-notice .query-notice-hint{
    clear: both;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    margin-bottom: 15px;
    background: #039BE5;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    position: relative;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results .query-notice .query-notice-default:before, body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results .query-notice .query-notice-hint:before{
    content: "info_outline";
    top: 9.5px;
    position: absolute;
    left: 7.5px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results ul{
    border: 1px solid #dfdfdf;
    border-top: none;
    overflow-y: scroll;
    height: 180px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results ul li.no-matches-found{
    background: none;
    border: none;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results ul li.no-matches-found span{
    width: 100%;
    clear: both;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    padding-left: 35px;
    position: relative;
    background: #E53935;
    color: rgba(255, 255, 255, 0.7);
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .query-results ul li.no-matches-found span:before{
    content: "error_outline";
    top: 6.5px;
    position: absolute;
    left: 7.5px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox{
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 25px;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox:focus{
    outline: none;
}

@media (max-width: 480px){
    body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox{
        padding: 10px;
    }
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-cancel .submitdelete{
    background: #FF4081;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-submit{
    text-shadow: none;
}

body.thrive-inline #wp-link-wrap.wp-core-ui form#wp-link .submitbox #wp-link-submit:active{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

body.thrive-inline #mce-modal-block, body.thrive-inline #mce-modal-block.mce-fade, body.thrive-inline #wp-link-backdrop{
    background: rgba(0, 0, 0, 0.26);
}

body.thrive-inline .mce-tooltip .mce-tooltip-inner{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

body.thrive-inline .mce-tooltip .mce-tooltip-arrow, body.thrive-inline .mce-tooltip .mce-tooltip-inner{
    position: relative;
    -webkit-animation: mce_tooltip 0.35s ease-in-out;
    -moz-animation: mce_tooltip 0.35s ease-in-out;
    animation: mce_tooltip 0.35s ease-in-out;
}

@-webkit-keyframes mce_tooltip{
    0%{
        top: 15px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}

@-moz-keyframes mce_tooltip{
    0%{
        top: 15px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}

@keyframes mce_tooltip{
    0%{
        top: 15px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}

#secondary.widget-area{
    padding-top: 15px;
}

.sidebar-widgets:first-child{
    margin-top: 0;
}

.sidebar-widgets .widget-title{
    opacity: 0.87;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-widgets ul ul, .sidebar-widgets ol ol, .sidebar-widgets ul ol, .sidebar-widgets ol ul{
    padding-left: 1.5em;
}

.widget.widget_archive ul li{
    padding-left: 25px;
    position: relative;
}

.widget.widget_archive ul li a:before{
    content: "archive";
    font-size: 18px;
    position: absolute;
    left: -2px;
}

.widget.widget_calendar .calendar_wrap table#wp-calendar{
    margin: 0;
    text-align: center;
}

.widget.widget_calendar .calendar_wrap table#wp-calendar tr:hover{
    background: none;
}

.widget.widget_calendar .calendar_wrap table#wp-calendar th{
    text-align: center;
}

.widget.widget_calendar .calendar_wrap table#wp-calendar tfoot #prev{
    text-align: left;
}

.widget.widget_calendar .calendar_wrap table#wp-calendar tfoot #next{
    text-align: right;
}

.widget.widget_meta ul li, .widget.widget_categories ul li{
    padding-left: 25px;
    position: relative;
}

.widget.widget_meta ul li a:before, .widget.widget_categories ul li a:before{
    content: "radio_button_unchecked";
    font-size: 10px;
    position: absolute;
    top: 4px;
    left: 0;
}

.widget.widget_categories ul li ul.children{
    margin-top: 10px;
}

.widget.widget_nav_menu ul.menu li{
    padding-left: 25px;
    margin-left: -25px;
}

.widget.widget_nav_menu ul.menu li a i._before{
    margin-right: 8px;
}

.widget.widget_nav_menu ul.menu li a i._after{
    margin-left: 8px;
}

.widget.widget_nav_menu ul.menu li .sub-menu{
    margin-top: 10px;
}

.widget.widget_nav_menu ul.menu li .sub-menu li{
    margin-left: 0;
}

.widget.widget_pages ul li{
    padding-left: 25px;
    position: relative;
}

.widget.widget_pages ul li a:before{
    content: "content_copy";
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.widget.widget_pages ul li ul.children{
    margin-top: 10px;
}

.widget.widget_recent_comments ul li{
    padding-left: 25px;
    position: relative;
}

.widget.widget_recent_comments ul li a:before{
    content: "comment";
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}

.widget.widget_rss .widget-title .rsswidget:nth-child(2){
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    font-weight: bold;
}

.widget.widget_rss ul li{
    padding-left: 25px;
    position: relative;
}

.widget.widget_rss ul li a.rsswidget:before{
    content: "wifi";
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: -3px;
    -webkit-transform: rotateZ(46deg);
    -moz-transform: rotateZ(46deg);
    transform: rotateZ(46deg);
}

.widget.widget_tag_cloud .tagcloud a{
    font-size: 12px !important;
    padding: 2.5px 10px;
    border-radius: 4px;
    border: 1px solid;
    display: inline-block;
    margin: 0 5px 3px 0;
}

.widget_recent_entries ul li{
    padding-left: 25px;
    position: relative;
}

.widget_recent_entries ul li a:before{
    content: "content_copy";
    position: absolute;
    left: 0;
    font-size: 18px;
}

#dashboard-widgets{
    margin: 0 -5px;
}

@media (max-width: 768px){
    #dashboard-widgets{
        margin: 0;
    }
}

.widget.home-widgets{
    padding: 25px;
    background: #fff;
    width: 32%;
    float: left;
    margin: 0 6px 15px;
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

.widget.home-widgets h3.widget-title{
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 25px;
    margin: -25px -25px 15px;
}

@media (max-width: 1190px){
    .widget.home-widgets{
        width: 31%;
    }
}

@media (max-width: 992px){
    .widget.home-widgets{
        width: 47%;
    }
}

@media (max-width: 768px){
    .widget.home-widgets{
        width: 100%;
        margin: 5px 0;
    }
}

.widget.home-widgets .fmember-member-details{
    margin-left: -25px;
    margin-right: -25px;
}

.widget.home-widgets .fmember-member-details .fmember-links{
    margin-bottom: -25px;
}

.widget.home-widgets.widget_categories ul ul, .widget.home-widgets.widget_nav_menu ul ul, .widget.home-widgets.widget_pages ul ul{
    padding-left: 0;
}

.widget.home-widgets.widget_rss .widget-title .rsswidget:nth-child(2){
    color: rgba(255, 255, 255, 0.7);
}

.widget.home-widgets.widget_rss .widget-title .rsswidget img{
    position: relative;
    top: -1.5px;
}

#content #wp-calendar td{
    padding: 5px 5px;
}

.fmember-member-details{
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.fmember-member-details .fmember-links{
    background: #eee;
    margin-bottom: -15px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.fmember-member-details .fmember-avatar img{
    border-radius: 50%;
    max-width: 128px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px rgba(0, 0, 0, 0.26);
}

.fmember-member-details .fmember-title{
    margin: 15px 0;
}

.fmember-member-details .fmember-links{
    text-align: center;
}

.fmember-member-details .fmember-links a{
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.54);
    margin-right: 0;
    text-align: center;
    padding: 20px;
}

.fmember-member-details .fmember-links a .material-icons{
    display: block;
    margin: 0 auto;
}

.fmember-member-details .fmember-links a.last{
    margin-right: 0;
    border-right: 0 none;
}

.fmember-member-details .fmember-links a i{
    overflow: hidden;
}

.widget_foo_widget h5.mg-bottom-5 a{
    font-weight: normal;
}

body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_calendar .calendar_wrap table#wp-calendar{
    width: 100%;
}

@media (max-width: 480px){
    body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_calendar .calendar_wrap table#wp-calendar{
        background: #fff;
    }
}

body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_calendar .calendar_wrap table#wp-calendar a:hover{
    text-decoration: none;
}

body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_rss .widget-title .rsswidget:nth-child(2){
    color: rgba(0, 0, 0, 0.87);
}

body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_rss .widget-title .rsswidget img{
    position: relative;
    top: -1.5px;
}

body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_shopping_cart .buttons a{
    color: #fff;
}

@media (max-width: 992px){
    body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_shopping_cart .buttons a{
        width: 100%;
        text-align: center;
    }

    body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.widget_shopping_cart .buttons a.wc-forward{
        margin-bottom: 10px;
    }
}

body.thrive-layout-2_columns #user-content-widget-sidenav #page-sidebar-widgets .sidebar-widgets.tribe-events-list-widget .tribe-events-widget-link a{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget select{
    background-color: transparent;
}

body.thrive-inline #thrive_footer_widget .footer-widget select option{
    color: rgba(0, 0, 0, 0.54);
}

body.thrive-inline #thrive_footer_widget .footer-widget ul ul{
    padding-left: 0;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_calendar .calendar_wrap table#wp-calendar{
    width: 100%;
}

@media (max-width: 480px){
    body.thrive-inline #thrive_footer_widget .footer-widget .widget_calendar .calendar_wrap table#wp-calendar{
        background: #fff;
    }
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_calendar .calendar_wrap table#wp-calendar a:hover{
    text-decoration: none;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_rss .widget-title .rsswidget:nth-child(2){
    color: #fff;
    font-size: 14.875px;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_rss .widget-title .rsswidget img{
    position: relative;
    top: -1.5px;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_nav_menu ul.menu li a:hover i{
    text-decoration: none;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_shopping_cart .buttons a{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_shopping_cart .buttons a:hover{
    text-decoration: none;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_price_filter .price_slider_wrapper .ui-widget-content{
    border: none;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_product_search #woocommerce-product-search-field{
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_product_search #woocommerce-product-search-field::-webkit-input-placeholder{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_product_search #woocommerce-product-search-field::-moz-placeholder{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_product_search #woocommerce-product-search-field:-ms-input-placeholder{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_product_search #woocommerce-product-search-fieldinput:-moz-placeholder{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_recent_reviews .star-rating:before, body.thrive-inline #thrive_footer_widget .footer-widget .widget_top_rated_products .star-rating:before{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_recent_reviews .star-rating span:before, body.thrive-inline #thrive_footer_widget .footer-widget .widget_top_rated_products .star-rating span:before{
    color: #fff;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_product_categories .dropdown_product_cat{
    background-color: transparent;
}

body.thrive-inline #thrive_footer_widget .footer-widget .widget_product_categories .dropdown_product_cat option{
    color: rgba(0, 0, 0, 0.54);
}

body.thrive-inline #thrive_footer_widget .footer-widget .tribe-events-list-widget ol.tribe-list-widget li .tribe-event-duration{
    color: #fff;
}

.block{
    display: block;
}

.inline-block{
    display: inline-block;
}

.display-table{
    display: table;
}

.display-table-cell{
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 992px){
    .single-post .entry-header.has-post-thumbnail{
        margin: -15px -15px 25px -15px;
    }
}

.single-post .entry-header.has-post-thumbnail .entry-thumbnail img{
    width: 100%;
    height: auto;
}

.single-post .entry-header.has-post-thumbnail:hover:after{
    background: rgba(0, 0, 0, 0.54);
}

@media (max-width: 768px){
    .single-post .entry-header.has-post-thumbnail{
        background: #fff;
    }
}

.single-post .entry-header.has-post-thumbnail .entry-meta{
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 25px 15px 0 15px;
}

.single-post .entry-header.has-post-thumbnail .entry-meta .entry-title{
    color: #fff;
}

.single-post .entry-header.has-post-thumbnail .entry-meta .dark_secondary_icon{
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.single-post .entry-header.has-post-thumbnail .entry-meta a{
    color: white;
}

.single-post .entry-header.has-post-thumbnail .entry-meta a:hover{
    color: #fff;
}

@media (max-width: 768px){
    .single-post .entry-header.has-post-thumbnail .entry-meta{
        position: static;
        color: #000;
        padding: 25px;
    }

    .single-post .entry-header.has-post-thumbnail .entry-meta .entry-title{
        font-size: 32px;
    }

    .single-post .entry-header.has-post-thumbnail .entry-meta .dark_secondary_icon{
        color: rgba(0, 0, 0, 0.54);
        font-weight: 300;
    }

    .single-post .entry-header.has-post-thumbnail .entry-meta a{
        color: rgba(0, 0, 0, 0.54);
    }

    .single-post .entry-header.has-post-thumbnail .entry-meta a:hover{
        color: #000;
    }
}

.single-post .entry-header.has-post-thumbnail .entry-actions{
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    z-index: 2;
    padding: 25px;
}

.single-post .entry-header.has-post-thumbnail .entry-actions a{
    color: white;
}

.single-post .entry-header.has-post-thumbnail .entry-actions a:hover{
    color: #fff;
}

.single-post .entry-header.has-post-thumbnail .entry-actions a .material-icons{
    position: relative;
    top: 7.5px;
}

.single-post .entry-header.has-post-thumbnail:after{
    content: " ";
    transition: background 0.25s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.26);
    z-index: 1;
}

.single-post .nav-links{
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: #fff;
    padding: 25px;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 768px){
    .single-post .nav-links{
        padding: 10px 0;
    }
}

.single-post .nav-links .nav-next, .single-post .nav-links .nav-previous{
    width: 50%;
}

.single-post .nav-links .nav-next a, .single-post .nav-links .nav-previous a{
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
}

.single-post .nav-links .nav-next{
    float: right;
    text-align: right;
}

.single-post .nav-links .nav-next a{
    float: right;
    width: 90%;
}

@media (max-width: 480px){
    .single-post .nav-links .nav-next a{
        width: 80%;
    }
}

.single-post .nav-links .nav-next:before{
    content: "arrow_forward";
    display: block;
    float: right;
    width: 10%;
}

@media (max-width: 480px){
    .single-post .nav-links .nav-next:before{
        width: 20%;
    }
}

.single-post .nav-links .nav-previous{
    float: left;
}

.single-post .nav-links .nav-previous a{
    float: left;
    display: block;
    width: 90%;
}

@media (max-width: 480px){
    .single-post .nav-links .nav-previous a{
        width: 80%;
    }
}

.single-post .nav-links .nav-previous:before{
    content: "arrow_backward";
    display: inline-block;
    float: left;
    width: 10%;
}

@media (max-width: 480px){
    .single-post .nav-links .nav-previous:before{
        width: 20%;
    }
}

.page-links{
    padding: 20px 0;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
}

.page-links a{
    display: inline-block;
}

.page-links a:hover{
    text-decoration: underline;
}

.single-attachment .entry-footer{
    display: none;
}

.material-icon-post-formats .material-icons{
    position: relative;
    top: 6.8px;
}

#comments .comment-list{
    padding-left: 0;
}

#comments .comment-list img.avatar{
    border-radius: 50%;
}

#comments .comment-list .reply a{
    float: right;
}

#comments ol{
    padding-left: 3.8em;
}

@media (max-width: 992px){
    #comments ol{
        padding-left: 1.5em;
    }
}

@media (max-width: 768px){
    #comments ol{
        padding-left: 1em;
    }
}

#comments li{
    list-style: none;
}

#comments .comment-text p:last-child{
    margin-bottom: 0;
}

#comments .comment-content{
    margin-bottom: 30px;
}

#comments .comment-content .comment-content-context{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px){
    .thrive-archives .entry-content{
        padding-top: 0;
    }
}

.thrive-archives .entry-header.has-post-thumbnail{
    margin: -15px -15px 25px -15px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px){
    .thrive-archives .entry-header.has-post-thumbnail{
        margin: 0;
    }
}

.thrive-archives .entry-header.has-post-thumbnail .entry-thumbnail{
    position: relative;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-thumbnail img{
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-thumbnail:after{
    content: " ";
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.thrive-archives .entry-header.has-post-thumbnail:hover:after{
    background: rgba(0, 0, 0, 0.54);
}

@media (max-width: 768px){
    .thrive-archives .entry-header.has-post-thumbnail{
        background: #fff;
    }
}

.thrive-archives .entry-header.has-post-thumbnail .entry-meta{
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 0 15px;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-meta .dark_secondary_icon{
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-meta a{
    color: white;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-meta a .entry-title{
    color: white;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-meta a:hover{
    color: #fff;
}

@media (max-width: 768px){
    .thrive-archives .entry-header.has-post-thumbnail .entry-meta{
        position: static;
        color: #000;
        padding: 25px 25px 0 25px;
    }

    .thrive-archives .entry-header.has-post-thumbnail .entry-meta .entry-title{
        font-size: 32px;
    }

    .thrive-archives .entry-header.has-post-thumbnail .entry-meta .dark_secondary_icon{
        color: rgba(0, 0, 0, 0.54);
        font-weight: 300;
    }

    .thrive-archives .entry-header.has-post-thumbnail .entry-meta a{
        color: rgba(0, 0, 0, 0.54);
    }

    .thrive-archives .entry-header.has-post-thumbnail .entry-meta a:hover{
        color: #000;
    }
}

.thrive-archives .entry-header.has-post-thumbnail .entry-actions{
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    z-index: 2;
    padding: 25px;
}

@media (max-width: 480px){
    .thrive-archives .entry-header.has-post-thumbnail .entry-actions{
        padding: 0 25px;
    }
}

.thrive-archives .entry-header.has-post-thumbnail .entry-actions a{
    color: white;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-actions a:hover{
    color: #fff;
}

.thrive-archives .entry-header.has-post-thumbnail .entry-actions a .material-icons{
    position: relative;
    top: 7.5px;
}

.thrive-archives .entry-header.has-post-thumbnail:after{
    content: " ";
    transition: background 0.25s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.12);
    z-index: 1;
}

@media (max-width: 768px){
    .thrive-archives .entry-header.has-post-thumbnail:after{
        display: none;
    }
}

.thrive-archives .entry-footer{
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px){
    .thrive-archives .entry-footer{
        margin: 0;
        padding: 10px 0;
    }
}

.thrive-archives .entry-footer .entry-footer-actions .material-icons{
    position: relative;
    top: 5px;
}

.thrive-archives .entry-footer .entry-footer-actions span.edit-link a:before{
    content: "mode_edit";
    font-size: 18px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.thrive-archives .entry-footer .entry-footer-actions a{
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
}

.thrive-archives .entry-footer .entry-footer-actions a:hover{
    color: #0288D1;
}

.archive #archive-section h1.page-title{
    margin-bottom: 0;
    font-size: 1.75em;
}

.archive .page-header{
    padding: 15px;
}

.archive .archive-type{
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase;
}

.archive .archive-title{
    font-size: 2em;
    margin-bottom: 0;
}

.archive .taxonomy-description{
    margin: 35px 0 0;
}

.page-template-starter .container.site-content{
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-starter #page{
    background: #fff;
}

#thrive-secondary-menu{
    background: #fff;
    padding: 10px 25px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px){
    #thrive-secondary-menu{
        padding: 10px 0;
    }
}

#thrive-secondary-menu #searchsubmit{
    display: none;
}

#thrive-secondary-menu input[name=s]{
    margin-bottom: 0;
    border-bottom: 0;
}

@media (max-width: 992px){
    #thrive-secondary-menu{
        display: block !important;
    }
}

#mobile-menu{
    text-align: right;
}

html .thrive-inline .vc_progress_bar .vc_general.vc_single_bar .vc_label, html .thrive-inline .vc_progress_bar .vc_single_bar .vc_label{
    text-shadow: none;
}

.thrive-inline button.vc_btn3.vc_btn3-size-md{
    padding-top: 9px;
    line-height: 1em;
}

.thrive-inline button.vc_btn3.vc_btn3-size-lg{
    padding-top: 9px;
    line-height: 1em;
}

.thrive-inline button.vc_btn3.vc_btn3-style-flat{
    box-shadow: none;
}

.thrive-inline .vc_progress_bar .vc_single_bar .vc_label{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.thrive-inline .vc_progress_bar .vc_single_bar{
    background: #ECEFF1;
    box-shadow: none;
}

.thrive-inline .vc_line-chart .vc_chart-legend{
    width: 25%;
}

.thrive-inline .vc_chart .vc_chart-legend span{
    border-radius: 50%;
    position: absolute;
}

.thrive-inline .vc_chart .vc_chart-legend li{
    text-transform: capitalize;
    max-width: 100%;
    word-break: normal;
    word-wrap: inherit;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

.thrive-inline .sidebar-widgets ul{
    padding-left: 0;
}

.thrive-inline .sidebar-widgets ul li{
    list-style: none;
}

.thrive-inline .page .sidebar-widgets ul li{
    font-size: 0.8em;
}

.thrive-inline .page .sidebar-widgets ul li a img{
    width: 20%;
}

.thrive-inline .vc_general.vc_cta3 h2{
    line-height: 35px;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline .vc_tta-panel-body, .thrive-inline .vc_tta-container .vc_tta-style-outline .vc_tta-tab > a, .thrive-inline .vc_tta-container .vc_tta-style-outline .vc_tta-panel-heading{
    border-width: 1px;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-tabs .vc_tta-panels{
    border-width: 1px;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round .vc_tta-panels-container:after{
    content: "";
    height: 32px;
    width: 4.5%;
    float: left;
    border-left: 1px solid #5472D2;
    border-bottom: 1px solid #5472D2;
    border-bottom-left-radius: 30px;
    position: absolute;
    bottom: 0px;
    left: 1.2px;
}

@media (max-width: 992px){
    .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round .vc_tta-panels-container:after{
        height: 33px;
        width: 7%;
        left: 1.2px;
    }
}

@media (max-width: 768px){
    .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round .vc_tta-panels-container:after{
        display: none;
    }
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-body:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round .vc_tta-panels-container .vc_tta-panel-body:after{
    display: none;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panels-container:after{
    height: 5px;
    left: 0.5px;
}

@media (max-width: 768px){
    .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panels-container:after{
        display: none;
    }
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-blue .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-blue .vc_tta-panels-container:after{
    border-color: #5472D2;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-turquoise .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-turquoise .vc_tta-panels-container:after{
    border-color: #00C1CF;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-pink .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-pink .vc_tta-panels-container:after{
    border-color: #FE6C61;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-violet .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-violet .vc_tta-panels-container:after{
    border-color: #8D6DC4;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-peacoc .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-peacoc .vc_tta-panels-container:after{
    border-color: #4CADC9;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-chino .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-chino .vc_tta-panels-container:after{
    border-color: #CEC2AB;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-mulled-wine .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-mulled-wine .vc_tta-panels-container:after{
    border-color: #50485B;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-vista-blue .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-vista-blue .vc_tta-panels-container:after{
    border-color: #75D69C;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-black .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-black .vc_tta-panels-container:after{
    border-color: #2A2A2A;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-grey .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-grey .vc_tta-panels-container:after{
    border-color: #EBEBEB;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-orange .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-orange .vc_tta-panels-container:after{
    border-color: #F7BE68;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-sky .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-sky .vc_tta-panels-container:after{
    border-color: #5AA1E3;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-green .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-green .vc_tta-panels-container:after{
    border-color: #6DAB3C;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-juicy-pink .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-juicy-pink .vc_tta-panels-container:after{
    border-color: #F4524D;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-sandy-brown .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-sandy-brown .vc_tta-panels-container:after{
    border-color: #F79468;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-purple .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-purple .vc_tta-panels-container:after{
    border-color: #B97EBB;
}

.thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-rounded.vc_tta-color-white .vc_tta-panels-container:after, .thrive-inline .vc_tta-container .vc_tta-style-outline.vc_tta-shape-round.vc_tta-color-white .vc_tta-panels-container:after{
    border-color: #fff;
}

select::-ms-expand{
    display: none;
}

#ui-datepicker-div{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

#ui-datepicker-div .ui-datepicker-header{
    background: #fff;
    margin-bottom: -1px;
    font-weight: 700;
    padding: 10px;
    position: relative;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{
    position: absolute;
    height: 24px;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev{
    left: 5px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before{
    content: "keyboard_arrow_left";
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{
    right: 5px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before{
    content: "keyboard_arrow_right";
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{
    color: rgba(0, 0, 0, 0.54);
    padding: 0 24px;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar{
    box-shadow: none;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar th{
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 4;
}

@media (max-width: 375px){
    #ui-datepicker-div .ui-datepicker-calendar td a{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-hover{
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight:before, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active:before, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-hover:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

#ui-datepicker-div .ui-datepicker-calendar td a:before{
    content: "";
    background: #0288D1;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight:before{
    background: #03A9F4;
}

html, body{
    max-width: 100%;
}

img.avatar{
    border-radius: 50%;
}

ul#secondary-menu-links .menu-item{
    position: relative;
    margin-bottom: 15px;
}

#page-sidenav #page-sidebar-menu ul#secondary-menu-links .menu-item.menu-item-has-children > a .toggle{
    float: right;
    right: 10px;
    top: 0;
    position: absolute;
    font-size: 32px;
    padding-top: 2.5px;
    width: 40px;
    height: 41px;
    text-align: center;
    transition: left 0.35s ease-in-out;
    -moz-transition: left 0.35s ease-in-out;
    -webkit-transition: left 0.35s ease-in-out;
}

#page-sidenav #page-sidebar-menu ul#secondary-menu-links .menu-item:last-child a{
    border-bottom: 0;
}

#page-sidenav #page-sidebar-menu ul#secondary-menu-links .menu-item .sub-menu{
    transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    padding-left: 0;
    width: 100%;
    display: none;
}

#page-sidenav #page-sidebar-menu ul#secondary-menu-links .menu-item .sub-menu.active{
    display: block;
}

#page-sidenav #page-sidebar-menu ul#secondary-menu-links .menu-item .sub-menu li a{
    background: rgba(255, 255, 255, 0.7);
    display: block;
    text-transform: none;
}

@media (max-width: 768px){
    #page-sidenav #page-sidebar-menu ul#secondary-menu-links .menu-item .sub-menu li a{
        padding: 13.25px 0;
    }
}

#page-sidenav #page-sidebar-menu ul#secondary-menu-links .menu-item .sub-menu li .sub-menu{
    top: 0;
}
#site-branding > a{
    float: left;
    display: block;
    vertical-align: middle;
}

#site-branding .site-logo{
    max-height: 40px;
    height: 40px;
    width: auto;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px){
    #site-branding .site-logo{
        width: auto;
    }
}

@media (max-width: 768px){
    #page{
        width: 100%;
    }
}

#content.site-content .full-content #content-left-col{
    width: 90%;
    margin: 0 auto;
    float: none;
}

@media (max-width: 768px){
    #content.site-content .full-content #content-left-col{
        width: 100%;
    }
}

@media (min-width: 992px){
    #content.site-content .full-content #content-left-col article.hentry{
        padding: 25px 45px !important;
    }
}

#content.site-content #content-left-col #primary.content-area{
    padding: 15px 0;
}

#content.site-content #content-left-col #primary.content-area article.hentry{
    padding: 15px;
    background: #fff;
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px){
    #content.site-content #content-left-col #primary.content-area article.hentry{
        padding: 10px;
    }
}

#content.site-content #content-left-col #primary.content-area article.hentry.sticky{
    background: #FFFDE7;
}

#site-search{
    width: 35%;
}

@media (max-width: 768px){
    #site-user-updates{
        text-align: center;
    }
}

@media (max-width: 768px){
    #site-user-updates ul{
        padding: 0 0 0;
        float: none;
        text-align: left;
    }
}

#site-user-updates ul .item{
    display: inline;
    margin-bottom: 0;
    position: relative;
    float: left;
}

#site-user-updates ul .item:hover .user-notifications{
    z-index: 200;
    display: block;
    top: 40px;
}

#site-user-updates ul .item .thrive-user-nav-bubble{
    display: inline-block;
    color: #fff;
    position: absolute;
    top: -12px;
    padding: 0 4px;
    left: 27px;
    font-size: 10px;
    border-radius: 10px;
    background-color: red;
}

#site-user-updates ul .item > a{
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
}

#site-user-updates ul .item > a .no-pd-right{
    padding-right: 0;
}

@media (max-width: 480px){
    #site-user-updates ul .item:nth-child(2) .user-notifications{
        right: -133px;
    }

    #site-user-updates ul .item:nth-child(2) .user-notifications:before, #site-user-updates ul .item:nth-child(2) .user-notifications:after{
        left: 19%;
    }
}

#page-sidebar-widgets{
    background-color: rgba(43,43,43, 0.9);
}

#page-sidebar-widgets{
    float: left;
}
#page-sidebar-widgets,
#page-sidenav #page-sidebar-menu,
#page-sidebar-user{
    padding: 15px 25px;
}
#page-sidebar-user{
    position: relative;
    background-image: url("/images/app/user-bg.jpg");
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    height: 130px;
}
.body-bg #page-sidebar-user{
    height: 180px;
}
#bg-image-overlay{
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.loggedin-user img{
    border-radius: 50%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 100%;
    max-width: 35px;
}
#page-sidebar-user #page-sidebar-user-details{
    padding-top: 10px;
    padding-right: 0;
}
#page-sidebar-user #page-sidebar-user-details h5 {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
}
#page-sidebar-user #page-sidebar-user-details a.log-out-text{
    color: rgba(255, 255, 255, 0.7);
}
.user-notifications{
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background: #fff;
    position: absolute;
    width: 225px;
    right: -27.5px;
    padding: 25px;
    z-index: -1;
    display: none;
    top: 50px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
#members-list .item{
    height: 40px;
    overflow: hidden;
    float: left;
    display: block;
    margin-bottom: 15px;
}
#members-list .first-col,
#members-list .second-col{
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
#members-list .item-title,
#members-list .item-meta{
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#members-list .first-col{
    width: 45px;
}
#members-list .second-col{
    width: calc(100% - 50px);
}
#members-list img {
    border-radius: 50%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 100%;
    max-width: 35px;
    max-height: 35px;
}

smaller{
    font-size: 0.75em;
}
.version{
    position: absolute;
    bottom: 20px;
}
@media (max-width: 768px){
    .user-notifications{
        width: 180px;
        right: -5px;
    }
}

@media (max-width: 480px){
    .user-notifications{
        width: 270px;
        right: -181px;
    }
}

.user-notifications:after, .user-notifications:before{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 480px){
    .user-notifications:after, .user-notifications:before{
        left: 1%;
    }
}

.user-notifications:after{
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: 54px;
}

.user-notifications:before{
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: 53px;
}

@media (max-width: 768px){
    #thrive_nav #message-notification.user-notifications{
        width: 280px;
        right: -40px;
    }
}

@media (max-width: 480px){
    #thrive_nav #message-notification.user-notifications{
        width: 270px;
        right: -86px;
    }

    #thrive_nav #message-notification.user-notifications:before, #thrive_nav #message-notification.user-notifications:after{
        left: 31.5%;
    }
}

#site-user-updates ul#thrive-user-nav-messages{
    margin-top: 0;
    margin-bottom: 10px;
}

#site-user-updates .user-notification-personal, #site-user-updates ul#thrive-user-nav-messages, #site-user-updates ul#notifications-ul{
    padding: 0;
    display: inline-block;
    width: 100%;
}

div#thrive-user-nav-messages-footer, div#thrive-user-nav-messages-head{
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: 600;
}

div#thrive-user-nav-messages-footer{
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#message-notification.user-notifications{
    width: 400px;
    padding: 0;
}

#message-notification.user-notifications:after, #message-notification.user-notifications:before{
    margin-left: 140px;
}

@media (max-width: 768px){
    #message-notification.user-notifications:after, #message-notification.user-notifications:before{
        margin-left: 66px;
    }
}

#message-notification.user-notifications ul{
    padding: 0;
    max-height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#message-notification.user-notifications ul li{
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#message-notification.user-notifications ul li:last-child{
    border-bottom: 0;
}

#message-notification.user-notifications ul li .messages-avatar{
    padding-right: 0;
}

#message-notification.user-notifications ul li .message-details{
    padding-left: 0;
}

#message-notification.user-notifications ul li h5{
    font-size: 14px;
    margin-top: -2.5px;
    margin-bottom: 5px;
}

#message-notification.user-notifications ul li p{
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}

#message-notification.user-notifications ul li .message-item-link{
    display: block;
    padding: 10px;
    background: #fff;
    color: rgba(0, 0, 0, 0.54);
}

#message-notification.user-notifications ul li .message-item-link:hover{
    background: rgba(0, 0, 0, 0.12);
}

#message-notification.user-notifications ul li .avatar{
    border-radius: 0;
}

#start-template-content{
    padding-top: 15px;
}

#start-template-content #primary.thrive-page-document{
    padding: 35px 25px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px){
    #start-template-content #primary.thrive-page-document{
        padding: 15px 10px;
        margin-bottom: 0;
    }
}

#menu-toggle .material-icons{
    font-size: 36px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 420px){
    #menu-toggle{
        width: 35%;
    }
}

#global-wrapper{
    padding-left: 15%;
    -webkit-transition: padding-left 0.5s ease;
    -moz-transition: padding-left 0.5s ease;
    -o-transition: padding-left 0.5s ease;
    transition: padding-left 0.5s ease;
}
#sidebar-wrapper{
    overflow: scroll;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    width: 15%;
    z-index: 1000;
    position: fixed;
    left: 15%;
    height: 100%;
    margin-left: -15%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper a {
    color: #ffffff;
}
.bg-primary, .subway-login-form .subway-login-form__actions, #thrive_nav, #thrive_nav #thrive_nav_wrap #site-navigation .sub-menu li a:hover, #thrive_footer_widget, .post-type-archive-tribe_events #content table.tribe-events-calendar tr th, .wp-polls .Buttons, body #admin-only-bcp-cover-photo-settings, body.thrive-layout-2_columns #sidebar-wrapper #page-sidebar-toggle a#toggle-remove{
    background-color: #03A9F4;
}
#thrive_nav{
    height: 100px;
    display: table;
    width: 100%;
    padding: 30px 0;
}

#secondary.widget-area{
    padding-top: 15px;
}

.sidebar-widgets:first-child{
    margin-top: 0;
}
.sidebar-widgets{
    margin: 0 0 10px;
}

.sidebar-widgets .widget-title{
    opacity: 0.87;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.widget .item-options#friends-list-options a, .widget .item-options#groups-list-options a, .widget .item-options#members-list-options a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0,0,0,0.26);
    margin-right: 5px;
    padding: 0 5px 5px 0;
    border-bottom: 2px solid;
}

#site-branding{
    height: 50px;
    display: block;
    width: 101%;
    padding: 5px 25px;
    background: #0174b3;
}
#site-branding>a{
    display: table-cell;
    vertical-align: middle;
}
a{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#menu-site-search #searchsubmit{
    display: none;
}
#searchform{
    margin-bottom: 0;
}
#thrive_nav #thrive_nav_wrap #site-navigation ul{
    height: auto;
}
#menu-site-search{
    color: #FFFFFF;
}
#menu-site-search ::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:    #FFFFFF;
}
#menu-site-search :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color:    #FFFFFF;
    opacity:  1;
}
#menu-site-search ::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color:    #FFFFFF;
    opacity:  1;
}
#menu-site-search :-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color:    #FFFFFF;
}
#menu-site-search #s{
    margin-bottom: -6px;
    margin-top: -4px;
}
#site-navigation .sub-menu li a, .pointer{
    cursor: pointer;
}
.ta-toolbar .btn-default[disabled]{
    color: #333333;
}
.ta-toolbar .btn-default{
    display: inline-block;
    padding: 6px 0;
    flex: 1;
    text-align: center;
}
.ta-toolbar .btn-group{
    display: flex;
    width: 100%;
}
.messages-container{
    position: fixed;
    top: 20px;
    z-index: 2000;
}
.messages-container .alert{
    display: none;
}
.messages-container .alert.ng-binding:not(.ng-hide){
    display: inline-block;
}
#content.site-content{
    padding: 15px 0;
    overflow: scroll;
    height: 100vh;
}
#table-tasks tr{
    cursor: pointer;
}
#table-worklogs td div,
#table-tasks td div,
#table-worklogs td div p,
#table-tasks td div p{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    margin-bottom: 0;
}
#table-tasks td div p{
    height: 23px !important;
}
#table-tasks tr.notfinished{
    font-weight: bold;
    font-size: 1em;
}

#table-tasks tr.notfinished td a{
    font-size: 1em;
    font-weight: bold;
    color: #000;
}
#table-tasks tr.notfinished td .taskname a{
    color: #0078D7;
}
.flex-container{
    display: flex;
}
.board-status-column{
    display: inline-block;
    /*float: left;*/
    border: 1px solid #CCC;
    border-radius: 5px;
    background: #fff;
    padding: 0px 0px 10px;
    margin-right:1.3%;
    width: 32%;
    height: 100%;
    vertical-align: top;
}
.board-col{
    border-radius: 5px;
    overflow: hidden;
    background-color: #EAEAEB;
}
.board-col .board-col-inner{
    height: 100%;
}
.board-col .board-col-inner .dndDraggingSource{
    display: none;
}
.board-col .board-col-inner .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 108px;
}
.board-col-label {
    background: #03A9F4;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.board-col .task-info{
    width: 29px;
    display: block;
    border-right: 1px solid #CCCCCC;
    padding-right: 6px;
    padding-left: 7px;
}
.board-col .task-info i,
.board-col .task-info b{
    float: none;
    margin: 2px auto 12px;
    clear:both;
    display: table;
}
.board-col .task-info b{
    margin-bottom: 9px;
}
.board-col .task-side{
    float: left;
}
.board-col .task-content{
    float: left;
    padding: 0 10px 0 6px;
    width: calc(100% - 30px);
}
.board-col .task-content div{
    cursor: pointer;
}
.board-col .task-content div:hover, .board-col .task-content div:hover span.board-task-name{
    color: #0078D7;
}
.board-task{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background: #fff;
    margin: 10px;
    cursor: move;
    font-size: 1.2em;
    width: calc(100% - 20px);
    overflow: hidden;
    padding: 10px 0;
}
.board-task-name{
}
.board-task .glyphicon-move{
    color: rgba(0,0,0,0.54);
}
.board-col[dnd-list] .dndDraggingSource {
    display: none;
}
.board-col[dnd-list] .dndPlaceholder {
    display: block;
    min-height: 42px;
}
.board-col-counter{
    color: rgba(0,0,0,0.6);
    background-color: #EAEAEA;
    text-align: center;
    border-radius: 5px;
    padding: 2px 7px 0;
    margin-right: 15px;
    border: 1px solid #FFFFFF;
}
.grey{
    color: rgba(0,0,0,0.54);
}
.green{
    color: green;
}
.orange{
    color: orange;
}
.black{
    color: black;
}
#page-sidebar-menu i{
    font-size: 1em;
    width: 2em;
}
#secondary-menu-links li a{
    cursor: pointer;
}
#secondary-menu-links li a:hover{
    color: #06b7f5;
}
.upper .global-task-info{
    margin-right: 2%;
}
.task-add-edit{
    display: inline-block;
    box-sizing: content-box;
}
.task-add-edit .btn i{
    font-size: 1.1em;
}
.task-add-edit .tasknr .glyphicon.glyphicon-info-sign{
    top: 3px;
}
.task-add-edit .tasknr span{
    vertical-align: sub;
    vertical-align: -webkit-baseline-middle;
}
.onepointtwo{
    font-size: 1.2em !important;
}
.task-add-edit .tasknr{
    font-size: 1em;
    font-weight: bolder;
    height: 28px;
    text-align: center;
    border-radius: 30px;
    padding: 0 10px;
    cursor: pointer;
    float: none;
    margin: 0 auto;
}
.task-add-edit .created_at{
    font-size: 0.8em;
    margin-left: 0.3em;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.7em;
    overflow: hidden;
    padding: 0 5px;
}
.panel.task-information label .tasknr i{
    color: #0078D7;
    font-size: 0.9em;
}
label{
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #000;
    margin: 0;
    cursor: pointer;
}
.select2-selection.select2-selection--multiple{
    border: 0;
    height: 27px;
    min-height: 27px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 0;
    height: 27px;
    min-height: 27px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 5px;
    width: 100%;
}
span.select2-container.select2-container--default span.select2-selection li.select2-selection__choice,
span.select2-container.select2-container--default span.select2-selection .select2-search.select2-search--inline,
span.select2-container.select2-container--default .select2-container--default .select2-search--inline .select2-search__field,
.select2-container .select2-search--inline,
.select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 0;
    margin-bottom: 0;
    height: 27px;
    min-height: 27px;
    max-height: 27px;
    padding: 0;
}
.project-edit .select2.select2-container.select2-container--default{
    flex: 3;
}
.select2.select2-container.select2-container--default{
    padding-top: 3px;
    flex: 4;
    display: table-cell;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #DDD;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 15px;
}
.select2.select2-container.select2-container--focus{
    border: 0;
    border-bottom: 1px solid #FF4081;
    border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.select2-selection__rendered{
    padding-right: 5px;
    text-indent: 10px;
    height: 29px;
}
span.select2-container.select2-container--default span.select2-selection li.select2-selection__choice{
    padding: 3px 5px 0;
    text-indent: 0;
}
.task-information div.col_full, .task-information label{
    margin-bottom: 0;
}
.modal-body .panel-body{
    padding: 0;
}
.modal-body .panel{
    border: 0;
    box-shadow: none;
    margin-bottom: 20px;
}
.uib-datepicker-popup.dropdown-menu {
    display: block;
    float: none;
    margin: 0;
}

.uib-button-bar {
    padding: 10px 9px 2px;
}
.log-work .add-log-work-btn,
.comment-header .add-comment-btn{
    margin: 0 0 0 20px;
    bottom: 0;
    padding: 10px 6px;
    position: absolute;
}
.log-work .add-log-work-btn i,
.comment .add-comment-btn i{
    font-size: 1em;
}
button.btn{
    font-size:1em;
}
.pagination{
    margin: 0;
}
table i.glyphicon-sort-by-attributes-alt,
table i.glyphicon-sort-by-attributes {
    color: #0078D7;
    font-size: 1.2em;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 0.8em;
    height: 40px;
    line-height: 40px;
    background-color: #1ABC9C;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.btn.white{
    background: #FFFFFF;
    color:#000000;
}
.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.comment-meta, .worklog-meta{
    font-size: 0.8em;
    margin-top: 10px;
}

.comment-meta, .comment-content,
.worklog-meta, .worklog-content{
    color: #555;
    clear: both;
}
.worklog .image-container,
.comment .image-container{
    display: block;
    float: left;
    padding-right: 0;
    margin-right: 10px;
    overflow: hidden;
}

.worklog .image-container img,
.comment .image-container img{
    border-radius: 50%;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 15px);
    display: block;
    margin: 2px;
    box-shadow: 0 0 1px 1px rgba(0,120,215,0.9);
    -webkit-box-shadow: 0 0 1px 1px rgba(0,120,215,0.9);
    -moz-box-shadow: 0 0 1px 1px rgba(0,120,215,0.9);
    max-height: 55px
}
.comment .text, .worklog .text{
    float: left;
}
i.icon-project:before{
    content: "\f116";
}
.comment .text p:first-child:before, .worklog .text p:first-child:before{
    content: "\f10d";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #337ab7;
    font-size: 1em;
    margin-right: 10px;
}
.comment .text p:last-child:after, .worklog .text p:last-child:after{
    content: "\f10e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #337ab7;
    font-size: 1em;
    margin-left: 10px;
    float: right;
}
.comment-meta i, .comment-meta small,
.worklog-meta i, .worklog-meta small{
    color: black;
    margin-right: 6px;
}
.worklog-content p, .comment-content p{
    margin-bottom: 0.75em;
}
.comment .image-user i{
    color: #1ABC9C;
}

.comment-meta span{
    margin-right: 15px;
}
.comment-grid{
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.worklog-grid li:first-child,
.comment-grid li:first-child{
    margin-top: 20px;
}
.worklog-grid li,
.comment-grid li{
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
}
.comment-grid li .comment{
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    position: relative;
}
.flex-container .worklog.flex6{
    border: 2px dashed #DDD;
    border-radius: 20px;
    padding: 8px 0 8px 8px;
    margin-bottom: 10px;
}

.comment-grid .comment:before{
    content: '';
    position: absolute;
    border-color: #03A9F4;
    border-width: 1px;
    border-style: dashed;
    width: 1px;
    height: 100%;
    margin-left: 29px;
    top: 63px;
    left: 0;
}

/* MODAL */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog{
    min-width: 750px;
    position: fixed;
    margin: auto;
    width: 60%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content{
    height: 100%;
    /*height: auto;*/
    overflow-y: auto;
}
.modal-dialog .modal-header,
.modal-header,
.modal.left .modal-body,
.modal.right .modal-body{
    padding: 12px 15px 5px;
    margin-bottom: 0;
    border: 0;
    float: left;
    width: 100%;
}

/*Left*/
/*.modal.left.fade .modal-dialog{*/
/*left: -320px;*/
/*-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*-moz-transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*-o-transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*transition: opacity 0.3s linear, left 0.3s ease-out;*/
/*}*/

/*.modal.left.fade.in .modal-dialog{*/
/*left: 0;*/
/*}*/

/*Right*/
.modal.right.fade#right-modal .modal-dialog{
    right: -40%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in#right-modal .modal-dialog{
    z-index: 1500;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ----- MODAL STYLE ----- */
.modal-content{
    border-radius: 0;
    border: none;
}
/* MODAL END!!! */
.flex-container{
    display: flex !important;
    margin: 0 -20px 0 0;
}
.flex1{
    flex:1 !important;
    width: 100%;
}
.flex2{
    flex:2 !important;
    width: 100%;
}
.flex3{
    flex:3 !important;
    width: 100%;
}
.flex4{
    flex:4 !important;
    width: 100%;
}
.flex5{
    flex:5 !important;
    width: 100%;
}
.flex6{
    flex:6 !important;
    width: 100%;
}
.flex7{
    flex:7 !important;
    width: 100%;
}
.flex8{
    flex:8 !important;
    width: 100%;
}
.flex9{
    flex:9 !important;
    width: 100%;
}
.flex-container .flex1, .flex-container .flex2, .flex-container .flex3,
.flex-container .flex4, .flex-container .flex5, .flex-container .flex6,
.flex-container .flex7, .flex-container .flex8, .flex-container .flex9{
    margin-right:20px;
}
.flex1, .flex2, .flex3, .flex4, .flex5, .flex6, .flex7, .flex8, .flex9{
    display: table-cell;
    margin-right: 0;
    margin-left: 0;
}
.name .form-control{
    color: #0078D7;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #DDD;
    border-radius: 5px;
    font-size: 1.0em;
    line-height: 1.0em;
    box-shadow: none;
    margin-bottom: 1em;
    color: #000000;
}
select.form-control {
    height: 31px;
}
#finish-date-value{
    opacity: 0 !important;
    position: absolute;
    margin-top: -30px;
    height: 30px;
    z-index: -1;
}
select.form-control:focus{
    border-color: #FF4081;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.task-add-edit .log-work.flex-container,
.task-add-edit .comment.flex-container{
    position: relative;
}
.task-add-edit .panel-body .name{
    font-size: 1.4em;
}
.task-add-edit .panel-body .name i.material-icons{
    font-size: 1.1em;
}
.task-add-edit .panel-body .col_full{
    display: flex;
    overflow: hidden;
}
.task-add-edit .task-information input#name{
    color: #0078D7;
    font-weight: 700;
}
.description-textarea > div{
    display: grid;
}
.description-textarea > div pre {
    margin: 0 0;
}
.description-textarea > div,
.description-textarea > div p,
.description-textarea > div b,
.description-textarea > div i,
.description-textarea > div u,
.description-textarea > div strike,
.description-textarea > div ol,
.description-textarea > div li,
.description-textarea > div ul,
.description-textarea > div a,
.description-textarea > div span,
.description-textarea > div pre,
.description-textarea > div h1,
.description-textarea > div h2,
.description-textarea > div h3,
.description-textarea > div h4,
.description-textarea > div h5 {
    text-wrap: wrap;
    word-break: break-word;
}
.description-textarea div.btn-group,
.log-work.flex-container div.btn-group,
.comment.flex-container div.btn-group{
    display:flex;
    margin-bottom:2px;
    clear:both;
    width:100%;
    padding-right: 5px;
}
.task-add-edit .description-textarea div.btn-group .btn.btn-default,
.task-add-edit .log-work.flex-container div.btn-group .btn.btn-default,
.task-add-edit .comment.flex-container div.btn-group .btn.btn-default {
    padding: 0;
    height: 32px;
    font-size: 14px;
    flex:1;
    display: table-cell;
}
#log-work-time-billable{
    width: calc(90% - 32px);
}
#log-work-date{
    width: 70%;
}
#log-work-datepicker-container .btn-datepicker{
    width: 32px;
    padding: 0;
}
.ta-scroll-window > .ta-bind, .text-angular .ta-editor.ta-html, .ta-scroll-window.form-control{
    min-height: 40px;
    border-radius: 0 0 10px 10px;
}
.ta-editor.form-control{
    border-top: 0;
    /*border-right: 1px solid #0078D7;*/
    /*border-bottom: 1px solid #0078D7;*/
    /*border-left: 1px solid #0078D7;*/
    margin-bottom: 0;
}
.ta-scroll-window.form-control:focus{
    border-color:#FF4081;
}
.panel.task-information label i{
    color: #000000;
    font-size: 1.0em;
}
.panel label i.material-icons{
    font-size: 1.3em;
}
.no-padding{
    padding: 0 !important;
}

.rounded, .circle{
    border-radius: 500px;
}
.task-add-edit .task-drop{
    margin-right: 0;
}
.task-drop .dropdown button, .task-drop .finish-date-container button {
    width: 100%;
}
.task-drop .dropdown,
.task-drop .dropdown button{
    letter-spacing: 1px;
    font-style: italic;
}
.btn-group.dropdown{
    margin-right: 15px;
}
.task-drop .dropdown-menu:not(.uib-datepicker-popup){
    min-width: 0;
    padding: 0;
    float: none;
    margin: 0 auto;
    width: 100%;
}
.task-drop .dropdown-menu:not(.uib-datepicker-popup) li{
    padding: 6px 15px 6px;
    cursor: pointer;
    text-align: left;
    border-left: 2px solid;
}
.task-drop .dropdown-menu:not(.uib-datepicker-popup) li:hover{
    background-color: #03A9F4;
    color: white;
}
.task-drop .dropdown-menu:not(.uib-datepicker-popup) li:hover i{
    color: #FFFFFF !important;
}
.uib-datepicker-popup.dropdown-menu.ng-scope, .uib-datepicker-popup.dropdown-menu.ng-scope:hover{
    outline: 0 !important;
}
small.dropdown-selected{
    font-style: italic;
    padding-right: 3px;
}
.task-add-edit .field, .task-add-edit .upper label, small.dropdown-selected{
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-align: center;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: 0;
}
.task-add-edit .upper .field i.glyphicon.glyphicon-triangle-bottom{
    font-size: 1em;
    color: grey;
    margin-left: 5px;
}
.task-add-edit .upper .field i{
    margin-right: 5px;
}
.task-add-edit .upper .field{
    width: calc(100% - 3px);
}
.btn.btn-white.rounded{
    border: 1px solid #CCC;
    border-radius: 20px;
    box-shadow: 0 0 1px -1px;
    float: none;
    position: relative;
    max-height: 30px;
    height: 30px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
    font-size: 0.95em;
}
.btn.btn-white.rounded{
    min-width: 100px;
    padding: 6px 10px;
    line-height: 1.3em;
}
.btn-group > .btn.rounded:first-child:not(:last-child):not(.dropdown-toggle){
    border-radius: 20px;
}
table .btn.btn-white.rounded{
    padding: 6px 12px;
    min-width: auto;
}
.task-add-edit .upper label{
    float: none !important;
    margin-top: 0;
    color: #000000;
    font-weight: normal;
    font-size: 0.95em;
}
.task-add-edit .upper label i{
    color: #000000;
}
.btn.btn-white.rounded:active{
    -webkit-transition: opacity 0.6s linear, right 0.6s ease-out;
    -moz-transition: opacity 0.6s linear, right 0.6s ease-out;
    -o-transition: opacity 0.6s linear, right 0.6s ease-out;
    transition: opacity 0.6s linear, right 0.6s ease-out;
    background: #dedcdc;
    text-decoration: none;
    background-position: 0 -15px;
}
.btn.btn-white.rounded:hover,
#finish-date.field:hover,
.top-btn-task-form .field:hover{
    -webkit-transition: opacity 0.6s linear, right 0.6s ease-out;
    -moz-transition: opacity 0.6s linear, right 0.6s ease-out;
    -o-transition: opacity 0.6s linear, right 0.6s ease-out;
    transition: opacity 0.6s linear, right 0.6s ease-out;
    background: #dedcdc;
}
.btn-inner-top{
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    height: 17px;
}
.task-add-edit .upper .item{
    margin-bottom: 5px;
    margin-right: 1%;
    width: 15.83333333%;
}
.task-add-edit .upper .col_half{
    margin-bottom: 0;
}
.task-add-edit label{
    padding-top: 5px;
    cursor: default;
    text-align: right;
    padding-right: 20px;
}
.dropdown-menu > li > a.active{
    background-color: #dcdada;
}
.uib-datepicker-popup li:first-child{
    height: 210px;
    margin-bottom: 0;
}
.uib-datepicker-popup li, .uib-datepicker-popup li:hover, .uib-datepicker-popup li div:focus{
    outline: 0;
}
.uib-daypicker table{
    width: 300px;
}
.btn-datepicker{
    padding: 0 13px;
    height: 31px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #0288D1;
    color: #FFFFFF;
    border-color: #FFF;
    box-shadow: -1px 1px 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #FFFFFF;
}
.ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow: hidden;
}
.form-slide div.button{
    margin-top: 0;
}
.form-slide .image div.button{
    float: left;
    margin-left: 15px;
}
.form-slide .current-image{
    padding-left: 11px;
    float: left;
}
.company-user-edit.form-slide .current-image{
    padding-left: 0;
}

.blue{
    color: #03A9F4;
}
.red{
    color: #FF0000;
}
.white{
    color: #FFFFFF;
}
.company-user-edit .col_full.type{
    height: 46px;
    display: block;
}
.company-edit h1:before{
    content: "business_center";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: inherit;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.company-user-edit h1:before,
.user-edit h1:before{
    content: "account_circle";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: inherit;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.content-nav li{
    float: left;
    margin-right: 20px;
}
.content-nav li.active a{
    color: #0078D7;
    border-bottom: 2px solid #0078D7;
}
.content-nav li a{
    padding-right: 4px;
    padding-bottom: 5px;
    color: rgba(0,0,0,0.54);
    border-bottom: 2px solid rgba(0,0,0,0.12);
}
.content-nav li a:hover{
    color: #0078D7;
    border-bottom: 2px solid #0078D7;
}
.dropdown-menu{
    height: auto !important;
    overflow: visible !important;
    padding: 0;
    min-width: 50px;
}
.dropdown-menu li:first-child a:hover{
    border-radius: 5px 5px 0 0;
}
.dropdown-menu li:last-child a:hover{
    border-radius: 0 0 5px 5px;
}
th .dropdown-menu label {
    padding: 0 10px;
    width: 100%;
}
input[type=checkbox]{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
}
.global-task-info .popover-inner{
    white-space: nowrap;
}
.table-responsive{
    overflow: visible;
}
table thead .dropdown-menu label:hover {
    -webkit-transition: opacity 0.6s linear, right 0.6s ease-out;
    -moz-transition: opacity 0.6s linear, right 0.6s ease-out;
    -o-transition: opacity 0.6s linear, right 0.6s ease-out;
    transition: opacity 0.6s linear, right 0.6s ease-out;
    background: #dedcdc;
}
.btn{
    font-size: 1em;
    line-height: 1em;
}
.btn i{
    font-size: 0.9em;
}
.color-preview{
    height: 31px;
    border-radius: 10px;
    color: #fff;
    padding: 3px 25px;
}
#site-branding small{
    margin-top: 12px;
    font-size: 0.9em;
}

#background{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    display: block;
    background-image: url('/files/images/bg.jpg') !important;
    background-size: cover;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}
#bg{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    display: block;
    background-color: rgba(0,0,0,0.55);
}
body{
    font-family: ProximaNova_regular,sans-serif;
}
.body-bg #content,
.body-bg #page-row{
    background: none;
}
.body-bg #global-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}
.postcontent { width: 860px; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    float: left;
}

.postcontent,
.sidebar { margin-right: 40px; }

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last { float: right; }

.col_last {
    margin-right: 0 !important;
    clear: right;
}
header{
    color: #FFFFFF;
    position: fixed;
    display: block;
    height: 50px;
    background-color: #0288D1;
    z-index: 1;
    width: 85%;
}
header small{
    font-size: 55%;
    color: #FFFFFF;
}
#site-user-updates{
    display: table;
}
#site-user-updates ul.main-list{
    display: table-cell;
    padding: 6px 0 0;
    margin: 0;
    float: right;
}
#page-title{
    height: 100%;
    padding: 10px 20px;
}

/** COLORPICKER */
.colorpicker-visible,.colorpicker-visible .dropdown-menu{display:block!important}colorpicker-saturation{display:block;width:100px;height:100px;background-image:url(data:image/png;base64,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);background-size:contain;cursor:crosshair;float:left}colorpicker-saturation i{display:block;height:7px;width:7px;border:1px solid #000;border-radius:5px;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}colorpicker-saturation i::after{content:'';display:block;height:7px;width:7px;border:1px solid #fff;border-radius:5px}colorpicker-alpha,colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}colorpicker-alpha i,colorpicker-hue i{display:block;height:2px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}.colorpicker,colorpicker-alpha{display:none}colorpicker-hue{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=);background-size:contain}.colorpicker-color,colorpicker-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=);background-size:10px 100%}.colorpicker{top:0;left:0;z-index:99999}.colorpicker colorpicker-alpha,.colorpicker colorpicker-hue,.colorpicker colorpicker-saturation{position:relative}.colorpicker input{width:100px;font-size:11px;color:#000;background-color:#fff}.colorpicker.alpha{min-width:140px}.colorpicker.alpha colorpicker-alpha{display:block}.colorpicker.dropdown{position:absolute}.colorpicker.colorpicker-fixed-position{position:fixed}.colorpicker .dropdown-menu::after,.colorpicker .dropdown-menu::before{content:'';display:inline-block;position:absolute}.colorpicker .dropdown-menu::after{clear:both;border:6px solid transparent;top:-5px;left:7px}.colorpicker .dropdown-menu::before{border:7px solid transparent;top:-6px;left:6px}.colorpicker .dropdown-menu{position:static;top:0;left:0;min-width:129px;padding:4px;margin-top:0}.colorpicker-position-top .dropdown-menu::after{border-top:6px solid #fff;border-bottom:0;top:auto;bottom:-5px}.colorpicker-position-top .dropdown-menu::before{border-top:7px solid rgba(0,0,0,.2);border-bottom:0;top:auto;bottom:-6px}.colorpicker-position-right .dropdown-menu::after{border-right:6px solid #fff;border-left:0;top:11px;left:-5px}.colorpicker-position-right .dropdown-menu::before{border-right:7px solid rgba(0,0,0,.2);border-left:0;top:10px;left:-6px}.colorpicker-position-bottom .dropdown-menu::after{border-bottom:6px solid #fff;border-top:0}.colorpicker-position-bottom .dropdown-menu::before{border-bottom:7px solid rgba(0,0,0,.2);border-top:0}.colorpicker-position-left .dropdown-menu::after{border-left:6px solid #fff;border-right:0;top:11px;left:auto;right:-5px}.colorpicker-position-left .dropdown-menu::before{border-left:7px solid rgba(0,0,0,.2);border-right:0;top:10px;left:auto;right:-6px}colorpicker-preview{display:block;height:10px;margin:5px 0 3px;clear:both;background-position:0 100%}


/* copy the popover code from bootstrap so this will work even without it */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

table{
    font-family: ProximaNova_regular,sans-serif;
    font-size: 1em;
    width: 100%;
    max-width: 100%;
    margin: 0!important;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    outline: 0!important;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
table th,
table td.first{
    font-weight: bold;
}
table.table-colored.no-row-link td.first{
    padding-left: 10px;
    color: #797979;
}
table.table-colored.row-link td.first a{
    padding-left: 10px;
    color: #797979;
}
table.table-colored thead th,
table.table-colored tfoot th{
    color: #FFFFFF;
}
.table-colored thead th,
.table-colored tfoot th,
.table-colored.no-row-link tbody td,
.table-colored.row-link tbody td a{
    padding: 8px;
    color: #797979;
}
.table-colored.row-link tbody td a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.table-colored tbody td{
    border-collapse: collapse;
    border-top: 1px solid rgb(221, 221, 221);
    color: #797979;
    line-height: 1.4em;
    font-weight: normal;
    height: 45px;
}
.table-brown thead th,
.table-brown tfoot th{
    background-color: #8d6e63;
}
.table-inverse thead th,
.table-inverse tfoot th{
    background-color: #3b3e47;
}
.table-pink thead th,
.table-pink tfoot th{
    background-color: #f06292;
}
.table-danger thead th,
.table-danger tfoot th{
    background-color: #f5707a;
}
.table-warning thead th,
.table-warning tfoot th{
    background-color: #f9c851;
}
.table-info thead th,
.table-info tfoot th{
    background-color: #3ac9d6;
}
.table-primary thead th,
.table-primary tfoot th{
    background-color: #7fc1fc;
}
.table-custom thead th,
.table-custom tfoot th{
    background-color: #188ae2;
}
.table-success thead th,
.table-success tfoot th{
    background-color: #4bd396;
}
.table-blue thead th,
.table-blue tfoot th{
    background-color: #0288D1;
}
.table-purple thead th,
.table-purple tfoot th{
    background-color: #6b5fb5;
}
.table-teal thead th,
.table-teal tfoot th{
    background-color: #26a69a;
}
.table-orange thead th,
.table-orange tfoot th{
    background-color: #ff9800;
}
table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table>tfoot>tr>th {
    vertical-align: bottom;
    border-top: 2px solid #ddd;
}
table img{
    width: 30px;
    max-height: 30px;
    border-radius: 5px;
    margin-right: 15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.table-colored .btn{
    font-size: 0.9em;
    padding: 6px 20px;
    min-width: 120px;
}
/*@font-face {*/
    /*font-family: "Hind Madurai";*/
    /*src: url(https://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S693uLUHnU24AL_1IdxwhTqs.woff2) format("truetype");*/
/*}*/
/*@font-face {*/
    /*font-family: "Varela Round";*/
    /*src: url(https://fonts.gstatic.com/s/varelaround/v7/APH4jr0uSos5wiut5cpjrhampu5_7CjHW5spxoeN3Vs.woff2) format("truetype");*/
/*}*/
@font-face {
    font-family: "ProximaNova_regular";
    src: url(/fonts/ProximaNova-Reg-webfont.woff) format("truetype");
}
#content .row{
    margin-bottom: 15px;
}
.btn.wide{
    padding: 6px 25px;
    min-width: 120px;
}
.btn-blue{
    color: #FFFFFF;
    background-color: #0288D1;
    border-color: #046498;
}
.btn-blue:hover{
    color: #FFFFFF;
    background-color: #046498;
    text-decoration: none;
    background-position: 0 -15px;
}
.btn-orange{
    color: #FFFFFF;
    background-color: #ff9800;
    border-color: #FF7206;
}
.btn-orange:hover{
    background-color: #FF7206;
    color: #FFFFFF;
    text-decoration: none;
    background-position: 0 -15px;
}
.btn-light-green:hover{
    background-color: #08C5D3;
    color: #FFFFFF;
}
.btn-light-green{
    color: #fff;
    background-color: #4bd396;
    border-color: #08C5D3;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    text-decoration: none;
    background-position: 0 -15px;
}
#table-tasks thead th{
    position: relative;
}
#members-list img{
    border-radius: 50%;
}
.current-image img,
#company-customer-edit img.logo{
    max-width: 35px;
    max-height: 35px;
    border-radius: 5px;
}
h1 img{
    margin-right: 10px;
}
#company-customer-edit img.logo:hover{
    position: fixed;
    width: 100%;
    max-width: none;
    max-height: none;
    z-index: 1;
}
.form-control:focus {
    border-bottom: 1px solid #FF4081;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ta-scroll-window > .ta-bind:focus{
    outline: 0;
    border-bottom: 1px solid #FF4081;
}
.task-add-edit .comment-header{
    margin-bottom: 15px;
}
.comment.flex-container,
.log-work.flex-container{
    margin-bottom: 1em;
}
.modal{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.not-found {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #B0BEC5;
    display: table;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
}
.not-found.container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.not-found .content {
    text-align: center;
    display: inline-block;
}
.not-found .title {
    font-size: 72px;
    margin-bottom: 40px;
}
.current-image,
a.btn.btn-info{
    margin-bottom: 1em;
}
.button-primary{
    background-color: #0288D1;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 25px;
    line-height: 36px;
    height: 36px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    font-weight: 400;
    box-shadow: 0 1.5px 1px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.12);
}
.button-primary:hover{
    color: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.23),0 3px 12px rgba(0,0,0,0.16);
}
.button-primary:focus{
    outline: 0;
    color: #fff;
    box-shadow: 0 1.5px 1px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.12);
}
.invisible{
    display: none !important;
}
@media (max-width: 1720px){
    .log-work .add-log-work-btn, .comment-header .add-comment-btn {
        margin-left: 0;
        font-size: 0.8em;
    }
}
@media (max-width: 1100px){
    #sidebar-wrapper{
        width: 60px;
        left: 60px;
        margin-left: -60px;
    }
    #global-wrapper{
        padding-left: 60px;
    }
    #page-sidebar-widgets,
    #page-sidebar-user,
    #page-sidebar-menu .menu-item a span{
        display: none;
    }
    #site-branding{
        padding: 0;
    }
    .btn.btn-white.rounded{
        min-width: 70px;
    }
    #table-tasks td div, #table-tasks td div p{
        max-width: 200px;
    }
    .log-work .add-log-work-btn, .comment-header .add-comment-btn {
        margin-left: 0;
        font-size: 0.7em;
    }
}
table .sorting:after {
    content: "\f0dc";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 10px;
}
table.md-calendar, table.md-calendar-day-header,md-calendar, .md-datepicker-input-mask{
    width: auto;
}
.md-button.md-icon-button{
    height: 24px;
    width: 24px;
    line-height: 1em;
}

.md-datepicker-input-container{
    padding-bottom: 2px;
    margin-left: 0;
}

.filters-float-left label, .filters-float-left select, .filters-float-left li, .filters-float-left h4,
.filters-float-left h5, .filters-float-left p, .filters-float-left .form-control{
    display: inline-block;
    width: auto;
}

.filters-float-left li{
    margin-right: 30px;
}
.border{
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.12);
}
.text-alignright{
    text-align: right;
}
.spacer{
    display: block;
    height: 20px;
}
#new-invoice.invoice-create .row{
    margin-bottom: 0;
}
#content .invoice-create{
    padding: 30px;
}
.text-alignright.prefix{
    padding-right: 0;
}
.invoice-create .logo{
    max-height: 100px;
}
.invoice-create .form-control{
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
}
.form-control.customer-select{
    border: 0 !important;
    margin-left: -8px;
    cursor: pointer;
    height: 29px;
}
.invoice-information .prefix{
    width: 105px;
    display: inline-block;
}
.invoice-create md-icon, .invoice-create .md-datepicker-button{
    display: none;
}
.invoice-create .md-datepicker-input-container{
    border: 0;
}
.invoice-lines .head div{
    font-weight: bold;
}
.invoice-line{
    font-family: Roboto,'Helvetica Neue',sans-serif;
    position: relative;
}
.invoice-line span{
    margin-top: 9px;
}
.invoice-line textarea{
    padding-top: 9px;
    height: 30px;
}
.border-invoice-lines{
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.form-control-invoice {
    border: 0;
    font-size: 1.0em;
    line-height: 1.0em;
    box-shadow: none;
    margin: 0;
    color: #000000;
    display: block;
    background-color: #FFFFFF;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-left: 0;
    min-height: 30px;
    margin-top: 5px;
    border-radius: 5px;
}
.form-control-invoice:focus{
    border-bottom: 1px solid #FF4081;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.logo-container{
    height: 100px;
}
#new-invoice.invoice-create .invoice-total{
    margin-bottom: 7px;
}
.invoice-total-amount{
    font-size: 1.2em;
    font-weight: bold;
}
.invoice-footer, .invoice-footer input{
    text-align: center;
}
.currencyinput{
    display: table;
}
.line-price span{
    display: table-cell;
    flex: 1;
    width: 100%;
    text-align: right;
    padding-top: 1px;
}
.line-price input {
    border: 0;
    display: table-cell;
    flex: 1;
    width: 100%;
}
.invoice-line .percentage{
    background-image: url("/images/percentage.png");
    background-repeat: no-repeat;
    background-position: right 6px;
    background-size: 20px 20px;
}
.tools{
    transition: display ease-in-out 25s;
    display: none;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 10px;
    background: white;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 5px;
}
.invoice-line:hover .tools{
    transition: display ease-in-out 25s;
    display: block;
}
.invoice-line .tools a{
    padding: 5px;
    font-size: 1.4em;
}
.invoice-logo-placeholder{
    font-size: 1.4em;
    font-weight: lighter;
    color: #797979;
    font-style: italic;
    text-decoration: underline;
}
.invoice-settings .current-image img{
    max-width: 100px;
    max-height: 100px;
}
.md-datepicker-calendar-pane{
    z-index: 1052;
}
.md-scroll-mask{
    z-index: 1051 !important;
}
