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

##Browser Reset
##General Styles
##Header Styles
    #Logo
    #Menu style
    #Sticky Menu
    #Mobile Navigation
##Page Title
##Header Search
##Typography
##Footer Styles
##Page 404
##Page Search
##Blog
    #Image Post
    #Standard Post
    #Lists
    #Single Post
    #Post Prev/Next
##Lists Style
##Contact Form
##Pagination
##Extended Row
##Scroll Up
##Widgets Base
    #Search
    #Recent Posts
    #Navigation Menu
    #Text Widget
    #Banner
##Blog Categories
##Composer Modules Styles
    #Wp Menu
##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;
}
label {
	  font-size: 85%;
	  font-weight: 600;
	  margin-left: 15px;
}
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 { 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: 5px;
  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: 6px;
  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 */
.gcx-container {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;

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

.row:after, .row:before,.gcx-container:after,
.gcx-container:before,.clearfix:after,.clearfix:before {
  content: "";
  display: table;
  line-height: 0;
}
.gcx-container:after,.row:after,.clear,.clearfix:after { clear: both;}
[class*=gcx_col-] {float: left; min-height: 1px;}
.row { margin-left: -15px; margin-right: -15px;}

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

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

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

/*  ↑ extra classes ↑ */
/* ↓ Modules Media/Content Layout ↓ */
.gcx-layout-left, .gcx-layout-right { display: flex;}
.gcx-layout-left .content_wrapper { flex-grow: 1;}
.gcx-layout-right { flex-direction: row-reverse;}
.gcx-layout-right .content_wrapper { flex-grow: 1;}
.aleft .gcx-layout-left { justify-content: flex-start;}
.aleft .gcx-layout-right { justify-content: flex-end;}
.acenter .gcx-layout-left, .acenter .gcx-layout-right { justify-content: center;}
.aright .gcx-layout-left { justify-content: flex-end;}
.aright .gcx-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: 40px 0;
  position: relative;
  z-index: 1;
  min-height: 65vh;

}
.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 #B2B2B2;
  margin: 25px 0 25px;
}
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;}

.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: 0;
}
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 {
  position: relative;
  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;
}

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

/* ==================== ##Header Styles ==================== */
.gcx-theme-header { position: relative;z-index: 2;}
.gcx-theme-header .wrapper a { color: inherit; margin-top:5px;}

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

.gcx-theme-header.header_overlap .gcx-site-header .primary-nav > ul > li > a > span {
  color: inherit;
}

.gcx-theme-header.header_shadow { box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);}
.gcx-theme-header .gcx_button {z-index: 0; }
.gcx-header-row .gcx-header-row_wrapper {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.gcx-header-row .header_side.display_normal { flex: 0 auto;}
.gcx-header-row .header_side.display_grow { flex: 1;}
.gcx-header-row .header_side.display_grow .primary-nav > .menu { white-space: nowrap;}
.gcx-header-row .header_side.v_align_middle { align-self: center;}
.gcx-header-row .header_side.v_align_bottom { align-self: flex-end;}
.gcx-header-row .header_side.v_align_bottom .primary-nav > ul > li > a {
  align-self: flex-end;
  align-items: flex-end;
}
.gcx-header-row .header_side.v_align_bottom .header_area_container > *,
.gcx-header-row .header_side.v_align_bottom .header_search-button {
  vertical-align: bottom;
}
.gcx-header-row .header_side.v_align_top {align-self: flex-start;}
.gcx-header-row .header_side.v_align_top .primary-nav > ul > li > a {
  align-self: flex-start;
  align-items: flex-start;
}
.gcx-header-row .header_side.v_align_top .header_area_container > *,
.gcx-header-row .header_side.v_align_top .header_search-button {
  vertical-align: top;
}
.gcx-header-row .header_side.h_align_left { text-align: left;}
.gcx-header-row .header_side.h_align_center { text-align: center;}
.gcx-header-row .header_side.h_align_right { text-align: right;}
.gcx-header-row .header_side.display_grow.h_align_right { margin-left: auto;}
.gcx-header-row .header_side.display_grow.h_align_center { margin-right: auto; margin-left: auto;}
.gcx-header-row .header_side.display_grow.h_align_left { margin-right: auto;}
.gcx-header-row .header_side.display_grow.h_align_left .header_area_container { justify-content: flex-start;}
.gcx-header-row .header_side.display_grow.h_align_center .header_area_container {
  justify-content: center;
}
.gcx-header-row .header_side.display_grow.h_align_right .header_area_container {
  justify-content: flex-end;
}
.gcx-header-row .header_side[class^=position_left] .header_area_container > *:last-child {
  padding-right: 0;
}
.gcx-header-row .header_side[class^=position_right] .header_area_container > *:first-child {
  padding-left: 0;
}
.gcx-header-row .header_side[class^=position_left] .primary-nav ul li ul {
  left: 0;
  right: auto;
}
.gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li ul .sub-menu {
  left: 100%;
  right: auto;
}
.gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu, .gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu, .gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu, .gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(4) > .sub-menu {
  left: 0;
  right: auto;
}
.gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu, .gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu, .gcx-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu, .gcx-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;
}

