/*
 Theme Name:   Trailblazer Child Theme
 Theme URI:    https://trailblazer.axiomthemes.com/
 Description:  Trailblazer Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     trailblazer
 Version:      1.0.0
 Tags: adventure, hot air balloon rides, bungee jumping, diving, helicopter tours, kayaking, outdoor activities, rafting, scuba, skydiving, tourism, tours, travel, wildlife
 Text Domain:  trailblazer
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.slick-dots{
	margin-top:50px !important;
}
.form-style-2 label{
	    font-weight: 700;
    color: #000;
}
.form-style-2 .line{
	background-color: #bab9c2 !important;
}
.form-style-2 input, .form-style-2 select, .form-style-2 textarea{
	padding-left: 20px !important;
}
.contact-us{
	margin:auto;
}
.learn-more{
	margin:auto;
}
.reefbutton {
    position: relative;
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 230px;
    overflow: hidden;
    border-radius: 40px;
    text-align: center;
    isolation: isolate;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.reefbutton .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 230px;
    height: 220px;
    background: #009ee3;
/*     box-shadow: inset 0 0 50px rgba(0, 0, 0, .5); */
    transition: .5s;
    border-radius: 40px;
}
.reefbutton .liquid::before {
    border-radius: 45% !important;
    animation: animate 5s linear infinite;
    background: #007eb5 !important;
}
.reefbutton .liquid::after {
    border-radius: 40% !important;
    background: #007eb569 !important;
    animation: animate 10s linear infinite;
}
.reefbutton .liquid::after, .reefbutton .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
    border-radius: 40px;
}
.reefbutton span, .liquid span {
    font-weight: 500;
    font-family: 'Alata';
    text-align: center;
    position: relative;
    color: #fff;
    font-family: "Kumbh Sans", sans-serif;
    z-index: 1;
    text-transform: capitalize;
}
.footer-hover-border .custom_links_list_item_title:after{
	background-color:#000 !important;
}
.social_icon{
color: #000 !important;
    border: 1px solid !important;
    border-radius: 8px !important;
	    width: 35px !important;
    height: 35px !important;
    line-height: 33px !important;
}
.design-develop{
	color:#000 !important;
}
.design-develop:hover{
	color:#000 !important;
}
.wpcf7 .wpcf7-submit-style .submit-style-in{
	border-radius:50px;
}
.wpcf7 .wpcf7-submit-style .wpcf7-submit{
	box-shadow:inherit !important;
}
@keyframes animate {
0% {
    transform: translate(-50%, -75%) rotate(0deg);
}
	100% {
    transform: translate(-50%, -75%) rotate(360deg);
}
}
@media (max-width: 767px) {
	.logo_image {
        max-height: 42px !important;
    }
	        .menu_mobile .sc_layouts_logo img {
            filter: invert(1) !important;
        }
}


















