/*!
Theme Name: Allium
Theme URI: https://templatelens.com/allium/
Author: TemplateLens
Author URI: https://templatelens.com
Description: Allium is a clean and minimalist theme that allows your reader to focus on your content. Allium is designed for news agencies, travel websites, business magazine, food recipes, health magazine, technology sites and all type of publishing or review site. Allium theme is fully compatible with Gutenberg content editor. Easy to use, no coding!
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: allium
Domain Path: /languages/
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news

This theme, like WordPress, is licensed under the GPL v2 or later.
Use it to make something cool, have fun, and share what you've learned with others.

Allium is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Font Awesome
3.0 - Typography
	3.1 - Global
	3.2 - Paragraph
	3.3 - Headings
	3.4 - Links
	3.5 - Blockquote
	3.6 - General
4.0 - Elements
	4.1 - HR
	4.2 - List
	4.3 - Table
	4.4 - Image
	4.5 - HTML5 Elements
	4.6 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Navigation Menus
	8.1 - Main Navigation
	8.2 - Header Menu
	8.3 - Header Menu Responsive
	8.4 - Top Menu
9.0 - Navigation Misc
	9.1 - Navigation Archives
	9.2 - Navigation Post
	9.3 - Navigation Comments
	9.4 - Navigation Attachments
	9.5 - Navigation Common Styles: Comments, Attachments
10.0 - Skeleton
	10.1 - Site Wrapper
	10.2 - Site Header
	10.3 - Site Branding Wrapper
	10.4 - Site Custom Logo
	10.5 - Site Branding
	10.6 - Site Content
	10.7 - Site Main
	10.8 - Sidebar
	10.9 - Footer
11.0 - Content
	11.1 - HEntry
	11.2 - Page Links
	11.3 - More Link
	11.4 - Entry Meta
	11.5 - Author Info
	11.6 - Comments
12.0 - Blocks (Gutenberg)
	12.1 - Block Image
	12.2 - Block Cover Image
	12.3 - Block Gallery
	12.4 - Block Embed
	12.5 - Block Button
13.0 - Widgets
	13.1 - Search Form Widget
	13.2 - Tag Cloud Widget
14.0 - Media
	14.1 - Captions
	14.2 - Galleries
	14.3 - Media Elements
15.0 - Utilities
	15.1 - Overlay Effect
	15.2 - Misc
16.0 - Admin Bar
17.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #f2f2f2;
  background-image: url('/wp-content/themes/allium/img/grid-me.png');
}

.site-main {
  background-image: linear-gradient(to bottom, #fff, #F3F7FA);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a {
  background-color: transparent;
}


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

a img {
  border: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*--------------------------------------------------------------
2.0 Font Awesome
--------------------------------------------------------------*/
.toggle-menu-control:before,
.sf-arrows .sf-with-ul:after,
.header-menu-responsive .dropdown-toggle:after,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.paging-navigation .nav-previous a:before,
.paging-navigation .nav-next a:after,
.image-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:after,
.more-link-wrapper .more-link:after,
.entry-meta .post-first-category a:before,
.entry-meta .byline:before,
.entry-meta .posted-on a:before,
.entry-meta .post-edit-link-meta a:before,
.entry-meta .parent-post-link a:before,
.entry-meta .full-size-link a:before,
.post-label:before,
.more-link:before,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.toggle-menu-control {
  line-height: 2.5;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Global
--------------------------------------------------------------*/
body {
  color: #3d3d3d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
3.2 Paragraph
--------------------------------------------------------------*/
p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.3 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #020202;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: .35px;
  /* Hack to fix thin text in Windows */
}

h6 {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: .35px;
  /* Hack to fix thin text in Windows */
}

/*--------------------------------------------------------------
3.4 Links
--------------------------------------------------------------*/
a, a:visited {
  color: #3865A7;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #00192B;
}

/*--------------------------------------------------------------
3.5 Blockquote
--------------------------------------------------------------*/
blockquote {
  color: #333;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 auto 26px;
  padding: 40px;
  position: relative;
  transition: .3s all linear;
  z-index: 1;
  font-weight: bold;
  clear: both;
  background: #ececec7c;
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

blockquote::before,
blockquote::after {
  position: absolute;
  content: '';
  width: 250px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s cubic-bezier(.35,1,.71,1.3);
}

blockquote::before {
  bottom: 0;
  background: #000;
}

blockquote::after {
  top: 0;
  background: #3865A7;
}

blockquote:hover::before {
  left: 100%;
  transform: translateX(-100%);
}

blockquote:hover::after {
  left: 0%;
  transform: translateX(0);
}

blockquote:hover {
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

blockquote p {
  margin: 0 !important;
  padding: 0;
}

blockquote a {
  color: #0060A9 !important;
}

blockquote a:hover {
  color: #ec4300 !important;
}

blockquote blockquote {
  margin: 15px;
  margin: 0.9375rem;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
}

blockquote cite a, blockquote cite a:visited {
  color: #cccccc;
}

blockquote cite a:hover, blockquote cite a:focus, blockquote cite a:active {
  color: #999999;
}

blockquote:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.6 General
--------------------------------------------------------------*/
b, strong {
  font-weight: bold;
}

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

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

mark {
  background: #fcf8e3;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

address:last-child {
  margin-bottom: 0;
}

code, kbd, samp, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
}

kbd {
  background-color: #020202;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 90%;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
}

kbd kbd {
  box-shadow: none;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
}

pre {
  background: #fafafa;
  border: 1px dashed #ebebeb;
  color: #020202;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
  padding: 0.9375rem;
}

pre:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 HR
--------------------------------------------------------------*/
hr {
  background-color: #ebebeb;
  border: 0;
  height: 1px;
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
  width: 80%;
}

/*--------------------------------------------------------------
4.2 List
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 26px 26px;
  margin: 0 0 1.625rem 1.625rem;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 26px;
  margin-left: 1.625rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 26px 26px;
  margin: 0 1.625rem 1.625rem;
}

/*--------------------------------------------------------------
4.3 Table
--------------------------------------------------------------*/
/* Table Reboot */
table {
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

/* Table Styles */
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 100%;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

table caption {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

table th,
table td {
  padding: 8px;
  padding: 0.5rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
  font-weight: 700;
}

table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

table table {
  background-color: #fafafa;
}

table:last-child {
  margin-bottom: 0;
}

/* Table Responsive */
.table-responsive {
  display: block;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  width: 100%;
  overflow-x: auto;
}

.table-responsive:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
4.4 Image
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

img.alignright, img.alignleft {
  max-width: 110px;
}

img.alignright {
  margin: 0 0 15px 20px;
  margin: 0 0 0.9375rem 1.25rem;
}

img.alignleft {
  margin: 0 20px 15px 0;
  margin: 0 1.25rem 0.9375rem 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
4.5 HTML5 Elements
--------------------------------------------------------------*/
figure {
  margin: 0;
}

embed,
iframe,
object,
audio,
canvas,
progress,
video {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.6 Forms
--------------------------------------------------------------*/
/* Form Reboot */
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  white-space: normal;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/* Form Styles */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #3865A7;
  border: 1px solid #3865A7;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  padding: 12px 24px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: button;
  transition: .3s ease;
}

button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #00192E;
  outline: none;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  bottom: -2px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  color: #020202;
  border: 1px solid #003652;
  border-radius: 2px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  color: #020202;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

select {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 98%;
}

textarea {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  resize: vertical;
  vertical-align: top;
  width: 98%;
}

/*--------------------------------------------------------------
5.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignright {
  display: inline;
  float: right;
  margin: 0 0 15px 15px;
  margin: 0 0 0.9375rem 0.9375rem;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
  margin: 0 0.9375rem 0.9375rem 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after,
.site-wrapper:before,
.site-wrapper:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
.main-navigation:before,
.main-navigation:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.site-content:before,
.site-content:after,
.site-content-inside:before,
.site-content-inside:after,
.site-main:before,
.site-main:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.sidebar:before,
.sidebar:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after,
.site-info:before,
.site-info:after,
.site-info-inside:before,
.site-info-inside:after,
.comment-body:before,
.comment-body:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after {
  content: " ";
  display: table;
}

.clear:after,
.site-wrapper:after,
.site-header:after,
.site-branding:after,
.main-navigation:after,
.navigation:after,
.nav-links:after,
.site-content:after,
.site-content-inside:after,
.site-main:after,
.entry-content:after,
.page-content:after,
.sidebar:after,
.widget:after,
.site-footer:after,
.site-info:after,
.site-info-inside:after,
.comment-body:after,
.comment-meta:after,
.comment-content:after {
  clear: both;
}

/*--------------------------------------------------------------
8.0 - Navigation Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 - Main Navigation
--------------------------------------------------------------*/
/* Main navigation */
.main-navigation {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  transition: all .25s ease-out;
  z-index: 100;
}

.main-navigation .main-navigation-inside {
  position: relative;
}

.main-navigation.stuck {
  background-color: #020202;
  opacity: 0.9;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99950;
}

/*--------------------------------------------------------------
8.2 - Header Menu
--------------------------------------------------------------*/
/* Header Menu */
.site-header-menu {
  display: none;
}

/*--------------------------------------------------------------
8.3 - Header Menu Responsive
--------------------------------------------------------------*/
/* Toogle Menu */
.toggle-menu-wrapper a, .toggle-menu-wrapper a:visited {
  color: #001A2C;
  transition: all .25s ease-out;
}

.main-navigation.stuck .toggle-menu-wrapper a, .main-navigation.stuck .toggle-menu-wrapper a:visited {
  color: #fff;
}

.toggle-menu-wrapper a:hover, .toggle-menu-wrapper a:focus, .toggle-menu-wrapper a:active {
  color: #3d3d3d;
}

.main-navigation.stuck .toggle-menu-wrapper a:hover, .main-navigation.stuck .toggle-menu-wrapper a:focus, .main-navigation.stuck .toggle-menu-wrapper a:active {
  color: #a6a6a6;
}

.toggle-menu-wrapper a:before {
  content: "\f0c9";
  font-size: 25px;
  font-size: 1.5625rem;
  vertical-align: middle;
}

.toggle-menu-wrapper .toggle-menu-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 5px;
  margin: 0 0.3125rem;
  text-transform: uppercase;
}

/* Body Control */
body.has-responsive-menu {
  overflow: hidden;
}

/* Site Header Menu Responsive */
.site-header-menu-responsive {
  background: #141414;
  color: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  padding: 1.875rem;
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  z-index: 99999;
  transition: all 0.3s ease;
}

.site-header-menu-responsive.show {
  left: 0;
}

.site-header-menu-responsive .header-menu-responsive-close {
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 15px;
}

.site-header-menu-responsive .header-menu-responsive-close:hover {
  color: #a6a6a6;
}

/* Responsive Menu: (375px) and up */
@media (min-width: 375px) {
  .site-header-menu-responsive {
    left: -335px;
    width: 335px;
  }
}

/* Responsive Menu: (414px) and up */
@media (min-width: 414px) {
  .site-header-menu-responsive {
    left: -375px;
    width: 375px;
  }
}

/* Header Menu Responsive */
.header-menu-responsive {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.header-menu-responsive * {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu-responsive ul {
  display: none;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.header-menu-responsive ul.toggle-on {
  display: block;
}

.header-menu-responsive li {
  position: relative;
  word-wrap: break-word;
  white-space: normal;
}

.header-menu-responsive li.current_page_item a,
.header-menu-responsive li.current-menu-item a,
.header-menu-responsive li.current_page_ancestor > a,
.header-menu-responsive li.current-menu-ancestor > a,
.header-menu-responsive li.current-menu-parent > a {
  color: #a6a6a6;
}

.header-menu-responsive a, .header-menu-responsive a:visited {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 0;
  padding: 0.5rem 0;
  text-transform: uppercase;
  transition: all .25s ease-out;
}

.header-menu-responsive a:hover, .header-menu-responsive a:focus, .header-menu-responsive a:active {
  color: #a6a6a6;
}

.header-menu-responsive .dropdown-toggle {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.header-menu-responsive .dropdown-toggle:after {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  content: "\f078";
}

.header-menu-responsive .dropdown-toggle.toggle-on:after {
  content: "\f077";
  color: #a6a6a6;
}

.header-menu-responsive .page_item_has_children > a,
.header-menu-responsive .menu-item-has-children > a {
  padding-right: 40px;
  padding-right: 2.5rem;
}

/*--------------------------------------------------------------
8.4 - Top Menu
--------------------------------------------------------------*/
.top-bar {
  background-color: #3865A7;
}

.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu > li {
  display: inline-block;
}

.top-menu a, .top-menu a:visited {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
  transition: .3s ease;
}

.top-menu a:hover, .top-menu a:focus, .top-menu a:active {
  color: #fff;
  background: #001E34;
}

/*--------------------------------------------------------------
9.0 Navigation Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Navigation Archives
--------------------------------------------------------------*/
.pagination {
  font-size: 0px;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  overflow: hidden;
  text-align: center;
}

.pagination .page-numbers {
  background: #ffffff;
  border: none;
  border-radius: 50px;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 50px;
  margin: 2px 2px;
  margin: 0.125rem 0.125rem;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
  width: 50px;
  height: 50px;
}

.pagination .page-numbers.dots {
  background: none;
}

.pagination .page-numbers.dots:hover {
  background: none;
  color: #3d3d3d;
}

.pagination .page-numbers:hover {
  background: #D89558;
  color: #fff;
}

.pagination .current.page-numbers {
  background: #D89558;
  color: #fff;
  font-weight: 700;
}

.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:after {
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination .prev.page-numbers:before {
  content: "\f053";
}

.pagination .next.page-numbers:after {
  content: "\f054";
}

/*--------------------------------------------------------------
9.2 Navigation Post
--------------------------------------------------------------*/
.post-navigation {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
  width: 100%;
}

.post-navigation .nav-next {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.post-navigation a, .post-navigation a:visited {
  color: #3d3d3d;
  display: block;
  padding: 0;
  position: relative;
  transition: all .25s ease-out;
}

.post-navigation a:hover, .post-navigation a:focus, .post-navigation a:active {
  color: #D89558;
}

.post-navigation .meta-nav {
  color: #D89558;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}

/*--------------------------------------------------------------
9.3 Navigation Comments
--------------------------------------------------------------*/
.comment-navigation {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
9.4 Navigation Attachments
--------------------------------------------------------------*/
.image-navigation {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  margin: 0;
  padding: 30px;
  padding: 1.875rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/*--------------------------------------------------------------
9.5 Navigation Common Styles: Comments, Attachments
--------------------------------------------------------------*/
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
}

.comment-navigation .nav-previous a, .comment-navigation .nav-previous a:visited,
.comment-navigation .nav-next a,
.comment-navigation .nav-next a:visited,
.image-navigation .nav-previous a,
.image-navigation .nav-previous a:visited,
.image-navigation .nav-next a,
.image-navigation .nav-next a:visited {
  color: #999;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
  padding: 0;
  text-transform: uppercase;
}

.comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:active,
.image-navigation .nav-previous a:hover,
.image-navigation .nav-previous a:focus,
.image-navigation .nav-previous a:active,
.image-navigation .nav-next a:hover,
.image-navigation .nav-next a:focus,
.image-navigation .nav-next a:active {
  color: #621800;
}

.comment-navigation .nav-previous .meta-nav,
.comment-navigation .nav-next .meta-nav,
.image-navigation .nav-previous .meta-nav,
.image-navigation .nav-next .meta-nav {
  display: none;
}

.comment-navigation .nav-previous a:before,
.image-navigation .nav-previous a:before {
  color: #621800;
  content: "\f053";
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.comment-navigation .nav-next a:after,
.image-navigation .nav-next a:after {
  color: #621800;
  content: "\f054";
  margin: 0 0 0 5px;
  margin: 0 0 0 0.3125rem;
}

/*--------------------------------------------------------------
10.0 - Skeleton
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 - Site Wrapper
--------------------------------------------------------------*/
.site-wrapper {
  position: relative;
}

.has-box-layout .site-wrapper {
  background-color: #f9f9f9;
}

/*--------------------------------------------------------------
10.2 - Site Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all .25s ease-out;
}

.site-header .site-header-inside-wrapper {
  position: relative;
}

.has-custom-header .site-header {
  min-height: 150px;
}

/*--------------------------------------------------------------
10.3 - Site Branding Wrapper
--------------------------------------------------------------*/
.site-branding-wrapper {
  overflow: hidden;
  text-align: center;
}

.has-site-branding .site-branding-wrapper,
.wp-custom-logo .site-branding-wrapper {
  padding: 30px 0;
  padding: 1.875rem 0;
}

/*--------------------------------------------------------------
10.4 - Site Custom Logo
--------------------------------------------------------------*/
.custom-logo {
  width: auto;
  max-height: 85px;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
10.5 - Site Branding
--------------------------------------------------------------*/
.site-branding {
  position: relative;
}

.has-site-branding .site-branding {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.wp-custom-logo.has-site-branding .site-branding {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
}

.site-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  transition: all .25s ease-out;
  word-wrap: break-word;
}

.site-title a, .site-title a:visited {
  color: #020202;
  text-decoration: none;
}

.site-title a:hover, .site-title a:focus, .site-title a:active {
  color: #666;
}

.site-description {
  color: #444444;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  transition: all .25s ease-out;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
10.6 - Site Content
--------------------------------------------------------------*/
.site-content {
  margin: 0;
  padding: 0;
}

.site-content .site-content-inside {
  padding: 30px 0;
  padding: 1.875rem 0;
}

/*--------------------------------------------------------------
10.7 - Site Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.8 - Sidebar
--------------------------------------------------------------*/
.sidebar {
  background-color: #fff;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
  box-shadow: 1px 2px 6px 2px rgba(122,122,122,0.44);
  background-image: linear-gradient(to bottom, #fff, #F3F7FA);
}

#post-wrapper {
  box-shadow: 1px 2px 6px 2px rgba(122, 122, 122, 0.44);
}

/*--------------------------------------------------------------
10.9 - Footer
--------------------------------------------------------------*/
/* Site Footer */
.site-footer {
  position: relative;
}

/* Site info */
.site-info {
  background: #fff;
  padding: 10px 0 !important;
}

.site-info p {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

/* Credits */
.credits-wrapper {
  position: relative;
}

.credits-wrapper .credits-blog {
  color: #3d3d3d;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.credits-wrapper .credits-blog a, .credits-wrapper .credits-blog a:visited {
  color: #3d3d3d;
}

.credits-wrapper .credits-blog a:hover, .credits-wrapper .credits-blog a:focus, .credits-wrapper .credits-blog a:active {
  color: #020202;
}

.credits-wrapper .credits-designer {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.credits-wrapper .credits-designer a, .credits-wrapper .credits-designer a:visited {
  color: #999;
}

.credits-wrapper .credits-designer a:hover, .credits-wrapper .credits-designer a:focus, .credits-wrapper .credits-designer a:active {
  color: #020202;
}

/*--------------------------------------------------------------
11.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 - HEntry
--------------------------------------------------------------*/
.sticky {
  /* Sticky post is enhanced with a special icon */
}

/* Post Wrapper Archive - Hentry */
.post-wrapper-archive .post-wrapper-hentry {
  margin: 0;
  padding: 0 30px;
  padding: 0 1.875rem;
  position: relative;
}

.post-wrapper-archive .post-wrapper-hentry .post-content-wrapper {
  border-top: 1px solid #005090;
  margin: 0;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.post-wrapper-archive .post-wrapper-hentry:nth-of-type(1) .post-content-wrapper {
  border: none;
}

/* Post Wrapper Single - Hentry */
.post-wrapper-single .post-wrapper-hentry {
  background-color: #ffffff;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
}

.post-wrapper-single .post-wrapper-hentry:nth-of-type(1) {
  margin: 0;
}

/* Entry Post Thumbnail */
.post-content-wrapper-archive .entry-image-wrapper {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.post-content-wrapper-single .post-thumbnail-single {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

/* Entry Header & Title (Posts,Pages) */
.entry-header-wrapper {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0;
  position: relative;
}

.post-content-wrapper-single .entry-header-wrapper {
 
}

.entry-header {
  margin: 0;
  padding: 0;
}

.entry-title {
  clear: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.post-content-wrapper-single .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
}

/* Page Header & Title */
.page-header-wrapper {
  margin: 0;
  padding: 0;
}

.page-header-wrapper .page-header {
  margin: 0;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  width: 100%;
  position: relative;
}

.page-header-wrapper .page-header .page-title {
  clear: none;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.page-header-wrapper .page-header .page-title .page-title-value {
  color: #D89558;
}

.page-header-wrapper .page-header .taxonomy-description {
  color: #3d3d3d;
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

.page-header-wrapper .page-header .taxonomy-description,
.page-header-wrapper .page-header .taxonomy-description p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

/* Entry & Page Title Colors */
.entry-title a, .entry-title a:visited,
.page-title a,
.page-title a:visited {
  color: #020202;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active,
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
  color: #621800;
}

/* Entry Summary */
.entry-summary,
.entry-summary p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Content */
.entry-content {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Content Attachment */
.entry-content-attachment,
.entry-content-attachment p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: center;
  word-wrap: break-word;
}

/* Entry Attachment */
.entry-attachment {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

/* Page Content */
.page-content {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Headings First Child */
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
11.2 - Page Links
--------------------------------------------------------------*/
.page-links {
  clear: both;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.page-links a,
.page-links > span {
  background: #fafafa;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 1px;
  margin: 0 0.0625rem;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-out;
}

.page-links a {
  color: #020202;
  text-decoration: none;
}

.page-links a:hover {
  background: #D89558;
  color: #fff;
  font-weight: 700;
}

.page-links > span {
  background: #D89558;
  color: #fff;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  color: #666;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0 7px 0 0;
  padding: 0 0.4375rem 0 0;
}

/*--------------------------------------------------------------
11.3 - More Link
--------------------------------------------------------------*/
.more-link-wrapper {
  margin: 25px 0 0;
  margin: 1.5625rem 0 0;
}

.more-link-wrapper .more-link, .more-link-wrapper .more-link:visited {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 22px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .25s ease-out;
}

.more-link-wrapper .more-link:before, .more-link-wrapper .more-link:visited:before {
  background-color: #666666;
  content: '';
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
}

.more-link-wrapper .more-link:after, .more-link-wrapper .more-link:visited:after {
  content: "\f30b";
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 4px;
  right: -25px;
}

.more-link-wrapper .more-link:hover, .more-link-wrapper .more-link:focus, .more-link-wrapper .more-link:active {
  color: #621800;
}

.more-link-wrapper .more-link:hover:before, .more-link-wrapper .more-link:focus:before, .more-link-wrapper .more-link:active:before {
  background-color: #621800;
}

/*--------------------------------------------------------------
11.4 - Entry Meta
--------------------------------------------------------------*/
.entry-meta {
  color: #3d3d3d;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry-meta > span {
  display: inline-block;
  margin: 0 12px 0 0;
  margin: 0 0.75rem 0 0;
}

.entry-meta > span:last-of-type {
  margin-right: 0;
}

.entry-meta.entry-meta-footer > span {
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
}

.entry-meta.entry-meta-footer > span:last-of-type {
  margin-right: 0;
}

.entry-meta a, .entry-meta a:visited {
  color: #3d3d3d;
}

.entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active {
  color: #020202;
}

.entry-meta .entry-meta-icon:before {
  color: #D89558;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.entry-meta .entry-meta-icon a:before {
  color: #D89558;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

.entry-meta .post-first-category a:before {
  content: "\f07b";
}

.entry-meta .byline:before {
  content: "\f007";
}

.entry-meta .posted-on a:before {
  content: "\f073";
}

.entry-meta .post-edit-link-meta a:before {
  content: "\f044";
}

.entry-meta .parent-post-link a:before {
  content: "\f129";
}

.entry-meta .full-size-link a:before {
  content: "\f1c5";
}

/* Entry Meta Header */
.entry-meta-header-before > span {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.entry-meta-header-after > span {
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* Entry Meta Footer */
.entry-meta-footer {
  margin: 26px 0 0;
  margin: 1.625rem 0 0;
}

/* Entry Meta Elements */
.updated:not(.published) {
  display: none;
}

/* Post Sticky */
.post-label-sticky:before {
  content: "\f08d";
}

/* Category and Tags */
.cat-links-single:after,
.logged-in .tags-links-single:after {
  content: "\2022";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0 7px;
  margin: 0 0 0 0.4375rem;
}

/*--------------------------------------------------------------
11.5 - Author Info
--------------------------------------------------------------*/
.entry-author {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  margin: 0;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
}

.entry-author .author-avatar {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0;
}

.entry-author .author-avatar .avatar {
  border: 1px solid #ebebeb;
  padding: 2px;
  padding: 0.125rem;
}

.entry-author .author-heading {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.entry-author .author-heading .author-title {
  clear: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}

.entry-author .author-bio,
.entry-author .author-bio p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
11.6 - Comments
--------------------------------------------------------------*/
/* Comments Area - Comments List + Comments Form */
.comments-area {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

/* Comments List */
.comments-area-wrapper {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  margin: 0;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
}

.no-comments-wrapper {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  margin: 0;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
}

/* Comments Title */
.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: relative;
}

/* Comment List */
.comment-list {
  list-style: none;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 0;
}

.comment-list .children {
  list-style: none;
}

/* Comment Body */
.comment-list > li > .comment-body,
.comment-list > li > .children .comment-body {
  border-top: 1px solid #ebebeb;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
}

.comment-list > li:first-child:not(.bypostauthor) > .comment-body {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.comment-list .bypostauthor > .comment-body {
  background: #f2f2f2;
  border-bottom: 3px solid #3865A7;
  padding: 15px;
  padding: 0.9375rem;
}

/* Comment Avatar */
.comment-list .comment-author .avatar {
  border: 1px solid #ebebeb;
  display: block;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 2px;
  padding: 0.125rem;
}

.comment-list .bypostauthor .comment-author .avatar {
  border: 1px solid #d9d9d9;
}

.comment-list .comment-author .avatar {
  width: 68px;
  height: 68px;
}

.comment-list .children .comment-author .avatar {
  width: 50px;
  height: 50px;
}

/* Comment Meta */
.comment-list .comment-meta {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.comment-list .comment-content {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  word-wrap: break-word;
}

.comment-list .reply {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.comment-list .comment-author .fn {
  font-weight: 900;
}

.comment-list .comment-author .fn a,
.comment-list .comment-author .fn a:visited {
  color: #333;
}

.comment-list .comment-author .fn a:hover,
.comment-list .comment-author .fn a:focus,
.comment-list .comment-author .fn a:active {
  color: #999;
}

.comment-list .says {
  display: none;
}

.comment-list .edit-link {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.comment-list .comment-awaiting-moderation {
  color: #621800;
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* Comment Content */
.comment-list .comment-content,
.comment-list .comment-content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Pingbacks */
.comment-list .pingback .comment-body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.comment-list .pingback .comment-edit-link {
  font-size: 12px;
  font-size: 0.75rem;
}

/* Comment Form */
.comment-respond {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  margin: 0;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
}

.comment-list .comment-respond {
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
  margin: 15px 0;
  margin: 0.9375rem 0;
  padding: 15px;
  padding: 0.9375rem;
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: relative;
}

.comment-respond #cancel-comment-reply-link {
  color: #c0392b;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
}

.comment-respond .comment-form,
.comment-respond .comment-form p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 0;
  word-wrap: break-word;
}

.comment-respond .comment-form:last-of-type,
.comment-respond .comment-form p:last-of-type {
  margin: 0;
}

.comment-respond .comment-form label {
  display: block;
}

.comment-respond .comment-form .form-submit {
  margin: 0;
}

.comment-respond .comment-form .required {
  color: #c0392b;
}

/* Comment Subscription Form */
.comment-subscription-form {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 0;
}

.comment-subscription-form + .comment-subscription-form {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

/*--------------------------------------------------------------
12.0 - Blocks (Gutenberg)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1 - Block Image
--------------------------------------------------------------*/
.wp-block-image {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
12.2 - Block Cover Image
--------------------------------------------------------------*/
.wp-block-cover-image {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-cover-image:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
12.3 - Block Gallery
--------------------------------------------------------------*/
.wp-block-gallery {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-gallery:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
12.4 - Block Embed
--------------------------------------------------------------*/
.wp-block-embed {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-embed:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
12.5 - Block Button
--------------------------------------------------------------*/
.wp-block-button {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.wp-block-button:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
13.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

.widget,
.widget p {
  font-size: 16px;
  font-size: 1rem;
}

.widget:last-child {
  margin-bottom: 0;
}

.error-404 .widget {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
}

.error-404 .widget:before, .error-404 .widget:after {
  display: none;
}

.error-404 .widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  color: #fff;
  display: block;
  margin: 20px 0;
  font-size: 18px !important;
  font-weight: 700;
  padding: 15px 10px;
  position: relative;
  background: #3865A7;
  text-align: center;
  line-height: 1.2;
}

.widget a, .widget a:visited {
  color: #3d3d3d;
}

.widget a:hover, .widget a:focus, .widget a:active {
  color: #666;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}

.widget li > ul,
.widget li > ol {
  margin-bottom: 0;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.widget li, .widget li.hentry {
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
  position: relative;
}

.widget li ul, .widget li.hentry ul {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.widget li li:last-child, .widget li.hentry li:last-child {
  padding-bottom: 0;
}

.widget li:last-child, .widget li.hentry:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
13.1 Search Form Widget
--------------------------------------------------------------*/
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.search-form .search-field {
  border: 1px solid #3865A7;
  height: 50px;
  border-radius: 15px;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: left;
  width: calc(100% - 60px);
}

.search-form .search-submit {
  background: #3865A7;
  border: 0;
  position: relative;
  color: #fff;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: background .25s ease-out;
}

.search-form .search-submit:hover {
  background: #001A2C;
  transition: background .25s ease-out;
}

.search-form .search-submit:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
13.2 Tag Cloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud > div:before,
.widget_tag_cloud > div:after {
  content: '';
  display: table;
}

.widget_tag_cloud > div:after {
  clear: both;
}

.widget_tag_cloud a, .widget_tag_cloud a:visited {
  float: left;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  text-decoration: none;
  transition: all .25s ease-out;
}

.widget_tag_cloud a:after {
  content: '\002C';
  margin: 0 6px 0 0;
  margin: 0 0.375rem 0 0;
}

.widget_tag_cloud a:last-child:after {
  display: none;
}

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

/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/
/* Attachment Caption */
.entry-caption {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  border: 1px solid #f0f0f0;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

/* WP Caption */
.wp-caption {
  border: 1px solid #f0f0f0;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  max-width: 100%;
}

.wp-caption:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}

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

.wp-caption .wp-caption-text {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin: 0;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
}

.wp-caption.alignright, .wp-caption.alignleft {
  max-width: 110px;
}

.wp-caption.alignright {
  margin: 0 0 15px 20px;
  margin: 0 0 0.9375rem 1.25rem;
}

.wp-caption.alignleft {
  margin: 0 20px 15px 0;
  margin: 0 1.25rem 0.9375rem 0;
}

/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

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

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-icon img {
  margin: 0 auto;
}

.gallery .gallery-caption {
  color: #999;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.gallery.gallery-columns-4 .gallery-caption,
.gallery.gallery-columns-5 .gallery-caption,
.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery:last-child {
  margin: 0;
  margin: 0;
}

/*--------------------------------------------------------------
14.3 Media Elements
--------------------------------------------------------------*/
.hentry .mejs-container {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #333;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #621800;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

/*--------------------------------------------------------------
15.0 Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.1 Overlay Effect
--------------------------------------------------------------*/
.overlay-effect {
  background: #141414;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 99995;
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.overlay-effect.open {
  opacity: .4;
  visibility: visible;
}

/*--------------------------------------------------------------
15.2 Misc
--------------------------------------------------------------*/
.post-thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.post-thumbnail .img-featured {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1);
  transition: all .4s ease;
}

.post-thumbnail .img-featured:hover {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
16.0 Admin Bar
--------------------------------------------------------------*/
/* Admin Bar: Thick Mobile First */
body.admin-bar .site-header-menu-responsive {
  top: 46px;
  /* Admin Bar: Thin and Sticky (783px) and up */
}

@media (min-width: 48.9375em) {
  body.admin-bar .site-header-menu-responsive {
    top: 32px;
  }
}

/*--------------------------------------------------------------
17.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1 - Small devices (landscape phones, 576px and up)
--------------------------------------------------------------*/
@media (min-width: 576px) {
  /* Typography: Blockquote */
  blockquote {
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    width: 90%;
  }
  blockquote blockquote {
    width: 95%;
  }
  .sidebar blockquote {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-right: 0;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 175px;
  }
  /* Navigation Menus: Header Menu Responsive */
  .site-header-menu-responsive {
    left: -400px;
    width: 400px;
  }
  /* Navigation Misc: Navigation Post */
  .post-navigation .nav-links {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 48%;
  }
  .post-navigation .nav-previous {
    margin: 0;
  }
  .post-navigation .nav-next {
    margin: 0;
    text-align: right;
  }
  /* Content: Author Info */
  .entry-author {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .entry-author .author-avatar {
    margin: 0;
    width: 90px;
  }
  .entry-author .author-heading {
    margin: 0;
    padding: 0 25px;
    padding: 0 1.5625rem;
    width: calc(100% - 90px);
  }
  .entry-author .author-bio {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    width: 100%;
  }
  /* Content: Comments */
  /* Comment Body */
  .comment-list > li > .comment-body {
    padding-left: 83px;
    padding-left: 5.1875rem;
  }
  .comment-list > li > .children .comment-body {
    padding-left: 65px;
    padding-left: 4.0625rem;
  }
  .comment-list .bypostauthor .comment-body {
    padding-left: 98px;
    padding-left: 6.125rem;
  }
  .comment-list > li > .children .bypostauthor .comment-body {
    padding-left: 80px;
    padding-left: 5rem;
  }
  .comment-list .pingback .comment-body {
    padding-left: 0;
  }
  /* Comment Avatar */
  .comment-list > li > .comment-body .comment-author .avatar,
  .comment-list > li > .children .comment-body .comment-author .avatar {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .comment-list > li:first-child:not(.bypostauthor) > .comment-body .comment-author .avatar {
    top: 0;
  }
  .comment-list > li.bypostauthor > .comment-body .comment-author .avatar,
  .comment-list > li > .children li.bypostauthor > .comment-body .comment-author .avatar {
    top: 15px;
    left: 15px;
  }
  /* Media: WP Caption */
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 175px;
  }
}

/*--------------------------------------------------------------
17.2 - Medium devices (tablets, 768px and up)
--------------------------------------------------------------*/
@media (min-width: 768px) {
  /* Typography: Global */
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  /* Typography: Paragraph */
  p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Typography: Headings */
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h5 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h6 {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Typography: Blockquote */
  blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
  }
  /* Typography: General */
  address {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  pre {
    margin: 0 0 32px;
    margin: 0 0 2rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Elements: HR */
  hr {
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
  }
  /* Elements: List */
  ul, ol {
    margin: 0 0 32px 36px;
    margin: 0 0 2rem 2.25rem;
  }
  dd {
    margin: 0 24px 32px;
    margin: 0 1.5rem 2rem;
  }
  /* Elements: Table */
  table {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  table caption {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  table th,
  table td {
    padding: 12px;
    padding: 0.75rem;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 270px;
  }
  img.alignright {
    margin: 0 0 15px 25px;
    margin: 0 0 0.9375rem 1.5625rem;
  }
  img.alignleft {
    margin: 0 25px 15px 0;
    margin: 0 1.5625rem 0.9375rem 0;
  }
  /* Alignments */
  .alignleft {
    margin: 0 20px 20px 0;
    margin: 0 1.25rem 1.25rem 0;
  }
  .alignright {
    margin: 0 0 20px 20px;
    margin: 0 0 1.25rem 1.25rem;
  }
  /* Navigation Menus: Header Menu */
  .site-header-menu {
    display: block;
    margin: 0 auto;
  }
  /* Essential Styles */
  .sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu {
    font-size: 0;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu ul {
    position: absolute;
    display: none;
    font-size: 18px;
    font-size: 1.125rem;
    top: 100%;
    left: 0;
    z-index: 200;
  }
  .sf-menu > li > ul {
    top: 38px;
    left: -19px;
  }
  .sf-menu > li {
    display: inline-block;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
    padding: 10px 15px;
  }
  .sf-menu ul ul {
    top: 0;
    left: 105%;
  }
  /* Menu Skin */
  .sf-menu {
    margin-bottom: 0;
  }
  .sf-menu ul {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    min-width: 15em;
    /* allow long menu items to determine submenu width */
    max-width: 15em;
    padding: 25px 35px;
    padding: 1.5625rem 2.1875rem;
    text-align: left;
  }
  /* Anchors */
  .sf-menu a,
  .sf-menu a:visited {
    font-family: "Roboto", sans-serif;
  }
  /* Parent Anchors */
  .sf-menu > li > a,
  .sf-menu > li > a:visited {
    color: #001A2C;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease-out;
    position: relative;
    margin: 2px 5px;
    min-height: 49px;
  }
  .main-navigation.stuck .sf-menu > li > a, .main-navigation.stuck
  .sf-menu > li > a:visited {
    color: #fff;
  }


  .sf-menu > li > a:hover,
  .sf-menu > li > a:focus,
  .sf-menu > li > a:active {
    background: #3865A7;
    color: #ffffff;
    border-radius: 5px;
    border-bottom: 4px solid #9abbf3;
  }
  .main-navigation.stuck .sf-menu > li > a:hover, .main-navigation.stuck
  .sf-menu > li > a:focus, .main-navigation.stuck
  .sf-menu > li > a:active {
    color: #a6a6a6;
  }
  /* Child Menu Anchors */
  .sf-menu ul a,
  .sf-menu ul a:visited {
    color: #020202;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    padding: 8px 0;
    padding: 0.5rem 0;
  }
  .sf-menu ul a:hover,
  .sf-menu ul a:focus,
  .sf-menu ul a:active {
    color: #a6a6a6;
  }
  .sf-menu ul li:last-child a {
    border-bottom: none;
  }
  /* Current Item Indicator */
  .sf-menu > li.current_page_item > a,
  .sf-menu > li.current-menu-item > a,
  .sf-menu > li.current_page_ancestor > a,
  .sf-menu > li.current-menu-ancestor > a,
  .sf-menu > li.current-menu-parent > a {
    color: #fff;
    background: #3865A7;
    border-radius: 5px;
    border-bottom: 4px solid #9abbf3;
  
  }
  .sf-menu > li li.current_page_item > a,
  .sf-menu > li li.current-menu-item > a,
  .sf-menu > li li.current_page_ancestor > a,
  .sf-menu > li li.current-menu-ancestor > a,
  .sf-menu > li li.current-menu-parent > a {
    color: #fff;
    background-color: #5B1E05;
  }
  /* SF Core */
  .sf-menu li {
    word-wrap: break-word;
    white-space: normal;
    /* no need for Supersubs plugin */
    transition: background .2s;
  }
  .sf-menu ul li {
    background: #ffffff;
  }
  .sf-menu ul ul li {
    background: #ffffff;
  }
  .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    transition: none;
  }
  /* Last & Second Last Child Drop Down Menu Second Level */
  .sf-menu > li:last-child > ul,
  .sf-menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
  }
  /* Last & Second Last Child Drop Down Menu Third Level */
  .sf-menu > li:last-child > ul ul,
  .sf-menu > li:nth-last-child(2) > ul ul {
    left: auto;
    right: 105%;
  }
  /* Parent Anchors Arrow */
  .sf-arrows .sf-with-ul:after {
    content: "\f107";
    color: #bfbfbf;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sf-arrows > li > .sf-with-ul:focus:after,
  .sf-arrows > li:hover > .sf-with-ul:after,
  .sf-arrows > .sfHover > .sf-with-ul:after {
    color: #a6a6a6;
  }
  /* Child Anchors Arrow */
  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    color: #bfbfbf;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    color: #3d3d3d;
  }
  /* Navigation Menus: Header Menu Responsive */
  .toggle-menu-wrapper {
    display: none;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination .page-numbers {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* Navigation Misc: Navigation Post */
  .post-navigation .meta-nav {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* Navigation Misc: Navigation Comments */
  .comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Skeleton: Site Header */
  .has-custom-header .site-header {
    min-height: 150px;
  }
  /* Skeleton: Site Branding Wrapper */
  .has-site-branding .site-branding-wrapper,
  .wp-custom-logo .site-branding-wrapper {
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  /* Skeleton: Site Custom Logo */
  /* Skeleton: Footer */
  .site-info {
    padding: 30px 0;
    padding: 1.875rem 0;
    background: #F2F2F2;
  }
  /* Content: Post Wrapper Archive - Hentry */
  .post-content-wrapper-archive {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-content-wrapper-archive .entry-image-wrapper {
    margin: 0;
    width: 280px;
  }
  .post-content-wrapper-archive .entry-data-wrapper {
    width: calc( 100% - 310px);
  }
  .hentry:not(.has-post-thumbnail) .post-content-wrapper-archive .entry-data-wrapper {
    width: 100%;
  }
  /* Content: Post Wrapper Single - Hentry */
  .post-wrapper-single .post-wrapper-hentry {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Entry Post Thumbnail */
  .post-content-wrapper-single .post-thumbnail-single {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  /* Content: Page Header & Title */
  .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .post-content-wrapper-single .entry-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  /* Content: Page Header & Title */
  .page-header-wrapper .page-header .page-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .page-header-wrapper .page-header .taxonomy-description,
  .page-header-wrapper .page-header .taxonomy-description p {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Entry Attachment */
  .entry-attachment {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
  }
  /* Content: Entry Meta Footer */
  .entry-meta-footer {
    margin: 32px 0 0;
    margin: 2rem 0 0;
  }
  /* Content: Author Info */
  .entry-author .author-heading .author-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* Content: Comments */
  /* Comments Title */
  .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* Comment List */
  .comment-list {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Comment Body */
  .comment-list > li > .comment-body,
  .comment-list > li > .children .comment-body {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .comment-list .bypostauthor .comment-body {
    padding: 30px 30px 30px 123px;
    padding: 1.875rem 1.875rem 1.875rem 7.6875rem;
  }
  .comment-list > li > .children .bypostauthor .comment-body {
    padding: 30px 30px 30px 94px;
    padding: 1.875rem 1.875rem 1.875rem 5.875rem;
  }
  /* Comment Avatar */
  .comment-list > li > .comment-body .comment-author .avatar,
  .comment-list > li > .children .comment-body .comment-author .avatar {
    top: 30px;
  }
  .comment-list > li.bypostauthor > .comment-body .comment-author .avatar,
  .comment-list > li > .children li.bypostauthor > .comment-body .comment-author .avatar {
    top: 30px;
    left: 30px;
  }
  /* Comment Form */
  .comment-list .comment-respond {
    margin: 30px 0;
    margin: 1.875rem 0;
    padding: 30px;
    padding: 1.875rem;
  }
  .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .comment-respond #cancel-comment-reply-link {
    padding: 20px;
    padding: 1.25rem;
  }
  /* Blocks: Block Image */
  .wp-block-image {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Blocks: Block Cover Image */
  .wp-block-cover-image {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Blocks: Block Gallery */
  .wp-block-gallery {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Blocks: Block Embed */
  .wp-block-embed {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Blocks: Block Button */
  .wp-block-button {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  /* Widgets */
  .widget .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* Media: Attachment Caption */
  .entry-caption {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Media: WP Caption */
  .wp-caption {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .wp-caption .wp-caption-text {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 270px;
  }
  .wp-caption.alignright {
    margin: 0 0 15px 25px;
    margin: 0 0 0.9375rem 1.5625rem;
  }
  .wp-caption.alignleft {
    margin: 0 25px 15px 0;
    margin: 0 1.5625rem 0.9375rem 0;
  }
  /* Media: Galleries */
  .gallery {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  .gallery .gallery-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px;
    padding: 0.3125rem;
  }
  .gallery.gallery-columns-4 .gallery-caption,
  .gallery.gallery-columns-5 .gallery-caption {
    display: block;
  }
  /* Media: Media Elements */
  .hentry .mejs-container {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
}

/*--------------------------------------------------------------
17.3 - Large devices (desktops, 992px and up)
--------------------------------------------------------------*/
@media (min-width: 992px) {
  /* Elements: Table */
  .sidebar table th,
  .sidebar table td {
    padding: 4px;
    padding: 0.25rem;
  }
  /* Navigation Menus: Header Menu */
  /* Parent Anchors */
  .sf-menu > li:last-child a:not(.sf-with-ul), .sf-menu > li:last-child a:not(.sf-with-ul):visited {
    margin-right: 0;
  }
  /* Navigation Misc: Navigation Comments */
  .comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Skeleton: Site Content */
  .has-no-sidebar .site-content {
    width: 859px;
    margin: 0 auto;
  }
  /* Skeleton: Sidebar */
  .sidebar {
    margin: 0;
  }
}

.cen {
  text-align: center;
  margin-top: 25px;
}

.home-link {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #D89558;
  color: #000 !important;
  text-align: center;
  transition: all .3s ease;
}

.home-link:hover {
  color: #fff !important;
  background: #621800;
  transition: all .3s ease;
}

/*Таблица для отделений - начало*/
.ymaps-geolink {
  white-space: normal !important;
  border-bottom: none !important;
}
.ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
}
.ymaps-geolink:after {
  display: none !important;
}

.ymaps-geolink ymaps {
  z-index: 100000;
}

.tablepress tr {
  border-bottom: 1px solid rgba(0, 61, 92, 0.322) !important;
  border-left: 1px solid rgba(0, 61, 92, 0.322) !important;
  border-right: 1px solid rgba(0, 61, 92, 0.322) !important;
}

.dataTables_wrapper label input, 
  .dataTables_wrapper label select {
  padding: 0 !important;
  }

.adres-table {
  border-collapse: initial !important;
  border-spacing: 5px !important;
}

.tablepress a {
  color: #0237b1 !important;
}

.tablepress a:hover {
  color: #000 !important;
}

.tablepress tbody td {
  font-size: 16px;
  line-height: 1.2;
}

.tablepress thead th {
  font-size: 18px;
  letter-spacing: 0;
  background: #3865A7 !important;
  color: #fff !important;
  line-height: 1.2;
  transition: .3s ease;
}

.tablepress thead th.sorting:hover {
    background: #0A1013 !important;
}

.adres-table .column-1 {
  max-width: 270px;
}

.main-table {
  width: auto !important;
}
.main-table tbody td.column-1 {
  width: 50px;
}

.adres-table .column-3 {
  min-width: 130px;
}

@media (max-width: 1200px) {
  .adres-table tbody td {
  font-size: 14px;
}
  .adres-table .column-1 {
  max-width: 130px;
}

.adres-table thead th {
  font-size: 16px;
}

.adres-table .column-3 {
  min-width: 115px;
}
}

@media (max-width: 1000px) {
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length {
    float: none !important;
    text-align: center;
  }

   .adres-table td {
    display: block;
    text-align: center !important;
    border: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .adres-table tr {
    border-bottom: 1px solid #707070;
  }
   .adres-table thead tr th {
    display: none;
    text-align: center !important;
    padding-left: 0 !important;
  }
   .adres-table thead tr th:first-child {
    display: block;
    width: 100% !important;
  }
   .adres-table thead tr th:first-child::after {
      content: ", контакты и режим работы";
      position: relative;
      right: 0;
      font-size: 16px;
      font-weight: 700;
      font-family: inherit;
      letter-spacing: 0;
  }
  .adres-table table tr:nth-of-type(odd) {
    background: #fff;
  }
  .adres-table .column-1 {
    max-width: 100%;
    }

    .ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
    }
  }
/*Таблица для отделений - конец*/

.BankMap {
  width: 100%;
  height: 400px;
}

.leaflet-popup-content {
 font-size: 14px !important;
}

.leaflet-popup-content p {
background-color: #009100 !important;
font-weight: bold !important;
margin-bottom: 5px !important;}

.leaflet-container a {
  font-size: 14px !important;
  color: #3865A7 !important;
}
.leaflet-container a:hover {
  color: #D00000 !important;
}

@media (max-width: 768px) {
  .leaflet-popup-content-wrapper {
    max-width: 240px;
  }
}

.footer-widget .widget-wrapper {
  text-align: center;
  background: linear-gradient(to top, #621800, #FF5236);
  border-bottom: 4px solid #621800;
}

.footer-widget a {
  padding: 10px 15px;
  display: inline-block;
  color: #fff !important;
  transition: all .3s ease;
}

.footer-widget a:hover {
  color: #fff !important;
  background-color: #621800;
  transition: all .3s ease;
}

.lwptoc {
  position: relative;
  z-index: 1;
}

.lwptoc::before {
  position: absolute;
  content: '';
  z-index: -1;
  background: linear-gradient(155deg, transparent 75%, #DDE0E8 75%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lwptoc::after {
  position: absolute;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #E9EBF2 75%, #D3D6DE 75%);
}

.lwptoc_items {
  padding: 15px;
}

.sidebar .lwptoc {
  margin: 0;
}

article .lwptoc {
padding-top: 0;
width: 100%;
margin-bottom: 20px;
margin-top: 0 !important;
}


div.lwptoc_item {
  position: relative;
  padding-left: 25px;
}

.lwptoc .lwptoc_items .lwptoc_itemWrap .lwptoc_item a:hover {
  border-bottom: none !important;
}

.lwptoc_item a::before {
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: '\f0ab';
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  font-size: 18px;
  transition: .3s ease;
  font-weight: bold;
}

div.lwptoc .lwptoc_items > ul > li > a:hover {
  border-bottom: none !important;
}

.lwptoc-light .lwptoc_i {
  background: none !important;
  width: 100%;
}

.lwptoc_i {
  padding: 0 !important;
}

@media (max-width: 600px) {
  .lwptoc {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  float: none !important;
  }
}

.lwptoc_header {
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: #3865A7;
  padding: 15px;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.lwptoc_title {
  position: relative;
  padding-left: 25px;
}

.lwptoc_title::before {
  content: '\f550';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}

.lwptoc_item {
  line-height: 1.4;
}

body .lwptoc .lwptoc_items a {
  color: #000 !important;
  margin-top: 2px;
  display: block;
  padding: 3px 5px;
  line-height: 1.2;
  position: relative;
  font-weight: normal !important;
}

body .lwptoc .lwptoc_items a:hover {
  color: #3865A7 !important;
  transform: translateX(5px);
}

body .lwptoc .lwptoc_items a:hover::before {
  color: #3865A7 !important;
  transform: translateY(-50%) rotate(-90deg);
}

.lwptoc .lwptoc_header .lwptoc_toggle_label {
  display: inline-block !important;
  background: none !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lwptoc .lwptoc_header .lwptoc_toggle_label:hover {
  background: #f5f5f5 !important;
  color: #00253c !important;
  border-bottom: none !important;
}

.content-area a {
  font-weight: bold;
  color: #3865A7;
  transition: all .3s ease;
}

.content-area a:hover {
  color: #001A2C;
  transition: all .3s ease;
}

.content-area p {
  margin-bottom: 15px;
}

.ordered {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 10px;
}

.ordered li {
  margin: 15px;
  counter-increment: my-awesome-counter;
  position: relative;
  line-height: 1.3;
  padding-left: 10px;
}
.ordered li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right bottom, #008900, #016801);
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}

ul.unordered { 
  margin-left: 20px;
  padding: 0;  
  counter-reset: li; 
}
ul.unordered li { 
  border-bottom: 1px solid #eee; 
  font-size: 14px; 
  list-style: none; 
  padding: 10px 0 10px 40px; 
  position: relative; 
}
ul.unordered li:first-child { 
  border-top: 1px solid #eee; }

ul.unordered li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #008400;
  line-height: 1;
  font-size: 20px;
}

ul.unordered li:nth-child(2n):before { 
  color: #3865A7;
}

.app-widget img {
  margin-bottom: 20px;
  transition: 0.3s all ease;
}

.app-widget img:hover {
  opacity: 0.9;
  transform: scale(1.1);
  transition: 0.3s all ease;
}

.widget p, .widget a {
  font-size: 18px;
}

.widget p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.widget a {
  color: #000 !important;
  font-weight: bold;
  transition: all .3s ease;
}

.widget a:hover {
  color: #3865A7 !important;
  transition: all .3s ease;
}

.widget .social i{
font-size: 32px;
margin-right: 5px;
transition: 0.3s all ease;
}

.widget .social a {
  margin-left: 5px;
}

.widget .social i:hover {
  color: #621800;
  transition: 0.3s all ease;
}



#commentform label {
    display: inline-block;
    margin-left: 3px;
    max-width: 90%;
}

#commentform .comment-form-cookies-consent input {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 7px;
}


.terms-form label {
    font-size: 16px;
    margin-left: 0 !important;
}

.comment-form-author label,
.comment-form-email label {
  display: block !important;
}


.mistape_caption {
  margin-top: 25px;
  padding-left: 40px;
  position: relative;
  box-shadow: -1px 1px 1px #000,
  1px 1px 1px #000;
}

.mistape_caption::before {
  position: absolute;
  content: '\f4a4';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}

.mistape_caption p {
  font-size: 15px !important;
}

.req-fld {
  color: red;
}

.site-header {
  background-image: linear-gradient(to bottom, #fff, #F3F7FA);
  box-shadow: 1px 2px 6px 2px rgba(122,122,122,0.44);
}


/* шапка */
.site-header-inside-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding-wrapper {
  margin: 10px;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.site-branding-wrapper:hover {
  opacity: 0.7;
}

.site-branding-wrapper > * {
  margin: 0 5px !important;
}

.site-desc {
  text-align: left;
  line-height: 1;
}

.site-desc a {
  font-size: 20px;
  color: #0A1013 !important;
  font-weight: bold;
}

.site-desc a span {
  color: #3865A7;
}

@media (max-width: 1000px) {
  .custom-logo {
    max-height: 80px;
  }
  .site-logo {

  }
  .site-branding-wrapper {
    flex-shrink: 0;
  }
  .toggle-menu-wrapper {
    text-align: right;
  }
  .top-bar {
    text-align: center;
  }
  .site-desc {
    display: none;
  }
}

.site-footer {
  /* border-top: 1px solid #000; */
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-left {
  align-items: start;
}

.site-info {
  background: #000;
  color: #ffffff;
  margin-top: 50px;
}

.site-info a {
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
}

.site-info a:hover {
  color: #f2c200;
}

.credits-wrapper {
  display: flex;
  margin: 0 -10px;
  align-items: center;
  justify-content: space-between;
}

.credits-wrapper p,
.credits-wrapper b,
.credits-wrapper a {
  font-size: 14px;
}

.credits-wrapper > div {
  margin: 10px;
}

@media (max-width: 768px) {
  .credits-wrapper {
    flex-direction: column;
  }
  .footer-left {
    align-items: center;
  }
  .custom-top-menu li a {
    text-align: left;
  }
}

.center {
  text-align: center;
}

.usefull {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.usefull > * {
  margin: 5px;
  flex-grow: 1;
  width: 230px;
  text-align: left;
}

.usefull a {
  position: relative;
  padding-left: 15px;
}

.usefull a:hover {
  background: rgb(219, 219, 219);
}

.usefull a::before {
  content: '\f14c';
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  right: 15px;
}


.similar_records {
  margin: 20px;
  margin-top: 40px;
}

.similar_records ul {
  list-style: none;
  margin-left: 0;
}

.similar_records ul li {
  margin: 10px;
}

.related-link {
  position: relative;
  background: rgba(236, 236, 236, 0.432);
  border: 1px solid #3865A7;
  z-index: 1;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 10px 25px;
  margin-top: 20px;
  color: #3865A7 !important;
  box-shadow: 2px 2px 2px rgb(82, 81, 81);
}

.related-link::before {
  content: '\f05a';
  font-family: "Font Awesome 5 Pro";
  top: 0;
  left: 0;
  position: absolute;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #009100;
  filter: drop-shadow(1px 1px 1px rgb(82, 81, 81));
  transition: .3s ease;
}

.related-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 35px;
  height: 35px;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}


.related-link:hover {
  background: #009100;
  color: #ffffff !important;
}

.related-link:hover::before {
  color: #923905;
} 





.custom-top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.custom-top-menu li a {
  color: #ffffff;
  padding: 10px;
  display: block;
  transition: .3s ease;
}

.custom-top-menu li a:hover {
  background: #001b30;
}

.contacts p {
  color: #333333;
  margin: 10px 0;
}

.contacts span {
  font-size: 14px;
  color: #777676;
}

.organizations-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.org-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  transition: .3s linear;
}

.org-item:hover {
  background: #e2e2e2;
}

.org-item img {
  max-width: 130px;
}

.full-page {
  width: 100%;
}

/* мобильные приложения */
.mobile-app {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-app i {
  font-size: 42px;
  margin: 8px;
  line-height: 1;
  vertical-align: middle;
  transition: .3s ease;
}

.android,.apple {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding-bottom: 2px;
  border: 1px solid #000;
  font-weight: normal !important;
  width: 189px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000 !important;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0),
   -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
   z-index: 1;
}

.dwnld {
  margin: 8px;
  font-size: 20px;
  text-align: left;
  line-height: 1;
}

.dwnld b {
  font-size: 14px;
}

.mobile-app a::before {
  content: '\f019';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(15px, -190%);
  font-size: 35px;
  line-height: 1;
  transition: .3s ease;
  color: #30509b;
}

.mobile-app a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #3865A7;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  transition: .3s ease;
}

.mobile-app a:hover::after {
  transform: translateY(0);
}

.mobile-app a:hover::before {
  transform: translate(15px, -50%);
  color: #ffffff !important
}

.mobile-app a:hover i {
  transform: translateY(190%);
}

.mobile-app a:hover {
  box-shadow: 0px 10px 13px -7px #3865A7, 5px 5px 15px 5px rgba(0,0,0,0),
   -10px 0px 13px -7px #3865A7, 10px 0px 13px -7px #3865A7, 5px 5px 15px 5px rgba(0,0,0,0);
   color: #ffffff !important;
}
.android i {
  color: #47bc38;
}

.apple i {
  color: #000000;
}

/* страница консультации */

/*Кастомная форма консультанта*/
.consultant-form {

}

.form-header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #300A15;
  border-bottom: 2px solid #5A3F36;
  padding-bottom: 25px;
}

.consultant-heading {
  margin-left: 15px;
}

.consultant-logo {
  width: 60px;
  height: 60px;
  background: url(/logo-mfc.png) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.field-group { 
  position: relative;
  }

.customize-label { 
  color: black; 
  font-size: 16px; 
  font-weight: 300;
  }

.consultant-bottom {
  display: flex;
  margin-top: 15px;
  align-items: flex-start;
}
.consultant-bottom button.btn {
  background: #3865A7 !important;
  font-size: 16px;
  border-color: #3865A7;
  padding: 14px 20px !important;
  padding-bottom: 30px;
  border-radius: 5px;
  transition: .3s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.consultant-bottom button.btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background-image: linear-gradient(to right bottom, transparent 15px, #fff 25px, #bcd1fe 30px, transparent 35px);
  left: 0;
  top: 0;
  transform: translate(-25px);
  opacity: 0;
  animation: btn linear 5s infinite;
}

@keyframes btn {
  0% {opacity: 0;}
  10% {opacity: 1; transform: translate(250px);}
  100% {opacity: 1; transform: translate(250px);}
}

.consultant-bottom button.btn:hover {
  background: #007236 !important;
  border-color: #007236;
}

.customize-input { 
  width: 100%; 
  background: #fff; 
  border: 2px solid #000 !important; 
  border-radius: 3px; 
  padding: 7px 10px !important; 
  transition: .2s all;
  }

.customize-input::placeholder { 
  color: black;
  }

.customize-input:focus { 
  background: white; 
  border: 2px solid #DC511C !important; 
  box-shadow: 0 0 1px 4px rgba(220, 82, 28, 0.178) !important;
  }

.customize-input:focus::placeholder { 
  color: #000; 
  opacity: .5;
  }

@media (max-width: 575.98px) { 
  .customize-input { 
  margin-bottom: 12px; 
  width: 100%; 
  max-width: 100%;
  } 
}

.customize-textarea { 
  margin-top: 5px; 
  width: 100%; 
  max-width: 100%; 
  padding: 7px 10px !important; 
  background: #fff; 
  border: 2px solid #000 !important;
  border-radius: 3px 3px 0 0; 
  resize: vertical; 
  transition: .2s all; 
  box-sizing: border-box;
  }

.customize-textarea:focus { 
  background: #fdfdfd !important; 
  border: 2px solid #DC511C !important; 
  box-shadow: 0 0 1px 4px rgba(220, 82, 28, 0.178) !important;
  }

.customize-textarea::placeholder { 
  color: black;
  }

.customize-textarea:focus::placeholder { 
  color: #000; 
  opacity: .5;
  }

.question-example { 
  padding: 5px; 
  padding-left: 10px;
  background: #000; 
  color: #fff; 
  font-size: 16px; 
  font-weight: 400; 
  border-radius: 0 0 3px 3px; 
  }

.inputs-wrapper { 
  transition: .2s all;
  }

.example-accent { 
  font-weight: 600; 
  color: #ffff;
  }

.wrong-input { 
  border: 1px solid #ff0000;
  }

.tooltip { 
  z-index: 9999; 
  position: absolute; 
  background: #fa3f3f; 
  color: #fff; 
  font-weight: bold;
  border-radius: 4px; 
  font-size: 14px; 
  bottom: -28px; 
  padding: 4px 8px; 
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.39);
  }

.tooltip:after { 
  top: -15px; 
  display: block; 
  position: absolute; 
  content: ''; 
  width: 0px; 
  height: 0px; 
  border-top: 8px solid #FA4C3F; 
  border-right: 8px solid transparent; 
  border-bottom: 8px solid transparent; 
  border-left: 8px solid transparent; 
  transform: rotate(180deg);
  }

.privacy-text { 
  font-size: 14px;
  margin-top: 10px;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  }
.privacy-text a {
  color: #3865A7;
  font-size: 14px !important;
  transition: .3s ease;
}

.privacy-text a:hover {
  color: #DC511C;
}

.second-step { 
  display: none;
  }

.fadingOutRight { 
  position: absolute; 
  animation: fadingOUT .3s ease-in-out;
  }

.fadingInLeft { 
  animation: fadingOUT .4s reverse ease-in-out;
  }

.success-notification { 
  display: none; 
  padding: 15px; 
  border-radius: 3px; 
  color: #FF1100;
  text-align: center;
  }

.success-notification .yurist-number {
  display: block;
  font-weight: bold;
  color: #696969;
  margin: 0 auto !important;
  max-width: 400px !important;
}

.success-notification .yurist-number a span {
  font-size: 15px;
}

.success-notification .yurist-number a {
  line-height: 1.3;
}

  .success-notification p {
    text-align: center !important;
    font-weight: bold;
  }

  .success-notification p span {
      font-size: 13px;
      color: #000000;
  }

  .success-notification .consultant-logo {
    margin: 0 auto;
  }

.success-notification__title { 
  font-size: 22px; 
  font-weight: 600; 
  margin-bottom: 8px;
  }

@keyframes fadingOUT { 
  from { 
  opacity: 1;
  }
  to { 
    opacity: 0;
    transform: scale(0);
    } 
}

.bottom-group {
  max-width: 325px;
  margin-right: 10px;
}

@media (max-width: 1025px) {
  .bottom-group {
    
  }
  .consultant-bottom {
    justify-content: space-between;
  }
  .privacy-text {
    line-height: 1.2;
    margin-top: 10px;
  }
}

@media (max-width: 860px) {
  .consultant-bottom .yurist-number {
    margin-left: 0;
    margin-top: 10px;
  }
}


@media (max-width: 660px) {
  .form-header {
    font-size: 20px;
  }
  .consultant-logo {
    width: 50px;
    height: 50px;
  }
  .consultant-bottom {
    flex-direction: column;
    align-items: center;
  }
  .privacy-text {
    text-align: center;
    margin-top: 10px;
    line-height: 1.2;
  }
  .consultant-heading span {
    display: none;
  }
  .consultant-bottom button.btn {
    margin-left: 0;
  }
  .yurist-number {
    margin-right: 0 !important;
    margin-top: 10px;
    max-width: 100%;
  }
  .bottom-group {
    text-align: center;
    margin-right: 0;
  }
}

@media (max-width: 460px) {
  .inline-field {
    flex-direction: column;
    align-items: center;
  }
  .field-inline-group:nth-child(2) {
    margin-left: 0 !important;
  }
  .field-inline-group {
    width: 100% !important;
  }
  .consultant-bottom .yurist-number {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .consultant-bottom .yurist-number b {
    margin-right: 0;
  }
}

.consultant .entry-content {
  display: none;
}

.success-phone a:hover {
  text-decoration: underline;
  color: #CA0000;
}

.yurist-number {
  display: flex;
  align-items: center;
  margin-left: auto;
  line-height: 1.3;
  color: #000;
  flex-shrink: 0;
}

.yurist-number span {
  margin-right: 10px;
  color: #333333;
}

.yurist-number a {
  font-size: 30px;
}

.yurist-number b {
  margin-right: 10px;
}


.yurist-number i {
  color: #FE0000;
  animation: colorChange 2s ease infinite;
}


@keyframes colorChange {
  33% {color: #DC9951;}
  66% {color: #209b10;}
}

.page-template-page-pravoved-template .main-inner {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.inline-field  {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.field-inline-group {
  width: 45%;
}

.field-inline-group:nth-child(2) {
  margin-left: auto;
}

/* Промо блок */
.ask-qst .promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.promo .item-head {
  font-size: 45px;
}

.ask-qst .promo .item {
  width: 220px;
  line-height: 1.2;
}

.ask-qst .promo .item-head {
  display: flex;
}

.ask-qst .promo .number {
  margin: 0 10px;
  color: #000;
}

.promo .item i {
  color: #3865A7;
  width: 60px;
  text-align: center;
}

/* блок как задать вопрос */
.how-it-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  background: #3865A7;
  padding: 20px;
  color: #ffffff;
}

.how-it-works > * {
  margin: 15px;
  flex-grow: 1;
  width: 260px;
}

.how-it-works div:first-child {
  align-self: center;
}

.how-works-item .item-head .logo {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #000;
  margin-right: 10px;
  vertical-align: middle;
}

.how-works-item .item-head {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.how-works-item .item-desc {
  margin-top: 15px;
  font-size: 16px;
}

.how-works-item svg {
  width: 46px;
  height: 100%;
  fill: none;
  stroke: #ffff;
  stroke-width: 5px;
  margin-left: 10px;
}

/* Блок преимуществ*/
.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  background: #eeeeee;
}

.features > * {
  flex-grow: 1;
  width: 300px;
  margin: 15px;
}

.features h2 {
  text-align: center;
  width: 100%;
}

.features .feature-item {
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features .feature-item > * {
  margin-top: 10px;
}

.features .feature-item .logo {
  font-size: 80px;
  color: #3865A7;
}

.features .feature-item .head {
  font-size: 20px;
  color: #0063ab;
}

/* Блок услуг */
.service-content {
  transition: .3s ease;
  display: flex;
  margin: 10px -15px;
}

.service {
  margin: 0 -15px;
  background: #ebebfd;
}

.service h2 {
  text-align: center;
}

.service .btn-wrapper {
  text-align: center;
}

.service-content > * {
  margin: 15px;
}

.service-content .logo {
  width: 600px;
  min-width: 600px;
  height: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fiz-lico .logo {background-image: url(/wp-content/uploads/fiz.jpg);}
.yur-lico .logo {background-image: url(/wp-content/uploads/yur.jpg);}

.service-content .service-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0 -10px;
}

.service-content .service-list li {
  width: 200px;
  line-height: 1;
  margin: 10px;
  flex-grow: 1;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.service-content .service-list li::before {
  content: '\f33a';
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #fe2800;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

.hidden {
  display: none;
}

.fading {
  animation: fading 0.3s;
}

@keyframes fading {
  from {transform: scale(1);}
  to {transform: scale(0);opacity: 0;}
}

.service-content .btn {
  padding: 7px 25px;
  background: #3865A7;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}

.service-content .btn:hover {
  background: #007832;
  color: #ffffff;
}

/* сетка страницы консультации */
.ask-qst {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  background: #eeeeee;
  padding: 20px;
}

.ask-qst > * {
  margin: 15px;
  flex-grow: 1;
}

.ask-qst .promo {
  max-width: 360px;
  width: 340px;
}

.page-prvd section {
   padding: 20px;
}

.page-prvd h1 {
  text-align: center;
}

@media (max-width: 1200px) {
  .ask-qst {
    flex-direction: column;
    align-items: center;
  }
  .ask-qst > * {
    width: 100% !important;
  }
  .ask-qst .promo {
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px;
    order: 1;
  }
  .ask-qst .promo .item {
    text-align: center;
    margin: 5px;
    flex-grow: 1;
    width: 210px;
  }
  .ask-qst .promo .item-head {
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .consultant-bottom {
    flex-direction: column;
    align-items: center;
  }
  .consultant-bottom > * {
    margin-top: 15px;
  }
  .yurist-number {
    margin-left: 0;
  }
  .yurist-number a {
    font-size: 22px;
  }
  .privacy-text {
    text-align: center;
  }
  .service-content .logo {
    display: none;
  }
  .descr {
    text-align: center;
  }
  .service-content .service-list li {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .ask-qst .promo .item-head {
    font-size: 30px;
  }
}
@media (max-width: 510px) {
  .ask-qst .promo .item-head {
    width: 160px;
    justify-content: flex-start;
  }
  .ask-qst .promo .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service-btn {
    margin: 10px;
  }
}

.service-btn {
  font-size: 20px;
  margin: 10px;
}

.socseti {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 10px auto;
  flex-wrap: wrap;
}

.socseti a {
  width: 200px;
  flex-grow: 1;
  text-align: center;
  background: #3865A7;
  color: #ffffff;
  margin: 5px;
  padding: 10px 15px;
  box-shadow: 2px 2px 2px #000;
}

.socseti a:hover {
  background: #000;
  color: #ffffff;
}

.sidebar-soc a {
  font-size: 30px;
  margin: 5px;
}

@media (max-width: 991px) {
  .site-branding-wrapper {
    max-width: 220px !important;
  }
}

.article-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 10px -5px;
  justify-content: flex-start;
}

.article-nav ul li {
  line-height: 1;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  flex-grow: 0;
}

.article-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #525252;
  background: #fff;
  height: 100%;
  font-size: 14px;
  border: none;
    padding: 0px 0px;
    margin: 5px;
    border-bottom: 1px dashed #444343;
}

.article-nav ul li:not(:first-child) {
  margin-left: -1px;
}


.article-nav ul li a:hover {
  background: #3865A7;
  color: #fff;
  /* border-color: #3865A7; */
}

/* исправление кнопки ответ в комментариях */
.comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
  
  .comment-respond .comment-reply-title > * {
    margin: 5px;
  }
  
  .comment-respond #cancel-comment-reply-link {
  padding: 0 !important;
  position: relative !important;
  }

  .content-btn {
    display: inline-block;
    position: relative;
    padding: 10px 15px !important;
    font-weight: bold;
    background: #ffffff !important;
    z-index: 1;
    color: #ffffff !important;
    transition: .3s ease-out;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0), -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  }

  .content-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #008900;
    z-index: -1;
    transition: .3s ease-out;
  }

  .content-btn:hover {
    color: #000 !important;
  }

  .content-btn:hover::before {
    height: 0;
  }

  .error404 .sidebar .widget_search,
  .search-no-results .sidebar .widget_search {
    display: none;
  }

  .modal-form {
    padding: 25px;
    background-color: #f2f2f2;
    background-image: url(/wp-content/themes/allium/img/grid-me.png);
    border: 2px solid #000;
    border-radius: 10px;
    position: fixed;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10000;
    transition: .3s ease-out;
    min-width: 340px;
    width: 70%;
    max-width: 700px;
  }
  
  .modal-form.modal-open {
    opacity: 1;
    top: 50%;
  }

  .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    line-height: 1;
    transition: .3s ease;
  }
  .close-popup:hover {
    cursor: pointer;
    color: #1348AF;
  }

  body {
    position: relative;
  }
  
  .hide-content::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(161, 161, 161, 0.788) !important;
    z-index: 10000;
  }

  .popular-posts {
	text-align: left;
	}
 
	.popular-posts ul {
		 list-style: none;
	}
	
	.popular-posts li {
	  margin-top: 5px;
	}
	
	.popular-posts a {
	  font-size: 16px;
	  line-height: 1;
	  color: #000 !important;
	  transition: .3s ease;
	  font-weight: bold;
	}
 
	.popular-posts a:hover {
		 color: #3260AD !important;
	}
	
	.views-counter {
	  color: #ffffff;
	  background: #038214;
	  border-radius:20px;
	  display: inline-block;
	  min-width: 60px;
    text-align: center;
    padding: 0 10px;
  }
  
  /* Плашка над Н1 */
  .native-cons {
    border: 1px solid #000;
    padding: 15px;
    background-image: linear-gradient(to bottom, #fff, #F3F7FA);
    box-shadow: 1px 2px 6px 2px rgba(122,122,122,0.44);
    display: grid;
    grid-template-areas: 
    "l h h b"
    "l d d b";
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 7px;
    margin-bottom: 15px;
  }

  .native-cons > * {
    margin: 0 !important;
  }

  .native-cons .cons-head {
    grid-area: h;
    line-height: 1;
    font-size: 20px;
  }

  .native-cons .logo {
    grid-area: l;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3260ad;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }

  .native-cons .cons-descr {
    grid-area: d;
    line-height: 1.2;
  }

  .native-cons .consultation {
    grid-area: b;
  }

@media (max-width: 768px) {
  .native-cons {
    grid-template-areas: 
    "l h"
    "d d"
    "b b";
    justify-items: center;
    grid-template-columns: 0.2fr 1fr;
    grid-column-gap: 10px;
  }
  .native-cons .logo {
    justify-self: end;
  }
  .native-cons .cons-head {
    justify-self: start;
    font-size: 18px;
  }
  .native-cons .cons-descr {
    text-align: center;
  }
  .custom-top-menu {
    align-items: center;
  }
  .custom-top-menu .phHeader {
    flex-shrink: 0;
  }
}


.phone-wrapper {
  flex-grow: 1; 
  flex-shrink: 0; 
  font-weight: 600; 
  font-size: 18px;
}

@media (max-width: 600px) {
  .phone-wrapper {
    font-size: 15px;
  }
}