/*!
Theme Name: Colavecchio
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Developed for Colavecchio
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: colavecchio
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.

Colavecchio 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.
*/


input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 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;
}

.header ul#primary-menu li.current_page_item a:not(:hover){
	color: #80527b !important;
	border-bottom: 2px solid #80527b !important;
}

body.home ul#primary-menu li.current_page_item a{
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
}

.header .navbar-nav li.nav-item {
	padding: 0px 15px 5px;
}

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

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

.header li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
	display: block !important;
}
.header ul.sub-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	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;
    padding: 0px;
}

.header .navbar-nav ul.sub-menu li a.nav-link {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem !important;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	text-transform:uppercase;
	letter-spacing:inherit;
}
.header .navbar-nav ul.sub-menu li a.nav-link:hover{
	 color: #fff !important;
    text-decoration: none;
    background-color: #80527b;
}

.header .navbar-nav ul.sub-menu li{
	padding:0px 0px;
}


.ratehub-calc .go:active, .ratehub-calc .get-details:active {
	background-color: #80527b !important;
}
.ratehub-calc .go, .ratehub-calc .get-details {
	background-color: #80527b !important;
}
.rh .popover .popover-title, #payment-calc .go, #payment-calc .get-details, #payment-calc .calc-tip-top, #payment-calc .calc-tip-bottom, #payment-calc .calc-tip-middle, .rh-rate-selector table.rate-display td:first-child + td + td a {
	background: #80527b !important;
}
#payment-calc .calc-tip-wrapper .active:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -10px;
	right: auto;
	top: 17px;
	bottom: auto;
	border: 12px solid;
	border-color: #80527b #80527b transparent transparent;
}
#payment-calc .rh-calc-main .rate-selector {
	color: #000 !important;
}
#payment-calc .calc-tip-step5 .calc-tip-nib, #payment-calc .nib-left .calc-tip-nib {
	display: none;!important;
}

#main-menu .sidemenu li.menu-item-has-children a {
	padding: 0px 0px 20px 0px!important;
}


@media only screen and (min-width: 1850px) {
	.header .navbar-nav{
		/*margin-left:0px !important;*/
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1849px) {
	.header .navbar-nav li.nav-item {
		padding: 0px 5px 5px!important;
	}
	.navbar-nav .nav-link {
		font-size: 13px!important;
	}
	.header .navbar-nav {
		text-align: center;
	}
}
@media (max-width: 1199px) {
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
.btn-default {
	font-size: 13px!important;
}
	.btn-default:before {
				top: -14px;
		right: -10px;
	}
	.btn-default .fa {
		margin-right: 7px;
	}
	#payment-calc .calc-tip-wrapper {
		display: none;
	}
}
@media only screen and (max-width: 424px) {
	#ask_heading {
		font-size:13px ;
	}
	#payment-calc .rh-calc-head #ask {
				width: 4.5em!important;
	}
	#payment-calc .rh-calc-head .go {
		width: 60px!important;
		font-size: 16px!important;
	}
	#payment-calc .rh-calc-head .col01 {
				width: 8em!important;
	}
	.ratehub-calc #calc_extension .section-title {
		font-size: 1.05em!important;

	}

}
@media only screen and (max-width: 1439px) {
	.header-btn img {
		display: none !important;
	}
}
@media only screen and (min-width: 1439px) {

	.header .navbar-nav {
		justify-content: center;
	}
}
@media only screen and (max-width: 1438px) {
	.header .navbar-nav{
		margin-left:0px !important;
	}
}
@media only screen and (max-width: 576px) {
	#main-menu ul.sidemenu li .sub-menu li a {
		font-size: 14px;
	}
	#main-menu .logo img {
		margin-top: 50px;
	}
	.followme .fmoig-heading-wrap .fmoig-heading .fmoig-heading-text div {
		font-size: 45px;

	}
}
@media only screen and (min-width: 510px) and (max-width: 767px) {
	.about {
				padding-bottom: 500px !important;
	}
}
@media only screen and (max-width: 425px) {
	.news .blog-details {
		bottom: -40px;
	}
	#info-new h1, #maps h1 {
		font-size: 35px;
	}
	#info-new h3 {
		font-size: 25px;
	}
	.Caption__Price {
		font-size: 35px;

	}
}
@media only screen and (max-width: 1439px) {
	.news .blog-details h3 {
		text-transform: unset;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1275px) {
	.news .blog-details {
				bottom: 0px!important;
				padding: 25px!important;
			}
}
@media only screen and (max-width: 768px) {
	#main #multi-step-form .fw-progress-bar-container {

		top: -50px;

	}
}
@media only screen and (max-width: 575px) {
	.custom-container {
		max-width: 90%;
	}
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}