/*!
Theme Name: Joseph
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for Hooked App
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: joseph
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.

Joseph 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;
}

body.page-template.page-template-template-buyerseller .wpcf7 form .wpcf7-response-output ,body.page-template.page-template-template-invest .wpcf7 form .wpcf7-response-output {
	color:#fff !important;
}
ul#primary-menu li.current_page_item a.nav-link{
	color: #c79e51 !important;
}

ul.bulleted {
	margin-left:60px !important;
}

ul.bulleted li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: -30px;
	width: 20px;
	height: 20px;
	background: transparent url(https://cartolano.ca/wp-content/uploads/2022/11/icon-list.png) no-repeat;
	background-size: 100% 100%;
}

.buyers-sellers p, ul.bulleted li {
	font-size:16px !important;
}
.content h1.page-title {
	font-size: 35px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.header .agency-logo {
	color: #fff;
	font-size: 16px;
}
.header.scrolled .agency-logo {
	color: #000;
}
.header .agency-logo i {
	font-size: 20px;
}
.header .agency-logo:hover {
	color: #c79e51;
}
.buyers-sellers .section-title {
	padding-top: 35px;
}
.buyers-sellers .section-title h3, .buyers-sellers .section-title h6  {

	color: #c79e51!important;
}
h3#ask_heading {
	font-size: 17px;
}
.wpcf7 form .wpcf7-response-output {
	border: 1px solid #00a0d2;
}
.wpcf7 form .wpcf7-response-output {
padding: 10px 50px;
	font-size: 1rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	border-radius: 0.25rem;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	border-radius: 0.25rem;
}
.video video {
	display: block;
}
.grecaptcha-badge {
	display: none!important;
}