/*
Theme Name:  Fablio Child Theme
Description: Child theme for the Fablio theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    fablio
Version:     0.1
Text Domain: fablio-child
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.rilman-cta-button {
	display: inline-block;
    position: relative;
    padding: 12px 20px;
    background-color: rgba( 34,45,53,1);
    height: auto;
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.rilman-cta-button:hover {
	background-color: #1668B2;
	color: #fff;
}

.nav-menu .dgwt-wcas-search-wrapp {
	margin-top: 10px;
}

.tm-header-style-infostack .kw-phone .ttm-custombutton .lang-item {
    float: right;
}

.tm-header-style-infostack .header-widget a {
    color: #fff;
}

@media (max-width: 991px) {
    .post-type-archive-product #content .site-content-inner,
    .tax-product_cat #content .site-content-inner {
        display: flex;
        flex-direction: column-reverse;
    }
}