/*!
Theme Name: scm
Theme URI: https:/sharedcontactsmanager.com/
Author: VS
Author URI: https:/sharedcontactsmanager.com/
Description: Description
Version: 1.0.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scm
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.

scm 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

.media-img .rounded-full {
    border-radius: 50%;
    object-fit: cover;
    width: 184px;
    height: 184px;
}

.social-icons {
    display: inline-flex;
    gap: 0.75rem;
    margin-left: 1rem;
}

.social-icons .icon {
    transition: opacity 0.2s ease-in-out;
}

.social-icons .icon:hover {
    opacity: 0.8;
}
/*add */
.wpcf7-form p {
	padding-bottom: 0px!important;
}
.wpcf7-form .text-body-color p {
	display: flex;
}
.wpcf7-form .text-body-color span {
	display: flex;
	align-items: center;
}


.footer-menu {
  flex-wrap: wrap;
}
.error404 {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.error404 main {
	flex-grow: 1;
}
/*
.error404 h1 {
    font-size: 60px;
    line-height: 117%;
}
*/
.rank-math-breadcrumb.breadcrumbs ul {
    display: flex;
}
.wp-block-list {
	display: flex;
	flex-direction: column;
}
/*
.wpcf7-response-output {
	margin-top: 24px;
	--tw-text-opacity: 1;
    color: rgb(46 125 50 / var(--tw-text-opacity, 1));
    background-color: #2e7d3214;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 12px;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -.01em;
}
*/
.wp-block-embed iframe {
    margin: 0 auto;
}

.multilevel-list>ol>li::marker {
    display: inline;
    font-family: DM Sans, sans-serif;
    font-size: inherit!important;
    line-height: 122%;
    font-weight: 400;
}
.multilevel-list>ol>li {
    position: relative;
    padding-top: 6px!important;
    padding-left: 0;
}

.wpcf7-radio {
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.radio-btn .wpcf7-list-item {
    margin: 0;
}
.radio-btn {
    padding-top: 5px;
    padding-bottom: 5px;
}
.radio-btn .wpcf7-list-item-label {
	margin-left: 5px;
}

.form-control:focus + .form-label, 
.wpcf7-form-control:focus ~ label {
    color: rgb(26 115 232);
}
.wpcf7-form-control:focus ~ label {
    color: rgb(26 115 232) !important;
}
.form-field:has(.wpcf7-form-control:focus) .form-label {
    color: rgb(26 115 232);
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: rgb(227 228 232 / var(--tw-border-opacity, 1))!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0!important;
    padding: 0!important;
    border: none!important;
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: none;
    border-collapse: inherit;
    border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: transparent!important;
}

.single-post .multi-level-menu>li>ul {
	display: block;
}

.article-card .article-title a, .article-card .card-title a {
    height: auto!important;
}

.wpcf7-submit {
	cursor: pointer;
}

@media (min-width: 1024px) {
 .modal-size {
	 min-width: 70%;
 } 
}
@media (max-width: 1024px) {
 .modal-size {
	 min-width: 100%;
 } 
}
/*
@media (min-width: 992px) {
.category-blog	h1, .category-blog .h1 {
		margin-bottom: 40px;
		font-size: 40px!important;
		line-height: 120%!important;
	}
}
*/
.grecaptcha-badge { 
    visibility: hidden;
}

.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.simple-content ol li:before, .simple-content ul li:before {
    top: 0px!important;
}

.simple-content ol ul li:before {
    content: "●";
    font-size: 12px;
}

.simple-content ol > li {
    counter-increment: list-counter;
}

.simple-content ol > li::before {
    content: counter(list-counter) ". ";
}

.simple-content ol li ul li {
    counter-increment: none;
}

#hubspot-meet-modal {
   z-index: 167770014!important;	
}