/*
Theme Name: Novanestcleaning Child
Description: This is a child theme for Nova Nest Cleaning Theme
Author: John Shrestha
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');
h1, h2, h3, h4, h5, h6{
    font-family: Jost, sans-serif !important;
	
    margin-bottom: 0.1em !important;
	letter-spacing:1px;

}

.widget-title{
   font-family: Jost, sans-serif !important;
    
}

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#header-contact a {
    font-size: 1em;
    color: #222 !important;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd;
}
.nav-dropdown-default {
    padding: 5px;
}
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    color: #222 !important;
    font-size: 0.8em;
    line-height: 20px;
    padding: 5px 0;
    font-weight: bold;
}
.nav-dropdown.nav-dropdown-default>li>a:hover{color:#7EB189 !important;}

/*************** footer  ***************/


span.widget-title {
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
     font-size: 1.5em;
     font-weight: normal;   
}

.footer-2 ul.menu>li:before, .widget>ul>li:before  {
	
	content: "" !important;
}

/* icon */
ul.menu>li:before, .widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px; }

.icon-map-pin-fil:before {
    content: "\e009";
}

.icon-phone:before {
    content: "\e600";
}
.icon-envelop:before {
    content: "\e003";
}
.footer-2 p{margin-bottom:0.3em; font-size:0.9em;}
.footer-2 .dark .is-divider {
    background-color: #1A90CE !important;
}
.footer-2 .widget {
    margin-bottom: 0.5em;
}
.footer-2 li {font-size:0.9em;}
.absolute-footer {

    color: #fff !important;
	font-size:0.9em;
	padding:10px 0 10px 0;
}
.absolute-footer strong{color: #fff;}
.button.is-outline {
    border: 2px solid #fff !important;
    background-color:#1A90CE !important;
}
.footer-secondary {
    padding: 0;
}
.button.is-outline i{
    color: #fff !important;
}

/*============== Uni Form ================ */

.button, button, fieldset, input, select, textarea {
    margin-bottom: 0em;
}

.uwf-field, select {
    margin-bottom: 0 !important;
} 
.uwf-field label{
    display: none;
}
.uwf-step-nav .button {
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
}

.uwf-field input, .uwf-field textarea, .uwf-field select {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.uwf-section-title {
   margin: 0;
    padding-bottom: 0px;
    line-height: 4px;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
	font-weight:normal;
}