/*!
Theme Name: DALL\'AVA
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for DALL\'AVA
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dallava
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DALL\'AVA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
.btn-submit {
	right: 25px;
	bottom: 25px;
	font-size: 35px;
}

.footer .btn-submit i {
	font-size: 35px;
	margin: 0;
}

.footer p span.wpcf7-form-control-wrap {
	width: 100%;
}

.footer .btn-submit:hover i {
	color:#fff;
}

.about.inner .list li {
	color: #fff;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-size: 15px;
}


input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.iframCode h2,#payment-calc .rh-calc-main .rate-selector {
	color: #ccb257 !important;
}

.ratehub-calc .go, .ratehub-calc .get-details,
.iframCode .ratehub-calc .go:active, 
.iframCode .ratehub-calc .get-details:active {
	background-color: #ccb257 !important;
}

.iframCode .ratehub-calc .go:hover,
.iframCode .ratehub-calc .go:focus,
.iframCode .ratehub-calc .get-details:hover,
.iframCode .ratehub-calc .get-details:focus {
	background-color: #ccb257!important;
}

#payment-calc .calc-tip-top,
#payment-calc .calc-tip-middle,
#payment-calc .calc-tip-bottom {
	background: #ccb257!important;
}

#payment-calc .calc-tip-top {
	border-radius: 8px 8px 0 0!important;
}

#payment-calc .calc-tip-bottom {
	border-radius: 0 0 8px 8px!important;
}

.calc-tip-nib {
	display: none;
}

#payment-calc .rh-calc-head .go {
    float: left;
    font-size: 1.25em;
    width: initial !important;
    margin: 0 0.66em;
}

ul#primary-menu li.menu-item-has-children:hover ul.sub-menu{
	display:block;
}
ul#primary-menu li.menu-item-has-children>ul.sub-menu>li{
	position:relative;
}

ul#primary-menu li.menu-item-has-children>ul.sub-menu>li>ul.sub-menu {
	display: none !important;
	position:absolute;
	top:0;
	left:100%;
}

ul#primary-menu li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
	display: block !important;
}
ul#primary-menu ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	float: none;
	position: absolute;
	top: 70px;
	padding: 0px;
	box-shadow: 0px 1px 2px 2px #f2f2f2;
	border: none;
}

ul#primary-menu.navbar-nav li {
	position: relative;
}

ul#primary-menu.navbar-nav li.menu-item-has-children>a {
	padding-right: 15px !important;
}

ul#primary-menu.navbar-nav li.menu-item-has-children>a:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	position: absolute;
	top: 48%;
	right: 0px;
	color: #fff;
	font-size: 14px;
}

ul#primary-menu ul.sub-menu {
	background: none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin: 0;
	min-width: 230px;
	text-align: center;
	left: -20px;
	top: 99%;
}

ul#primary-menu ul.sub-menu li {
	margin: 0;
}

ul#primary-menu ul.sub-menu li .nav-link {
	padding: 0px 0px;
	color: #fff !important;
	font-size: 12px;
	line-height: 40px;
	transition: all .3s;
	background-color: #ccb257;
	text-transform: uppercase;
	text-align: center;
	margin: 1px 0px;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-family: 'Red Hat Text', sans-serif;
	text-align: center;
}

ul#primary-menu.navbar-nav .nav-item:hover ul.sub-menu li .nav-link {
	color: #fff !important;
}

ul#primary-menu ul.sub-menu li .nav-link:hover {
	background: #000;
	color: #fff !important;
}
#stepper {
	padding: 120px 0;
	color: #fff;
	display:inline-block;
	width:100%;
}

#stepper h2 {
	font-size: 45px;
	line-height: 60px;
	margin-bottom:40px;
}


#stepper .bottom-btn {
	display:inline-block;
	width:100%;
}

#stepper .filed {
	float:left;
	width:100%;
	padding:8px 0px;
}

#stepper .fieldset {
	float:left;
	width:100%;
	padding-top:8px;
}

#stepper .bg-grey {
	border-radius: 10px;
	background: #f2f2f2;
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
	padding:55px 30px;
}


#StepOne .next_btn.full-w {
	width:100% !important;
	margin-top:8px!important;
}


#stepper .btn-info {
	border:none;
	width:100%;
	margin-top:15px;
	pointer-events:none;
	min-height:106px;
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	padding: 24px 0px;
}

#stepper .btn-info  span {
	font-size:18px;
}

#stepper .btn-info.active {
	background:#ccb257;
	border-color:#ccb257;
	color:#fff;
}

#stepper .btn-info.active:hover {
	color: #071c1f;
}

#stepper .theme-btn-1 {
	color: #ccb257;
	border: 1px solid #fff;
	background:none;
	border-radius:0px;
}

#stepper .theme-btn-1:hover {
	color:#fff;
	background:#ccb257;
	border-color:#ccb257;
}

#stepper a.l-btn {
	line-height:58px;
	border-radius:0px;
	color: #ccb257;
}

#stepper input {
	width:100%;
	height:60px;
	padding-left:15px;
	color:#000;
	background:#fff;
}

#stepper label {
	font-size: 18px;
	font-weight:600;
	color: #fff;
	margin-bottom:20px;
}

#stepper #StepTwo input {
	margin-bottom:14px;
}

#stepper #StepTwo a.l-btn {
	margin-right:10px;
}

#stepper a.l-btn {
	line-height: 45px;
	border-radius: 0px;
	color: #ccb257;
	width: 100%;
}

.cf7mls_next.action-button,
.cf7mls_back.action-button {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none !important;
	background: transparent;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	max-width: 100%;
	min-height: 45px;
	border: 1px solid #fff;
	padding: 6px 20px 6px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ccb257;
	transition: all 0.4s ease-in-out;
	background: #fff;
}

.cf7mls_next.action-button:hover,
.cf7mls_back.action-button:hover {
	border: 1px solid #ccb257;
	color: #fff;
	background: #ccb257;
}

#stepper .bottom-btn .row {
	display: flex;
	justify-content: center;
}

#stepper .bottom-btn>.row {
	display: flex;
	justify-content: center;
}


#stepper #StepThree .bottom-btn  {
	display: flex;
	justify-content: center;
}

#stepper input.wpcf7-submit {
	border: 1px solid #fff;
	color: #ccb257;
	background: #fff;
	min-height: 45px;
	padding: 0px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 200px;
	margin-top: 35px;
}

#stepper h2 {
	font-size: 22px;
	line-height: 37px;
}

.contact-newsletter {
	padding: 40px 0px;
}


#stepper.alert {
	padding: 120px 0;
	color: #fff;
	display: inline-block;
	width: 100%;
}

#stepper.alert .bg-step-form {
	background: #ccb257;
	padding: 30px 20px 50px;
	background-size: cover;
	box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
	padding: 55px 30px;
	border-radius: 10px;
}

#stepper.alert h2 {
	margin-top: 40px !important;
	color: #fff;
	font-size: 40px;
	margin-bottom: 24px;
}

#stepper.alert  span.wpcf7-list-item {
	display: inline-block;
	width: 48%;
	text-align: left;
}

#stepper.alert  span.wpcf7-list-item span {
	color: #fff;
	font-size: 20px !important;
}

#stepper.alert  span.wpcf7-list-item input {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}

#stepper.alert span.wpcf7-list-item span {
	font-size: 16px !important;
}

#stepper.alert input {
	color: #fff;
}

#stepper.alert {
	margin: 0px;
}

#stepper.alert h4 {
	font-size: 21px;
	line-height: 1.5;
} 

#stepper.alert input.btn-sub {
	color: #ccb257;
	border: 1px solid #fff;
	background: #fff;
}

#stepper.alert input:focus {
	box-shadow: none;
	outline: none;
}

#stepper.alert input::-webkit-input-placeholder {
	color:#fff;
}

#stepper.alert input {
	color: #fff;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
}
.cf7mls_next.action-button,
.cf7mls_back.action-button {
	border: 1px solid #fff !important;
	color: #ccb257 !important;
	background: #fff !important;
}
.cf7mls_next.action-button:hover, .cf7mls_back.action-button:hover,
#stepper.alert input.btn-sub:hover {
	border: 1px solid #000 !important;
	color: #fff !important;
	background: #000 !important;
}

#stepper h1 {
	font-weight: 500;
	color: #ccb257;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'Bodoni Moda', serif;
	margin-bottom: 30px;
}

#stepper h2 {
	font-weight: 500;
	color: #ccb257;
	font-size: 29px;
	text-transform: uppercase;
	font-family: 'Bodoni Moda', serif;
	margin-bottom: 30px;
}

.homeEvaluationTitleText {
	font-size: 40px !important;
	line-height: 50px !important;
}

#StepThree p {
	font-size: 15px; 
}

#stepper.alert h4{
	color:#fff;
}

.navbar-nav li.current-menu-item>a.nav-link, .navbar-nav li.current-menu-item>a.nav-link:hover {
	color: #ccb257 !important;
	font-weight: bold !important;
}

/* REVERSE THE APPEARANCE ORDER FOR THE MOBILE MENU */
@media (max-width: 480px) {
	.mobile-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

/* STYLING FOR THE TWO FORMS IN THE SINGLE PAGE */
.modalStyle {
	background-color: #000;
	border: solid 2px #fff;
}

.close {
	color: #fff !important;
	opacity: unset !important;
	text-shadow: none !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
