/*********************************************************
	LASSO DISPLAY BOX
*********************************************************/
.lasso-box,
.lasso-box:hover,
.lasso-box:focus,
.lasso-box:active {
    display: block;
    font-weight: normal !important;
    border: 1px solid !important;
    border-color: #ccc !important;
    border-radius: 10px;
    box-shadow: none !important;
    width: 100%;
    height: auto;
    background: 0 0;
    background-color: #fff;
    color: inherit;
    padding: 2em !important;
    margin: 0;
    text-decoration: none !important;
    position: relative;
    box-sizing: border-box;
    opacity: 1 !important;
    background-image: none !important;
    text-shadow: none !important;
}

.lasso-box-2{
    box-sizing: border-box;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.lasso-box-3{
    box-sizing: border-box;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.lasso-box-3 span{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
    margin-left: 0;
    margin-right: 0;
}

.lasso-box-3 .lasso-box-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 1rem;
}

.lasso-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.lasso-box-image {
    display: block;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    box-sizing: border-box
}

.lasso-box-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 200px;
    box-shadow: none;
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
}

.lasso-box-product-details {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    text-align: left;
}

.left-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.lasso-box-title {
    display: block;
    font-size: 25px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 0.5em;
}

.lasso-box-price {
    display: block;
    color: #666 !important;
    margin: 0 0 0.5em;
    font-weight: normal !important;
}

.lasso-box-price .lasso-box-price-text {
    color: #666 !important;
    font-weight: normal !important;
}

.lasso-box-price .lasso-box-amount {
    color: #CC5A71 !important;
    font-weight: bold !important;
}

.lasso-box-description {
    display: block;
    color: #666 !important;
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal !important;
}

.lasso-box-buttons {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.lasso-box-button-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
}

.lasso-box-button {
    display: inline-block;
    background-color: #22BAA0;
    border-radius: 50em;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0.75em 1.25em;
    text-align: center;
    font-weight: bold !important;
    border: 0;
    outline: 0;
    letter-spacing: 0;
    cursor: pointer;
    margin: 0.5em 0 0;
}
.lasso-box-button.second {
    background-color: #ffffff;
    color: #22BAA0;
    border: 2px solid #22BAA0;
}
.lasso-box-button:hover {
    color: #ffffff;
}
.lasso-box-button.second:hover {
    color: #22BAA0;
}

.lasso-box-button:focus {
    outline: 0;
}

.lasso-box-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    font-weight: normal !important;
    margin-top: 1.5em;
}

.lasso-box-footer .lasso-box-disclosure {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    text-align: left;
    color: #666 !important;
}

.lasso-box-footer .lasso-box-disclosure.disclosure-wide {
    flex: 100%;
}

.lasso-box-footer .lasso-box-update {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    text-align: right !important;
    position: relative;
    color: #666 !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}


@media only screen and (max-width:767px) {
    .lasso-box-2, .lasso-box-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    
    .lasso-box-product-details {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .lasso-box-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 1rem;
    }

    .lasso-box-button {
        margin: 0 auto 1rem;
        text-align: center;
    }

    .lasso-box-footer .lasso-box-disclosure {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        max-width: 100%;
        margin: 0 0 1rem;
    }

    .lasso-box-footer .lasso-box-update {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        max-width: 100%;
    }
}




/*********************************************************
	LASSO DISCLOSURE HOVER ON IN-TEXT LINKS

a[data-lasso-id]:before {
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    transition: 0.2s ease;
    padding: 1rem;
    color: #333;
    border-radius: 0.5rem; 
    max-width: 10rem;
    margin: 2rem auto 0;
    background: #22BAA0;
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
}

a[data-lasso-id]:hover:before {
    content: "We earn a commission if you click this link and make a purchase at no additional cost to you.";
    opacity: 1;
}
*********************************************************/



/*****************************************************************************
	EARNIST DISCLOSURE HOVER ON IN-TEXT LINKS (BACKWARD COMPATIBILITY)
*****************************************************************************/
.earnist-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none
}

.earnist-tooltip .tooltiptext {
    visibility: hidden;
    background-color: #343434;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 10px !important;
    line-height: 18px !important;
    position: absolute;
    z-index: 1;
    width: 150px
}

.earnist-tooltip:hover .tooltiptext {
    visibility: visible
}

.earnist-tooltip .tooltip-bottom {
    width: 150px;
    top: 125%;
    left: 50%;
    margin-left: -75px
}

.earnist-tooltip .tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent
}

/* LASSO TOOLBOX */
#lasso-grid-container {
    width: 100%;
}
#lasso-grid-container-full {
    box-sizing: border-box;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 1rem;
}
#lasso-grid-container-full.lasso_demo {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

#lasso-grid-container-full h2 {
    display: block;
    width: 100%;
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
    margin: 30px 0;
    clear: both;
    padding: 40px 0 0 0;
}

#lasso-grid-container-full .lasso_toolbox {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#lasso-grid-container-full .lasso_toolbox .lasso_toolbox_nav {
    width: 100%;
}

