/*

Theme Name: MyHome Child
Theme URI: http://myhome.tangibledesing.net
Author: TangibleDesign
Author URI: http://themeforest.net/user/tangibledesign
Description: Child
Version: 1.0.0
Template: myhome
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myhome-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

*/

/* Hide IDX empty Copyright box */
#IDX-main #IDX-detailsWrapper + div,
#IDX-main #IDX-photoGallery + div,
#IDX-main #IDX-resultsMLSRights {
    display: none !important;
}

/* Test it free button */
.vehica-buy-now {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999999;
    transition: opacity 0.2s ease;
}

@media (min-width: 900px) {
    .vehica-buy-now {
        display: block;
    }
}

.vehica-buy-now__button {
    min-width: 184px;
    text-align: center;
    color: #fff !important;
    background-color: #82b440;
    border-bottom: 2px solid #afe568;
    border-radius: 10px;
    font-size: 20px;
    padding: 16px 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    direction: ltr;
    transition: all 0.2s ease;
}

.vehica-buy-now__button:hover {
    filter: brightness(1.1);
}

.vehica-buy-now__button span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.vehica-buy-now__button span:after {
    content: '';
    display: block;
    height: 2px;
    width: 41px;
    position: absolute;
    top: 10px;
    left: -3px;
    transform: rotate(-10deg);
    background: red;
    opacity: 0.8;
}

.vehica-test-free {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 99999999;
    transition: opacity 0.2s ease;
}

@media (min-width: 900px) {
    .vehica-test-free {
        display: block;
    }
}

.vehica-test-free__button {
    min-width: 184px;
    text-align: center;
    color: #fff !important;
    background-color: #540268;
    border-bottom: 2px solid #22002a;
    border-radius: 10px;
    font-size: 20px;
    padding: 16px 20px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    direction: ltr;
    transition: all 0.2s ease;
}

.vehica-test-free__button:hover {
    background: #700a8a;
}

.vehica-test-free__button span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.buy-now-menu-item .link_text {
    font-size: 0 !important;
}

.buy-now-menu-item .link_text {
    font-size: 0 !important;
}

.buy-now-menu-item .link_text:after {
    font-size: 12px;
    content: 'Buy Now';
}