/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3.3
*/

.pad-rl-none{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.list__facebook--title {
    background: #008FFF;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 9px;
    text-align: center;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	font-weight: 800;

}

.list__facebook--item{
    margin-top: 6px;
}

.facebook__item--body{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    text-align: center;
    align-items: center;
    font-size: 13px;
    background: #f1f1f1;
    margin-top: 5px;
}

.facebook__title--sub, .facebook__item--sub {
    width: 50%;
}

.facebook__title--stock, .facebook__item--stock {
    width: 10%;
}

.facebook__title--label, .facebook__item--label {
    width: 20%;
}

.facebook__title--price, .facebook__item--price {
    width: 10%;
}

.facebook__title--control, .facebook__item--control {
    width: 10%;
}


.item__sub--name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.item__sub--name .sub__name {
    width: 100%;
}

.item__sub--name img {
    margin-right: 10px;
}
.facebook__item--label {
    color: #8e8e8e;
}
.facebook__title--sub{
    text-align: left;
}
.facebook__item--control img {
    width: 21px;
    height: 18px;
}

.facebook__item--control a {
    display: block;
    border: 1px solid #229f33;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.facebook__item--control {
    padding: 0 10px;
    width: 20%;
}
.facebook__item--stock-control {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.facebook__item--stock-price {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}

.facebook__item--stock-price * {
    width: 100%;
}
.item__sub--name-mb{
    display: none;
}
.facebook__title--stock-control {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.facebook__title--control {
    width: 20%;
}

.facebook__title--stock-price {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}

.facebook__title--stock-price * {
    width: 100%;
}

.facebook__viewall--link {
    display: block;
    border: 1px solid #2fb241;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    color: #2fb241;
    margin: 10px 0;
    cursor: pointer;
}

.facebook__viewall--link:hover {
    color: #fff;
    background: #2fb241;
}

.facebook__item--control.facebook__item--single {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.facebook__item--control.facebook__item--single a {
    width: 100%;
    padding: 50px;
}

@media (max-width: 767px){
    .facebook__title--stock, .facebook__title--label, .facebook__title--price, .facebook__title--control, .item__sub--name .sub__name {
        display: none;
    }
    .facebook__item--stock-price {
        flex-direction: column;
        width: 50%;
    }
    
    .facebook__item--control {
        width: 50%;
    }
    .facebook__item--body{
        flex-wrap: wrap;
    }
    .item__sub--name-mb{
        display: block;
        width: 100%;
        text-align: left;
    }
    .facebook__title--sub {
        width: 100%;
        text-align: center;
    }
    .facebook__title--stock-control{
        width: 0%;
    }
    .facebook__item--control.facebook__item--single {
        width: 100%;
    }
}