.gcx-header-row .header_side,.gcx-header-row .header_render_editor,
.gcx-header-row .wrapper,.gcx-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 */
.gcx-logotype-container img {vertical-align: middle; max-height: 100%;}
.gcx-logotype-container a { color: inherit;}
.gcx-logotype-container .logo-name { color: inherit; font-size: 34px; line-height: 36px;}
.gcx-logotype-container h1.logo-name { max-width: 150px;}
.gcx-mobile-header .gcx-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 ul li.menu-item-has-children > a:after {
  content: "\f104";
  font-family: Flaticon;
  font-size: 10px;
  font-weight: 100;
  position: absolute;
  z-index: 1;
  right: 25px;
}
.primary-nav > ul > li.menu-item-has-children > a:after {
  content: "\f103";
  font-family: Flaticon;
  font-size: 10px;
  font-weight: 300;
  margin-left: 5px;
    background-color:transparent !important;
  transition: color 0.3s;
}
.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.current-menu-item > a {
	color:#006dba; 
} 
.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;
  box-shadow: 7px 5px 20px 0px rgba(72, 73, 121, 0.2);
}
.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 > .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 .gcx-sticky-header { top: 32px;}


@keyframes gcx_circle {
  0%, 80%, to {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.gcx-sticky-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.gcx-sticky-header.sticky_active {
  overflow: visible;
  transform: translateY(0);
  opacity: 1;
  background-color:#121212 !important;
}
.gcx-sticky-header.header_sticky_shadow { box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);}
.gcx-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: #f5f5f5;
  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 .gcx-menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_nav_wrapper .gcx-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 > 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;
}

.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;}

.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 .gcx-menu_outer {
  top: 32px;
  height: calc(100vh - 32px);
}

.gcx-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;
}
.gcx-menu_outer.sub-menu-position_right {
  right: 0;
  transform: translateX(100%);
}
.gcx-menu_outer.sub-menu-position_right .gcx-menu-outer_header {
  right: auto;
  left: 6px;
}
.gcx-menu_outer .mobile-hamburger-close {
  position: relative;
  z-index: 999;
}
.gcx-menu_outer .mobile-hamburger-toggle {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 16px;
}
.gcx-menu_outer .mobile-hamburger-toggle .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.gcx-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);
}
.gcx-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);
}
.gcx-menu_outer .gcx-menu-outer_header {
  position: absolute;
  right: -45px;
  top: 30px;
}
.gcx-menu_outer .gcx-menu_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.gcx-menu_outer .gcx-menu-outer_content {
  position: absolute;
  padding: 30px;
  width: 100%;
  bottom: 17px;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}
.gcx-menu_outer .gcx-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 .gcx-menu_outer {
  transform: translateX(0%);
  overflow: visible;
}