#lasso-grid-container-full .lasso_toolbox .lasso_toolbox_nav ul {
    text-align: center;
    list-style-type: none;
    padding: 20px 0;
}

.lasso-nav-item {
    background: white;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    list-style-type: none;
    margin: .5em;
    min-width: 50px;
    padding: .5em;
    text-align: center;
    text-indent: initial;
    font-weight: 400;
}

.lasso-nav-item:hover {
    background: #22baa0;
    color: white;
}

.lasso-nav-item.toolbox-nav-active, .lasso-nav-item.toolbox-nav-active:hover {
    background: #22baa0;
    color: white;
}

.lasso-display-grid {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.lasso-display-grid.single {
    margin: 0 0 15px 0;
}


#lasso-grid-container-full.lasso_demo .lasso_toolbox .tool_section .tool {
    width: 95%;
    margin: 0 0 1em 0;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool.lmm_book {
    min-height: 400px;
    max-height: 400px;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool:nth-child(even) {
    float: right;
    margin: 0 0 3% 0;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: black;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool img {
    float: right;
    margin: 0 0 10px 20px;
    border-radius: 4px;
    box-shadow: none;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool.lmm_book img {
    width: 200px;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-cta {
    position: absolute;
    bottom: 8%;
    left: 6%;
    background-color: #22baa0;
    border: 2px solid #22baa0;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-cta:hover {
    color: #22baa0;
    background-color: white;
    border: 2px solid #22baa0;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-cta:before {
    color: #22baa0;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-clear {
    position: absolute;
    bottom: 8%;
    right: 6%;
}

#lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-clear:before {
    color: #22baa0;
}



@media only screen and (max-width: 810px) {
    .lasso_toolbox {
        padding: 0 20px;
        background: #F8F8FB;
    }

    .toolbox_button {
        float: left;
        width: 22%;
        margin: 5px;
        padding-bottom: 8px;
        vertical-align: middle;
        border-radius: 4px;
        text-align: center;
        background: white;
        color: black;
        font-size: 11px;
        line-height: 11px;
        text-transform: capitalize;
        box-shadow: 0 1px 2px 0 #ccc;
        -webkit-box-shadow: 0 1px 2px 0 #ccc;
        -moz-box-shadow: 0 1px 2px 0 #ccc;
    }

    .toolbox_button img {
        padding: 15%;
        width: 70%;
        min-height: 61px;
    }

    #lasso-grid-container-full .lasso_toolbox .tool_section .tool:nth-child(even) {
        float: none;
        margin: 0 0 5% 0;
    }

    #lasso-grid-container-full .lasso_toolbox .tool_section .tool {
        display: block;
        float: none;
        text-align: left;
        width: initial;
        min-height: initial;
        max-height: initial;
        margin: 0 auto 20px auto;
        overflow: hidden;
        padding: 18px;
        font-size: 16px;
    }

    .start .toolbox p {
        text-align: left;
    }

    .start .toolbox img {
        display: none;
    }

    .start .toolbox .tool img {
        display: block;
    }

    #lasso-grid-container-full .lasso_toolbox .tool_section .tool img {
        max-width: 100px;
        float: right;
        width: inherit;
        margin: 0 0 10px 20px;
        border-radius: 4px;
    }

    .tool_section .tool.lmm_book img {
        max-width: 40%;
    }

    #lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-cta,
    #lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-clear {
        position: initial;
        width: 80%;
        text-align: center;
    }

    #lasso-grid-container-full .lasso_toolbox .tool_section .tool .button-clear {
        margin-top: 10px;
    }

    #lasso-grid-container-full .lasso_toolbox .tool_section .tool p {
        margin: 20px 0 0 0;
        text-align: center;
    }
    
}

@media only screen and (max-width: 400px) {
    #lasso-grid-container-full .lasso_toolbox .tool_section .tool img {
        max-width: 20%;
        float: right;
        width: inherit;
        margin: 0 0 10px 20px;
        border-radius: 4px;
    }
}

#add-edit-category span.page-title {
    text-transform: uppercase;
}

.header-lasso-notifications {
    margin-left: -20px;
}

.header-lasso-notifications span {
    padding: 15px 10px;
    color: white;
    width: 100%;
    display: block;
    font-weight: 600;
}

.header-lasso-notifications span i {
    font-size: 20px;
}

.header-lasso-notifications span i,
.header-lasso-notifications span button {
    vertical-align: middle;
}

.header-lasso-notifications span.info {
    background-color: #22BAA0;
}
.header-lasso-notifications .lasso-button.info {
    color: #22BAA0;
}
.header-lasso-notifications span.warning {
    background-color: #FBBA4B;
}
.header-lasso-notifications .lasso-button.warning {
    color: #FBBA4B;
}
.header-lasso-notifications span.error {
    background-color: #DC5170;
}
.header-lasso-notifications .lasso-button.error {
    color: #DC5170;
}

#update-nag, .update-nag, .notice {
	display: none !important;
}
