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

/*************** ADD CUSTOM CSS HERE.   ***************/
.lightbox-by-id {
	padding: 0 !important;
	border-radius: 16px;
	overflow: hidden;
}

.popup-content .wpcf7,
.popup-title {
	padding: 24px;
}

.popup-content .wpcf7 label {
	font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.popup-content .wpcf7-form-control-wrap input[type="text"],
.popup-content .wpcf7-form-control-wrap input[type="tel"],
.popup-content .wpcf7-form-control-wrap select,
.popup-content .wpcf7-form-control-wrap textarea {
	background-color: var(--bs-white);
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	font-weight: 300;
	font-size: 1.05em;
	padding: 4px 0 5px;
	border-bottom: 1px solid #303030a6;
	height: unset;
	color: var(--bs-gray-600);
	appearance: none;
	margin-bottom: 25px;
}

.popup-content .wpcf7-form-control-wrap textarea {
	height: 80px;
    min-height: unset;
}

.popup-content .wpcf7 input[type="submit"] {
	border-radius: 99px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.popup-title h4 {
	font-size: .95em;
    color: var(--primary-color);
    line-height: 1.2;
    text-transform: none;
}

.popup-title h3 {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6em;
    color: #D42600;
    margin: 5px 0;
    line-height: 1.4;
}

.popup-title p {
	font-size: .9em;
    opacity: .8;
    color: #495057;
    margin-bottom: 0;
}

ul.content-navigation li {
	background-color: rgba(243, 246, 249, 0.61);
}