/*
Theme Name: Travelami Child
Theme URI: https://travelami.templaza.net/
Description: A child theme of Travelami
Author: TemPlaza Team
Author URI: https://www.templaza.com
Version: 1.1.6
Text Domain: travelami
Template: travelami
*/

.ns-book-btn {
	font-weight: 300 !important;
    line-height: normal !important;
    white-space: nowrap !important;
    padding: 18px 30px !important;
    background-color: #c9933f !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    font-size: 13px !important;
	transition: all .3s ease;
}

.ns-book-btn:hover {
    color: #ffffff !important;
	background: #AC8241 !important;
	transition: all .3s ease;
}

	