/*!
Theme Name: Christina Montesano
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for Christina Montesano
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: christina-montesano
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.

Christina Montesano 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;
}


/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output,  {
	background: #f6f4ee; /* soft beige or light neutral background */
	color: #0a3a2a; /* elegant dark green accent */
	border: 2px solid #0a3a2a;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	background: #fdf2f2; /* soft red background */
	color: #8b0000; /* deep red text */
	border: 2px solid #e63946; /* elegant red border */
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
	color: #e63946; /* red accent for field warnings */
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.otgs-development-site-front-end{
	display:none;
}

.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: #5C0451;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #C1A95A;
}

.blog-box {
	height:calc(100% - 25px);
}

.blogs-info a {
	color:#C6AD45;
}

.blogs-info a:hover {
	color:#000;
}

.blogs-info .tagcloud {
	margin-bottom:45px;
}

.blogs-info .tagcloud a {
	width:100%;
	display:inline-block;
	font-size:14px !important;
	margin-bottom:10px;
}

.blogs-info h2.widget-title {
	text-transform:uppercase;
	font-size:26px;
	font-weight:600;
}

.blogs-info .widget-area ul li, .blogs-info .widget-area ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}

.blogs-info .widget-area ul li a {
	font-size:14px !important;
}

.foot-contact .social i {
	margin: 0px 5px;
	font-size: 20px;
	background: #5C0451;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}


.page-banner {
	padding-top: 120px;
}



@media only screen and (max-width: 767px) {
	.page-banner {
		padding-top: 120px;
	}

	.page-banner h1 {
		font-size: 23px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-banner {
		padding-top: 120px;
	}

	.page-banner h1 {
		font-size: 30px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.page-banner h1 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.page-banner h1 {
		font-size: 35px;
	}
}

.navbar-expand-lg .navbar-nav>li {
	margin: 0px 12px;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 14px;
	letter-spacing: 0.9px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 11px;
		letter-spacing: 0px;
	}

	.navbar-expand-lg .navbar-nav>li {
		margin: 0px 10px;
	}

	.navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
		line-height: 36px;
		padding: 0px 15px !important;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.navbar-expand-lg .navbar-nav>li {
		margin: 0px 13px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
		letter-spacing: 0px;
	}

	.navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
		line-height: 36px;
		padding: 0px 15px !important;
	}
}
body.single-products .page-banner {
	height: 64vh;
}


.header.fixed {
	position: fixed;
	background: #000;
	padding: 10px 0px;
}

/*** LOGOS LENDER ***/
.logos-lender {
	padding: 80px 0px;
	background: #f7f7f7;
}

.logos-lender .section-title {
	margin-bottom: 40px;
}

.logos-lender .logos-ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.logos-lender .logos-ul li {
	display: inline-block;
	vertical-align: top;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	width: calc(100% / 7);
}

.logos-lender p {
	color: #000;
}

.logos-lender p.small-heading {
	margin-bottom: 0px;
}

.logos-lender hr {
	margin: 50px 0px;
	border-color: #000;
	opacity: .2;
}

.logos-lender .logos-ul.three-ul li {
	width: calc(100% / 3);
}

.logos-lender .logos-ul.two-ul li {
	width: calc(100% / 2);
}

.logos-lender .logos-ul.one-ul li {
	width: calc(100% / 1);
}


@media only screen and (max-width:767px) {
	.logos-lender .logos-ul {
		margin-bottom: 20px;
	}

	.logos-lender .logos-ul li {
		width: calc(100% / 3);
	}

	.logos-lender .logos-ul.three-ul li {
		width: calc(100% / 3);
	}

	.logos-lender .logos-ul.two-ul li {
		width: calc(100% / 3);
	}

	.logos-lender .logos-ul.one-ul li {
		width: calc(100% / 2);
	}

	.mortgage-products ul li {
		width: 100%;
	}

	.mortgage-products ul li a {
		font-size: 16px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.logos-lender .logos-ul li {
		padding: 20px 10px;
	}

	.mortgage-products ul li a {
		font-size: 16px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.logos-lender .logos-ul li {
		padding: 20px 10px;
	}

	.mortgage-products ul li a {
		font-size: 16px;
	}

}

.contact-form .contact-box .wpcf7-list-item label {
    display: flex;
}
 
.contact-box input[type="checkbox"] {
    min-width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px;
    margin-right: 13px;
    position: relative;
    box-shadow: none !important;
    outline: none !important;
    top: 5px;
    appearance: none;
    -wbkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
 
.contact-box input[type="checkbox"]:checked {
    background: #fff;
}
 
.contact-box input[type="checkbox"]:checked::before {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 4px;
}
 
.wpcf7-list-item {
    margin: 0;
}
 

.navbar-expand-lg .navbar-nav>li {
    margin: 0px 12px;
}
 
.social-fix ul {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    letter-spacing: 0.1px;
}