/*
 Theme Name:   Bello Child
 Theme URI:    http://bello.bold-themes.com
 Description:  Bello Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     bello
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  bello-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */


/* Contact From */
.nf-before-form-content .nf-form-fields-required {
	display: none;
}
body .feedback-form {
	max-width: 50%;
	margin: auto;
}
@media (min-width: 768px) {
    body .nf-form-cont nf-field:has(.custom-half-desktop)  { width: 49%; clear: none; display: inline-block; vertical-align: top; }
    body .nf-form-cont nf-field:has(.custom-half-desktop) + nf-field:has(.custom-half-desktop) { margin-left: 2%; }
}
@media (max-width: 767px) {
    body .nf-form-cont nf-field:has(.custom-half-mobile)  { width: 49%; clear: none; display: inline-block; vertical-align: top; }
    body .nf-form-cont nf-field:has(.custom-half-mobile) + nf-field:has(.custom-half-mobile) { margin-left: 2%; }
}
body .nf-form-cont {
	background-color: #ffffff;
	background-image: url('images/bg-mail.png');
	background-repeat: repeat-x;
	background-size: 58px 5px;
	font-size: 14px;
	padding: 30px 25px 15px 25px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 5px 35px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 35px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 35px rgba(0,0,0,.1);
	box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
	width: 100%;
}
body .remove-shadow-form-cont .nf-form-cont {
    background-image: none;
    padding: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
body .nf-form-cont:after, body .nf-form-cont:before {
	content: "";
	position: absolute;
	background: #ffffff;
	height: 6px;
	left: 8px;
	right: 8px;
	bottom: -6px;
	z-index: 0;
	opacity: 0.4;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
body .nf-form-cont:before {
	left: 16px;
	right: 16px;
	bottom: -12px;
	opacity: 0.2;
}
body .nf-form-cont select, body .nf-form-cont input:not([type*="radio"]), body .nf-form-cont textarea {
	width: 100%;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 1.6;
	color: #6c6e73;
	background-color: #f5f6f6;
	background-image: none;
	border: 1px solid #e9eaeb;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
body .nf-form-title h3 {
    font-size: 16px;
	line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
	font-weight: bold;
}
body .nf-form-cont input:not([type*="radio"]),
body .nf-form-cont select {
	height: 44px;
}
body .nf-form-cont textarea {
	height: 132px;
}
body .nf-form-cont input[type="submit"] {
	background: var(--md-red-color);
	color: #ffffff;
	width: 100%;
	padding: 0;
}
body .nf-form-cont .nf-input-limit:empty {
	display: none
}
body .nf-form-cont .nf-error-wrap.nf-error .nf-error-msg.nf-error-required-error {
	background: #d83d3e;
	background: var(--md-red-color);
	color: #ffffff;
	padding: 4px 10px;
	width: 100%;
	font-size: 10px;
	position: relative;
    top: -3px;
	border-radius: 0 0 3px 3px;
}
/* / Chrome, Safari, Edge, Opera / */
body .nf-form-cont input::-webkit-outer-spin-button, body .nf-form-cont input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
/* / Firefox / */
body .nf-form-cont input[type=number] {
	-moz-appearance: textfield;
	appearance: none;
}

/* Date - Time */
*:has(.saturday-blocked) .flatpickr-day[aria-label*="Saturday"],
*:has(.sunday-blocked) .flatpickr-day[aria-label*="Sunday"] { pointer-events: none; color: #ff0000; }
.date-time-container .nf-field-element div:nth-child(2) {
	margin: 0 19px;
}
.date-time-container .nf-field-element .pikaday__container {
	width: calc(100% - 200px);
	float: left;
}
.date-time-container .nf-field-element .pikaday__container ~ div {
    width: 80px;
}
/* File Upload */
body .nf-form-cont .file_upload-container .nf-field-element {
	position: relative;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="button"] {
	height: 120px;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	background-color: #fbfcff;
	color: #333;
	border-style: dashed;
	border-color: #333;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="button"] span:before {
    display: block;
    margin-bottom: 0;
    content: "\e68a";
    font-family: 'Pe-icon-7-stroke';
    font-size: 4em;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="button"] span:after {
    content: "OR Drag and Drop files here";
    display: block;
    margin-top: 2px;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="reset"] {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    font-size: 0;
	height: 26px;
	width: 26px;
	text-align: center;
}
body .nf-form-cont .file_upload-container .nf-field-element button[type*="reset"]:before {
	content: "X";
	color: #ffffff;
	font-size: initial;
	width: 23px;
	text-align: center;
	padding-left: 12px;
	font-weight: 600;
}
body .nf-form-cont .file_upload-container .nf-field-element .nf-fu-progress {
	position: absolute;
	top: 3px;
    left: 4px;
    right: 4px;
    height: 114px;
    margin: 0;
	opacity: 0.4;
}
.nf-fu-progress:has(.nf-fu-progress-bar.nf-fu-progress-bar-success[style*="width: 0px;"]),
.nf-fu-progress:has(.nf-fu-progress-bar.nf-fu-progress-bar-success:not([style*="width"])) {
    display: none;
}
.nf-fu-progress .nf-fu-progress-bar {
    background-color: #008000;
}

.files_uploaded p {
    background: var(--wp--preset--color--vivid-green-cyan);
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
.files_uploaded nf-section p:before {
    content: "\e641";
    font-family: 'Pe-icon-7-stroke';
    display: inline-block;
}
.files_uploaded nf-section p a {
    background: var(--wp--preset--color--pale-pink);
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 700;
    float: right;
}
.files_uploaded nf-section p a:hover,
.files_uploaded nf-section p a:focus {
	background: var(--md-red-color);
    /*background: var(--wp--preset--color--vivid-red);*/
    color: #ffffff;
}
/* Duplicate Field */
body .nf-form-cont .nf-field-container.repeater-container .nf-repeater-fieldset nf-field:last-child .nf-field-container {
	margin-bottom: 0;
}
/* Multi Step */
body .nf-form-cont input[type="button"] {
    min-width: 140px;
}
body .nf-form-cont input.nf-next[type="button"] {
    background: #04AA6D;
	color: #ffffff;
	width: 100%;
	padding: 0;
}
/* Progress Bar */
body .nf-progress-container {
    background-color: var(--md-red-color);
    margin: 0;
    border: 0;
}
body .nf-progress-container .nf-progress {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    background-color: #36a5c3;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@keyframes progress-bar-stripes {
    0% { background-position: 1rem 0; }
    100% { background-position: 0 0; }
}
@media only screen and (min-width: 768px) {
    .nf-breadcrumbs li ~ li:before {
        content: "\e684";
        font-family: 'Pe-icon-7-stroke';
        font-weight: 700;
        font-size: 30px;
        position: absolute;
        left: -24px;
        top: 0;
        bottom: 0;
        line-height: 26px;
    }
    .nf-breadcrumbs li ~ li {
        margin-left: 16px !important;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    body .nf-breadcrumbs li a {
        display: none;
        margin-bottom: 0;
    }
    body .nf-breadcrumbs li.active a {
        display: block;
    }
}