.mobile_nav_wrapper .gcx-menu-outer_content > * {
  margin-top: 20px;
}
.mobile_nav_wrapper .gcx-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_nav_wrapper .primary-nav ul.mobile_switch_on li:before { 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 ul.sub-menu {
  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 {
  display: none;
}

.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: 2px;
  border-top-style: solid;
  border-left-width: 2px;
  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);
}

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

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

.gcx-mobile-header .gcx-header-row .header_side[class^=position_center] .header_area_container > * {
  padding-left: 25px;
  padding-right: 25px;
}
.gcx-mobile-header .gcx-header-row .header_side[class^=position_center] .header_area_container > *:last-child, .gcx-mobile-header .gcx-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) {
  .gcx-menu_outer {
    width: calc(100% - 48px);
  }
}

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

/* ==================== ##Page Title ==================== */
.page-header {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.page-header:before, .page-header:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-header:before {
  opacity: 0.4;
  background: rgba(34, 35, 40, 0.4);
}
.page-header:after {
    opacity: 0.2;
    background: #3784c6;
}
.page-header_wrapper { height: 100%;}
.page-header_wrapper .gcx-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: 700;
  color: inherit;
}
.page-header_breadcrumbs:not(:first-child) {
  margin-top: 12px;
}
@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: 500;
}
.page-header_breadcrumbs .breadcrumbs > a {
  position: relative;
  opacity: 0.5;
}
.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;
}

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

/* ==================== ##Footer Styles ==================== */
.footer_wrapper { padding: 30px 0;}
.footer_top-area p { margin-bottom: 0;}
.footer_top-area a {color:#f1f1f1 !important;} 
.footer_top-area a:hover{color:#EA7D00 !important;}
.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_gcx_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: hidden;
}
.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 ↑ */

body.gcx-e-dom-optimization main .gcx-container.gcx-content-sidebar, body.gcx-e-dom-optimization.single main .gcx-container:not(.gcx-content-sidebar) {
  padding-right: 15px;
  padding-left: 15px;
}

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

.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: 1240px;
  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;
}

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

/* ==================== ##Page Search ==================== */
header.search-header {
  margin-bottom: 30px;
}
header.search-header .page-title {
  font-size: 36px;
  line-height: 1.65;
}
header.search-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 .titan_404_button.gcx_button .gcx_button_link:hover {
  color: #fff;
}

/* ==================== ##SCSS variables ==================== */

