/*
Theme Name: Kadence Child
Theme URI: https://example.com/
Description: Child theme for Kadence
Author: Your Name
Author URI: https://example.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Add your custom CSS below */
.page-id-559 .inquirynoe p label {
    color: #ffffffad !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    padding-left: 2px;
	font-weight:700;
}
.page-id-559 .inquirynoe p label input {
    width: 100%;
    padding: 18px 25px;
    background: rgba(5, 8, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    color: #fff!important;
    font-size: 1.1rem;
    transition: 0.3s;
    font-family: inherit;
}
.page-id-559 .inquirynoe p label textarea {
    /* background: red; */
    width: 100%;
    padding: 18px 25px;
    background: rgba(5, 8, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    color: #fff!important;
    font-size: 1.1rem;
    transition: 0.3s;
    font-family: inherit;
	height:150px;
}
.page-id-559 .inquirynoe p label select {
    width: 100%;
	 color: #fff!important;
    padding: 18px 25px;
    background: rgba(5, 8, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    color: #fff;
    font-size: 1.1rem;
    transition: 0.3s;
    font-family: inherit;
}
.page-id-559 .ingageDiscovery input {
    width: 100%;
    padding: 22px;
    background:#2bbfb0;
    color: #05080f;
    border: none;
    border-radius: 20px;
    font-weight: 900;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.5s var(--ease-out);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
}

.single-post .elementor img {
    border-radius: 30px;
}
