@charset "UTF-8";
/*==================================================================

##Browser Reset
##General Styles
##Header Styles
    #Logo
    #Menu style
    #Mega Menu
    #Sticky Menu
    #Mobile Navigation
##Page Title
##Header Search
##Typography
##Footer Styles
##Page 404
##Page Search
##Blog
    #Image Post
    #Standard Post
    #Lists
    #Medium Image
    #First Large Post
    #Single Post
    #Post Prev/Next
##Lists Style
##Contact Form
##Pagination
##Extended Row
##Scroll Up

##Widgets Base
    #Search
    #Recent Posts
    #Navigation Menu
    #Author
    #Text Widget
    #Banner
##Blog Categories

##Custom Title
##Button
##Custom Text
##Spacing
##Icon
##Responsive

==================================================================*/
/* Main */
/* ==================== ##Browser Reset ==================== */
html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

body { position: relative; overflow-x: hidden;}

body,html {
  max-width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

mark { padding: 0 5px; color: inherit;}
strong { font-weight: 700;}

pre {
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
  word-wrap: break-word;
  background: #ebf0f9;
  overflow: auto;
}

code,kbd,tt,var,pre { font-family: monospace;}

ul,ol { padding: 0 0 20px 0;}
li ul { padding-bottom: 0;}

textarea { min-height: 50px; height: 122px;}
p a { transition: color 300ms;}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  user-select: none;
}

label, legend { display: block; margin-bottom: 5px;}
iframe { width: 100%; display: block;}
table { width: 100%; border-collapse: collapse;}
p { margin: 0 0 20px 0;}

p:empty { display: none; padding: 0; margin: 0;}
* { box-sizing: border-box;}
*:focus { outline: none !important;}

a { transition: all 0.4s; text-decoration: none;}
a:active, a:focus, a:hover { text-decoration: none;}

/* ==================== ##General styles ==================== */
/* ↓ Input ↓ */
input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=tel],
input[type=time],
input[type=number],
input[type=date],
select,
textarea {
  display: block;
  height: 50px;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-radius: 3px;
  padding: 10px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  outline: none;
  background: #f5f5f5;
  transition: 0.3s;
}
input[type=text]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}
input[type=text]:focus::placeholder, input[type=text]:active::placeholder,
input[type=url]:focus::placeholder,
input[type=url]:active::placeholder,
input[type=search]:focus::placeholder,
input[type=search]:active::placeholder,
input[type=email]:focus::placeholder,
input[type=email]:active::placeholder,
input[type=password]:focus::placeholder,
input[type=password]:active::placeholder,
input[type=tel]:focus::placeholder,
input[type=tel]:active::placeholder,
input[type=time]:focus::placeholder,
input[type=time]:active::placeholder,
input[type=number]:focus::placeholder,
input[type=number]:active::placeholder,
input[type=date]:focus::placeholder,
input[type=date]:active::placeholder,
select:focus::placeholder,
select:active::placeholder,
textarea:focus::placeholder,
textarea:active::placeholder {
  opacity: 0;
}

/* ↑ input ↑ */
form .row.transparent-01 input,
form .row.transparent-01 textarea {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
form .row.transparent-01 input:focus, form .row.transparent-01 input:active,
form .row.transparent-01 textarea:focus,
form .row.transparent-01 textarea:active {
  background: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}
form .row.transparent-01 input::placeholder,
form .row.transparent-01 textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}
form .row.transparent-01 input:focus::placeholder, form .row.transparent-01 input:active::placeholder,
form .row.transparent-01 textarea:focus::placeholder,
form .row.transparent-01 textarea:active::placeholder {
  opacity: 0;
}
form .row.transparent-01 input::placeholder,
form .row.transparent-01 textarea::placeholder {
  color: #ffffff !important;
}

.select__field:before {
  content: "\f103";
  display: block;
  position: absolute;
  z-index: 0;
  right: 20px;
  font-family: flaticon;
  font-size: 10px;
  line-height: 45px;
  pointer-events: none;
}