/* Modules */
/* ==================== ##Blog ==================== */
/* ↓ Standard Post ↓ */
.blog-style-standard.hover-animation .blog-post {
  padding-top: 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 .gcx_col-12 .blog-post {
  margin-bottom: 70px;
}

.blog-style-standard .gcx_col-12:last-child .blog-post {
  margin-bottom: 60px;
}
.blog-style-standard .gcx_col-12:last-child .blog-post:not(.format-standard-image) {
  margin-bottom: 55px;
}

.blog-style-standard .gcx_col-12 .blog-post_title > a {
  font-size: 26px;
}
.blog-style-standard .gcx_col-6 .format-no_featured,
.blog-style-standard .gcx_col-4 .format-no_featured,
.blog-style-standard .gcx_col-3 .format-no_featured {
  padding-top: 40px;
}

.blog-style-standard .gcx_col-6 .blog-post,
.blog-style-standard .gcx_col-4 .blog-post,
.blog-style-standard .gcx_col-3 .blog-post {
  padding: 25px 25px 20px;
  margin-bottom: 45px;
}

.blog-style-standard .gcx_col-6 .blog-post .blog-post_content,
.blog-style-standard .gcx_col-4 .blog-post .blog-post_content,
.blog-style-standard .gcx_col-3 .blog-post .blog-post_content {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 25px;
}
.blog-style-standard .gcx_col-6 .post_meta-wrap,
.blog-style-standard .gcx_col-4 .post_meta-wrap,
.blog-style-standard .gcx_col-3 .post_meta-wrap {
  padding-bottom: 0;
    margin-left: 15px;
}
.blog-style-standard .gcx_col-6 .blog-post_title,
.blog-style-standard .gcx_col-4 .blog-post_title,
.blog-style-standard .gcx_col-3 .blog-post_title {
  margin-bottom: 20px;
}
.blog-style-standard .gcx_col-6 .blog-post_title > a,
.blog-style-standard .gcx_col-4 .blog-post_title > a,
.blog-style-standard .gcx_col-3 .blog-post_title > a {
  font-size: 20px;
  line-height: 28px;
}
.blog-style-standard .blog-post {
  background: #ffffff;
  transition: 0.3s;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  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;
  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;
  margin-right: 90px;
  margin-left: 15px;
  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: 0px 0px 0px 1px 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-archives-list {
  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; margin-bottom:-15px;}

.blog-post .blog-post_media .blog-post_media_part {
  position: relative;
  border-radius: 5px;
}

.blog-post .blog-post_media .blog-post_media_part img { border-radius: 5px;}

.blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
  margin-bottom: 15px;
}
.format-standard .blog-post_wrapper .blog-post_meta_info { 
    padding: 0 !important;
}

.blog-posts .blog-post_title {
  display: block;
  word-wrap: break-word;
  clear: both;
  line-height: 1;
  padding-bottom: 20px;

}
.blog-posts .blog-post_title > a {
  font-size: 20px;
  line-height: 30px;
  color:#000;
}
.blog-posts .blog-post_title > a:hover { color:#048FF2;}
.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: 20px;
}

/* ↓ Lists ↓ */
.blog-posts-list + .gcx-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: 20px;}


/* ↓ 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 .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;
  margin-left: 15px;
  z-index: 1;
}
.post_meta-categories span {
  display: inline-block;
  position: relative;
  color: #565656;
  margin-bottom: 8px;
  margin-top: 15px;
}
.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: 14px;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
}

.single_meta .blog-post_title {
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 36px;
  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: 25px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  font-size: 38px;
  font-weight:800;
  margin-top: 20px;
  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 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;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 42px;
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content .post_date {
  margin-right: 20px;
  margin-left: 30px;
  margin-top: 20px;
}
.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: -80px;
  background: #fff;
  border-radius: 8px;
  padding: 15px 50px 30px;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.08);
}

.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;
    background: #121212;
    color:#f5f5f5;
  padding: 6px 25px;
  border-radius: 7px;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
.button-read-more:hover { background: #048FF2; color:#fff;}
.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;
}

.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 {
  padding: 6px 15px;
  border: 1px solid #e3e3e3;
	background: #fff;
  border-radius: 5px;
  font-size: 13px;
  color: #111;
  line-height: 1;
  font-weight: 700;
}

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


.titan-post-navigation {
  position: relative;
  padding: 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}
.titan-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: 290px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  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;
}

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

.blog_title.titan_module_title { justify-content: flex-start;padding-bottom: 15px;}
.gcx_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 .gcx_blog_list { margin-bottom: 30px;}

@media (max-width: 1024px) {
  .blog_columns-2 .gcx_col-6:nth-child(2n+1) { clear: none;}
  .blog_columns-3 .gcx_col-4:nth-child(3n+1) {clear: none; }
  .blog_columns-4 .gcx_col-3:nth-child(4n+1) { clear: none; }
  .blog_columns-2 .gcx_col-6:nth-child(2n+1) {clear: left; }
  .blog_columns-3 .gcx_col-4:nth-child(3n+1) { clear: left;}
  .blog_columns-4 .gcx_col-3:nth-child(2n+1) { clear: left; }
  .titan-post-navigation { margin-bottom: 0;}
}
@media (max-width: 768px) {
  .titan-post-navigation { display: block;}
  .prev-link_wrapper, .next-link_wrapper { max-width: 100%; width: 100%;}
  .titan-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 { padding-bottom: 0;}

body ul.titan_dot li { padding-left: calc(0.5em + 14px);}
body ul.titan_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.no-list-style li { padding: 0; list-style: none;}

/* ==================== ##Pagination ==================== */
.gcx-pagination {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 30px;
  list-style: none;
}
.gcx-pagination .page {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  line-height: 2.5;
}
.gcx-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;
}
.gcx-pagination .page-numbers.next, .gcx-pagination .page-numbers.prev {
  font-size: 14px;
  font-weight: 400;
}
.gcx-pagination .page span.current {
  position: relative;
  z-index: 1;
  cursor: default;
  color: #ffffff;
}
.gcx-pagination .page:first-child { margin-left: 0;}
.gcx-pagination .page:last-child { margin-right: 0;}
.gcx-pagination .page-numbers.dots { cursor: default;}
.gcx-pagination .page-numbers.prev .flaticon-down { transform: rotate(0.25turn);}
.gcx-pagination .page-numbers.next .flaticon-down { transform: rotate(-0.25turn);}
.gcx-pagination .page-numbers.prev .flaticon-down, .gcx-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 22px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
}

