/*!
Theme Name: I-Monitoring
Theme URI: http://underscores.me/
Author: Andrew Oldroyd
Author URI: https://rockitfueltech.ca
Description: I Monitoring Custom WP Theme
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: i-monitoring
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.

I Monitoring 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/
*/


/* Custom search form styles */
header#masthead{
    background: #ffffff;
}

div#nx-bar-1 {
    background: #f7f7f7 !important;
}

.nx-bar .nx-bar-inner .notificationx-close.pressbar.position-top-right svg {
    fill: #000000 !important;
}
div#nx-bar-1 {
	background: #f7f7f7 !important;
	box-shadow: none;
}

div#nx-bar-1 .nx-bar-inner {
	padding: 11px 0 !important;
}

div#nx-bar-1 .nx-bar-inner .nx-bar-content p {
	font-family: "ProximaNovaLight";
	font-size: 15.3px;
	color: rgb(153, 153, 153) !important;
}

a.nx-bar-button {
    background: #f7f7f7 !important;
    font-family: "ProximaNovaLight";
    font-size: 15.3px;
    color: rgb(153, 153, 153) !important;
}

.page-template-service section.main-service-area .i-monitoring__title h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 4px;
}
.custom-search-box .search-form {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 6px 8px;
	background: #fff;
	transition: border-color .12s ease, box-shadow .12s ease;
}
.custom-search-box .search-form:focus-within {
	border-color: #222;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}
.custom-search-box .search-submit {
	background: transparent;
	border: 0;
	color: #666;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	cursor: pointer;
}
.custom-search-box .search-submit:focus {
	outline: none;
}
.custom-search-box .search-field {
	border: 0;
	outline: 0;
	flex: 1 1 auto;
	font-size: 15px;
	background: transparent;
	color: inherit;
}
.custom-search-box .search-field::placeholder {
	color: #999;
}

.custom-search-box {
    max-width: 100%;
}

.products-area .single-product img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}


.products-area .single-product .single-product__desc h4, .products-area .single-product .single-product__desc .h4 {
    font-family: "ProximaNovaLight";
    font-size: 20px;
    letter-spacing: 4px;
}

.products-area .single-product .single-product__desc a {
    text-transform: uppercase;
    padding: 17px 27.2px;
    font-size: 14px;
    letter-spacing: 2px;
}

.banner .banner__title{
    font-size: 28px;
}

.page p a, .single-post p a{
    color: #000000;
}

.page header.entry-header, .single-post header.entry-header{
    display: none;
}

.page-template-service .i-monitoring__title h2, .page-template-service .service-list-area .single-service-item .single-service__desc h4 {
    font-family: "ProximaNovaLight";
    font-weight: 600;
}

.page-template-contact .contact-area .contact-address h3, .page-template-contact .i-monitoring__title h4{
    font-family: "ProximaNovaLight";
    font-weight: 600;
}

section.testimonial-area .testimonial-area__wrapper .single-testimonial h3 {
    text-transform: none;
}

.max-1080{
    max-width: 1080px;
}

ol.default-list, ul.default-list{
    margin: 0;
}

.default-list li{
    font-family: "ProximaNovaRegular";
    font-size: 17px !important;
}

.default-list li b{
    font-weight: bold !important;
}

.products-area .i-monitoring__title h4 {
    font-family: "ProximaNovaRegular";
    font-weight: 300;
    font-size: 24px !important;
    text-transform: none;
    letter-spacing: 0;
}


/*Service Page */
.service-list-area .single-service-item .single-service__desc h4 {
    font-size: 20px;
    letter-spacing: 4px;
    color: #1A1A1AE6;
}

.service-list-area .single-service-item .single-service__desc ul.service-list li {
    margin-bottom: 8px;
    font-size: 17px;
    font-family: "ProximaNovaRegular";
    line-height: 27.2px;
    color: #1A1A1AB3;
}
