/*!
Theme Name: AIArmaments
Theme URI: http://infoicon/
Author: infoicon
Author URI: http://infoicon/
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: aiarmaments
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.

AIArmaments is based on Underscores https://infoicon/, (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.
 */
 
.single-service h2.wp-block-heading {
    margin-top: 30px;
    padding-bottom: 10px;
}

.single-service ul.wp-block-list li::before {
    content: "\e917";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #a77850;
    margin-right: 10px;
    left: 0;
    top: 5px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.blog-details__content-text2-list li::before {
	content: "\e917";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #a77850;
    margin-right: 10px;
    left: 0;
    top: 5px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-service ul.wp-block-list li {
    /* line-height: 2.5; */
    margin-top: 14px;
}
.single-service section.image-gallery-curve.section-space.pt-0 {
    margin-top: 40px;
}
.blog-pagination {
 width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    border-radius: 0;
}
.blog-pagination .page-numbers.current {
    color: #ffffff;
    border-color: #b78454;
    background: linear-gradient(
        135deg,
        #a87145,
        #c18b59
    );
    box-shadow: 0 6px 20px rgba(183, 132, 84, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.blog-pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
}
.blog-pagination .page-numbers {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(183, 132, 84, 0.30);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    color: #d6d6d8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}
.blog a.next.page-numbers {
    display: none;
}

.error-404__btn {
    margin-top: 20px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.error-404__content h1.page-title {
    text-align: center;
    padding-bottom: 15px;
}
.error-404__content .page-content {
    text-align: center;
}

.page-template-default main#primary {
    padding-top: 70px;
}