.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: #565656;
}
.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 { 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: 500;
  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_gcx_posts:not(:first-child) {
  margin-top: -18px;
}
.widget .select__field:before {
  display: none;
  line-height: 48px;
}
.widget select {
  width: 100%;
  height: 50px;
}

/* ==================== #Search ==================== */

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{
  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: 4px;
}
ul.recent-posts-widget .meta-wrapper {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
ul.recent-posts-widget .meta-wrapper span {
  color: #777;
  line-height: 1.2;
}
ul.recent-posts-widget .recent-posts-content_wrapper {
  width: calc(100% - 20px);
}
ul.recent-posts-widget .post_title {
  font-size: 16px;
  line-height: 24px;
}
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: 500;
}
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;
}

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

/* ==================== #Banner ==================== */
.titan_banner-widget {
    display: block;
    position: relative;
    padding: 10px 10px 30px;
    text-align: center;
    background-size: cover;
    background-color: #0166D3;
    max-width: 280px;
    margin-top: 40px;
    border-radius: 10px;
}
.titan_banner-widget .banner-widget_img-wrapper {
  display: block;
    padding: 0 30px;
    margin: 5px 0 20px;
}
.titan_banner-widget .banner-widget_text_sub {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}
.titan_banner-widget .banner-widget_text {
     font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    padding: 0 20px 10px;
}
.titan_banner-widget .banner-widget_button {
  margin-top: 30px;
}
.titan_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: 6px;
}
.titan_banner-widget .banner-widget_button .button-read-more:after, .titan_banner-widget .banner-widget_button .button-read-more:before {
  display: none;
}
.titan_banner-widget .banner-widget_link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.titan_banner-widget[style^="background-image: url(http"] .banner-widget_text_sub,
.titan_banner-widget[style^="background-image: url(http"] .banner-widget_text {
  color: #ffffff;
}
.titan_banner-widget[style^="background-image: url(http"] .banner-widget_button .button-read-more {
  color: #232323;
  background: #ffffff;
}
.titan_banner-widget[style^="background-image: url(http"] .banner-widget_link:hover ~ .banner-widget_button .button-read-more {
  color: #ffffff;
}

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

.gcx-header-list-info .gcx-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;
}
.gcx-header-list-info a { color: inherit;}

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

