﻿/*
Theme Name: Glucosamine
Theme URI: https://wordpress.org/themes
Author: ThaovLe
*/
.single .row{
    margin-bottom: 15px;
}
.store-address{
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}
.store-address li{
    border-bottom: 1px dashed #d0d0d0;
    padding: 5px;
    margin-right: 10px;
    /*cursor: pointer;*/
}
.store-address h4{
    color: #ff9d1f;
}
.store-address span{
    text-align: right;
}
.store-image{
    margin-bottom: 30px;
}
.store-image img{
    padding: 10px;
}
.article-brief.related h4{
    margin-top: 0;
}
.mobile{display: none;}
.desktop{display: block;}
.feedback-item .more-info{font-size: 14px; font-style: italic;}
@media screen and (max-width: 767px) {
    .store-address{margin-bottom: 10px;}
    .desktop{display: none;}
    .mobile{display: block;}
    .mobile .button {
        border-radius: 5px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 6px 12px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        margin: 0 5px;
    }

    .mobile .button.white-btn {
        color: #fff;
        border: 2px solid #fff;
    }

    .mobile .button.white-btn:hover {
        background-color: #ff9d1f;
        border-color: #ff9d1f;
        color: #230603;
    }

    .mobile .button.yellow-btn:hover {
        color: #fff;
        border: 2px solid #fff;
    }

    .mobile .button.yellow-btn {
        background-color: #ff9d1f;
        border-color: #ff9d1f;
        color: #230603;
    }
}