/*!
Theme Name: aim-confidential
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: aim-confidential
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.

aim-confidential 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */
/* Abstracts
--------------------------------------------- */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #EF3C66;
}

a:hover,
a:focus,
a:active {
  color: #EF3C66;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #C7CFE6;
  border-radius: 2px;
  background-color: #fff;
  padding: 12px 20px;
  color: #7C859E;
  font-size: 16px;
}
@media (max-width: 576px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 14px;
    padding: 13.5px 20px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

label {
  color: #384058;
  font-size: 16px;
}

::placeholder {
  color: #7C859E;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.entry-title {
  margin: 0;
}
@media (max-width: 1200px) {
  .entry-title {
    display: none;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.error-404 h1 {
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-title {
  background-color: #07153E;
  border-radius: 2px 2px 0 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  color: #FFFFFF;
  padding: 12px 40px;
  margin: 0;
}
@media (max-width: 576px) {
  .widget-title {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.widget.widget_nav_menu > div {
  padding: 30px 40px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .widget.widget_nav_menu > div {
    padding: 20px;
  }
}
.widget.widget_nav_menu ul.menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.widget_nav_menu ul.menu li a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  text-decoration: none;
  color: #7C859E;
}
.widget.widget_nav_menu ul.menu li a:after {
  content: "";
  background-image: url("images/arrow.svg");
  width: 18px;
  height: 11px;
  margin-left: auto;
  display: none;
}
.widget.widget_nav_menu ul.menu li a:hover {
  color: #EF3C66;
}
.widget.widget_nav_menu ul.menu li.current-menu-item a {
  font-weight: 600;
  text-transform: uppercase;
  color: #EF3C66;
}
.widget.widget_nav_menu ul.menu li.current-menu-item a:after {
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Buttons
--------------------------------------------- */
.button, div.alm-btn-wrap .alm-load-more-btn, div.daterangepicker.show-calendar .drp-buttons .applyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #7C859E;
  text-decoration: none;
  border: 1px solid #C7CFE6;
  border-radius: 0;
  padding: 15px 25px;
  background-color: #fff;
  cursor: pointer;
  min-height: 52px;
}
.button-big {
  width: 100%;
  max-width: 280px;
}
.button-medium {
  width: 100%;
  max-width: 200px;
}
.button-small {
  width: 100%;
  max-width: 120px;
}
.button:hover, div.alm-btn-wrap .alm-load-more-btn:hover, div.daterangepicker.show-calendar .drp-buttons .applyBtn:hover {
  background: linear-gradient(90deg, #EF3C66 0%, #7E2988 100%);
  color: #fff;
}
.button-no-border {
  border: none;
}
.button-no-border:hover {
  background: none;
  color: #7C859E;
}
.button-gradient, div.daterangepicker.show-calendar .drp-buttons .applyBtn {
  border: none;
  background: linear-gradient(90deg, #EF3C66 0%, #7E2988 100%);
  color: #fff;
}
.button-gradient:hover, div.daterangepicker.show-calendar .drp-buttons .applyBtn:hover {
  background: #7E2988;
}
.button-gradient:focus, div.daterangepicker.show-calendar .drp-buttons .applyBtn:focus {
  color: #fff;
  background: linear-gradient(90deg, #EF3C66 0%, #7E2988 100%);
}
.button-white {
  background-color: #fff;
  border: 1px solid #EF3C66;
  color: #EF3C66;
}
.button-gold {
  border-color: #B39A73;
  background-color: #B39A73;
  color: #fff;
}
.button-gold:hover {
  background-image: none;
  background-color: #fff;
  color: #7C859E;
}
.button-link {
  padding: 0;
  border: 0;
  min-height: auto;
  background-color: transparent;
  text-decoration: underline;
}
.button-link-gray {
  color: #7C859E;
}
.button-link:hover {
  color: #EF3C66;
  background: none;
}

/* Colors
--------------------------------------------- */
.color-link {
  color: #EF3C66;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Virtual Select
--------------------------------------------- */
div.vscomp-ele {
  max-width: 100%;
}
div.vscomp-ele .vscomp-toggle-button {
  border: 1px solid #C7CFE6;
  border-radius: 2px;
  background-color: #fff;
  padding: 14px 20px;
  color: #7C859E;
  font-size: 16px;
}
@media (max-width: 576px) {
  div.vscomp-ele .vscomp-toggle-button {
    font-size: 14px;
  }
}
div.vscomp-ele .vscomp-arrow {
  right: 5px;
}
div.vscomp-ele .vscomp-wrapper .checkbox-icon::after {
  border: 1px solid #C7CFE6;
  border-radius: 2px;
}
div.vscomp-ele .vscomp-option.focused {
  background-color: #f3f5ff;
}
div.vscomp-ele .vscomp-option.selected {
  background-color: #c6cfe6;
}
div.vscomp-ele .vscomp-option .vscomp-option-text {
  color: #7C859E;
}
div.vscomp-ele .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  border-color: #07153d;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
div.vscomp-ele .vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1;
}
div.vscomp-ele .vscomp-wrapper.focused .vscomp-toggle-button,
div.vscomp-ele .vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none;
}

/* DateRangePicker
--------------------------------------------- */
div.daterangepicker.show-calendar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 0;
  border-radius: 2px;
}
div.daterangepicker.show-calendar .ranges li {
  color: #7C859E;
}
div.daterangepicker.show-calendar .ranges li.active {
  color: #fff;
  background-color: #EF3C66;
}
div.daterangepicker.show-calendar td {
  color: #384058;
}
div.daterangepicker.show-calendar td.in-range {
  background-color: #f3f5ff;
  color: #07153E;
}
div.daterangepicker.show-calendar td.active {
  background-color: #EF3C66;
  color: #fff;
}
div.daterangepicker.show-calendar td.off {
  color: #C7CFE6;
}
div.daterangepicker.show-calendar .drp-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  div.daterangepicker.show-calendar .drp-buttons {
    gap: 10px;
  }
}
div.daterangepicker.show-calendar .drp-buttons .drp-selected {
  font-size: 14px;
  color: #7C859E;
  padding-right: 0;
}
@media (max-width: 576px) {
  div.daterangepicker.show-calendar .drp-buttons .drp-selected {
    width: 100%;
    text-align: center;
  }
}
div.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  font-size: 14px;
  font-weight: 400;
  color: #7C859E;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-left: 0;
}
div.daterangepicker.show-calendar .drp-buttons .cancelBtn:hover {
  text-decoration: underline;
}
div.daterangepicker.show-calendar .drp-buttons .applyBtn {
  padding: 10px 25px;
  margin-left: 0;
  min-height: auto;
}

/* Pagination
--------------------------------------------- */
div.pgntn-page-pagination {
  margin: 30px 0 0 0;
}
div.pgntn-page-pagination-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
div.pgntn-page-pagination .page-numbers {
  padding: 5px 15px;
  margin: 0;
  border: 1px solid #C7CFE6;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #07153E;
}
div.pgntn-page-pagination .page-numbers.current, div.pgntn-page-pagination .page-numbers:hover {
  background-color: #07153E;
  border-color: #07153E;
  color: #fff;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Visibility
--------------------------------------------- */
.hide {
  display: none;
}

.hidden {
  display: none !important;
}

.blurred {
  filter: blur(5px);
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
/* Layout
--------------------------------------------- */
#wpadminbar {
  position: fixed;
}

.site {
  margin-top: 110px;
}
@media (max-width: 576px) {
  .site {
    margin-top: 62px;
  }
}

.wrapper {
  max-width: 1410px;
  padding: 0 30px;
  margin: 0 auto;
}
.wrapper .wrapper {
  max-width: 100%;
  padding: 0;
}

/* Sections
--------------------------------------------- */
.section {
  background-size: cover;
}
.section p, .section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  margin: 0;
}
.section-title {
  font-size: 48px;
  line-height: 1.25;
  font-weight: bold;
  color: #07153E;
}
@media (max-width: 1410px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 30px;
    line-height: 1.27;
  }
}
.section-title-small {
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 1410px) {
  .section-title-small {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .section-title-small {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .section-title-small {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section-title-small {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .section-title-small {
    font-size: 22px;
    line-height: 1.2;
  }
}
.section-title-big {
  font-size: 80px;
  line-height: 1.175;
}
@media (max-width: 1410px) {
  .section-title-big {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .section-title-big {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .section-title-big {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .section-title-big {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-title-big {
    font-size: 36px;
    line-height: 1.28;
  }
}
.section-subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66;
  color: #384058;
}
@media (max-width: 576px) {
  .section-subtitle {
    font-size: 16px;
    line-height: 1.75;
  }
}
.section-subtitle-big {
  font-size: 24px;
  line-height: 1.58;
}
@media (max-width: 1200px) {
  .section-subtitle-big {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .section-subtitle-big {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-subtitle-big {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .section-subtitle-big {
    font-size: 18px;
    line-height: 1.56;
  }
}
.section-subtitle-small {
  font-size: 16px;
  line-height: 1.75;
}

/* Popups
--------------------------------------------- */
.popup {
  display: none;
  background-color: rgb(242, 245, 255);
  text-align: center;
  margin: 30px;
  padding: 30px;
}
@media (max-width: 576px) {
  .popup {
    margin: 20px;
    padding: 20px;
  }
}
.popup-subscribe {
  max-width: 576px;
}
.popup p {
  margin: 0;
}
.popup-header {
  margin-bottom: 30px;
}
.popup-title {
  margin-bottom: 20px;
}
.popup-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* Decor
--------------------------------------------- */
.rounded {
  border-radius: 30px;
}
.rounded-big {
  border-radius: 40px;
}
.rounded-tlbr {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.rounded-tlbr-big {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.rounded-trbl {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-trbl-big {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

/* Header
--------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 111;
  box-shadow: 0 0 10px rgba(7, 21, 62, 0.5);
}
.admin-bar .header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 576px) {
  .header .wrapper {
    padding: 0 20px;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0;
  min-height: 110px;
}
@media (max-width: 576px) {
  .header-inner {
    padding: 15px 0;
    min-height: 62px;
  }
}
.header-logo {
  max-width: 187px;
  line-height: 0;
}
@media (max-width: 1200px) {
  .header-logo {
    max-width: 180px;
  }
}
@media (max-width: 992px) {
  .header-logo {
    max-width: 170px;
  }
}
@media (max-width: 768px) {
  .header-logo {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .header-logo {
    max-width: 100px;
  }
}
.header-partner {
  max-width: 121px;
  line-height: 0;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .header-partner {
    display: none;
  }
}
.header-navigation {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header-navigation {
    display: none;
  }
}
.header-navigation ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-navigation ul li a {
  font-size: 16px;
  color: #384058;
  text-decoration: none;
}
.header-navigation ul li a:hover {
  text-decoration: underline;
  color: #EF3C66;
}
.header-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .header-buttons {
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .header-buttons {
    gap: 5px;
  }
}
.header-buttons:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #C7CFE6;
  display: none;
}
@media (max-width: 576px) {
  .header-buttons:after {
    display: block;
    order: -1;
  }
}
.header-button {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header-button {
    width: auto;
    font-size: 14px;
    padding: 10px 15px;
    min-height: 45px;
  }
}
@media (max-width: 576px) {
  .header-button {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.84px;
    width: auto;
    padding: 3px 5px;
    border: none;
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .header-button {
    font-size: 12px;
  }
}
.header-button-account {
  width: auto;
}
@media (max-width: 576px) {
  .header-button-account {
    font-size: 0;
  }
}
.header-button-account:after {
  content: "";
  background-image: url("images/avatar.svg");
  width: 21px;
  height: 21px;
  display: none;
}
@media (max-width: 576px) {
  .header-button-account:after {
    display: block;
  }
}
@media (max-width: 576px) {
  .header-button-login {
    order: -1;
  }
}
@media (max-width: 576px) {
  .header-button-logout {
    color: #EF3C66;
    text-transform: uppercase;
    background-image: none;
  }
}

/* Main
--------------------------------------------- */
.main {
  padding: 60px 0;
  background-color: #F2F5FF;
}
.page-template-full-width .main {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .main {
    padding: 30px 0;
  }
}
.main-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}
.page-template-full-width .main-inner {
  display: block;
}
@media (max-width: 1200px) {
  .main-inner {
    grid-template-columns: 1fr;
  }
}
.main-sidebar {
  grid-column: span 4;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .main-sidebar {
    grid-column: span 1;
    padding-right: 0;
  }
}
.main-sidebar-header {
  display: none;
}
@media (max-width: 1200px) {
  .main-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
}
.main-sidebar-title {
  font-size: 24px;
  font-weight: 600;
  color: #07153E;
}
.main-sidebar-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 20px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.main-sidebar-button span {
  width: 100%;
  height: 2px;
  background-color: #07153E;
  transform-origin: center;
  position: relative;
}
.main-sidebar-button.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.main-sidebar-button.active span:nth-child(2) {
  opacity: 0;
}
.main-sidebar-button.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -10px;
}
@media (max-width: 1200px) {
  .main-sidebar .sidebar {
    display: none;
    margin-top: 15px;
  }
}
.main-sidebar.active .sidebar {
  display: block;
}
.main-content {
  grid-column: span 8;
}
@media (max-width: 1200px) {
  .main-content {
    grid-column: span 1;
  }
}

/* Footer
--------------------------------------------- */
.footer {
  color: #fff;
  background-color: #07153E;
}
.footer p {
  margin: 0;
}
.footer a:not(.button) {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.footer a:not(.button):hover {
  color: #EF3C66;
  text-decoration: underline;
}
.footer-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .footer-top {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .footer-top {
    padding: 50px 0;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
.footer-partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: span 4;
  grid-gap: 30px;
}
@media (max-width: 992px) {
  .footer-partners {
    grid-column: span 12;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer-partners {
    grid-gap: 20px;
  }
}
.footer-partner {
  max-width: 200px;
  text-align: center;
  line-height: 0;
  display: block;
}
@media (max-width: 576px) {
  .footer-partner {
    max-width: 100%;
  }
}
.footer-partner:hover {
  opacity: 0.8;
}
.footer-partner-sites {
  grid-column: 8/span 2;
}
@media (max-width: 1200px) {
  .footer-partner-sites {
    grid-column: 6/span 3;
  }
}
@media (max-width: 992px) {
  .footer-partner-sites {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .footer-partner-sites {
    grid-column: span 12;
    text-align: center;
  }
}
.footer-partner-sites-links, .footer-contacts-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-partner-title, .footer-contacts-title {
  font-size: 15px;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer-contacts {
  grid-column: span 3;
}
@media (max-width: 1200px) {
  .footer-contacts {
    grid-column: span 4;
  }
}
@media (max-width: 992px) {
  .footer-contacts {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .footer-contacts {
    grid-column: span 12;
    text-align: center;
  }
}
.footer-contacts-button {
  margin-top: 40px;
}
.footer-contacts-button .button:hover, .footer-contacts-button div.alm-btn-wrap .alm-load-more-btn:hover, div.alm-btn-wrap .footer-contacts-button .alm-load-more-btn:hover, .footer-contacts-button div.daterangepicker.show-calendar .drp-buttons .applyBtn:hover, div.daterangepicker.show-calendar .drp-buttons .footer-contacts-button .applyBtn:hover {
  text-decoration: none;
}
.footer-contacts-link {
  display: flex;
  justify-content: center;
}
.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid rgba(229, 239, 245, 0.2);
}
@media (max-width: 576px) {
  .footer-bottom {
    row-gap: 15px;
    text-align: center;
    flex-direction: column;
  }
}
.footer-copyright {
  font-size: 15px;
  font-weight: 300;
}
.footer-developers {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .footer-developers {
    font-size: 14px;
  }
}
.footer-developers:before {
  content: "|";
  margin-right: 10px;
}
@media (max-width: 576px) {
  .footer-developers:before {
    display: none;
  }
}
.footer-developers a {
  color: #EF3C66 !important;
  text-decoration: underline !important;
}
.footer-developers a:hover {
  color: #fff !important;
}
.footer-legal {
  display: flex;
  margin-left: auto;
}
@media (max-width: 992px) {
  .footer-legal {
    margin-left: 0;
  }
}
.footer-legal-link {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .footer-legal-link {
    font-size: 13px !important;
  }
}
.footer-legal-link:after {
  content: "|";
  margin: 0 10px;
  color: #fff;
}
.footer-legal-link:last-child:after {
  display: none;
}

/* Filter
--------------------------------------------- */
.filter-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .filter-form {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .filter-form {
    gap: 10px;
  }
}
.filter-form-row {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 768px) {
  .filter-form-row {
    grid-gap: 20px;
  }
}
@media (max-width: 576px) {
  .filter-form-row {
    grid-gap: 10px;
  }
}
@media (max-width: 576px) {
  .filter-form-row-advanced {
    display: none;
  }
}
.filter-form-row-advanced-last {
  margin-bottom: 20px;
}
.filter-form-row-advanced.active {
  display: grid;
}
.filter-form-row-more {
  margin: 20px 0;
  display: none;
}
.filter-form-row-more.active {
  display: none;
}
@media (max-width: 576px) {
  .filter-form-row-more {
    display: block;
  }
}
.filter-form-row-submit {
  align-items: center;
}
@media (max-width: 576px) {
  .filter-form-row-submit {
    grid-gap: 20px;
  }
}
.filter-form-col-more {
  grid-column: span 8;
}
.filter-form-col-more .button-link {
  text-transform: uppercase;
}
.filter-form-col-date input {
  background-image: url("images/calendar.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}
.filter-form-col-search, .filter-form-col-tip {
  grid-column: span 5;
}
.filter-form-col-date, .filter-form-col-submit {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .filter-form-col-date, .filter-form-col-search {
    grid-column: span 8;
  }
}
.filter-form-col-vendor, .filter-form-col-purchaser, .filter-form-col-price {
  grid-column: span 4;
}
.filter-form-col-vendor.custom, .filter-form-col-purchaser.custom, .filter-form-col-price.custom {
  grid-column: span 5;
}
@media (max-width: 576px) {
  .filter-form-col-vendor, .filter-form-col-purchaser, .filter-form-col-price {
    grid-column: span 8;
  }
}
.filter-form-col-object {
  grid-column: span 10;
}
.filter-form-col-transaction-type, .filter-form-col-parish {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .filter-form-col-transaction-type, .filter-form-col-parish {
    grid-column: span 4;
  }
}
@media (max-width: 576px) {
  .filter-form-col-transaction-type, .filter-form-col-parish {
    grid-column: span 8;
  }
}
.filter-form-col-price input {
  display: none;
}
.filter-form-col-price #filter-price-slider {
  height: 50px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .filter-form-col-price {
    grid-column: span 8;
  }
}
@media (max-width: 576px) {
  .filter-form-col-submit, .filter-form-col-tip {
    grid-column: span 8;
    text-align: center;
  }
}
.filter-form-col-vendor label, .filter-form-col-purchaser label, .filter-form-col-search label, .filter-form-col-object label, .filter-form-col-date label {
  display: none;
}
@media (max-width: 576px) {
  .filter-form-col-transaction-type label, .filter-form-col-parish label {
    display: none;
  }
}
.filter-form-col-tip p {
  margin: 0;
  color: #7C859E;
  font-size: 13px;
}
.filter-form-col-judg .filter-form-control {
  flex-direction: row;
}
.filter-form-col-judg .filter-form-control label {
  align-items: center;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  user-select: none;
}
.filter-form-col-judg .filter-form-control label .toggle-input {
  position: relative;
  cursor: pointer;
  width: 56px;
  height: 30px;
  appearance: none;
  border-radius: 100px;
  border: 1px solid #C7CFE6;
  background: #fff;
}
.filter-form-col-judg .filter-form-control label .toggle-input::before, .filter-form-col-judg .filter-form-control label .toggle-input::after {
  content: "";
  position: absolute;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}
.filter-form-col-judg .filter-form-control label .toggle-input::before {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 13px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #C7CFE6;
  border-radius: 100%;
  z-index: 2;
}
.filter-form-col-judg .filter-form-control label .toggle-input::after {
  z-index: 1;
  inset: 0;
  background: linear-gradient(135deg, #EF3C66 0%, #7E2988 100%);
  border-radius: 100px;
  opacity: 0;
}
.filter-form-col-judg .filter-form-control label .toggle-input:checked::before {
  background: #fff;
  left: 41px;
}
.filter-form-col-judg .filter-form-control label .toggle-input:checked::after {
  opacity: 1;
}
.filter-form-control {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 576px) {
  .filter-access {
    text-align: center;
  }
}
.filter-access p {
  margin-bottom: 0;
}

/* ALM plugin
--------------------------------------------- */
div.alm-btn-wrap {
  padding: 0;
}
div.alm-btn-wrap .alm-load-more-btn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  transition: none;
}
div.alm-btn-wrap .alm-load-more-btn.loading, div.alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #fff;
  box-shadow: none;
  color: #fff;
}
div.alm-btn-wrap .alm-load-more-btn.loading {
  color: #7C859E;
}
div.alm-btn-wrap .alm-load-more-btn.done, div.alm-btn-wrap .alm-load-more-btn:disabled {
  opacity: 0.5;
  background-color: inherit;
}

#alm-filters-search, #alm-filters-searchdebt, #alm-filters-searchloan {
  display: none;
}

/* Transactions
--------------------------------------------- */
.transactions-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .transactions-header {
    justify-content: space-between;
    gap: 30px;
  }
}
.transactions-total {
  font-size: 16px;
  color: #384058;
}
.transactions-controls-collapse-button {
  display: none;
}
@media (max-width: 576px) {
  .transactions-controls {
    display: none;
  }
}
.transactions-sorting {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 576px) {
  .transactions-sorting {
    max-width: 170px;
  }
}
.transactions-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.transactions-cards .transaction-card p {
  margin: 0;
}
.transactions-cards .transaction-card-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  padding: 40px 0;
  background-color: #F2F5FF;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-header {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .transactions-cards .transaction-card-header {
    padding: 30px;
    position: relative;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-header {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.transactions-cards .transaction-card-header-item {
  grid-column: span 2;
}
@media (max-width: 992px) {
  .transactions-cards .transaction-card-header-item {
    grid-column: span 4;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-header-item {
    grid-column: span 1;
  }
}
.transactions-cards .transaction-card-header-item:first-child {
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-header-item:first-child {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .transactions-cards .transaction-card-header-item:first-child {
    padding-left: 0;
    padding-right: 60px;
    grid-column: span 12;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-header-item:first-child {
    grid-column: span 2;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-header-item:nth-child(2) {
    grid-column: span 2;
  }
}
.transactions-cards .transaction-card-header-item:last-child {
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-header-item:last-child {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .transactions-cards .transaction-card-header-item:last-child {
    padding-right: 0;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
.transactions-cards .transaction-card-header-item-title {
  font-size: 15px;
  color: #7C859E;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-header-item-title {
    font-size: 12px;
  }
}
.transactions-cards .transaction-card-header-item-value {
  font-size: 20px;
  font-weight: 500;
  color: #384058;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-header-item-value {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-header-item-value {
    font-size: 16px;
  }
}
.transactions-cards .transaction-card-header-item-name {
  grid-column: span 5;
  justify-self: flex-start;
}
.transactions-cards .transaction-card-header-item-name .transaction-card-header-item-value {
  color: #7E2988;
}
.transactions-cards .transaction-card-header-item-control {
  grid-column: span 1;
}
.transactions-cards .transaction-card-header-item-button {
  width: 48px;
  height: 48px;
  background-image: url("images/more.png");
  background-size: cover;
  border: none;
  border-radius: 50%;
  padding: 0;
  min-height: auto;
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-header-item-button {
    width: 30px;
    height: 30px;
  }
}
.transactions-cards .transaction-card-body {
  display: none;
  padding: 40px 0;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  border: 1px solid #C7CFE6;
  border-top: none;
  position: relative;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-body {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-body {
    padding: 30px;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.transactions-cards .transaction-card-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-info {
    gap: 15px;
  }
}
.transactions-cards .transaction-card-info-left {
  grid-column: span 4;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-info-left {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-info-left {
    grid-column: span 1;
    padding-left: 0;
  }
}
.transactions-cards .transaction-card-info-right {
  grid-column: span 8;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-info-right {
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-info-right {
    grid-column: span 1;
    padding-right: 0;
  }
}
.transactions-cards .transaction-card-info-item-title {
  font-size: 15px;
  color: #EF3C66;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-info-item-title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .transactions-cards .transaction-card-info-item-title {
    font-size: 12px;
  }
}
.transactions-cards .transaction-card-info-item-value {
  font-size: 18px;
  color: #384058;
  line-height: 1.55;
}
@media (max-width: 1200px) {
  .transactions-cards .transaction-card-info-item-value {
    font-size: 16px;
  }
}
.transactions-cards .transaction-card-access {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-out;
  background: linear-gradient(90deg, rgba(243, 245, 255, 0) 0%, rgba(243, 245, 255, 0.5803921569) 100%);
}
.transactions-cards .transaction-card-access-title {
  font-size: 22px;
  color: #07153E;
  margin-bottom: 30px;
  display: none;
}
.transactions-cards .transaction-card-access-button {
  transform: translateX(100%);
}
@media (max-width: 992px) {
  .transactions-cards .transaction-card-access-button {
    transform: translateX(80%);
  }
}
@media (max-width: 768px) {
  .transactions-cards .transaction-card-access-button {
    transform: translateX(0);
  }
}
.transactions-cards .transaction-card.active .transaction-card-body {
  display: grid;
}
.transactions-cards .transaction-card.active .transaction-card-header-item-button {
  background-image: url("images/less.png");
}

/* Magazine
--------------------------------------------- */
.magazine-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .magazine-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .magazine-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.magazine-item {
  text-decoration: none;
}
.magazine-item-media {
  position: relative;
}
.magazine-item-img {
  line-height: 0;
}
.magazine-item-img img {
  width: 100%;
  object-fit: cover;
}
.magazine-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #07153E;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .magazine-item-title {
    font-size: 14px;
  }
}
.magazine-item-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #EF3C66 0%, #7E2988 100%);
  transition: 0.2s ease-out;
  opacity: 0;
}
.magazine-item:hover .magazine-item-cover {
  opacity: 0.88;
}
.magazine-item-cover p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .magazine-item-cover p {
    font-size: 14px;
  }
}
.magazine-item-cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Hawk Gif
--------------------------------------------- */
.post-type-archive-magazine .hawk-gif {
  display: block;
}

.hawk-gif {
  display: none;
}
.hawk-gif img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