.gcx-button {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  line-height: 1.5;
  font-weight: 700;
 background: #990000;
  overflow: hidden;
}
.gcx-button .button-content-wrapper {
  position: relative;
  display: flex;
}
.gcx-button .align-icon-left .icon-wrapper .icon {
  margin-right: 7px;
}
.gcx-button .align-icon-right {
  flex-direction: row-reverse;
}
.gcx-button .align-icon-right .icon-wrapper {
  margin-left: 7px;
}
.gcx-button.btn-size-sm {
  font-size: 13px;
  padding: 16px 27.5px;
}
.gcx-button.btn-size-md {
  font-size: 14px;
  padding: 10px 25px;
}
.gcx-button.btn-size-lg {
  font-size: 14px;
  padding: 20.5px 34.5px;
}
.gcx-button.btn-size-xl {
  font-size: 14px;
  padding: 22.5px 39.5px;
}
.gcx-button .flaticon-long-next {
  transition: all 0.5s, color 0.4s;
  transition-delay: 0.4s, 0s;
  width: 0;
  margin-right: 13px;
}
.gcx-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;
}
.gcx-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;
}
.gcx-button:hover .flaticon-long-next {
  transition-delay: 0s;
  width: 50px;
}
.gcx-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;
}
.gcx-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;
}
.gcx-button:not(:hover) .flaticon-long-next {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/* ============================================
   EDD Download Archive Grid Styling
   Matches Calgraphics blog grid card design
   ============================================ */

/* Grid Layout */
.edd_downloads_list {
    display: grid;
    gap: 40px 25px; /* Row gap 45px (matching blog margin-bottom), column gap 30px */
}

/* 3 columns with sidebar */
.edd_downloads_list.edd_download_columns_3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 2 columns on tablet */
@media (max-width: 992px) {
    .edd_downloads_list.edd_download_columns_3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }
}

/* 1 column on mobile */
@media (max-width: 600px) {
    .edd_downloads_list.edd_download_columns_3 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* Individual Download Card */
.edd_download {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px; /* Card padding - matches blog card padding */
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.edd_download:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* Inner wrapper - remove any extra padding */
.edd_download_inner {
    padding: 0;
}

/* Product Image */
.edd_download_image {
    margin: 0 0 15px 0;
    line-height: 0;
}

.edd_download_image a {
    display: block;
    overflow: hidden;
    border-radius: 4px; /* Slight rounding on the image itself */
}

.edd_download_image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}


/* Product Title - below image, no extra padding since card has padding */
.edd_download .edd_download_title,
.edd_download .edd_download_title a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 1.4;
    color: #222222;
	text-align: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

.edd_download_title a:hover {
    color: #c19b76; /* Warm gold/brown hover — adjust to your brand color */
}

/* Category meta (if you add it later) */
.edd_download .download_category {
    margin: 5px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888888;
}

.edd_download .download_category a {
    color: #888888;
    text-decoration: none;
}

.edd_download .download_category a:hover {
    color: #c19b76;
}


/* Target the main content column on single download pages */
.single-download #main-content {
    background: #ffffff;
    border-radius: 8px;
	margin-top: -80px;
    padding: 45px 30px 30px;
}

/* Ensure the two-column product wrapper respects the container */
.single-download .edd-single-product-wrapper {
    background: transparent; /* Inherits from #main-content */
}

/* Full description area spacing */
.single-download .edd-product-full-description {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

/* Adjust for mobile */
@media (max-width: 768px) {
    .single-download #main-content {
        padding: 20px;
    }
}
/* Price styling (if you add it back) */
.edd_download_price {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #2a7d2a;
}

/* Purchase button styling */
.edd_download_buy_button {
    margin-top: 12px;
}

.edd_download_buy_button .edd-add-to-cart {
    display: inline-block;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #4a90e2;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.edd_download_buy_button .edd-add-to-cart:hover {
    background-color: #3a7bc8;
}

/* Two-Column Product Layout */
.edd-single-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; /* Space between columns */
    margin-bottom: 2rem;
}

.edd-product-gallery {
    flex: 1 1 40%; /* Takes up 45% width, allows shrinking */
    min-width: 280px; /* Prevents image from getting too small */
}

.edd-product-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px; /* Optional soft corner */
}

.edd-product-details {
    flex: 1 1 55%; /* Takes up 50% width */
    min-width: 300px;
}

/* Title styling */
.edd-product-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333; /* Adjust to brand */
}

