/*!
Theme Name: pmsexpress
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: pmsexpress
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.

pmsexpress 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
	 ========================================================================== */

form input.form-control {
	padding: 30px;
}

.choose-item-icon i {
    color: #ffffff;
    font-size: 24px;
}

.single-service .img-box img {
    width: 100%;
    position: relative;
    border-radius: 20px;
}

ul.service-content li {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
}

ul.service-content li a {
    color: #2C2956;
}

ul.service-content li a::before, .wp-block-list li strong::before {
    content: "\f101";
    font-family: "Font Awesome 7 Free";
    font-size: calc(100% - 5px);
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 12px;
}

.single-service .content {
    padding: 24px 0;
}

.all-btn .wpcf7-spinner {
    display: contents;
}

.wpcf7 form p {
    margin-bottom: 0;
}

.choose-content-wrap .choose-item-info p a {
    color: #757f95;
}