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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.hd-ct-tt {
	font-weight: bold;
	font-size: 20px;
}

.tx-img-h {
	max-width: 150px;
}

.header-ct {
    text-align: center;
}

.header-ct h1 {
    color: #336b1d;
    margin-bottom: 10px;
}

.header-ct .header-ct-sub {
    font-size: 16px;
}

.ct-home-1 {
    font-size: 28px;
color: #dd3333;
font-weight: 700;
font-style: normal;
}

.ct-home-2 {
    font-size: 30px;
    color: #336b1d;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

.tx-button {
    color: #ffffff;
    border: none;
    background-color: #9ad66f;
    background-image: -webkit-linear-gradient(left, #9ad66f 0%, #2a6315 50%,#9ad66f 100%);
    background-image: linear-gradient(to right, #9ad66f 0%, #2a6315 50%,#9ad66f 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.tx-button:hover {
    color: #ffffff;
    background-color: #2a6315;
    border: none;
    background-position: 100% 0;
}

.ftb-tt {
    font-weight: bold;
    margin-bottom:10px;
    color: #333;
}

.absolute-footer {
    display: none;
}