/* Short description */
.edd-product-short-description {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #555;
}

/* Price styling */
.edd-product-price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #2a7d2a; /* Calm green tone, adjust as needed */
}

/* Purchase button adjustments */
.edd-product-purchase {
    margin-bottom: 1.5rem;
}

.edd-product-purchase .edd-add-to-cart {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #4a90e2; /* Soft blue, change to brand color */
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.edd-product-purchase .edd-add-to-cart:hover {
    background-color: #3a7bc8;
}

/* Meta (categories) */
.edd-product-meta {
    font-size: 0.9rem;
    color: #777;
}

/* Full description area */
.edd-product-full-description {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
    line-height: 1.8;
}

/* Mobile: Stack columns */
@media (max-width: 768px) {
    .edd-single-product-wrapper {
        flex-direction: column;
    }
    .edd-product-gallery,
    .edd-product-details {
        flex: 1 1 100%;
        min-width: unset;
    }
}

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

@media only screen and (min-width: 1280px) {
  .text_desktop {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
@media (max-width: 1200px) {
.gcx-container { width: 950px; }

    body.gcx-e-dom-optimization main .gcx-container.gcx-content-sidebar, 
    body.gcx-e-dom-optimization.single main .gcx-container:not(.gcx-content-sidebar) {
    padding-right: 0;
    padding-left: 0;
  }
  .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 .gcx_col-6,
.row .gcx_col-5,
.row .gcx_col-4,
.row .gcx_col-3,
.row .gcx_col-1-5,
.row .gcx_col-1-6 {
    width: 50%;
  }
.row .sidebar-container.gcx_col-3,.row .sidebar-container.gcx_col-4,
.row #main-content.gcx_col-8, .row #main-content.gcx_col-9 {
    width: 100%;
  }
.row .row .gcx_col-md-12 { width: 100%;}
.footer .row .gcx_col-3 { margin-bottom: 30px;}
 .page_404_wrapper { background-image: none !important;}
}

@media (max-width: 992px) {

.gcx-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 .gcx_col-6.item .bg-read-more { font-size: 50px;}
.blog-posts .gcx_col-4.item { width: 50%; }
.blog-posts .gcx_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;
  }
}
@media (min-width: 768px) {
  .row .gcx_col-12 { width: 100%;}
  .row .gcx_col-11 { width: 91.66666667%;}
  .row .gcx_col-10 { width: 83.33333333%;}
  .row .gcx_col-9 { width: 75%;}
  .row .gcx_col-8 { width: 66.66666667%; }
  .row .gcx_col-7 {width: 58.33333333%;}
  .row .gcx_col-6 { width: 50%;}
  .row .gcx_col-5 { width: 41.66666667%;}
  .row .gcx_col-4 { width: 33.33333333%;}
  .row .gcx_col-3 { width: 25%;}
  .row .gcx_col-1-5 { width: 20%;}
  .row .gcx_col-1-6 { width: 16.66%; }
  .row .gcx_col-2 {width: 16.66666667%; }
  .row .gcx_col-1 { width: 8.33333333%;}
}
@media (max-width: 1200px) {
  .row .gcx_col-3,
.row .gcx_col-1-5,
.row .gcx_col-1-6 {
    width: 33.3333%;
  }

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

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

  .copyright {
    text-align: center;
  }

  .titan-post-navigation .separator_post-nav { display: none; }

.gcx-container { width: 560px;}
.footer_top-area .row [class*=gcx_col-] + [class*=gcx_col-] { margin-top: 35px; }

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

  .resp_align_center {
    text-align: center !important;
  }

  .gcx_module_subtitle-wrapper .filter-after_subtite {
    text-align: left;
  }

  .blog-posts .grid .gcx_col-4.item {
    width: 100%;
  }

  .single_post_info {
    flex-direction: column;
    text-align: center;
  }

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

.gcx-container { width: 420px;}
 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) {

.gcx-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;
  }
}