.button__wrapper {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
.button__wrapper * { z-index: 1; position: relative;}
textarea { height: 120px; padding-top: 20px;}

input[type=submit],
button {
  display: inline-block;
  height: 50px;
  margin-bottom: 0;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  border-radius: 5px;
  padding: 6px 26px;
  font-family: inherit;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  transition: 0.4s;
}
input[type=submit]:hover, button:hover { color: #ffffff;}

input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus { color: #ffffff;}
dl { margin-bottom: 1.75em;}
dt { font-weight: 700;}
dd { margin: 0 0 1.75em;}

/* container */
.wgl-container { margin-right: auto;  margin-left: auto;   width: 1200px;} 

.wgl-container.full-width {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wgl-container .wgl-container { width: 100%;}
#main .wgl-container .wgl_wrapper { left: 0 !important;}
.fullwidth-wrapper { width: 100%;}

.row:after, .row:before, .wgl-container:after,.wgl-container:before,
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  line-height: 0;
}

.wgl-container:after, .row:after, .clear, .clearfix:after { clear: both;}

[class*=wgl_col-] {float: left; min-height: 1px;}
.row { margin-left: -15px; margin-right: -15px;}

.row [class*=wgl_col-] {
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* default */

a:hover { color: inherit;}
.wgl-icon { display: block;}

/*  ↓ Extra Classes  ↓ */
.z-index-1 { z-index: 1;}
.relative { position: relative;}
.text-uppercase { text-transform: uppercase;}
.bypostauthor { opacity: 1;}
.ohidden { overflow: hidden;}
.ovisible { overflow: visible;}

/*  ↑ extra classes ↑ */
/* ↓ Modules Media/Content Layout ↓ */
.wgl-layout-left, .wgl-layout-right { display: flex;}
.wgl-layout-left .content_wrapper { flex-grow: 1;}
.wgl-layout-right { flex-direction: row-reverse;}
.wgl-layout-right .content_wrapper { flex-grow: 1;}

.aleft .wgl-layout-left { justify-content: flex-start;}
.aleft .wgl-layout-right { justify-content: flex-end;}
.acenter .wgl-layout-left, .acenter .wgl-layout-right { justify-content: center;}
.aright .wgl-layout-left { justify-content: flex-end;}
.aright .wgl-layout-right { justify-content: flex-start;}

/* ↑ modules layout ↑ */
/* ↓ Default Content Positioning ↓ */
.aleft { text-align: left;}
.acenter {text-align: center;}
.aright { text-align: right;}
.ajustify { text-align: justify;}
.aligncenter { display: block; margin-left: auto; margin-right: auto;}

.alignleft {float: left;margin: 0 30px 10px 0;}
.alignright { float: right; margin: 0 0 10px 30px;}
.wp-caption.aligncenter { margin-left: auto; margin-right: auto;}

/* ↑ aligning of content ↑ */
.wp-block-cover,
.wp-block-button,
p + .alignfull,
p + .alignwide {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-cover.alignleft,
.wp-block-button.alignleft {
  margin-right: 2rem;
  margin-top: 0;
}
.wp-block-cover.alignright,
.wp-block-button.alignright {
  margin-left: 2rem;
  margin-top: 0;
}

.wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-bottom: 2rem;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 30px;
  line-height: 1.3;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: left;
}

.wp-block-pullquote blockquote { border-radius: 10px;}
.wp-block-pullquote blockquote:before { display: none;}
.wp-block-pullquote.is-style-solid-color blockquote { text-align: center;}
.wp-block-pullquote.is-style-solid-color blockquote cite {text-transform: uppercase;}
.wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-pullquote p {
  font-size: inherit;
  line-height: inherit;
}
.wp-block-pullquote cite { color: #a1a1a1;}
.wp-block-pullquote.has-background {border-radius: 10px;}

/* ↑ default content positioning ↑ */
.blog-post_content .wp-block-cover .wp-block-cover-image-text, .blog-post_content .wp-block-cover-image .wp-block-cover-image-text,
.blog-post_content .wp-block-cover .wp-block-cover-text, .blog-post_content .wp-block-cover-image .wp-block-cover-text,
.blog-post_content .wp-block-cover h2, .blog-post_content .wp-block-cover-image h2 {
  color: #ffffff;
}
.wp-caption-text, .wp-caption .wp-caption-text { margin: 0.5em 0; font-size: 13px; text-align: center;}
.wp-caption { font-style: italic; max-width: 100%; margin-bottom: 1em;}
.wp-caption img { border-radius: unset;}
.sticky-sidebar_init #main { padding-bottom: 70px;}

#main {
  padding: 20px 0 35px;
  position: relative;
  z-index: 0;
  min-height: 65vh;
  overflow: clip;
}

.row.sidebar_left #main-content {float: right;}
.wpb_single_image * { border-radius: inherit;}
.gm-control-active { border-radius: unset; box-shadow: none;}

/* hr */
hr {
  border: none;
  border-bottom: 1px solid #1d1f21;
  margin: 20px 0 20px;
}
hr.wp-block-separator {
  max-width: 100px;
}
hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots {
  max-width: 100%;
}

/* table */
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #ebebee;
  text-align: left;
}
table:not(:last-child) {
  margin-bottom: 22px;
}

/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal !important;
  overflow: hidden;
}

.screen-reader-text:focus {
  display: block;
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
}


/* ↓ Blog Full-width Alignment ↓ */
p + .alignfull, p + .alignwide { margin-top: 2em;}

main .alignfull {
  margin-left: -30px;
  margin-right: -30px;
  max-width: calc(100% + 60px);
}
main .alignfull,
main .alignfull img {
  width: 100vw;
}
main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-embed {
  margin-left: -40px;
  margin-right: -40px;
  max-width: calc(100% + 80px);
}
main .alignfull > figcaption {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
main .alignwide {
  max-width: calc(100vw - 40px);
  margin-left: -20px;
  margin-right: -20px;
}
main .alignnone {
  margin-right: auto;
  margin-left: auto;
}
main .sidebar > :last-child {
  margin-bottom: 40px;
}

.single main .sidebar_left .alignwide, .single main .sidebar_right .alignwide {
  margin-left: -10px;
  margin-right: -10px;
  max-width: calc(100% + 20px);
}
.single main .sidebar_left .alignfull, .single main .sidebar_right .alignfull {
  margin-left: -20px;
  margin-right: -20px;
  max-width: calc(100% + 40px);
}
.single main .sidebar_left .alignfull img, .single main .sidebar_right .alignfull img {
  width: 100%;
}

/* ↑ blog full-width alignment ↑ */
/* ↓ Blog def wp fixes ↓ */
.wp-block-group { margin-top: 1rem; margin-bottom: 1rem;}
.wp-block-group.has-background { padding: 2rem;}
.wp-block-group p:last-child { margin-bottom: 0;}

/* ↑ blog def wp fixes ↑ */
/* hover_links */
.hover_links a {
   z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.hover_links a:before, .hover_links a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background: red;
  transition: 0s;
}
.hover_links a:before { left: 0;}
.hover_links a:after { transition: width 0.4s; right: 0;}
.hover_links a:hover:before { width: 100%; transition: width 0.4s;}
.hover_links a:hover:after { width: 100%; transition: 0s; background: transparent;}

#claude-footer-inline-css { display: none;}

/* ==================== ##Header Styles ==================== */
.wgl-theme-header { position: relative; z-index: 2;}
.wgl-theme-header .wrapper a { color: inherit;}

.wgl-theme-header .wrapper .claude_module_button a {
  margin-bottom: 0;
  box-shadow: none;
  color: #ffffff;
}
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a, .wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a > img {
  max-height: none !important;
}
.wgl-theme-header .wgl-mobile-header,
.wgl-theme-header .mobile_nav_wrapper .primary-nav .menu,
.wgl-theme-header .wgl-mobile-header .menu-item_plus,
.wgl-theme-header .mobile_nav_wrapper .primary-nav ul li a:before {
  display: none;
}
.wgl-theme-header.header_overlap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}

.wgl-theme-header.header_overlap .wgl-site-header .primary-nav > ul > li > a > span { color: inherit;}
.wgl-theme-header.header_shadow { box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);}
.wgl-theme-header .wgl_button { z-index: 0;}

.wgl-header-row .wgl-header-row_wrapper {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.wgl-header-row .header_side.display_normal { flex: 0 auto;}
.wgl-header-row .header_side.display_grow { flex: 1;}
.wgl-header-row .header_side.display_grow .primary-nav > .menu {white-space: nowrap;}
.wgl-header-row .header_side.v_align_middle { align-self: center;}
.wgl-header-row .header_side.v_align_bottom { align-self: flex-end;}
.wgl-header-row .header_side.v_align_bottom .primary-nav > ul > li > a {
  align-self: flex-end;
  align-items: flex-end;
}
.wgl-header-row .header_side.v_align_bottom .header_area_container > *,
.wgl-header-row .header_side.v_align_bottom .header_search-button {
  vertical-align: bottom;
}
.wgl-header-row .header_side.v_align_top { align-self: flex-start;}
.wgl-header-row .header_side.v_align_top .primary-nav > ul > li > a { align-self: flex-start; align-items: flex-start;}
.wgl-header-row .header_side.v_align_top .header_area_container > *,
.wgl-header-row .header_side.v_align_top .header_search-button {
  vertical-align: top;
}
.wgl-header-row .header_side.h_align_left { text-align: left;}
.wgl-header-row .header_side.h_align_center { text-align: center;}
.wgl-header-row .header_side.h_align_right { text-align: right;}
.wgl-header-row .header_side.display_grow.h_align_right { margin-left: auto;}
.wgl-header-row .header_side.display_grow.h_align_center {margin-right: auto; margin-left: auto;}
.wgl-header-row .header_side.display_grow.h_align_left { margin-right: auto;}
.wgl-header-row .header_side.display_grow.h_align_left .header_area_container { justify-content: flex-start;}
.wgl-header-row .header_side.display_grow.h_align_center .header_area_container { justify-content: center;}
.wgl-header-row .header_side.display_grow.h_align_right .header_area_container { justify-content: flex-end;}
.wgl-header-row .header_side[class^=position_center] .primary-nav > ul li.mega-menu > ul.mega-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wgl-header-row .header_side[class^=position_left] .header_area_container > *:last-child {
  padding-right: 0;
}
.wgl-header-row .header_side[class^=position_right] .header_area_container > *:first-child {
  padding-left: 0;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav ul li ul {
  left: 0;
  right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li ul .sub-menu {
  left: 100%;
  right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(4) > .sub-menu {
  left: 0;
  right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
  left: calc(100% + 5px);
  right: auto;
}

.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
  max-width: 100%;
  box-sizing: border-box;
}

.header_area_container {
  display: inline-block;
  height: 100%;
  max-height: 100%;
}
.header_area_container > * {
  display: inline-block;
  vertical-align: middle;
}

.delimiter {
  display: inline-block;
  position: relative;
}

.large_delimiter {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.large_delimiter:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  margin-left: 0;
  border: 0;
  font-size: initial;
  line-height: 50px;
  background: #ffffff;
  visibility: visible;
  opacity: 0.2;
}

/* #Logo */
.wgl-logotype-container img {
  vertical-align: middle;
  max-height: 100%;
}
.wgl-logotype-container a {
  color: inherit;
}
.wgl-logotype-container .logo-name {
  color: inherit;
  font-size: 34px;
  line-height: 36px;
}
.wgl-logotype-container h1.logo-name {
  max-width: 150px;
}

.wgl-mobile-header .wgl-logotype-container h1.logo-name {
  text-align: center;
}

/* #Menu */
.primary-nav { letter-spacing: 0.02em;}
.primary-nav a { transition: 0.3s;}
.primary-nav.align-left { text-align: left;}
.primary-nav.align-left > ul.menu > li.mega-menu-links > ul.mega-menu.sub-menu,
.primary-nav.align-left > ul.menu > li.mega-cat > div.mega-menu-container {
  left: 0;
  right: auto;
}
.primary-nav.align-center {
  text-align: center;
}
.primary-nav.align-center > ul.menu > li.mega-menu-links > ul.mega-menu.sub-menu,
.primary-nav.align-center > ul.menu > li.mega-cat > div.mega-menu-container {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.primary-nav.align-right {
  text-align: right;
}
.primary-nav.align-right > ul.menu > li.mega-menu-links > ul.mega-menu.sub-menu,
.primary-nav.align-right > ul.menu > li.mega-cat > div.mega-menu-container {
  left: auto;
  right: 0;
}

.primary-nav ul:hover li:not(:hover) {
  z-index: 0;
  position: relative;
}
.primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.primary-nav > ul li {
  position: relative;
  padding-left: 0;
}
.primary-nav > ul li.mega-menu {
  position: static !important;
}
.primary-nav > ul li.mega-menu > ul.mega-menu {
  left: auto;
}
.primary-nav > ul {
  height: 100%;
  padding: 0;
  margin: 0;
}
.primary-nav > ul > li {
  height: 100%;
}
.primary-nav > ul > li.current-menu-item > a:before, .primary-nav > ul > li.current_page_item > a:before, .primary-nav > ul > li.current-menu-parent > a:before, .primary-nav > ul > li.current_page_parent > a:before, .primary-nav > ul > li.current-menu-ancestor > a:before, .primary-nav > ul > li.current_page_ancestor > a:before {
  height: 33%;
}
.primary-nav > ul > li.mega-menu-links > ul.mega-menu {
  padding: 25px 25px 5px;
}
.primary-nav > ul > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  opacity: 1;
  color: inherit;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.primary-nav > ul > li > a > span { position: relative; transition: all 0.3s;}

.primary-nav > ul > li.menu-item.current-menu-ancestor > a > span:after, .primary-nav > ul > li.menu-item.current-menu-item > a > span:after {
  width: 100%;
}
.primary-nav > ul > li > a > span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  left: -2px;
  bottom: -5px;
  z-index: -1;
  transition: all 0.4s ease;
}
.primary-nav > ul > li:hover > a > span:after { width: 100%;}

.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus,
.primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  opacity: 0.5;
}
.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:before, .primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:after,
.primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:before,
.primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:after {
  content: "";
  border-bottom: 2px solid currentColor;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  transition: 0.4s;
}
.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:before,
.primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:before {
  transform: rotate(135deg) translateX(-2px);
  transform-origin: 50% 100%;
}
.primary-nav > ul > li.menu-item-has-children > a .menu-item_plus:after,
.primary-nav > ul > li.mega-menu.mega-cat > a .menu-item_plus:after {
  transform: rotate(-135deg) translateX(2px);
  transform-origin: 50% 100%;
}
.primary-nav > ul > li.menu-item-has-children:hover > a .menu-item_plus:before,
.primary-nav > ul > li.mega-menu.mega-cat:hover > a .menu-item_plus:before {
  transform: rotate(45deg) translateX(2px);
}
.primary-nav > ul > li.menu-item-has-children:hover > a .menu-item_plus:after,
.primary-nav > ul > li.mega-menu.mega-cat:hover > a .menu-item_plus:after {
  transform: rotate(-45deg) translateX(-2px);
}
.primary-nav ul li ul ul {
  top: -3px;
  left: 100%;
  margin-right: 5px;
}
.primary-nav ul li ul ul:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  right: -7px;
}
.primary-nav ul li ul li {
  display: block;
}
.primary-nav ul li ul li > a > span {
  position: relative;
  transition: 0.3s ease-in-out;
}
.primary-nav ul li ul li > a > span:first-child:before, .primary-nav ul li ul li > a > span:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background: red;
  transition: 0s;
}
.primary-nav ul li ul li > a > span:first-child:before {
  left: 0;
}
.primary-nav ul li ul li > a > span:first-child:after {
  transition: width 0.4s;
  right: 0;
}
.primary-nav ul li ul li:hover ul {
  top: -23px;
}
.primary-nav ul li ul li:hover > a > span:first-child:before, .primary-nav ul li ul li.current-menu-ancestor > a > span:first-child:before, .primary-nav ul li ul li.current_page_ancestor > a > span:first-child:before, .primary-nav ul li ul li.current-menu-item > a > span:first-child:before, .primary-nav ul li ul li.current_page_item > a > span:first-child:before {
  width: 100%;
  transition: width 0.4s;
}
.primary-nav ul li ul li:hover > a > span:first-child:after, .primary-nav ul li ul li.current-menu-ancestor > a > span:first-child:after, .primary-nav ul li ul li.current_page_ancestor > a > span:first-child:after, .primary-nav ul li ul li.current-menu-item > a > span:first-child:after, .primary-nav ul li ul li.current_page_item > a > span:first-child:after {
  width: 100%;
  transition: 0s;
  background: transparent;
}
.primary-nav ul li ul .menu-item {
  line-height: inherit;
}
.primary-nav ul li ul .menu-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 40px;
  color: inherit;
  opacity: 1;
  transition: 0s;
}
.primary-nav ul li ul,
.primary-nav ul li div.mega-menu-container {
  display: block;
  position: absolute;
  z-index: 555;
  top: calc(100% + 15px);
  left: -12px;
  min-width: 280px;
  white-space: nowrap;
  margin-top: 0;
  margin-left: 0;
  border: unset;
  border-radius: 5px;
  padding: 23px 0 28px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.primary-nav ul li:hover > ul,
.primary-nav ul li:hover > div.mega-menu-container {
  z-index: 556;
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0) translateZ(0);
}
.primary-nav ul li:hover > ul.mega-menu > ul.mega-menu, .primary-nav ul li:hover > ul.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > ul > ul.mega-menu,
.primary-nav ul li:hover > ul > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > li > ul.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0) translateZ(0);
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -4px;
  right: 35px;
  transform: rotate(-90deg);
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:before, .primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:after {
  content: "";
  border-bottom: 2px solid currentColor;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  transition: 0.4s;
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:before {
  transform: rotate(135deg) translateX(-2px);
  transform-origin: 50% 100%;
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children > a > span + .menu-item_plus:after {
  transform: rotate(-135deg) translateX(2px);
  transform-origin: 50% 100%;
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover .menu-item_plus:before {
  transform: rotate(45deg) translateX(2px);
}
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover .menu-item_plus:after {
  transform: rotate(-45deg) translateX(-2px);
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
  right: 0;
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
  left: auto;
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu, .primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
  right: 100%;
}

.admin-bar .wgl-sticky-header {
  top: 32px;
}

/* #Mega Menu */
.primary-nav ul li.mega-menu-links > ul {
  padding: 0;
  box-sizing: border-box;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.primary-nav ul li.mega-menu-links > ul > li {
  float: left;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}
.primary-nav ul li.mega-menu-links > ul > li:after {
  content: unset;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: calc(100% - 60px);
  background: unset;
}
.primary-nav ul li.mega-menu-links > ul > li:hover ~ li {
  z-index: 0;
}
.primary-nav ul li.mega-menu-links > ul > li.hide-mega-headings > a {
  display: none;
}
.primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
  background: none !important;
}
.primary-nav ul li.mega-menu-links > ul > li > a {
  position: relative;
  padding: 4px 15px 0;
}
.primary-nav ul li.mega-menu-links > ul > li > a > span {
  padding-left: 0 !important;
  pointer-events: none;
}
.primary-nav ul li.mega-menu-links > ul > li > a > span:before {
  display: none;
}
.primary-nav ul li.mega-menu-links > ul > li > a > span:after {
  display: none;
}
.primary-nav ul li.mega-menu-links > ul > li > a:after {
  display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li {
  width: 100%;
}
.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li:after {
  display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li {
  width: 50%;
}
.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li:nth-child(2n):after {
  display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li {
  width: 33.33333%;
}
.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li:nth-child(3n):after {
  display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li {
  width: 25%;
}
.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li:nth-child(4n):after {
  display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li {
  width: 20%;
}
.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li:nth-child(5n):after {
  display: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  padding-top: 6px;
  padding-bottom: 0;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li {
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
  left: 100% !important;
  right: auto !important;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu .item_text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu .item_text > img {
  box-shadow: 11px 11px 15px 1px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > .menu-item > a {
  font-size: 20px;
  font-weight: 700;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > .menu-item > a:hover .item_text > img {
  transform: translateY(-10px);
}

.wgl-mobile-header .primary-nav ul li.mega-menu-links > ul.mega-menu .item_text > img {
  display: none;
}
.wgl-mobile-header .primary-nav ul li.mega-menu-links > ul.mega-menu > .menu-item > a {
  font-size: inherit;
  font-weight: inherit;
}

/* Mega Menu Categories */
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu {
  width: 1200px;
}
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
  width: 100%;
}
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
  position: relative;
  left: 0 !important;
  right: auto !important;
  top: 0;
  opacity: 0;
  min-width: auto;
  visibility: hidden;
  margin-top: 0;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
  width: 100%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
  width: 50%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
  width: 33.33333%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
  width: 25%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
  width: 20%;
}
.primary-nav ul li.mega-menu.mega-cat .ajax_menu .item {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
  float: left;
  width: 80%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container {
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s ease, opacity 0.4s ease;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
  transition-delay: 0s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
  transition-delay: 0.1s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
  transition-delay: 0.2s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
  transition-delay: 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
  transition-delay: 0.4s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
  opacity: 1;
  transform: translateY(0);
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
  /* Categories Vertical */
  position: relative;
  box-shadow: none;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
  width: 20%;
  padding: 0;
  background: rgba(0, 0, 0, 0.04);
  float: left;
  box-sizing: border-box;
  border-top: 0;
  margin: 0;
  padding-bottom: 1500px;
  margin-bottom: -1500px;
  border: 0;
  box-shadow: none;
  padding-top: 19px;
  min-width: initial;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
  transition: background 0.4s, color 0.3s, border-color 0.4s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
  padding: 10px 28px 10px 28px;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {
  /* Categories Horizontal */
  border: 0;
  box-shadow: none;
  padding: 20px;
  background: transparent;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
  float: left;
  padding: 0;
  margin-right: 10px;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
  margin-right: 0;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
  color: #fff;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
  display: block;
  padding: 3px 13px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
  padding: 0 10px;
}

.wgl-sticky-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
    background-color: #121212 !important;
}
.wgl-sticky-header.sticky_active {
  overflow: visible;
  transform: translateY(0);
  opacity: 1;
}
.wgl-sticky-header.header_sticky_shadow { box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);}
.wgl-mobile-header .primary-nav ul li a span:after {display: none;}

.sub-menu span.submenu-label {
  display: inline-block;
  min-width: 44px;
  margin-left: 5px;
  border-radius: 5px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  vertical-align: text-top;
}


/* ==================== #Mobile Navigation ==================== */
.hamburger-box {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 17px;
}

.mobile-hamburger-toggle {
  padding: 0 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  height: 20px;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: calc(1px / -2);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.15s ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  top: -6px;
}
.hamburger-inner::after {
  top: auto;
  bottom: -6px;
}

.hamburger-box .hamburger-inner {
  top: 0;
  transition: background-color 0s 0.13s linear;
}
.hamburger-box .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-box .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-hamburger-toggle.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.mobile-hamburger-toggle.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.mobile-hamburger-toggle.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

body.mobile_switch_on .mobile_nav_wrapper .wgl-menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_nav_wrapper .wgl-menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:before,
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item > a > span:before,
.mobile_nav_wrapper .primary-nav ul li ul li.current_page_item > a > span:before {
  display: inline-block;
}

.mobile_nav_wrapper .primary-nav {
  width: calc(100% + 17px);
}
.mobile_nav_wrapper .primary-nav ul li ul li > a > span:before,
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after,
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:before,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav ul li ul li > a:before,
.mobile_nav_wrapper .primary-nav > ul > li > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:before,
.mobile_nav_wrapper .primary-nav > ul > li.mega-menu.mega-cat > a:after,
.mobile_nav_wrapper .primary-nav > ul > li > a span:before,
.mobile_nav_wrapper .primary-nav > ul > li > a > span.button_switcher:after {
  display: none;
}
.mobile_nav_wrapper .primary-nav > ul > li > a > span {
  padding-right: 0 !important;
}
.mobile_nav_wrapper .primary-nav > ul > li.current-menu-item > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_item > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current-menu-ancestor > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current-menu-parent > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_parent > a > span:after, .mobile_nav_wrapper .primary-nav > ul > li.current_page_ancestor > a > span:after {
  width: 100%;
}
.mobile_nav_wrapper .primary-nav > ul li {
  position: static;
}
.mobile_nav_wrapper .primary-nav ul li a {
  position: relative;
  text-transform: capitalize;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span,
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item > a > span,
.mobile_nav_wrapper .primary-nav ul li ul li.current_page_item > a > span,
.mobile_nav_wrapper .primary-nav ul li ul li:hover > a > span {
  color: inherit;
}
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links ul li > a > span {
  pointer-events: auto;
}

.primary-nav ul li ul .menu-item.back {
  margin-left: -21px;
}
.primary-nav ul li ul .menu-item.back a {
  display: inline-block !important;
  color: inherit !important;
}
.primary-nav ul li ul .menu-item.back:before {
  content: "\f177";
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  padding-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transition: color 0.4s;
  color: inherit !important;
}

.mobile_nav_wrapper .primary-nav ul li ul {
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0 !important;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  min-width: auto;
  color: inherit;
  opacity: 1;
  visibility: visible;
  transition: 0s;
  white-space: initial;
  overflow: hidden;
  transform: none !important;
}

body.admin-bar .wgl-menu_outer {
  top: 32px;
  height: calc(100vh - 32px);
}

.wgl-menu_outer {
  position: fixed;
  z-index: 999;
  background-color: #222328;
  transition: opacity 0.2s;
  overflow: hidden;
  width: 400px;
  height: 100%;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.45s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
}
.wgl-menu_outer.sub-menu-position_right {
  right: 0;
  transform: translateX(100%);
}
.wgl-menu_outer.sub-menu-position_right .wgl-menu-outer_header {
  right: auto;
  left: 6px;
}
.wgl-menu_outer .mobile-hamburger-close {
  position: relative;
  z-index: 999;
}
.wgl-menu_outer .mobile-hamburger-toggle {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 16px;
}
.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::before {
  background: currentColor;
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.wgl-menu_outer .mobile-hamburger-toggle .hamburger-inner::after {
  background: currentColor;
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.wgl-menu_outer .wgl-menu-outer_header {
  position: absolute;
  right: -45px;
  top: 30px;
}
.wgl-menu_outer .wgl-menu_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.wgl-menu_outer .wgl-menu-outer_content {
  position: absolute;
  padding: 30px;
  width: 100%;
  bottom: 17px;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}
.wgl-menu_outer .wgl-menu-outer_content::-webkit-scrollbar {
  display: none;
}

/* Mobile Switcher */
body.mobile_switch_on {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.mobile_switch_on .wgl-menu_outer {
  transform: translateX(0%);
  overflow: visible;
}

.mobile_nav_wrapper .wgl-menu-outer_content > * {
  margin-top: 20px;
}
.mobile_nav_wrapper .wgl-menu-outer_content > *:first-child {
  margin-top: 0;
}

.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
  display: block;
  float: none;
  height: auto;
  padding: 0;
  /* Mobile Mega Menu Column */
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
  display: none !important;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
  display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu {
  min-height: inherit !important;
  padding-right: 0 !important;
  padding-left: 30px !important;
  max-width: none !important;
  background-image: none !important;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li {
  width: 100%;
  margin-top: 0;
  font-weight: inherit !important;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li.hide-mega-headings a {
  display: block;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul.show_sub_menu {
  visibility: visible;
  opacity: 1;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul li:after {
  display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
  padding: 10px 0;
  margin: 0;
  color: inherit;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
  display: inline;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span.menu-item_plus {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul li {
  border-bottom: 0 !important;
  margin: 0;
}
.mobile_nav_wrapper .primary-nav ul li ul li:hover > a {
  background: transparent;
  color: inherit;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item.current-menu-item > a {
  background: transparent;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:after, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item.current-menu-item > a > span:after {
  opacity: 1;
  visibility: visible;
}
.mobile_nav_wrapper .primary-nav ul li ul li > a:after {
  display: none;
}
.mobile_nav_wrapper .primary-nav ul li ul li > a > span {
  padding: 0;
  background: none !important;
}
.mobile_nav_wrapper .primary-nav ul li ul li > a > span:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  border-radius: 0;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
  margin-bottom: 21px;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li > a:before {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
  color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  box-shadow: none;
  margin-top: 0;
  border: none;
  width: 100%;
  transition: 0s;
  background-color: #222328;
  display: none;
}
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul:after {
  display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover, .mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
  padding-left: 0;
}

/* Button Switcher */
.mobile_nav_wrapper .primary-nav .button_switcher {
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 0;
}
.mobile_nav_wrapper .primary-nav .button_switcher:before {
  content: "";
  display: inline-block;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0.8;
  transition: all 0.3s ease;
  background: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 8px;
  height: 8px;
  visibility: visible;
  margin-top: 0;
  border-radius: 0;
  color: inherit;
  margin-left: 0 !important;
}
.mobile_nav_wrapper .primary-nav .button_switcher:after {
  display: none;
}
.mobile_nav_wrapper .primary-nav .button_switcher.is-active:before {
  transform: translate(-50%, -50%) rotate(225deg);
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_right] .header_area_container > * {
  padding-left: 25px;
}
.wgl-mobile-header .wgl-header-row .header_side[class^=position_right] .header_area_container > *:first-child {
  padding-left: 0;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_left] .header_area_container > * {
  padding-right: 25px;
}
.wgl-mobile-header .wgl-header-row .header_side[class^=position_left] .header_area_container > *:last-child {
  padding-right: 0;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container > * {
  padding-left: 25px;
  padding-right: 25px;
}
.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container > *:last-child, .wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container > *:first-child {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 420px) {
  .wgl-menu_outer {
    width: calc(100% - 48px);
  }
}

@media only screen and (max-width: 1200px) {
  .wgl-theme-header .wgl-sticky-header {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .wgl-menu_outer {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

/* ==================== ##Page Title ==================== */
.page-header {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.page-header_wrapper {
  height: 100%;
}
.page-header_wrapper .wgl-container {
  height: 100%;
}
.page-header .page-header_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-header_align_left .page-header_content {
  align-items: flex-start;
  text-align: left;
}
.page-header_align_center .page-header_content {
  align-items: center;
  text-align: center;
}
.page-header_align_right .page-header_content {
  align-items: flex-end;
  text-align: right;
}
.page-header.breadcrumbs_align_left .page-header_breadcrumbs {
  align-self: flex-start;
}
.page-header.breadcrumbs_align_center .page-header_breadcrumbs {
  align-self: center;
}
.page-header.breadcrumbs_align_right .page-header_breadcrumbs {
  align-self: flex-end;
}
.page-header.breadcrumbs_inline .page-header_content {
  flex-direction: row;
  align-items: center;
}
.page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
  align-self: auto;
}
.page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
  justify-content: space-between;
}
.page-header.breadcrumbs_inline.page-header_align_right .page-header_content {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page-header.breadcrumbs_inline.page-header_align_center .page-header_breadcrumbs {
  margin-left: 20px;
}
.page-header_title {
  font-weight: 800;
  color: inherit;
  text-transform: capitalize;
}
.page-header_breadcrumbs:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .page-header_breadcrumbs:not(:first-child) {
    margin-top: 0;
  }
}
.page-header_breadcrumbs a {
  color: inherit;
}
.page-header_breadcrumbs .breadcrumbs {
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 400;
}
.page-header_breadcrumbs .breadcrumbs > a {
  position: relative;
  opacity: 0.8;
}
.page-header_breadcrumbs .breadcrumbs > a:before, .page-header_breadcrumbs .breadcrumbs > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  transition: 0s;
}
.page-header_breadcrumbs .breadcrumbs > a:before {
  left: 0;
}
.page-header_breadcrumbs .breadcrumbs > a:after {
  transition: width 0.4s;
  right: 0;
}
.page-header_breadcrumbs .breadcrumbs > a:hover {
  opacity: 1;
}
.page-header_breadcrumbs .breadcrumbs > a:hover:before {
  width: 100%;
  transition: width 0.4s;
}
.page-header_breadcrumbs .breadcrumbs > a:hover:after {
  width: 100%;
  transition: 0s;
  background: transparent;
}
.page-header_breadcrumbs .breadcrumbs .current,
.page-header_breadcrumbs .breadcrumbs > a:hover {
  color: #ffffff;
}
.page-header_breadcrumbs .breadcrumbs .current:before,
.page-header_breadcrumbs .breadcrumbs > a:hover:before {
  width: 100%;
}
.page-header_breadcrumbs .breadcrumbs .current {
  cursor: default;
}
.page-header_breadcrumbs .divider:not(:last-child) {
  color: inherit;
  margin: 0 6px;
}
.page-header_breadcrumbs .divider:not(:last-child):before {
  content: "\f104";
  display: inline-block;
  font-family: flaticon;
  font-size: 0.625em;
  line-height: 1;
  transition: 0.3s;
  font-weight: 100;
  transform: translateY(-1px);
  opacity: 0.7;
}

/* ==================== ##Header Search ==================== */
.header_search {
  position: relative;
}
.header_search-button {
  display: inline-block;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  transform-origin: center;
  transition: 0.3s;
}
.header_search-close {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  cursor: pointer;
  opacity: 0;
  transform-origin: center;
  transform: scale(0);
}
.header_search-close:before, .header_search-close:after {
  content: "";
  position: absolute;
  background: currentColor;
  transform: rotateZ(45deg);
}
.header_search-close:before {
  width: 1.2em;
  height: 2px;
  top: 0.4em;
  left: 0;
}
.header_search-close:after {
  width: 2px;
  height: 1.2em;
  top: -0.1em;
  left: 0.5em;
}
.header_search-close:hover {
  color: #ff7272;
}
.header_search .header_search-button-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_search.search_standard .header_search-field .search-form, .header_search.search_mobile_menu .header_search-field .search-form {
  position: relative;
  z-index: 1;
}
.header_search.search_standard .header_search-field .search-field, .header_search.search_mobile_menu .header_search-field .search-field {
  padding: 12px 60px 11px 20px;
}
.header_search.search_standard .header_search-field .search-field:focus, .header_search.search_standard .header_search-field .search-field:active, .header_search.search_mobile_menu .header_search-field .search-field:focus, .header_search.search_mobile_menu .header_search-field .search-field:active {
  box-shadow: none;
  border-color: unset;
}
.header_search.search_standard .header_search-field .search-button, .header_search.search_mobile_menu .header_search-field .search-button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer;
}
.header_search.search_standard .header_search-field .search-button:focus, .header_search.search_standard .header_search-field .search-button:active, .header_search.search_mobile_menu .header_search-field .search-button:focus, .header_search.search_mobile_menu .header_search-field .search-button:active {
  box-shadow: none;
  background: transparent;
}
.header_search.search_standard .header_search-field .search__icon, .header_search.search_mobile_menu .header_search-field .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 19px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
}
.header_search.search_standard .header_search-field {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: 0.3s;
}

.header_search.search_standard .header_search-button:hover + .header_search-close {
  color: #ff7272;
}
.header_search.search_standard .header_search-field {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 9px 12px 30px 0px rgba(0, 0, 0, 0.1);
}
.header_search.search_standard .header_search-field .search-field {
  width: 270px;
}
.header_search.header_search-open.search_standard .header_search-button {
  opacity: 0;
  transform-origin: center;
  transform: scale(0);
  transition: 0s;
}
.header_search.header_search-open.search_standard .header_search-close {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.header_search.header_search-open.search_standard .header_search-field {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}
.header_search.search_mobile_menu .header_search-field .search-form .search-field {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .header_search .header_search-field .search-field { max-width: 340px; }
  .header_search-field .search-form {  width: auto; }
}
@media only screen and (max-width: 440px) {
  .header_search.search_standard .header_search-field .search-field { max-width: 260px;}
}
@media only screen and (max-width: 369px) {
  .header_search.search_standard .header_search-field .search-field { max-width: 240px;}
}
@media only screen and (max-width: 329px) {
  .header_search.search_standard .header_search-field .search-field { max-width: 200px;}
}
@media only screen and (max-width: 280px) {
  .header_search.search_standard .header_search-field .search-field { max-width: 180px; }
}
/* ==================== ##Typography ==================== */
/* Highlighter */
span.highlighter { padding: 0 0.2em; color: #ffffff;}

/* ↓ Blockquote ↓ */
blockquote {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding: 34px 43px;
  background: #f5f5f5;
  border-radius: 0 10px 10px 0;
  width: 100%;
  overflow: hidden;
}
blockquote cite {
  display: block;
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: #a1a1a1;
  font-style: normal;
  text-transform: uppercase;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}
blockquote:after {
  content: "\f112";
  font-family: flaticon;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -5px;
  color: #ffffff;
}
blockquote p { margin-bottom: 16px;}
blockquote p:last-of-type { margin-bottom: 0;}
blockquote p[style*="text-align: left"] + footer { text-align: left;}
blockquote p[style*="text-align: center"] + footer { text-align: center;}
blockquote p[style*="text-align: right"] + footer { text-align: right;}
blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large { padding: 34px 43px;}

/* ↑ blockquote ↑ */
/* ↓ Dropcaps ↓ */
.dropcap,
.dropcap-bg {
  float: left;
  width: 1.334em;
  height: 1.334em;
  margin-top: 0.35em;
  margin-right: 0.667em;
  border: unset;
  border-radius: 5px;
  font-size: 1.875em;
  line-height: 1.45em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.dropcap:not(.secondary),
.dropcap-bg:not(.secondary) {
  box-shadow: 5px 4px 13px 0 rgba(145, 145, 145, 0.3);
}


p.has-drop-cap:not(:focus):first-letter {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 600;
}

/* ↑ dropcaps ↑ */
small {
  font-size: 0.8em;
}

code, tt, kbd {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

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

kbd {
  font-family: monospace;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* ==================== ##Footer Styles ==================== */
.footer_wrapper { padding: 24px 0;}
.footer_top-area p { margin-bottom: 0;}
.footer_top-area.widgets_area .row { border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.footer_top-area strong { font-weight: inherit;}
.footer_top-area .textwidget img { margin-bottom: 20px;}
.footer_top-area .widget.widget_wgl_posts .recent-posts-widget { padding-top: 0;}
.footer_top-area .primary-nav.footer-menu .menu-item a { font-weight: 500;}

.footer_top-area .footer-link {
  position: relative;
  z-index: 1;
}
.footer_top-area .footer-link:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  border-bottom: 1px solid;
  width: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
  transition: all 0.3s ease-in-out 0s, color 0s;
}
.footer_top-area .footer-link:hover {  color: #ffffff !important;}
.footer_top-area .footer-link:hover:before { width: 100%; color: #ffffff !important;}

.footer { position: relative; overflow: clip;}
.footer .widgets_area .widget-title .widget-title_wrapper {color: inherit;}
.footer .blog-posts .meta-wrapper * { line-height: 22px;}
.footer .blog-posts .blog-post_title { margin-top: -5px;}
.footer .blog-posts .item:last-child .blog-post { margin-bottom: 0;}

.primary-nav.footer-menu .menu-item { display: inline-block; margin: 0 20px;}
.copyright { font-size: 14px;}
.copyright p { margin: 0px;}

body.single.single-footer header,
body.single.single-footer header + .page-header {
  display: none;
}

/* ↑ single page footer ↑ */


/* ==================== ##Page 404 ==================== */
body.error404 .page-header {
  margin-bottom: 0 !important;
}
body.error404 #main {
  z-index: 2;
  padding: 0;
  margin-top: -60px;
}

.page_404_wrapper {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  position: relative;
}
.page_404_wrapper-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page_404_wrapper .main_404-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0 150px;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px 10px 0 0;
  background: #ffffff;
}
.page_404_wrapper .banner_404 {
  padding-top: 0;
  margin-bottom: 0;
  line-height: 0.86;
  font-weight: bold;
  margin-top: 32px;
}
.page_404_wrapper .banner_404_logotype {
  position: relative;
  z-index: 2;
}
.page_404_wrapper .banner_404_title {
  margin-top: 32px;
}
.page_404_wrapper .banner_404_title span {
  font-size: 48px;
  line-height: 1.277;
}
.page_404_wrapper .banner_404_text {
  margin: 6px auto 39px;
  font-size: 18px;
  line-height: 32px;
}
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
  width: 100%;
  max-width: 460px;
}
.page_404_wrapper .search-form {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: 0.45s;
}
.page_404_wrapper .search-form .search-field {
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 50px;
  background: #f5f5f5;
}
.page_404_wrapper .search-form .search-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}
.page_404_wrapper .search-form .search-field:focus::placeholder, .page_404_wrapper .search-form .search-field:active::placeholder {
  opacity: 0;
}
.page_404_wrapper .search-form:hover:after {
  color: #ffffff;
}
.page_404_wrapper .search-button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer;
}
.page_404_wrapper .search-button:focus, .page_404_wrapper .search-button:active {
  box-shadow: none;
  background: transparent;
}
.page_404_wrapper .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 19px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
}

.claude_404__button .claude_404__link {
  display: inline-block;
  padding: 18px 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

/* ==================== ##Page Search ==================== */
header.searсh-header {
  margin-bottom: 30px;
}
header.searсh-header .page-title {
  font-size: 36px;
  line-height: 1.65;
}
header.searсh-header .page-title span {
  font-size: 1.15em;
  line-height: inherit;
}

.search-no-results .page_404_wrapper {
  padding-bottom: 50px;
  min-height: 100%;
}
.search-no-results .page_404_wrapper .banner_404_text {
  color: inherit;
  font-size: 18px;
  line-height: 28px;
}
.search-no-results .page_404_wrapper .claude_404_button.wgl_button .wgl_button_link:hover {
  color: #fff;
}

/* ==================== ##SCSS variables ==================== */
/* Modules */
/* ==================== ##Blog ==================== */
/* ↓ Standard Post ↓ */
.blog-style-standard.hover-animation .blog-post {
  padding-top: 25px;
}
.blog-style-standard.hover-animation .blog-post:hover .blog-post_wrapper {
  transform: translateY(-25px);
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
  position: absolute;
  z-index: 12;
  left: 0;
  bottom: -25px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.45s;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.blog-style-standard .blog-post_wrapper > .blog-post_meta_info {
  position: relative;
  bottom: unset;
}
.blog-style-standard .blog-post_wrapper > .blog-post_meta_info:not(:empty) {
  margin-bottom: 3px;
}
.blog-style-standard .format-no_featured .post_date {
  position: absolute;
  top: -70px;
  margin: 0;
  right: 30px;
}

.blog-style-standard .wgl_col-12 .blog-post {
  margin-bottom: 70px;
}
.blog-style-standard .wgl_col-12 .blog-post.format-no_featured {
  margin-top: 30px;
}
.blog-style-standard .wgl_col-12:last-child .blog-post {
  margin-bottom: 60px;
}
.blog-style-standard .wgl_col-12:last-child .blog-post:not(.format-standard-image) {
  margin-bottom: 55px;
}

.blog-style-standard .wgl_col-12 .blog-post_title > a {
  font-size: 22px;
}
.blog-style-standard .wgl_col-6 .format-no_featured,
.blog-style-standard .wgl_col-4 .format-no_featured,
.blog-style-standard .wgl_col-3 .format-no_featured {
  padding-top: 40px;
}
.blog-style-standard .wgl_col-6 .format-no_featured .post_date,
.blog-style-standard .wgl_col-4 .format-no_featured .post_date,
.blog-style-standard .wgl_col-3 .format-no_featured .post_date {
  top: -70px;
  margin-right: -10px;
}

.blog-style-standard .wgl_col-6 .blog-post,
.blog-style-standard .wgl_col-4 .blog-post,
.blog-style-standard .wgl_col-3 .blog-post {
  padding: 20px;
  padding-bottom: 24px;
}
.blog-style-standard .wgl_col-6 .blog-post .post_date,
.blog-style-standard .wgl_col-4 .blog-post .post_date,
.blog-style-standard .wgl_col-3 .blog-post .post_date {
  margin-right: 20px;
}
.blog-style-standard .wgl_col-6 .blog-post .blog-post_content,
.blog-style-standard .wgl_col-4 .blog-post .blog-post_content,
.blog-style-standard .wgl_col-3 .blog-post .blog-post_content {
  margin-top: -4px;
}
.blog-style-standard .wgl_col-6 .post_meta-wrap,
.blog-style-standard .wgl_col-4 .post_meta-wrap,
.blog-style-standard .wgl_col-3 .post_meta-wrap {
  padding-bottom: 0;
}
.blog-style-standard .wgl_col-6 .blog-post_title,
.blog-style-standard .wgl_col-4 .blog-post_title,
.blog-style-standard .wgl_col-3 .blog-post_title {
  margin-bottom: 10px;
}
.blog-style-standard .wgl_col-6 .blog-post_title > a,
.blog-style-standard .wgl_col-4 .blog-post_title > a,
.blog-style-standard .wgl_col-3 .blog-post_title > a {
  font-size: 24px;
  line-height: 28px;
}
.blog-style-standard .blog-post {
  background: #ffffff;
  transition: 0.3s;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}
.blog-style-standard .blog-post .blog-post_wrapper {
  position: relative;
  transition: inherit;
}
.blog-style-standard .blog-post .blog-post_meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}
.blog-style-standard .blog-post .blog-post_meta-wrap .meta-info-wrap {
  display: flex;
  align-items: center;
}
.blog-style-standard .blog-post .blog-post_meta-wrap .meta-info-wrap div + div {
  margin-left: 10px;
}
.blog-style-standard .blog-post .post_date {
  position: relative;
  z-index: 2;
  margin-right: 30px;
  margin-left: auto;
  margin-top: -30px;
}
.blog-style-standard .blog-post blockquote cite {
  padding-left: 0;
}
.blog-style-standard .blog-post.hide_media {
  margin-bottom: 30px;
}
.blog-style-standard .blog-post.hide_media .blog-post_content {
  padding-bottom: 10px;
}
.blog-style-standard .blog-post:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.blog-style-standard .blog-post:hover {
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.blog-style-standard .blog-post_text {
  font-size: 16px;
  margin-top: 8px;
}

.blog-style-standard .blog-post_text .wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.blog-style-standard .blog-post_text .wp-block-categories-list .children li {
  padding-left: 0;
}
.blog-style-standard .blog-post_text .more-link {
  display: none;
}
.blog-style-standard .blog-post_text:after {
  content: "";
  display: table;
  clear: both;
}
.blog-style-standard .post_meta-wrap {
  padding-top: 10px;
  padding-bottom: 12px;
}
.blog-style-standard .post_meta-wrap a:hover:before {
  color: inherit;
}

.blog-style-standard .blog-post_info-wrap > div:last-child {
  margin-left: 0;
}
.blog-style-standard.acenter .post_meta-wrap {
  justify-content: center;
}
.blog-style-standard.aright .post_meta-wrap {
  justify-content: flex-end;
}

.wp-block-pullquote:not(.has-background) {
  padding: 0;
}

.wp-block-media-text {
  margin-top: 1em;
  margin-bottom: 1em;
}

.blog-post {
  position: relative;
  margin-bottom: 30px;
}
.blog-post .blog-post_media {
  position: relative;
}
.blog-post .blog-post_media .blog-post_media_part {
  position: relative;
  border-radius: 6px;
}

.blog-post .blog-post_media .blog-post_media_part img {
  border-radius: 6px;
}
.blog-post.format-no_featured {
  margin-top: 30px;
}

.blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
  margin-bottom: 12px;
}


.format-standard .blog-post_wrapper .blog-post_meta_info,
.format-standard .blog-post_wrapper .blog-post_content {
  padding: 0 !important;
}

/* ↓ Sticky ↓ */
.blog-post.sticky-post {
  background: #f9f9f9;
}
.blog-post.sticky-post .blog-post_wrapper {
  border-radius: inherit;
  box-shadow: unset;
}

/* ↑ Sticky ↑ */
.blog-posts .blog-post_title {
  display: block;
  word-wrap: break-word;
  clear: both;
  line-height: 1;
}
.blog-posts .blog-post_title > a {
  font-size: 30px;
  line-height: 42px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  margin-bottom: 20px;
}
.blog-posts .blog-post_title > a:hover {
  text-decoration: underline;
}

.blog-post_content p:last-child {
  margin-bottom: 0;
}
.blog-post_content .page-link {
  margin-top: 25px;
}
.blog-post_content:after {
  content: "";
  display: block;
  clear: both;
}
/* ↓ h[1-6] ↓ */
.blog-post_content h1,
.blog-post_content h2,
.blog-post_content h3,
.blog-post_content h4,
.blog-post_content h5,
.blog-post_content h6,
.row > div > h1,
.row > div > h2,
.row > div > h3,
.row > div > h4,
.row > div > h5,
.row > div > h6 {
  margin-bottom: 12px;
}

/* ↓ Lists ↓ */
.blog-posts-list {
  margin-top: 20px;
}
.blog-posts-list + .wgl-pagination {
  margin-bottom: 25px;
}
.blog-posts-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.archive .blog-posts-list {
  margin-top: 0;
}

.home .sidebar_right .blog-posts-list,
.home .sidebar_left .blog-posts-list,
.archive .sidebar_right .blog-posts-list,
.archive .sidebar_left .blog-posts-list {
  margin-top: 0;
}

.home .row.sidebar_right,
.home .row.sidebar_left {
  margin-top: 50px;
}

/* ↓ Mega menu ↓ */
.mega-ajax-content .item .blog-post_media {
  margin-bottom: 14px;
}
.mega-ajax-content .item .blog-post_title {
  margin-bottom: 5px;
}
.mega-ajax-content .item .blog-post_content {
  white-space: normal;
}
.mega-ajax-content .item .meta-wrapper {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

/* ↑ Mega menu ↑ */

/* ↓ Meta Information ↓ */
.post_meta-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-transform: capitalize;
}
.post_meta-wrap .post_author img {
  border-radius: 50%;
  margin-right: 6px;
}
.post_meta-wrap .post_author:before {
  content: "\f125";
  font-family: flaticon;
  margin-right: 5px;
}

.post_meta-wrap .meta-wrapper .post_date .post_date-icon {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}
.post_meta-wrap .meta-wrapper:first-child > *:not(:last-child) {
  margin-right: 30px;
}

.blog-post_content .meta-wrapper {
  font-size: 16px;
  color: #989898;
}
.blog-post_content .meta-wrapper img {
  border-radius: 50%;
  margin-right: 8px;
}

.meta-wrapper {
  font-weight: 600;
  line-height: 0;
}
.meta-wrapper * {
  line-height: 30px;
  color: inherit;
}
.meta-wrapper > * {
  display: inline-block;
}
.meta-wrapper > *:before {
  font-weight: 400;
}

/* ↑ Meta Information ↑ */
/* ↓ Category List ↓ */
.post_meta-categories {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.post_meta-categories span {
  display: inline-block;
  position: relative;
  color: #989898;
  margin-bottom: 8px;
}
.post_meta-categories span:not(:only-child):not(:last-child):after {
  content: ",";
  display: inline-block;
  color: inherit;
  margin: 0 4px;
}
.post_meta-categories a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}

.single_meta .blog-post_title {
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.32;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.single_meta .blog-post_media {
  margin-bottom: 41px;
}

.single_meta.format-standard-image .item_wrapper .blog-post_content .blog-post_media + .post_meta-categories {
  position: absolute;
}
/* ↓ Single post type 1 - title first ↓ */
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .post_date {
  margin-bottom: 30px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 5px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .post_meta-wrap {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.single_type-1 .blog-post.blog-post-single-item.format-link .blog-post_media {
  margin-top: 85px;
  margin-bottom: 32px;
}

/* ↑ single post type 1 - title first ↑ */
/* ↓ Single post type 2 - image first ↓ */
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media {
  margin-bottom: 0;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .post_meta-wrap {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 42px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .post_date {
  position: relative;
  z-index: 2;
  margin-right: 30px;
  margin-left: auto;
  margin-top: -30px;
}
.single_type-2 .blog-post.blog-post-single-item.format-standard-image .blog-post_media + .post_meta-categories {
  position: absolute;
}

/* ↑ single post type 2 - image first ↑ */

body.single #main-content > .blog-post {
  margin-bottom: 38px;
  margin-top: -20px;
  padding: 30px 35px;
  background-color: #fff;
  border-radius: 10px;
}
body.single .wgl-container .row.single_type-3 {
  padding-top: 20px;
}

.blog-post_text + .page-link {
  margin-bottom: 21px;
}
.blog-post_text + .button-read-more {
  margin-top: 20px;
}
.blog-post_text .alignleft:last-child, .blog-post_text .alignright:last-child {
  margin-bottom: 10px;
}

.button-read-more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden; 
  margin-top: 20px;
  margin-bottom: 10px;
}
.button-read-more i {
  transition: 0.4s;
}
.button-read-more .read-more-arrow {
  position: relative;
  z-index: 1;
  width: 0px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;

  transition: 0.5s;
  transition-delay: 0.4s;
}
.button-read-more .read-more-arrow:before, .button-read-more .read-more-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  transition: 0.4s;
}
.button-read-more .read-more-arrow:before {
  bottom: 0;
  border-bottom: 2px solid;
  transform: rotate(0);
  transform-origin: 100% 100%;
}
.button-read-more .read-more-arrow:after {
  top: 0;
  border-top: 2px solid;
  transform: rotate(0);
  transform-origin: 100% 0;
}
.button-read-more:hover .read-more-arrow {
  width: 50px;
  margin-right: 10px;
  transition-delay: 0s;
}
.button-read-more:hover .read-more-arrow:before {
  transform: rotate(45deg);
  transition-delay: 0.4s;
}
.button-read-more:hover .read-more-arrow:after {
  transform: rotate(-45deg);
  transition-delay: 0.4s;
}

.single_post_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 35px;
  font-size: 14px;
  clear: both;
}

.post_info-divider {
  border-top: 1px solid #e5e5e5;
  clear: both;
  margin-bottom: 39px;
}
.post_info-divider:nth-last-child(2) { margin: 0;}
.meta-wrapper + .post_info-divider { margin-top: 4px;}

.blog-post_excerpt {
  margin: 0 0 38px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
.blog-post_excerpt > p:last-child { margin-bottom: 0;}

.post_date {
  width: 50px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 50px;
  padding: 0 9px;
  border-radius: 5px;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  line-height: 1;
  font-weight: 600;
  justify-content: center;
  box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}
.post_date span { font-size: 24px; margin-bottom: 2px;}

/* ↓ Columns in Blog ↓ */
.blog_columns-2 .wgl_col-6:nth-child(2n+1),
.blog_columns-3 .wgl_col-4:nth-child(3n+1),
.blog_columns-4 .wgl_col-3:nth-child(4n+1) {
  clear: left;
}

/* ↓ Post Prev/Next ↓ */
.claude-post-navigation {
  position: relative;
  padding: 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}
.claude-post-navigation:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.prev-link,
.next-link {
  position: relative;
  z-index: 1;
  padding: 20px 7.5px;
  font-size: 13px;
  font-weight: 700;
  color: #939393;
  text-transform: uppercase;
  background: #f2f2f2;
  transition: 300ms;
}
.prev-link_icon,
.next-link_icon {
  display: inline-block;
  width: 0;
  height: 0px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  vertical-align: top;
  color: inherit;
}
.prev-link_icon:before,
.next-link_icon:before {
  content: "\f11f";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -6px;
  border: 0;
  font-family: flaticon;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}
.prev-link:hover,
.next-link:hover {
  color: #ffffff !important;
}

.prev-link_wrapper,
.next-link_wrapper {
  width: 50%;
  display: flex;
}
.prev-link_wrapper .info_wrapper,
.next-link_wrapper .info_wrapper {
  display: flex;
  width: 100%;
}
.prev-link_wrapper .info_wrapper > a,
.next-link_wrapper .info_wrapper > a {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.8s;
  min-height: 130px;
  padding: 20px 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .prev-link_wrapper .info_wrapper > a,
.next-link_wrapper .info_wrapper > a {
    padding: 20px 30px;
  }
}
.prev-link_wrapper .info_wrapper .prev_title,
.prev-link_wrapper .info_wrapper .next_title,
.next-link_wrapper .info_wrapper .prev_title,
.next-link_wrapper .info_wrapper .next_title {
  display: inline-block;
  position: relative;
  max-width: 280px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  transition: 0.45s;
  color: #ffffff;
}
@media (max-width: 350px) {
  .prev-link_wrapper .info_wrapper .prev_title,
.prev-link_wrapper .info_wrapper .next_title,
.next-link_wrapper .info_wrapper .prev_title,
.next-link_wrapper .info_wrapper .next_title {
    max-width: 168px;
  }
}
.prev-link_wrapper .info_wrapper .prev_title:empty,
.prev-link_wrapper .info_wrapper .next_title:empty,
.next-link_wrapper .info_wrapper .prev_title:empty,
.next-link_wrapper .info_wrapper .next_title:empty {
  display: none;
}

.prev-link { float: left;}
.prev-link_wrapper a { justify-content: flex-start; text-align: left;}
.prev-link_wrapper a:hover .prev-link-icon_wrapper span { right: 48px;}
.prev-link_wrapper .image_prev { margin-right: 20px;}
.prev-link_wrapper .prev_title { text-align: left;}

.prev-link-icon_wrapper {
  width: 75px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .prev-link-icon_wrapper { width: 65px; height: 40px;}
}
.prev-link-icon_wrapper span {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  position: absolute;
  display: block;
  right: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .prev-link-icon_wrapper span {  width: 40px; height: 40px; }
}

.prev-link-icon_wrapper:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  display: block;
  width: 48px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .prev-link-icon_wrapper:before {
    top: 18px;
    width: 43px;
  }
}
.prev-link-icon_wrapper:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 20px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  display: block;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .prev-link-icon_wrapper:after {
    top: 15px;
  }
}
.prev-link-info_wrapper {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .prev-link-info_wrapper {
    margin-left: 20px;
  }
}

.next-link {
  float: right;
}
.next-link_wrapper {
  float: right;
  margin-left: auto;
}
.next-link_wrapper a {
  justify-content: flex-end;
  text-align: right;
}
.next-link_wrapper a:hover .next-link-icon_wrapper span {
  left: 48px;
}
.next-link_wrapper .next_title {
  text-align: right;
}
.next-link-icon_wrapper {
  width: 75px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .next-link-icon_wrapper {
    width: 65px;
    height: 40px;
  }
}
.next-link-icon_wrapper span {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  position: absolute;
  display: block;
  left: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .next-link-icon_wrapper span {
    width: 40px;
    height: 40px;
  }
}
.next-link-icon_wrapper:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 48px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .next-link-icon_wrapper:before {
    top: 18px;
    width: 43px;
  }
}
.next-link-icon_wrapper:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 20px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(135deg);
  display: block;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .next-link-icon_wrapper:after {
    top: 15px;
  }
}
.next-link-info_wrapper {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .next-link-info_wrapper {
    margin-right: 20px;
  }
}

.prev-link-info_wrapper > span,
.next-link-info_wrapper > span {
  display: block;
}
.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

/* ↑ post Prev/Next ↑ */

.blog-post_bg_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.blog_title.claude_module_title {
  justify-content: flex-start;
  padding-bottom: 15px;
}

.wgl_module_title.item_title { position: relative;}
.row.sidebar_left .content-container { float: right;}
.blog_subtitle { font-size: 18px; line-height: 1.4;}


/* ↓ Attachment media ↓ */
.attachment_media .meta-wrapper {
  margin-bottom: 10px;
  font-weight: 600;
}
.attachment_media .meta-wrapper > span {
  position: relative;
  padding-left: 23px;
}
.attachment_media .meta-wrapper > span:first-child {
  padding-left: 0;
}
.attachment_media .meta-wrapper > span:first-child:before {
  display: none;
}


/* ↓ Blog Archive ↓ */
.blog_archive-cat { margin-bottom: 20px; text-align: center;}
.blog_archive-cat_title { text-transform: capitalize;}
.archive .wgl_blog_list { margin-bottom: 30px;}

@media (max-width: 1024px) {
  .blog_columns-2 .wgl_col-6:nth-child(2n+1) {  clear: none;}
  .blog_columns-3 .wgl_col-4:nth-child(3n+1) { clear: none; }
  .blog_columns-4 .wgl_col-3:nth-child(4n+1) { clear: none;}
  .blog_columns-2 .wgl_col-6:nth-child(2n+1) { clear: left; }
  .blog_columns-3 .wgl_col-4:nth-child(3n+1) {  clear: left;  }
  .blog_columns-4 .wgl_col-3:nth-child(2n+1) { clear: left;}
  .claude-post-navigation { margin-bottom: 0; }
}
@media (max-width: 768px) {
  .claude-post-navigation { display: block; }
  .prev-link_wrapper, .next-link_wrapper { max-width: 100%; width: 100%;}
  .claude-post-navigation .back-nav_page { display: none; }
}
@media (max-width: 600px) {
  .single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper,
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
    max-width: 100%;
  }
}

/* ==================== ##Lists Style ==================== */
body ul { margin-left: 0.4em; padding-left: 0.9em;}

body ul li {
  position: relative;
  z-index: 1;
  line-height: 30px;
}
body ul > li:last-child, body ol > li:last-child {
  padding-bottom: 0;
}


body ul[class*=claude_] {
  margin-left: 0;
  padding-left: 0;
}
body ul[class*=claude_] li {
  list-style: none;
}
body ul[class*=claude_] li:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: unset;
}
body ul.claude_dot li {
  padding-left: calc(0.5em + 14px);
}
body ul.claude_dot li:before {
  top: -0.1em;
  left: -20px;
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 50%;
  line-height: inherit;
  display: inline-block;
  position: relative;
  margin-right: -0.3125em;
}
body ul.claude_hyphen li {
  padding-left: calc(1.1em + 2px);
}
body ul.claude_hyphen li:before {
  top: 1.3em;
  left: 0.15em;
  width: 0.6em;
  height: 0.125em;
}
body ul.claude_plus li {
  padding-left: calc(1em + 3px);
}
body ul.claude_plus li:before {
  top: 20px;
  left: 3px;
  width: 8px;
  height: 2px;
}
body ul.claude_plus li:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 6px;
  width: 2px;
  height: 8px;
}
body ul.claude_check li {
  padding-left: calc(1.3em + 8px);
}
body ul.claude_check li:before {
  content: "\f113";
  top: 13px;
  left: 0;
  font-family: flaticon;
  line-height: 1;
  background: transparent;
}
body ul.claude_arrow-top li, body ul.claude_arrow-bottom li {
  padding-left: calc(1em + 17px);
}
body ul.claude_arrow-top li:before, body ul.claude_arrow-bottom li:before {
  font-family: flaticon;
  font-size: 1.25em;
  font-weight: normal;
  content: "\f117";
  top: 0;
  left: 0;
  background: transparent;
}
body ul.claude_arrow-top li:before {
  transform: rotate(-45deg);
}
body ul.claude_arrow-bottom li:before {
  transform: rotate(45deg);
}
body ul.no-list-style li {
  padding: 0;
  list-style: none;
}


/* ==================== ##Pagination ==================== */
.wgl-pagination {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 30px;
  list-style: none;
}
.wgl-pagination .page {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  line-height: 2.5;
}
.wgl-pagination .page-numbers {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 45px;
  min-width: 45px;
  line-height: 45px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 0px 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  transition: 0.4s;
  border-radius: 5px;
}
.wgl-pagination .page-numbers.next, .wgl-pagination .page-numbers.prev {
  font-size: 14px;
  font-weight: 400;
}
.wgl-pagination .page span.current {
  position: relative;
  z-index: 1;
  cursor: default;
  color: #ffffff;
}
.wgl-pagination .page:first-child {
  margin-left: 0;
}
.wgl-pagination .page:last-child {
  margin-right: 0;
}
.wgl-pagination .page-numbers.dots {
  cursor: default;
}
.wgl-pagination .page-numbers.prev .flaticon-down {
  transform: rotate(0.25turn);
}
.wgl-pagination .page-numbers.next .flaticon-down {
  transform: rotate(-0.25turn);
}
.wgl-pagination .page-numbers.prev .flaticon-down, .wgl-pagination .page-numbers.next .flaticon-down {
  font-size: 12px;
  vertical-align: middle;
}

.page-link {
  clear: both;
  display: flex;
}
.page-link .pagger_info_text {
  margin-right: 10px;
}
.page-link .post-page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
.page-link .post-page-numbers:first-child { margin-left: 10px;}
.page-link .post-page-numbers:last-child { margin-right: 0;}
.page-link .post-page-numbers.current { color: #ffffff;}

/* ==================== ##Scroll Up ==================== */
#scroll_up {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 30px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px) rotate(-180deg);
  writing-mode: vertical-rl;
  transition: 0.4s;
  font-size: 14px;
  zoom: 1.01;
  font-weight: 700;
}
#scroll_up.active {
  opacity: 1;
  transform: translateY(0) rotate(-180deg);
}
#scroll_up .scroll_up-text {
  display: block;
  transform: translateY(0);
  transition: 0.4s;
  transition-delay: 0.4s;
}
#scroll_up .scroll_up-arrow {
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  z-index: 1;
  height: 0px;
  width: 2px;
  transition: 0.4s;
  transition-delay: 0.4s;
}
#scroll_up .scroll_up-arrow:before, #scroll_up .scroll_up-arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  transition: 0.4s;
  opacity: 0;
}
#scroll_up .scroll_up-arrow:before {
  bottom: 0;
  border-right: 2px solid;
  transform: rotate(0);
  transform-origin: 100% 100%;
}
#scroll_up .scroll_up-arrow:after {
  bottom: 0;
  left: 0;
  right: initial;
  border-left: 2px solid;
  transform: rotate(0);
  transform-origin: 0 100%;
}
#scroll_up:hover .scroll_up-text {
  transform: translateY(60px);
  transition-delay: 0s;
}
#scroll_up:hover .scroll_up-arrow {
  height: 50px;
  transition-delay: 0s;
}
#scroll_up:hover .scroll_up-arrow:before, #scroll_up:hover .scroll_up-arrow:after {
  opacity: 1;
}
#scroll_up:hover .scroll_up-arrow:before {
  transform: rotate(45deg);
  transition-delay: 0.4s;
}
#scroll_up:hover .scroll_up-arrow:after {
  transform: rotate(-45deg);
  transition-delay: 0.4s;
}

/* Widgets */
/* ==================== ##Widgets Base ==================== */
.widget {
  position: relative;
  z-index: 1;
  /* ↓ Additional Paddings ↓ */
  /* ↑ additional paddings ↑ */
}
.widget:not(:first-child) {
  padding-top: 45px;
}
.widget .widget-title {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
}
.widget .widget-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 3px;
  width: 30px;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
.widget .widget-title_wrapper {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
  display: inline-block;
  line-height: 1.2;
}
.widget .widget-title_wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 1000px;
  right: 0;
  top: 50%;
  transform: translateX(100%);
  background: #dcdcdc;
}
.widget ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
.widget ul li a {
  color: inherit;
}
.widget > ul,
.widget > div > ul {
  padding-bottom: 0;
}

.widget > ul > li li,
.widget > div > ul > li li {
  margin-left: 10px;
  padding-bottom: 0;
  line-height: 30px;
}
.widget > ul > li > ul ul li {
  margin-left: 9px;
}
.widget_archive ul, .widget_recent_entries ul, .widget_categories ul, .widget_meta ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.widget_archive ul li:before, .widget_recent_entries ul li:before, .widget_categories ul li:before, .widget_meta ul li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: inherit;
}
.widget_archive ul li ul li:last-child, .widget_recent_entries ul li ul li:last-child, .widget_categories ul li ul li:last-child, .widget_meta ul li ul li:last-child {
  border-bottom: 0;
}
.widget_archive ul ul, .widget_recent_entries ul ul, .widget_categories ul ul, .widget_meta ul ul {
  margin-top: 0;
  padding: 0 0 5px;
}
.widget_archive ul ul a, .widget_recent_entries ul ul a, .widget_categories ul ul a, .widget_meta ul ul a {
  color: #939393;
  padding: 0;
}
.widget_archive ul ul li:after, .widget_recent_entries ul ul li:after, .widget_categories ul ul li:after, .widget_meta ul ul li:after {
  display: none;
}
.widget_archive > ul > li > ul, .widget_recent_entries > ul > li > ul, .widget_categories > ul > li > ul, .widget_meta > ul > li > ul {
  margin-top: -3px;
}
.widget_categories ul li:before {
  display: none !important;
}
.widget_categories ul li ul.children {
  padding-left: 0.3em;
}
.widget_categories ul li li {
  line-height: 34px;
}
.widget_categories ul li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.widget_categories ul li a:before {
  content: "\f117";
  font-family: flaticon;
  position: absolute;
  left: 5px;
  bottom: -5px;
  transition: inherit;
  color: red;
  font-size: 18px;
  transform: rotate(45deg) translate(-30px, 5px);
  opacity: 0;
}
.widget_categories ul li a:hover {
  padding-left: 26px;
}
.widget_categories ul li a:hover:before {
  transform: rotate(45deg) translate(-10px, 0px);
  opacity: 1;
}
.widget_categories ul li:last-child {
  margin-bottom: -0.15em;
}

.widget_categories ul li, .widget_meta ul li, .widget_archive ul li {
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s;
  text-transform: uppercase;
}
.widget_categories ul li .post_count, .widget_meta ul li .post_count, .widget_archive ul li .post_count {
  margin-left: 5px;
  line-height: 1;
  color: #b3b3b3;
  transition: 0.3s;
}
.widget_categories ul li ul li .post_count, .widget_meta ul li ul li .post_count, .widget_archive ul li ul li .post_count {
  top: 0;
}
.widget_categories ul li ul li img, .widget_meta ul li ul li img, .widget_archive ul li ul li img {
  display: none;
}

.widget_meta > ul > li:before, .widget_archive > ul > li:before, .widget_recent_entries > ul > li:before {
  content: "\f113";
  display: inline-block !important;
  position: relative;
  z-index: 1;
  top: 0;
  width: auto;
  height: auto;
  margin-right: 12px;
  font-family: flaticon;
  font-size: 1.2em;
  font-weight: 300;
  color: #787373;
  vertical-align: baseline;
  background-color: transparent !important;
}
.widget_meta > ul > li { padding-left: 0;}
.widget_meta > ul > li:before { content: "\f122";}
.widget_archive > ul > li { padding-left: 0;}
.widget_archive > ul > li:before { content: "\f12f"; font-size: 1.1em;}

.widget_recent_entries > ul > li:before {
  content: "\f129";
  top: 2px;
  margin-right: 8px;
}
.widget_recent_entries ul li {
  padding: 1px 0 1px 0;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}
.widget_recent_entries ul li .post-date {
  display: block;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.5;
}
.widget_recent_entries ul li:after {
  content: "";
  display: table;
  clear: both;
}

.widget_pages ul {
  margin-top: -7px;
  margin-left: 0;
  padding-left: 1.3em;
  list-style: none;
}
.widget_pages ul li {
  padding: 1px 0;
  font-size: 18px;
  font-weight: 700;
}
.widget_pages ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.widget_pages ul ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0.5em;
}
.widget_pages ul ul li {
  padding-top: 0;
  line-height: 39px;
}
.widget_pages ul ul li:before {left: -18px;}

.widget_recent_entries .widget-title, .widget_archive .widget-title { margin-bottom: 15px;}
.widget_categories .widget-title { margin-bottom: 10px;}

.widget_recent_entries:not(:first-child), .widget_meta:not(:first-child), .widget_archive:not(:first-child) {
  margin-top: -7px;
}
.widget_wgl_posts:not(:first-child) { margin-top: -18px;}
.widget .select__field:before {
  display: none;
  line-height: 48px;
}
.widget select { width: 100%; height: 50px;}

.wp-block-categories-dropdown {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.wp-block-categories-dropdown select {
  height: 50px;
  min-width: 270px;
}

/** Block category: Widgets */

ul.wp-block-latest-posts {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.wp-block-latest-posts li {
  padding-left: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 10px;
}
ul.wp-block-latest-posts li:before {
  content: "\f129";
  display: inline-block !important;
  position: relative;
  z-index: 1;
  top: 2px;
  width: auto;
  height: auto;
  margin-right: 15px;
  font-family: flaticon;
  font-size: 1.2em;
  font-weight: 400;
  vertical-align: baseline;
  background-color: transparent !important;
}
ul.wp-block-latest-posts li a {
  color: inherit;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  text-transform: capitalize;
  font-weight: 700;
}

.wp-block-categories, .wp-block-search { margin-top: 1rem; margin-bottom: 1rem;}
p + .wp-block-categories,p + .wp-block-search { margin-top: 0;}
.wp-block-search .wp-block-search__button { color: #ffffff;}

ul.wp-block-categories.wp-block-categories-list,
ul.wp-block-categories.wp-block-categories-list ul {
  list-style: none;
}
ul.wp-block-categories.wp-block-categories-list li {
  padding-left: 0;
  font-size: 18px;
}
ul.wp-block-categories.wp-block-categories-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: -21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
ul.wp-block-categories.wp-block-categories-list li a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}
ul.wp-block-categories.wp-block-categories-list li .post_count {
  margin-left: 5px;
  line-height: 1;
  color: #b3b3b3;
  transition: 0.3s;
}
ul.wp-block-categories.wp-block-categories-list li img {
  max-width: 40px;
  margin-top: -4px;
  margin-right: 15px;
  vertical-align: middle;
}
ul.wp-block-categories.wp-block-categories-list ul a {
  font-size: 16px;
  padding: 0;
}
ul.wp-block-categories.wp-block-categories-list > li li {
  padding-bottom: 0;
  line-height: 30px;
}
ul.wp-block-categories.wp-block-categories-list > li > ul {
  margin-top: -3px;
}

/* ==================== #Search ==================== */
body .widget_search .search-form {
  position: relative;
  z-index: 1;
}
body .widget_search .search-form .search-field {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 0px 53px 0 20px;
  font-weight: 400;
  outline: none;
  overflow: hidden;
  background: #f5f5f5;
}
body .widget_search .search-form .search-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  outline: none;
  -webkit-appearance: none;
  transition: 0.4s;
}
body .widget_search .search-form .search-field:focus::placeholder, body .widget_search .search-form .search-field:active::placeholder {
  opacity: 0;
}
body .widget_search .search-form .search-button {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 56px;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  cursor: pointer;
}
body .widget_search .search-form .search-button:focus, body .widget_search .search-form .search-button:active {
  box-shadow: none;
  background: transparent;
}
body .widget_search .search-form .search__icon {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 19px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s;
}

/* ==================== #Recent Posts ==================== */
ul.recent-posts-widget {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
ul.recent-posts-widget li {
  padding: 0;
  line-height: inherit;
}
ul.recent-posts-widget li img {
  float: left;
  max-width: 75px;
  border-radius: 5px;
}
ul.recent-posts-widget li:after {
  content: "";
  clear: both;
  position: relative;
  display: table;
  height: 0;
}
ul.recent-posts-widget li:not(:first-child) {
  margin-top: 30px;
}
ul.recent-posts-widget .recent-posts-image_wrapper {
  overflow: hidden;
  margin-right: 18px;
}
ul.recent-posts-widget .recent-posts-image_wrapper,
ul.recent-posts-widget .recent-posts-content_wrapper {
  float: left;
}
ul.recent-posts-widget .with_image .recent-posts-content_wrapper {
  width: calc(100% - 95px);
  margin-top: -2px;
}
ul.recent-posts-widget .meta-wrapper {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
ul.recent-posts-widget .meta-wrapper span {
  color: #676767;
  line-height: 1.2;
}
ul.recent-posts-widget .recent-posts-content_wrapper {
  width: calc(100% - 20px);
}
ul.recent-posts-widget .post_title {
  font-size: 15px;
  line-height: 20px;
}
ul.recent-posts-widget .post_title a {
  font-weight: 700;
}
ul.recent-posts-widget .counter_posts {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  border: 3px solid #fafafa;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin-left: -13px;
  margin-top: -15px;
}

/* ==================== #Navigation Menu ==================== */
body .widget_nav_menu .menu-main-container { margin-top: -11px;}
body .widget_nav_menu ul.menu, body .widget_nav_menu ul.menu ul { list-style: none;}

body .widget_nav_menu ul.menu li {
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
}
body .widget_nav_menu ul.menu li:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
body .widget_nav_menu ul.menu > li { padding-left: 0;}
body .widget_nav_menu ul.menu > li li { padding-left: 14px;}
body .widget_nav_menu ul.menu > li > a { display: block;}
body .widget_nav_menu ul.menu .sub-menu { margin-left: 0.1em;}
body .widget_nav_menu ul.menu .sub-menu li { padding-left: 0; margin-left: 0;}
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children {padding-bottom: 0;}
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children > a { display: block;}

/* ==================== #Text Widget ==================== */
.textwidget p:last-child { margin-bottom: 0;}

/* ==================== #Banner ==================== */
.claude_banner-widget {
  display: block;
  position: relative;
  padding: 35px 0 30px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  max-width: 280px;
  margin-top: 50px;
  border-radius: 10px;
}
.claude_banner-widget .banner-widget_img-wrapper {
  display: block;
  margin-bottom: 60px;
}
.claude_banner-widget .banner-widget_text_sub {
  font-size: 14px;
  margin-bottom: -5px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
}
.claude_banner-widget .banner-widget_text {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  padding: 0px 20px;
}
.claude_banner-widget .banner-widget_button {
  margin-top: 30px;
}
.claude_banner-widget .banner-widget_button .button-read-more {
  display: inline-block;
  margin: 0px 20px;
  padding: 12px 28px;
  transition: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: 0.4s;
  color: #ffffff;
  border-radius: 3px;
}
.claude_banner-widget .banner-widget_button .button-read-more:after, .claude_banner-widget .banner-widget_button .button-read-more:before {
  display: none;
}
.claude_banner-widget .banner-widget_link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.claude_banner-widget[style^="background-image: url(http"] .banner-widget_text_sub,
.claude_banner-widget[style^="background-image: url(http"] .banner-widget_text {
  color: #ffffff;
}
.claude_banner-widget[style^="background-image: url(http"] .banner-widget_button .button-read-more {
  color: #232323;
  background: #ffffff;
}
.claude_banner-widget[style^="background-image: url(http"] .banner-widget_link:hover ~ .banner-widget_button .button-read-more {
  color: #ffffff;
}


/* Header */
/* ==================== ##Header List Info ==================== */

.wgl-header-list-info .wgl-header-list-icon i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.wgl-header-list-info a {
  color: inherit;
}

/* ==================== ##Header Date ==================== */
.wgl-header-date {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
}
.wgl-header-date.wgl-default-format {
  align-items: center;
}
.wgl-header-date.wgl-default-format > span:first-child {
  font-size: 2.5em;
  margin-right: 10px;
}
.wgl-header-date.wgl-default-format > span:last-child {
  line-height: 16px;
  margin-top: 2px;
}
.wgl-header-date.wgl-default-format > span:last-child span {
  display: block;
}

/* Modules */

/* ==================== ##Button ==================== */

.wgl-button {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  line-height: 1.4;
  font-weight: 700;
  overflow: hidden;
}
.wgl-button .button-content-wrapper {
  position: relative;
  display: flex;
}
.wgl-button .align-icon-left .icon-wrapper .icon {
  margin-right: 7px;
}
.wgl-button .align-icon-right {
  flex-direction: row-reverse;
}
.wgl-button .align-icon-right .icon-wrapper {
  margin-left: 7px;
}
.wgl-button.btn-size-sm {
  font-size: 13px;
  padding: 16px 27.5px;
}
.wgl-button.btn-size-md {
  font-size: 14px;
  padding: 17.5px 29.5px;
}
.wgl-button.btn-size-lg {
  font-size: 14px;
  padding: 20.5px 34.5px;
}
.wgl-button.btn-size-xl {
  font-size: 14px;
  padding: 22.5px 39.5px;
}
.wgl-button .flaticon-long-next {
  transition: all 0.5s, color 0.4s;
  transition-delay: 0.4s, 0s;
  width: 0;
  margin-right: 13px;
}
.wgl-button .flaticon-long-next:before {
  transform: rotate(0);
  transform-origin: 100% 100%;
  width: 0;
  height: 0;
  transition: all 0.4s, color 0s, width 0s, height 0s;
  transition-delay: 0s, 0s, 0.4s, 0.4s;
}
.wgl-button .flaticon-long-next:after {
  transform: rotate(0);
  transform-origin: 100% 0;
  width: 0;
  height: 0;
  transition: all 0.4s, color 0s, width 0s, height 0s;
  transition-delay: 0s, 0s, 0.4s, 0.4s;
}
.wgl-button:hover .flaticon-long-next {
  transition-delay: 0s;
  width: 50px;
}
.wgl-button:hover .flaticon-long-next:before {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transition: all 0.4s, color 0s, width 0s, height 0s;
  transition-delay: 0.4s, 0s, 0.1s, 0.1s;
}
.wgl-button:hover .flaticon-long-next:after {
  width: 10px;
  height: 10px;
  transform: scaleY(1) rotate(-45deg);
  transition: all 0.4s, color 0s, width 0s, height 0s;
  transition-delay: 0.4s, 0s, 0.1s, 0.1s;
}
.wgl-button:not(:hover) .flaticon-long-next {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* ==================== ##Responsive ==================== */

@media only screen and (min-width: 1280px) {
  .text_desktop {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
@media (max-width: 1200px) {
.wgl-container { width: 950px;}
  .row:after { clear: both;}
  .page_404_wrapper .main_404-wrapper { margin-left: 0;}

}
@media (min-width: 1024px) {
  .text_tablet {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
@media only screen and (max-width: 1024px) {
  .row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
    width: 50%;
  }
  .row .sidebar-container.wgl_col-3,
.row .sidebar-container.wgl_col-4,
.row #main-content.wgl_col-8,
.row #main-content.wgl_col-9 {
    width: 100%;
  }
  .row .row .wgl_col-md-12 { width: 100%;}
  .footer .row .wgl_col-3 { margin-bottom: 30px; }
  .page_404_wrapper { background-image: none !important; }

}

@media (max-width: 992px) {
.wgl-container { width: 728px;}
  main .alignwide {
    width: auto;
    margin-left: 0;
    transform: translateX(0);
  }
  .page-header_content .page-header_title,
.page-header_content .page-header_breadcrumb {
    display: block;
  }

  .page-header_align_left .page-header_breadcrumbs { text-align: left;}
  .page_404_wrapper { padding: 0 30px;}
  .page_404_wrapper .main_404-wrapper { margin-left: 0; }
  .page_404_wrapper .banner_404 { font-size: 16em;}
  .blog-posts .grid .wgl_col-6.item .bg-read-more { font-size: 50px; }
  .blog-posts .wgl_col-4.item { width: 50%; }
  .blog-posts .wgl_col-4.item:nth-child(3n+1) { clear: none;}
}
@media (min-width: 799px) {
  .text_mobile {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-header_content .page-header_title + .page-header_breadcrumb {  padding-top: 5px; }
  .page-header_content .breadcrumbs { white-space: normal; }
  .blog-posts .wgl_col-4.item { width: 100%; }
}
@media (min-width: 768px) {
  .row .wgl_col-12 { width: 100%; }
  .row .wgl_col-11 { width: 91.66666667%; }
  .row .wgl_col-10 { width: 83.33333333%;}
  .row .wgl_col-9 { width: 75%;}
  .row .wgl_col-8 { width: 66.66666667%;}
  .row .wgl_col-7 { width: 58.33333333%;}
  .row .wgl_col-6 { width: 50%; }
  .row .wgl_col-5 { width: 41.66666667%;}
  .row .wgl_col-4 {  width: 33.33333333%; }
  .row .wgl_col-3 { width: 25%;}
  .row .wgl_col-1-5 {  width: 20%; }
  .row .wgl_col-1-6 {  width: 16.66%; }
  .row .wgl_col-2 { width: 16.66666667%; }
  .row .wgl_col-1 {  width: 8.33333333%;}
}
@media (max-width: 1200px) {
  .row .wgl_col-3,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
    width: 33.3333%;
  }

  .blog_columns-4 .wgl_col-3:nth-child(4n+1) {
    clear: none;
  }

  .blog_columns-4 .wgl_col-3:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 1024px) {
  .row .wgl_col-3,
.row .wgl_col-4,
.row .wgl_col-5,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
    width: 50%;
  }
  .row .sidebar-container.wgl_col-3,
.row .sidebar-container.wgl_col-4,
.row #main-content.wgl_col-8,
.row #main-content.wgl_col-9 {
    width: 100%;
  }
  .row .row .wgl_col-md-12 { width: 100%; }
  .blog_columns-4 .wgl_col-3:nth-child(3n+1) { clear: none;}
  .blog_columns-4 .wgl_col-3:nth-child(2n+1) { clear: left; }
}

@media (max-width: 767px) {
  .row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5,
.row .wgl_col-1-6 {
    width: 100%;
  }

  .copyright { text-align: center;}
  .claude-post-navigation .separator_post-nav { display: none;}
  .wgl-container { width: 560px;}
  .footer_top-area .row [class*=wgl_col-] + [class*=wgl_col-] { margin-top: 35px;}
  .sidebar-container { padding-top: 35px;}

  .mobile_text_center,.mobile-acenter { text-align: center; }
  .blog-style-standard .blog-post { padding: 20px; }
  .blog-style-standard .wgl_col-12 .blog-post_title > a { font-size: 26px; line-height: 1.2;}
    
  .blog-style-standard .blog-post.format-no_featured, .blog-style-standard .blog-post.format-link {
    padding-top: 40px;
  }

  .resp_align_center {  text-align: center !important;}
  .wgl_module_subtitle-wrapper .filter-after_subtite { text-align: left; }
  .blog-posts .grid .wgl_col-4.item { width: 100%;}
  .single_post_info { flex-direction: column; text-align: center;}
}
@media only screen and (max-width: 600px) {
  .wgl-container { width: 88%; }
  div[id*=wpadminb] { top: -46px !important; }
  .banner_404 { font-size: 160px; }
  .page_404_wrapper .banner_404 {  font-size: 14em; }

}
@media only screen and (max-width: 480px) {

  .wgl-container { width: 90%; }
  .page_404_wrapper .banner_404 {
    line-height: 100px;
    font-size: 10.92em;
    margin-top: 40px;
  }
  .page_404_wrapper .banner_404_title { font-size: 35px; line-height: 1.5;}
  .blog-style-standard .blog-post .blog-post_wrapper .blog-post_media .bg-read-more { font-size: 32px;}

}