/*!
Theme Name: City Guard
Theme URI: http://underscores.me/
Author: Vodjo
Author URI: https://www.vodjo.com
Description: Theme for City Guard
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cityguard
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.

City Guard 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/
*/

.wpcf7-spinner {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0px;
	margin-right: 0px;
}

.wpcf7 form.newsletter-form .wpcf7-response-output {
	margin-top: 0px;
}

.wpcf7-response-output {
	font-size: 14px;
	line-height: 21px;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 21px;
}

.newsletter-form .wpcf7-response-output {
	color: white;
}

.default-content {
	color: rgb(var(--color-black));
}

.default-content h1, 
.default-content h2, 
.default-content h3, 
.default-content h4, 
.default-content h5, 
.default-content h6 {
	font-family: 'Poppins';
	font-weight: 700;
	margin-top: 0;
    margin-bottom: 1rem;
}

.default-content h4 {
	font-size: 20px;
	line-height: 20px;
}

.default-content h3 {
	font-size: 30px;
  	line-height: 40px;
}

.image-comment img {
	width: 100%;
}

a.disabled {
    pointer-events: none; /* Disable mouse events */
    cursor: not-allowed; /* Change cursor to indicate not-allowed state */
    text-decoration: none; /* Remove underline */
}

.social-mobile img {
	width: 18px;
}

.iframe-wrapper iframe {
	width: 100%;
	border: 0;
	height: 100vh;
}

.social.contact li a img {
	filter: unset;
	width: 20px;
}