/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section>.row-fluid,
.content-wrapper,
.page-center,
.footer__container,
.header__container{
  padding-left: 20px;
  padding-right: 20px;
} 


@media screen and (min-width: 1025px) and (max-width: 1440px){
  body .dnd-section>.row-fluid,
  body .content-wrapper,
  body .page-center,
  body .footer__container,
  body .header__container{ 
    max-width: 858.4615384649724px
  } 
}
@media screen and (max-width: 1366px){


  body .dnd-section>.row-fluid,
  body .content-wrapper,
  body .page-center,
  body .footer__container,
  body .header__container{
    max-width: 1180px; 
    max-width: 816.923076926219px
  } 


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

  body .dnd-section>.row-fluid,
  body .content-wrapper,
  body .page-center,
  body .footer__container,
  body .header__container{
    max-width: 1090px;
    max-width: 754.6153846145719px
  } 


}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background-color: #fcb3bf; 
}
p {
  margin-top: 10px;
  margin-bottom: 10px; 
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.05;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.25rem; 
  line-height: 1.1;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li { 
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote { 
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block; 
  text-align: center;
  transition: all 0.15s linear; 
  font: inherit;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input ,
.hs-search-field__input,
form .hs-input[type="text"],
form input[type="password"],
form select,
form textarea {
  display: block;
  width: 100% !important; 
  max-width: 600px;
  padding: 10px;
  outline: 0;
  font: inherit;
}
h3.form-title {
  margin-bottom: 15px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
  width:50px !important;
  display:inline-block !important;}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block; 
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.nopd .dnd-section {
  padding: 0;
}
.nopd .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}


@-webkit-keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  51% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  51% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }


.home_row2 .iwc_wrap .iwc_wrap_lft {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.home_row2 .iwc_wrap .iwc_wrap_top h2.title.subtitle-top {
  font-weight: 500;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 40px;
  line-height: 1.1;
  margin-top: 15px;
  letter-spacing: -0.01em;
}

.home_row2 .iwc_wrap .iwc_wrap_top {
  width: 41.66666667%;
  padding: 0 20px 10px;
}
.home_row2 .iwc_wrap .iwc_wrap_lft .iwc_wrap_bt {
  width: 50%;
  margin-left: 8.33333333%;
  padding: 0 20px;
}
.home_row2 .iwc_wrap {
  padding-bottom: 90px;
}
.home_row2 .iwc_wrap .iwc_wrap_lft .ion-ios-arrow-forward {
  font-size: 21px;
}
.home_row2 .iwc_wrap .iwc_wrap_btn {
  padding-top: 30px;
}
.home_row2 .iwc_wrap .iwc_wrap_lft .ion-ios-arrow-forward:before {
  content: "\f287";
} 
.home_row2  .iwc_wrap {
  background-color: #1a191d;
}
.bread_menu ul {
  position: relative;
  z-index: 3;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 32px;
}

.bread_menu ul li {
  list-style: none;
  padding: 0;
  padding: 0;
  font-weight: 500;
}

.bread_menu {
  width: 100%;
  padding-top: 3.4vh;
  padding-bottom: 3.4vh;
  line-height: 20px;
  font-size: 0.94rem;
  line-height: 1;
  display:none;
}


.bread_menu ul li a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
}

.bread_menu ul li a:hover {
  color: #d90a2c;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.bread_menu span.hs-breadcrumb-menu-divider:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -2px 8px 0;
  content: "\f3d1";
  padding: 0;
}

main.body-container-wrapper.full_pg {
  min-height: -webkit-calc(100vh - 107px);
  min-height: calc(100vh - 107px);
  background-color: #fff;
  margin-top: -14vh;
  padding-top: 14vh;
}
.full_row1 .widget-type-header h1 {
  font-size: 72px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin: 0;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
} 

.home_row2 .iwc_wrap p.subtitle {
  color: #d90a2c;
} 

a.btn.btn-link.brand-color-hover:hover i svg {
  -webkit-animation: hoverBtn ease-out 0.3s;
  animation: hoverBtn ease-out 0.3s;
}
a.btn.btn-link.brand-color-hover:hover {
  color: #d90a2c;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

h5.sticky-nav_heading {
  letter-spacing: -0.01em;
  text-align: inherit;
  position: relative;
  line-height: 1.3;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
@media(min-width:769px){
  .x-safari .banner_area .banner_area_ryt:before,
  .x-msie .banner_area .banner_area_ryt:before{ 
    bottom: -123px;
    top:auto !important;   
  } 
}
.sticky-nav-holder .btn-round-light:hover i {
  background-color: rgba(136, 136, 136, 0.1);
} 



@media(max-width:1440px){
  .home_row2 .iwc_wrap {
    padding-bottom: 80px;
  }

}


@media(max-width:1599px){
  body h2 ,
  body h1{
    font-size: -webkit-calc(40px + 14 * ( (100vw - 576px) / 1024));
    font-size: calc(40px + 14 * ( (100vw - 576px) / 1024));
  }
  .home_row2 .iwc_wrap .iwc_wrap_top h2.title.subtitle-top {
    font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
    font-size: calc(36px + 4 * ( (100vw - 576px) / 1024));
  }
  .full_row1 .widget-type-header h1 {
    font-size: -webkit-calc(46px + 26 * ( (100vw - 576px) / 1024));
    font-size: calc(46px + 26 * ( (100vw - 576px) / 1024));
  }
  h5.sticky-nav_heading {
    font-size: -webkit-calc(19px + 1 * ( (100vw - 576px) / 1024));
    font-size: calc(19px + 1 * ( (100vw - 576px) / 1024));
  }
  body h3 {
    font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
    font-size: calc(36px + 4 * ( (100vw - 576px) / 1024));
  }

}
@media(max-width:1024px){
  .home_row2 .iwc_wrap {
    padding-bottom: 70px;
  }

}
@media(max-width:768px){
  .home_row2 .iwc_wrap {
    padding-bottom: 50px;
  }

  .home_row2 .iwc_wrap .iwc_wrap_lft > div {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .home_row2 .iwc_wrap .iwc_wrap_top h2.title.subtitle-top br {
    display: none;
  }
  .full_row1 .widget-type-header h1 { 
    line-height: 1;
    padding-top: 20px;
  }
  main.body-container-wrapper.full_pg { 
    margin-top: -100px;
    padding-top: 100px;
  }
  .bread_menu { 
    padding-top: 20px;
    padding-bottom: 20px; 
  }



}
@media(max-width:576px){
  body h2 ,
  body h1{ 
    font-size: 40px;
  }
  .home_row2 .iwc_wrap .iwc_wrap_top h2.title.subtitle-top {
    font-size: 36px;
  }
  .full_row1 .widget-type-header h1 {
    font-size: 46px;
  }
  h5.sticky-nav_heading {
    font-size: 19px;
  }
  body h3 {
    font-size: 36px;
  }

}
@media(max-width:479px){
  body .systems-page h2 ,
  body .systems-page h1{ 
    font-size: 25px;
  }
}  

input#autorizo_tratamiento_datos_ia_lab_-4a783e91-7ba9-45b7-a087-6a85b73e912b_475.hs-input{
  width:50px !important;
  display:inline-block !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container { 
  margin: 0 auto; 
}
.menu-link-cloned {
  display: none;
}
.hd_menu {
  visibility: hidden;
  opacity: 0;
}
.hd_search {
  opacity: 0;
  visibility: hidden;
}
.menu_open .hd_menu {
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 1;
  visibility: visible;
}  
.elements-bar {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 50;
  min-height: 56px;
  list-style: none;
}

.elements-bar>li {
  padding: 0;
}

.elements-bar.left {
  left: 4.4vh;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  -ms-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
}
.hd_menu {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.close-bar.text-left {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
} 
.clb-hamburger-nav.type3 > .page-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-container:after {
  content: '';
  clear: both;
  display: table;
} 
.clb-hamburger-nav-holder {
  top: 4.4vh;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  scrollbar-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 80%; 
  padding-right: 9px;
}
.clb-hamburger-nav-details {
  font-size: 0.94rem;
  color: #fff;
  max-width: 20%;
  padding-left: 4.4vh;
}
nav.navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hd_menu nav.navigation-primary ul ul {
  display: none;
}
.hd_menu nav.navigation-primary li a:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: 1;
  font-weight: bold;
  width: auto;
  vertical-align: top;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  height: auto;
  background: transparent;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  color: rgba(255, 255, 255, 0.35);
  font-style: inherit;
  font-weight: 500;
  color: #ff3a3a;
  position: absolute;
  top: 5%;
  left: 0;
}

.hd_menu nav.navigation-primary li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
}
.menu_open .hd_menu nav.navigation-primary li,
.menu_open .hamburger-nav-info-item {
  -webkit-animation-name: slide_up_elements;
  animation-name: slide_up_elements;
}
.menu_open .hd_menu nav.navigation-primary li:nth-child(1),
.menu_open .hamburger-nav-info-item:nth-of-type(1){
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-transition-delay: 0.05s; 
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.hd_menu nav.navigation-primary li:nth-of-type(2),
.hamburger-nav-info-item:nth-of-type(2){
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hd_menu nav.navigation-primary li:nth-of-type(3),
.hamburger-nav-info-item:nth-of-type(3){
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; 
}
.hamburger-nav-info-item {
  will-change: transform;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.hd_menu nav.navigation-primary li {
  padding: 5px 50px 5px 0px;
  list-style-type: none;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  padding-right: 0;
  counter-increment: number;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  will-change: transform;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
} 
.hd_menu nav.navigation-primary li a span {
  display: inline-block;
  font-style: inherit;
  font-weight: 500;
  color: #ff3a3a;
  padding: 0px 10px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  line-height: .9;
  font-size: 90px;
}
.hd_menu nav.navigation-primary li:hover a span {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}

.hd_menu nav.navigation-primary li:hover a span.menu-link-cloned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: .5;
}
.hd_menu nav.navigation-primary li a span.menu-link-cloned {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 0px 10px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
  width: calc(100% - 50px);
}
.hd_menu nav.navigation-primary li:hover a:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
}

.hd_menu .hamburger-nav-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.4vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.35);
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}
.hamburger-nav-info-item b {
  color: #fff;
}
.hamburger-nav-info-item {
  margin: 15px 0;
}
.socialbar.small a:hover {
  background-color: #fff;
  border-color: #fff;
  color: initial;
}

.socialbar.small a:first-of-type {
  margin-left: 0;
}
.socialbar.small {
  display: flex;
}
.socialbar.small a {
  text-align: center;
  vertical-align: middle;
  margin: 4px;
  border: 1px solid #17161A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background-color: transparent;
  border: 1px solid rgba(136, 136, 136, 0.65);
  width: 42px;
  height: 42px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  line-height: 36px;
}




@media screen and (max-width: 1600px) {

  .hd_menu nav.navigation-primary li a span {   
    font-size: -webkit-calc(24px + 66 * ( (100vw - 576px) / 1024));
    font-size: calc(24px + 66 * ( (100vw - 576px) / 1024));
  } 

}

@media screen and (max-width: 768px) {
  .elements-bar.left {
    left: 20px;
  }
}

.elements-bar.right {
  right: 4.4vh;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-90deg) translate(50%, -100%);
  -ms-transform: rotate(-90deg) translate(50%, -100%);
  transform: rotate(-90deg) translate(50%, -100%);
}

@media screen and (max-width: 768px) {
  .elements-bar.right {
    right: 20px;
  }
}
.header-wrap {
  padding-left: 4.4vh;
  padding-right: 4.4vh;
  position: relative;
  z-index: 1;
  height: 14vh;
}
.hd_inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.hd_lft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-menu-primary nav.navigation-primary ul ul {
  display: none;
}

.custom-menu-primary nav.navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.clb-hamburger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  vertical-align: top;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

@media screen and (max-width: 768px) {
  .clb-hamburger {
    margin-right: 10px;
  }
}

.clb-hamburger-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; 
  height: 100%;
  color: #000; 
}

.clb-hamburger-holder ._shape {
  width: 18px;
  margin: 3px 0px;
  display: block;
  height: 2px;
  background-color: currentColor;
}

.desktop-hamburger {
  margin-right: 15px;
}
.hd_lft img {
  display: block;
} 
.desktop-hamburger .ion {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: rgba(23, 22, 26, 0.95);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  cursor: pointer;
  outline: none;
  background-color: rgba(136, 136, 136, 0.03);
  color: inherit;
  font-style: inherit;
}
.desktop-hamburger .ion:hover {
  background-color: rgba(136, 136, 136, 0.1);
}
.fxd_social ul{ 
  margin: 0; 
  padding: 0;
  list-style: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.clb-social li i {
  -webkit-transform: rotate( 90deg );
  -ms-transform: rotate(90deg);
  transform: rotate( 90deg ); 
}

.clb-social li {
  margin: 0px 5px;
  padding: 0px 5px;
}
.clb-social a:hover {
  color: #d90a2c;
}

.clb-social a {
  color: #000;
}
.hd_ryt { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul.menu-optional li + li {
  margin-left: 1vw;
}
li.btn-optional-holder {
  margin-left: 1.5vw;
}
ul.menu-optional {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
a.btn.btn-optional {
  border: 1px solid #17161A;
  min-height: 20px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  padding: 7px 15px;
  font-size: 0.96rem;
  font-style: inherit;
  color: #fff;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
ul.menu-optional .ion-md-search:hover {
  color: #d90a2c;
}
ul.menu-optional .ion-md-search {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  cursor: pointer;
  outline: none;
  font-size: 22px;
  color: inherit;
  background-color: transparent;
  color: #000;
}
.custom-menu-primary nav.navigation-primary > ul > li > a {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  line-height: inherit;
  padding: 0 1.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500; 
}
.custom-menu-primary nav.navigation-primary > ul:hover > li > a:hover {
  opacity: 1;
}

.custom-menu-primary nav.navigation-primary > ul:hover > li > a {
  opacity: .6;
}
.custom-menu-primary nav.navigation-primary > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.clb-social.light-typo li a:hover {
  color: #d90a2c;
}

.clb-social.light-typo li a {
  color: #fff;
}
.clb-social.light-typo {
  color: #fff;
}
ul.elements-bar.right.fxd_social {
  padding-left: 26px;
}
.hd_group {
  height: 14vh;
}
.scroll .header-wrap {
  position: fixed;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  top: 0;
  height: 70px;  
  z-index: 99; 
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.scroll1 .header-wrap {  
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.custom-menu-primary nav.navigation-primary ul li:hover ul.submenu.level-2 {
  display: block;
}
@-webkit-keyframes slide_up_elements {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes slide_up_elements {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

.custom-menu-primary nav.navigation-primary ul ul li a {
  padding: 5px;
  display: block;
}

.custom-menu-primary nav.navigation-primary ul ul {
  position: absolute;
  background: #fff;
  min-width: 150px;
}
.search_open .hd_search {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.hd_search {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
}

.close-bar {
  padding-left: 4.4vh;
  padding-right: 4.4vh;
  height: 14vh;
  position: relative;
  line-height: 1;
  z-index: 11;
  text-align: right;
}
.clb-popup .close-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.box.ft_logo a:hover {
  opacity: .5;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
} 
.btn-round .ion, .btn-round i {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center; 
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  background-color: rgba(23, 22, 26, 0.95);
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; 
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.search-holder form input.hs-search-field__input {
  border: 1px solid transparent;
  width: 100%;
  padding: 14px 15px;
  line-height: 1.3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  outline: none;
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  height: 56px;
  padding-left: 18px;
  padding-right: 18px;
  outline: 0;
  max-width: 100%;
}

.search-holder form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.search-holder form ::-webkit-input-placeholder {
  color: #fff;
} /* Webkit Browsers */
.search-holder form :-moz-placeholder {
  color: #fff;
} /* Firefox 18- */
.search-holder form ::-moz-placeholder {
  color: #fff;
} /* Firefox 19+ */
.search-holder form :-ms-input-placeholder {
  color: #fff;
} /* IE10 */

.search-holder  .hs-search-field__input:hover::placeholder {
  opacity: .7;
}
.search-holder form .hs-search-field__input::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
} /* Webkit Browsers */
.search-holder form .hs-search-field__input:-moz-placeholder {
  color: #fff;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
} /* Firefox 18- */
.search-holder form .hs-search-field__input::-moz-placeholder {
  color: #fff;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
} /* Firefox 19+ */
.search-holder form .hs-search-field__input:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
} /* IE10 */

.search-holder form button:before {
  content: "\f375";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2px;
  font-size: 20px;
  position: relative;
  min-width: 20px;
  height: 20px; 
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
a:hover{
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;

}
.search-holder form button:hover {
  opacity: .6;
} 
.search-holder form button svg {
  display: none;
} 
.search-holder form button {
  background: none;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  border: none;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  color: #fff;
  width: 56px;
  text-align: center;
  cursor: pointer;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.hd_search .search-holder {
  width: 100%;
  position: absolute;
  top: -webkit-calc(30vh - 50px);
  top: calc(30vh - 50px);
  left: 0;
}
.clb-close {
  outline: 0;
}

.btn-round {
  position: relative;
}
.btn-round:focus:before {
  -webkit-animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1;
  animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1;
}
.btn-round:before { 
  content: "";
  position: absolute;
  top: 0;
  height: 56px;
  width: 56px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(136, 136, 136, 0.2);
  background: #d90a2c;
  -webkit-transform: scale(0); 
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background-color: #d90a2c;
}
@-webkit-keyframes click_animation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0; } }

@keyframes click_animation {
  from { 
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0; } }

body {
  overflow-x: hidden;
}
.btn-round {
  position: relative;
  outline: 0;
} 

.hd_group.lp .clb-hamburger-holder {
  opacity: 0;
} 
.hd_logo:hover {
  opacity: .65;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
} 

ul.hs-search-field__suggestions {
  max-width: 500px;
  margin: 0 auto;
  background: #ffff;
} 
ul.hs-search-field__suggestions li a {
  padding: 5px 10px;
}

ul.hs-search-field__suggestions li#results-for {
  padding: 5px 10px;
} 


@media(max-width:16004px){
  .hd_menu nav.navigation-primary li a:before { 
    font-size: 10px;
  }

}

@media(max-width:1024px){
  li.btn-optional-holder {
    margin-left: 0;
  }


}

@media(min-width:786px){
  .mb_menu {
    display: none;
  } 


}

@media(max-width:785px){


  .hd_inr .custom-menu-primary {
    display: none;
  }
  .mb_menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
  .hd_menu {
    display: none;
  }
  .menu_open .mb_menu {
    opacity: 1;
    visibility: visible;
  }
  .menu_open .mb_menu_inr {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }

  .mb_menu_inr {
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    text-align: left;
    overflow-y: auto;
    padding: 100px 20px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    opacity: 0;
    z-index: 9;
  } 
  .menu_open .mbl-overlay-bg {
    opacity: 1;
    visibility: visible;
  }

  .mbl-overlay-bg {
    position: fixed;
    background-color: rgba(23, 22, 26, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }

  .mb_menu .btn-round i {
    color: #232226;
    background: transparent;
  }
  .mb_menu .close-bar.text-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify;
    justify-content: space-between !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mb_menu  i.icon.ion.ion-md-search.brand-color-hover-i {
    font-size: 22px;
  }
  .mb_menu i.ion.ion-md-close:hover {
    background-color: rgba(136, 136, 136, 0.1);
  }

  .mb_menu i.ion.ion-md-close {
    background-color: rgba(136, 136, 136, 0.03);
  }

  ul.submenu.level-2 { 
    display: none;
  }
  .mb_menu_wrap ul li a:hover {
    color: #d90a2c;
  } 
  .copyright a:hover {
    color: #d90a2c;
  }

  .copyright a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  .copyright {
    font-weight: 400;
    font-size: 0.94rem;
    margin-top: 20px;
  }
  .mb_menu_wrap ul li a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-style: inherit;
    display: block;
    line-height: 36px;
    padding: 5px 20px;
    position: relative;
  }

  .mb_menu_wrap ul li {
    font-size: 17px;
    position: relative;
    padding: 0;
    margin: 0 -20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
  } 

  .mb_menu_inr ul ul {
    position: static; 
    box-shadow: none;
    width: 100%;
    padding: 5px 0;
    display: none ;
    background: transparent !important;
  }
  .mb_menu_inr  ul li.child_open ul {
    display: block;
  }
  .mb_menu_inr ul.submenu.level-2 li {
    margin: 0;
  } 
  .mb_menu_inr > div {
    display: block;
    width: 100%;
  }
  .child_open .child_trigger:before {
    content: "-";
    font-size: 40px;
    margin-top: -7px;
    line-height: 1;
  }
  .child_trigger:before {
    content: "+";
    font-size: 24px;
  }
  .child_trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: inherit;
    font-family: inherit;
    font-weight: 400;
    width: 40px;
    justify-content: center;
    right: 30px;
  }



}

@media(max-width:768px){
  .hd_group {
    height: 100px;
  }

  ul.hs-search-field__suggestions {
    max-width: calc(100% - 40px);
  }
  .header-wrap {
    padding-left: 20px;
    padding-right: 20px; 
    height: 100px;
  }
  .desktop-hamburger {
    margin-right: 0;
  }
  .close-bar {
    padding-left: 20px;
    padding-right: 20px;
    height: 100px;
  }
  .search-holder form {
    max-width: calc(100% - 40px);
  }
  .hd_search .search-holder { 
    top: 100px; 
  }
  ul.elements-bar.right.fxd_social {
    display: none;
  } 


}
a.search-global.btn-round.btn-round-light {
  outline: 0;
} 


@media(max-width:400px){

  a.btn.btn-optional { 
    padding: 7px;
    font-size: 12px; 
  }
  ul.menu-optional .ion-md-search {
    width: 20px;
  }
  .clb-hamburger {
    margin-right: 5px;
  }
  .hd_lft {
    margin-right: 5px;
  }
  .desktop-hamburger .ion {
    width: 45px;
    height: 45px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container { 
  margin: 0 auto;
}
.ft_bt {
  border-top: 1px solid rgba(136, 136, 136, 0.15);
  padding-top: 3.4vh;
  padding-bottom: 3.4vh;
  display: flex;
  justify-content: space-between;
}
.footer__container {  
  padding-left: 20px;
  padding-right: 20px;
}
.ft_bt a {
  color: rgba(255,255,255,0.8);
}

.ft_bt {
  border-top: 1px solid rgba(136, 136, 136, 0.15);
  padding-top: 3.4vh;
  padding-bottom: 3.4vh;
  display: flex;
  justify-content: space-between;
  font-size: 0.94rem;
}

.box {
  padding-left: 20px;
  padding-right: 20px;
  width: 25%;
  padding-bottom: 5px;
}
.ft_top {
  padding-top: 8.8vh;
  padding-bottom: 8.8vh;
  list-style: none;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.ft_top a {
  color: inherit !important;
  font-weight: 500;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;

}
.ft_quries ul li:not(:last-child) {
  padding-bottom: 5px;
}

.ft_quries ul li:not(:first-child) {
  padding-top: 3.4vh;
}
.ft_top h3 {
  text-align: inherit;
  line-height: inherit;
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
  color: #6a696c;
  font-family: 'Montserrat', sans-serif;
}
.ft_logo > div {
  padding-top: 5px;
}
.ft_logo {
  padding-top: 3.4vh;
}
.ft_quries ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1199px){

  .box { 
    width: 50%; 
  }





}

@media screen and (max-width: 768px){

  .box { 
    width: 100%; 
  }

  .ft_bt { 
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; 
  }
  .ft_ryt {
    margin-top: 10px;
  }
  .ft_top {
    padding-top: 40px;
    padding-bottom: 40px; 
  }
  .ft_job br {
    display: none;
  }





}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper { 
  margin: 0 auto;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}


/* custom */

.blog-grid {
  overflow: hidden;
}

.blog-grid.sticky {
  background-color: rgba(217, 10, 44, 0.05);
}

.blog-grid.sticky .sticky-icon {
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
}

.blog-grid.boxed .blog-grid-content {
  background-color: rgba(136, 136, 136, 0.05);
  padding: 2.2vh;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media screen and (max-width: 768px) {
  .blog-grid.boxed .blog-grid-content {
    padding: 10px;
  }
}

.blog-grid.without-media.boxed .blog-grid-content {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.blog-grid:not(.boxed):not(.blog-grid-type-6) .blog-grid-image {
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.blog-grid:not(.blog-grid-type-2):not(.blog-grid-type-4):hover h3 a {
  color: #d90a2c;
}

.blog-grid-image {
  position: relative;
  overflow: hidden;
}

.blog-grid-image>a {
  display: block;
}

.blog-grid-image img {
  vertical-align: top;
  width: 100%;
}

.blog-grid-image .blog-metro-image.active,
.blog-grid-image img.active {
  z-index: 1;
}

.blog-grid-image .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-grid-image .slider .clb-slider-nav-btn {
  z-index: 11;
}

.blog-grid-image .slider+.blog-grid-meta .meta-holder .author-attributes {
  width: -webkit-calc(100% - 116px);
  width: calc(100% - 116px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-grid .blog-metro-image {
  padding-top: 100%;
  min-width: 100%;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-grid-meta {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 2.2vh;
  font-size: 0.94rem;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  background: -o-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .blog-grid-meta {
    padding: 20px;
  }
}

.blog-grid-meta .meta-holder {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-grid-meta .author-avatar {
  height: 46px;
  width: 46px;
  min-width: 46px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
}

.blog-grid-meta .author-attributes {
  white-space: nowrap;
}

.blog-grid:not(.blog-grid-type-4):not(.blog-grid-type-6) .blog-grid-meta {
  color: #fff;
}

.blog-grid.hover-color-overlay .blog-grid-meta {
  background: transparent;
}

.blog-grid-headline {
  margin: 10px 0 0 0;
  font-size: -webkit-calc(24px + 2 * ( (100vw - 576px) / 1024));
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
  line-height: 1.3;
}

@media screen and (max-width: 576px) {
  .blog-grid-headline {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .blog-grid-headline {
    font-size: 26px;
  }
}

.blog-grid-headline a {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-grid-content {
  padding-top: 25px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .blog-grid-content {
    padding-top: 20px;
  }
}

.blog-grid-content .post-details,
.blog-grid-content p,
.blog-grid-content blockquote {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-grid-content .post-details {
  font-size: 0.94rem;
}

.blog-grid-content p {
  margin-bottom: 0;
}

.blog-grid-content p a:not(.more-link) {
  color: #d90a2c;
  font-weight: 500;
}

.blog-grid-content p .more-link {
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}

.blog-grid-content p .wp-block-button__link {
  display: none;
}

.blog-grid-content .btn {
  margin-top: 10px;
}

.blog-grid-content blockquote cite,
.blog-grid-content blockquote h4,
.blog-grid-content q cite,
.blog-grid-content q h4 {
  display: block;
}

.blog-grid-type-1.boxed .btn-link {
  display: none;
}

.blog-grid-type-1 .blog-grid-image {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

@media screen and (min-width: 1025px) {
  .blog-grid-type-1 .btn {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}

.blog-grid-type-2 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(136, 136, 136, 0.05);
}

@media screen and (min-width: 1025px) {
  .blog-grid-type-2 {
    min-height: 350px;
  }
}

.blog-grid-type-2 .blog-grid-image {
  width: 100%;
}

.blog-grid-type-2 .blog-grid-image .slider .blog-image {
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}

.blog-grid-type-2 .blog-grid-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4.4vh;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.8)));
  background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.8));
  background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.8));
  background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.8));
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-2 .blog-grid-content {
    padding: 20px;
  }
}

.blog-grid-type-2 .blog-grid-content * {
  color: #fff;
}

.blog-grid-type-2.without-media .blog-grid-image {
  padding-bottom: 100%;
}

.blog-grid-type-2.metro-style {
  min-height: auto;
}

.blog-grid-type-3:not(.without-media) .blog-grid-image {
  width: 50%;
}

.blog-grid-type-3:not(.without-media) .blog-grid-content {
  width: 50%;
  padding: 4.4vh;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-3:not(.without-media) .blog-grid-content {
    padding: 20px;
  }
}

.blog-grid-type-3.boxed .blog-grid-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog-grid-type-4 {
  position: relative;
  min-height: 400px;
  background-color: rgba(136, 136, 136, 0.05);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.blog-grid-type-4 .blog-grid-image {
  width: 100%;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-grid-type-4 .blog-grid-image .slider {
  height: 100%;
}

.blog-grid-type-4 .blog-grid-image .slider .blog-image {
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}

.blog-grid-type-4 .blog-grid-image:after {
  content: "";
  position: absolute;
  background-color: rgba(23, 22, 26, 0.45);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.blog-grid-type-4 .blog-grid-meta {
  opacity: 1;
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.blog-grid-type-4 .blog-grid-meta .meta-holder {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-grid-type-4 .blog-grid-content {
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  padding: 4.4vh;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-4 .blog-grid-content {
    padding: 20px;
  }
}

.blog-grid-type-4 .blog-grid-content .btn-more {
  position: absolute;
  bottom: 4.4vh;
  left: 4.4vh;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-4 .blog-grid-content .btn-more {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog-grid-type-4 .blog-grid-content .btn-more {
    left: 20px;
  }
}

.blog-grid-type-4:hover .blog-grid-image {
  opacity: 1;
}

.blog-grid-type-4:hover .blog-grid-headline a,
.blog-grid-type-4:hover .blog-grid-meta,
.blog-grid-type-4:hover .post-details,
.blog-grid-type-4:hover .short-description,
.blog-grid-type-4:hover blockquote,
.blog-grid-type-4:hover .btn {
  color: #fff;
}

.blog-grid-type-4.without-media .blog-grid-image {
  padding-bottom: 100%;
}

.blog-grid-type-4.metro-style {
  min-height: initial;
}

.blog-grid-type-3:not(.without-media),
.blog-grid-type-5:not(.without-media) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.blog-grid-type-3:not(.without-media) .blog-grid-image,
.blog-grid-type-5:not(.without-media) .blog-grid-image {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.blog-grid-type-3:not(.without-media).boxed .blog-grid-image,
.blog-grid-type-3:not(.without-media).boxed .blog-grid-content,
.blog-grid-type-5:not(.without-media).boxed .blog-grid-image,
.blog-grid-type-5:not(.without-media).boxed .blog-grid-content {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.blog-grid-type-3:not(.without-media) .blog-grid-image .slider,
.blog-grid-type-5:not(.without-media) .blog-grid-image .slider {
  min-height: 100%;
}

.blog-grid-type-3:not(.without-media) .blog-grid-image .slider .clb-slider-nav-btn,
.blog-grid-type-5:not(.without-media) .blog-grid-image .slider .clb-slider-nav-btn {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
}

.blog-grid-type-3:not(.without-media) .blog-grid-image .blog-image,
.blog-grid-type-5:not(.without-media) .blog-grid-image .blog-image {
  height: 100%;
  width: 100%;
  padding: 0;
}

.blog-grid-type-3:not(.without-media) .blog-grid-image,
.blog-grid-type-3:not(.without-media) .slider,
.blog-grid-type-3:not(.without-media) .blog-metro-image,
.blog-grid-type-3:not(.without-media) .clb-slider-stage,
.blog-grid-type-5:not(.without-media) .blog-grid-image,
.blog-grid-type-5:not(.without-media) .slider,
.blog-grid-type-5:not(.without-media) .blog-metro-image,
.blog-grid-type-5:not(.without-media) .clb-slider-stage {
  min-height: 100%;
}

.blog-grid-type-3:not(.without-media) .blog-grid-content,
.blog-grid-type-5:not(.without-media) .blog-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-3:not(.without-media),
  .blog-grid-type-5:not(.without-media) {
    display: block;
  }
  .blog-grid-type-3:not(.without-media) .blog-grid-image,
  .blog-grid-type-3:not(.without-media) .blog-grid-content,
  .blog-grid-type-5:not(.without-media) .blog-grid-image,
  .blog-grid-type-5:not(.without-media) .blog-grid-content {
    width: 100%;
  }
  .blog-grid-type-3:not(.without-media) .blog-grid-image .blog-image,
  .blog-grid-type-3:not(.without-media) .blog-grid-content .blog-image,
  .blog-grid-type-5:not(.without-media) .blog-grid-image .blog-image,
  .blog-grid-type-5:not(.without-media) .blog-grid-content .blog-image {
    padding-top: 70%;
  }
}

.blog-grid-type-5:not(.without-media) .blog-grid-image {
  width: 450px;
}

.blog-grid-type-5:not(.without-media) .blog-grid-content {
  padding: 2.2vh;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-5:not(.without-media) .blog-grid-content {
    padding: 20px;
  }
}

.blog-grid-type-1 .blog-slider .clb-slider-nav-btn,
.blog-grid-type-2 .blog-slider .clb-slider-nav-btn,
.blog-grid-type-3 .blog-slider .clb-slider-nav-btn,
.blog-grid-type-4 .blog-slider .clb-slider-nav-btn {
  top: 0;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-grid-type-1 .blog-slider .clb-slider-nav-btn .prev-btn,
.blog-grid-type-1 .blog-slider .clb-slider-nav-btn .next-btn,
.blog-grid-type-2 .blog-slider .clb-slider-nav-btn .prev-btn,
.blog-grid-type-2 .blog-slider .clb-slider-nav-btn .next-btn,
.blog-grid-type-3 .blog-slider .clb-slider-nav-btn .prev-btn,
.blog-grid-type-3 .blog-slider .clb-slider-nav-btn .next-btn,
.blog-grid-type-4 .blog-slider .clb-slider-nav-btn .prev-btn,
.blog-grid-type-4 .blog-slider .clb-slider-nav-btn .next-btn {
  margin: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.blog-grid-type-1 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
.blog-grid-type-1 .blog-slider .clb-slider-nav-btn .next-btn .ion,
.blog-grid-type-2 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
.blog-grid-type-2 .blog-slider .clb-slider-nav-btn .next-btn .ion,
.blog-grid-type-3 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
.blog-grid-type-3 .blog-slider .clb-slider-nav-btn .next-btn .ion,
.blog-grid-type-4 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
.blog-grid-type-4 .blog-slider .clb-slider-nav-btn .next-btn .ion {
  color: #fff;
}

.blog-grid-type-6 {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  padding-top: 2.2vh;
  padding-bottom: 2.2vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6 {
    padding-bottom: 20px;
  }
}

.blog-grid-type-6.boxed {
  background-color: rgba(136, 136, 136, 0.05);
  padding: 4.4vh;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6.boxed {
    padding: 20px;
  }
}

.blog-grid-type-6.hover-color-overlay .blog-grid-image {
  position: absolute;
}

.blog-grid-type-6.hover-greyscale:hover img,
.blog-grid-type-6.hover-greyscale:hover .blog-metro-image,
.blog-grid-type-6.hover-greyscale:hover.blog-grid .blog-grid-image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.blog-grid-type-6 .blog-grid-holder {
  position: relative;
  z-index: 10;
}

.blog-grid-type-6 .blog-grid-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-grid-type-6 .blog-grid-meta {
  position: relative;
  left: auto;
  top: auto;
  padding: 0;
  background: transparent;
  margin-top: 15px;
}

.blog-grid-type-6 .blog-grid-meta .meta-holder {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-grid-type-6 .blog-grid-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-grid-type-6 .blog-grid-holder .holder-cell:first-child {
  min-width: 26%;
}

.blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
  margin-left: 2.2vh;
  margin-right: 2.2vh;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
    margin-right: 20px;
  }
}

.blog-grid-type-6 .blog-grid-holder .holder-cell:last-child {
  white-space: nowrap;
}

.blog-grid-type-6 .blog-grid-holder .blog-grid-content {
  padding: 0;
  background-color: transparent;
}

.blog-grid-type-6 .blog-grid-holder .blog-grid-content .blog-grid-headline {
  margin-top: 0;
}

.blog-grid-type-6:hover.boxed:not(.without-media) .blog-grid-image {
  opacity: 1;
  visibility: visible;
}

.blog-grid-type-6:hover.boxed:not(.without-media) *,
.blog-grid-type-6:hover.boxed:not(.without-media) .blog-grid-content h3.blog-grid-headline a,
.blog-grid-type-6:hover.boxed:not(.without-media) .category-holder a.category,
.blog-grid-type-6:hover.boxed:not(.without-media) .category-holder:after {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .post-details {
    margin-top: 4.4vh;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .post-details {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta {
    margin: 0;
    opacity: 1;
    margin-bottom: 4.4vh;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta .meta-holder {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
    margin: 0;
    margin-top: 4.4vh;
    margin-bottom: 4.4vh;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
    margin-bottom: 20px;
  }
}

.blog-grid:hover .blog-grid-meta {
  opacity: 1;
}

.blog-grid:hover .blog-grid-meta .meta-holder {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}

.blog-grid:hover .btn {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .blog-grid:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}

.blog-grid.without-media:not(.boxed):not(.type-audio):not(.blog-grid-type-4) .blog-grid-content {
  padding-top: 0;
}

.blog-grid .blog-slider img {
  height: 100%;
}

.blog-grid.metro-style .clb-slider-outer-stage {
  height: auto !important;
}

.blog-grid.type-blockquote {
  display: block;
}

.blog-grid.type-blockquote .blog-grid-content {
  width: 100%;
}

.blog-grid.type-blockquote.boxed .blog-grid-content {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.blog-grid-type-1.type-blockquote:not(.boxed) .blog-grid-content,
.blog-grid-type-3.type-blockquote:not(.boxed) .blog-grid-content,
.blog-grid-type-5.type-blockquote:not(.boxed) .blog-grid-content {
  padding: 0;
}

.blog-grid-type-4.type-blockquote .blog-grid-content {
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-grid .mejs-container {
  z-index: 11;
}

.blog-grid-type-2.type-audio .blog-grid-meta,
.blog-grid-type-3.type-audio .blog-grid-meta,
.blog-grid-type-5.type-audio .blog-grid-meta {
  top: 40px;
}

.blog-grid.blog-grid-type-audio {
  display: block;
}

.blog-grid.blog-grid-type-audio .blog-grid-image,
.blog-grid.blog-grid-type-audio .blog-grid-content {
  width: 100%;
}

.blog-grid iframe,
.single-post iframe {
  width: 100%;
  vertical-align: top;
  min-height: 290px;
  border: none;
  overflow: hidden;
}


/*--------------------------------------------------------------
## Galleries (for Envato Review)
--------------------------------------------------------------*/

.blog-grid .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px !important;
}

.blog-grid .gallery .gallery-item {
  display: inline-block;
  margin: 0px 5px 5px 0px;
  margin-top: 0px !important;
  text-align: center;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.blog-grid .gallery .gallery-item img {
  border: none !important;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.blog-grid .gallery .gallery-item .gallery-caption {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  opacity: 0;
  font-size: .8em;
  font-weight: normal;
}

.blog-grid .gallery .gallery-item:hover .gallery-caption {
  opacity: 1;
}

.blog-grid .gallery .gallery-item:hover img {
  opacity: .8;
}

.blog-grid .gallery.gallery-columns-3 .gallery-item {
  max-width: -webkit-calc((100% - 5px * 2) / 3);
  max-width: calc((100% - 5px * 2) / 3);
}

.blog-grid .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.blog-grid .gallery.gallery-columns-3 .gallery-item:last-of-type {
  margin-right: 0;
}

.clb-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clb-author .author-avatar {
  height: 46px;
  width: 46px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  background: #000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.clb-author .clb-author-details {
  font-size: 0.94rem;
  line-height: 1.46;
}

.clb-author .clb-author-details .date {
  opacity: .7;
}
.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto;
}

.entry-content>*:not(.vc_row):not(.vc_clearfix):not(.vc_section) {
  margin-top: 25px;
  margin-bottom: 25px;
}

.entry-content>*:not(.vc_row):not(.vc_clearfix):not(.vc_section).alignleft {
  margin-top: 0;
}

.entry-content>*:not(.vc_row):not(.vc_clearfix):first-child {
  margin-top: 0;
}

.entry-content>*:not(.vc_row):not(.vc_clearfix):last-child {
  margin-bottom: 0;
}

.entry-content figcaption {
  padding: 0.3rem;
  font-size: .98em;
  margin: 0;
}

.entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: .5em;
}

.single-post .entry-content {
  margin-bottom: 7.2vh;
}

@media screen and (max-width: 768px) {
  .single-post .entry-content {
    margin-bottom: 30px;
  }
}

.single-post .entry-content a:not(.wp-block-button__link) {
  color: #d90a2c;
  font-weight: 500;
}

.single-post .entry-content a:not(.wp-block-button__link):hover {
  opacity: .6;
}

@media screen and (min-width: 1025px) {
  .single-post .entry-content>h2,
  .single-post .entry-content>h3 {
    margin-top: 3rem !important;
  }
}

.single-post .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .single-post .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.single-post .entry-content .wp-block-archives li,
.single-post .entry-content .wp-block-categories li,
.single-post .entry-content .wp-block-latest-posts li {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .single-post .entry-content .wp-block-archives .select-holder,
  .single-post .entry-content .wp-block-categories .select-holder,
  .single-post .entry-content .wp-block-latest-posts .select-holder {
    display: inline-block;
  }
}

.single-post .entry-content .blog-slider .blog-metro-image {
  padding-bottom: 100%;
  min-width: 100%;
}

.single-post .clb-page-headline .category-holder:after {
  margin-left: 4px;
}

.single-post .wpb_single_image {
  margin-bottom: 50px;
}

.single-post .entry-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-post .entry-footer-tags .tags-holder {
  margin-bottom: 7.2vh;
}

@media screen and (max-width: 768px) {
  .single-post .entry-footer-tags .tags-holder {
    margin-bottom: 30px;
  }
}

.single-post .entry-footer-tags .tags-holder .tag {
  margin: 2px 5px 2px 0;
}

.single-post .entry-footer .post-edit-link,
.single-post .entry-footer .vc_inline-link {
  display: inline-block;
  margin-bottom: 7.2vh;
}

@media screen and (max-width: 768px) {
  .single-post .entry-footer .post-edit-link,
  .single-post .entry-footer .vc_inline-link {
    margin-bottom: 30px;
  }
}

.single-post .widget_ohio_widget_about_author {
  background-color: rgba(136, 136, 136, 0.05);
  position: relative;
  padding: 3.4vh;
  margin-bottom: 7.2vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .single-post .widget_ohio_widget_about_author {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .single-post .widget_ohio_widget_about_author {
    margin-bottom: 30px;
  }
}

.single-post .widget_ohio_widget_about_author .content {
  margin-left: 20px;
}

.single-post .widget_ohio_widget_about_author .content .info {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .single-post .widget_ohio_widget_about_author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .single-post .widget_ohio_widget_about_author .content {
    margin: 15px 0 0 !important;
  }
}

.single-post .related-posts {
  padding-bottom: 4.4vh;
}

@media screen and (max-width: 768px) {
  .single-post .related-posts {
    padding-bottom: 20px;
  }
}

.single-post .related-posts .blog-grid {
  margin-bottom: 30px;
}

.single-post .post-share {
  position: relative;
}

.single-post .post-share .clb-share-bar {
  left: -1vw;
  margin-top: 10px;
  z-index: 10;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .single-post .post-share .clb-share-bar {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .single-post .post-share .clb-share-bar {
    left: 0;
    position: relative;
  }
  .single-post .post-share .clb-share-bar .socialbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

article.page {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 15px;
  font-size: 110%;
}

.post-widget {
  padding-top: 3.4vh;
  position: relative;
}
h3.blog-grid-headline a {
  font-style: inherit;
  line-height: 18px;
  font-weight: 700;
  font-size: 20px;
} 
a.btn.btn-link.brand-color-hover {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
a.btn.btn-link.brand-color-hover i {
  margin-left: 5px;
}

a.btn.btn-link.brand-color-hover svg {
  vertical-align: middle;
  margin: -2px 0px 0px 3px;
  fill: currentColor;
  stroke: currentColor;
  vertical-align: middle;
  margin: 0px 0px 0px 4px;
  font-size: 20px;
  display: inline-block;
}
.blog-grid-meta .author-avatar { 
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.blog-metro-image {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.category-holder a { 
  font-weight: 500;
} 
.blog-grid.blog-grid-type-2:hover .blog-metro-image {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
} 
.category-holder:not(.no-divider):after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
}
.category-holder {
  display: inline;
}

@media screen and (max-width: 768px) {
  .post-widget {
    padding-top: 20px;
  }
}

.post {
  margin-top: 0;
}

.post .comments-link a {
  font-size: 0.94rem;
  margin-left: 15px;
}

.post_item_wrap {
  margin: 0 -20px;
  position: relative;
  padding-top: 8.8vh;
  padding-bottom: 8.8vh;
}
.blog_post_item {
  padding: 20px;
  width: 33.3%;
  float: left;
}
.blog_post_item figure.blog-grid-image {
  margin: 0;
}
h3.blog-grid-headline.all_page a {
  color: #000;
}
.clb-post-meta {
  max-width: 60%;
  font-size: 17px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-animation-name: slide_up_elements;
  animation-name: slide_up_elements;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-comments .hs-input {
  max-width: 100% !important;
} 

.clb-page-headline-holder h1.clb-title{
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-animation-name: slide_up_elements;
  animation-name: slide_up_elements;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.blog_bnr {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
  position: relative;
}
.blog_bnr .parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}
.parallax-bg.bg-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  will-change: transform;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  z-index: 1;
  top:-50px;
}

.blog_bnr:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(17,17,17,0.3);
}

.blog_bnr .clb-page-headline-holder h1.clb-title {
  font-size: 24px;
  color: #fff;
  margin: 10px 0px;
  line-height: 1;
  letter-spacing: -0.03em;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-name: slide_up_elements;
  animation-name: slide_up_elements;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.blog_bnr a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.blog_bnr { 
  color: #fff;
}
.blog_bnr a:hover {
  color: #d90a2c;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.clb-share-bar {
  background: #fff;
  display: inline-block;
  position: absolute;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.clb-share-bar .socialbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clb-share-bar .socialbar .social-text {
  display: none;
}

.clb-share-bar .socialbar>a {
  margin: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.clb-share-bar .socialbar.socialbar-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bl_post_wrap .socialbar.flat a {
  background-color: transparent;
  color: #17161A;
  border-color: transparent; 
  border: 0;
} 
.bl_post_wrap .socialbar.flat a:hover {
  background-color: #17161A;
  color: #fff;
}
.bl_post_wrap .socialbar.flat.outline-hover a:hover {
  background-color: transparent;
  border-color: #17161A;
  color: #17161A;
  border-width: 1px;
}
.blog-post__body .wtr-time-wrap.before-content {
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 16px;
  color: #CCCCCC;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
.blog-post__body h2 {
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.blog-post__body iframe {
  width: 100%;
  display: block;
  border: 0;
  outline: 0;
}
.blog-post__body figure img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.comment-date { 
  display: block !important;
}

.blog-comments form {
  padding-top: 30px;
} 
.blog-post__body figure {
  margin: 0;
  display: block;
  margin-bottom: 1em;
}

.blog-post__body h3 {
  margin: 1em 0;
}

.blog-post__body ul li ,
.blog-post__body ol li{
  padding: 5px 0;
  list-style-position: inside;
}

.blog-post__body ul,
.blog-post__body ol{
  list-style: disc;
  margin: 0;
  padding: 0;
}

.sticky-nav {
  max-width: 270px;
  position: fixed;
  right: 4.4vh;
  bottom: 4.4vh;
  z-index: 100;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

@media screen and (max-width: 768px) {
  .sticky-nav {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-nav {
    bottom: 20px;
  }
}

.sticky-nav-holder {
  padding: 3.4vh;
  padding-top: 20px;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .sticky-nav-holder {
    padding: 20px;
  }
}

.sticky-nav-image {
  height: 120px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.sticky-nav-image img {
  margin-top: -25%;
}

.sticky-nav_heading {
  margin: 5px 0 0;
  color: inherit;
}

.sticky-nav_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  right: 16px;
  top: 16px;
}

.sticky-nav_item .nav-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-nav_item .nav-holder a {
  margin-left: 6px;
}
.body-wrapper {
  overflow: hidden;
} 
@media screen and (max-width: 768px) {
  .sticky-nav {
    position: static;
    max-width: 100%;
    padding: 20px 0;
  }
}
.blog-post__body figure img { 
  height: auto !important;
}  
.sticky-nav:hover .sticky-nav-image {
  opacity: 1;
  -webkit-transform: translateY(2%);
  -ms-transform: translateY(2%);
  transform: translateY(2%);
}

.sticky-nav-products {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.btn-round-small .ion, .btn-round-small i {
  width: 46px;
  height: 46px;
  line-height: 44px;
}
.btn-round-light .ion, .btn-round-light i {
  background-color: rgba(136, 136, 136, 0.03);
  color: inherit;
}
.blog-post__body {
  padding-bottom: 7.2vh;
}
.progress-container {
  position: fixed; 
  overflow: hidden;
  transition: opacity 1s;
  opacity: 1;
  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
  -webkit-box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 12%);
  opacity: .5;
  left: 0;
  width: 100%;
  top: 0;
  height: 5px;
  background-color: rgba(255,255,255,1.0); 
}
.scroll .progress-container {
  z-index: 99;
} 
div#progressBar {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color .8s;
  top: 0;
  background: rgb(244, 19, 19);
  opacity: 0.5;
  left: -10px;
  height: 5px;
}

.blog_bnr .clb-back-link:hover .btn-round i svg {
  color: #d90a2c;
}
.blog_bnr .clb-back-link .btn-round i svg {
  color: #fff !important; 
}
.sticky-nav a:hover {
  color: #d90a2c;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.sticky-nav a {
  color: #000;
}
h6.heading-sm {
  font-size: 1.05em;
  line-height: 1.3;
  letter-spacing: 0; 
  margin: 5px 0px;
  font-weight: 600;
} 

.blog_bnr .clb-page-headline-holder h1.clb-title {
  max-width: 60%;
}

.post-share {
  position: sticky;
  margin-left: -103px;
  top: 70px;
}
.clb-share-bar {
  margin-top: 10px;
}
@media screen and (min-width: 2200px){
  .parallax-bg.bg-image{
    top:-75px;
  }
}
@media screen and (min-width: 1025px){
  .blog_bnr .clb-page-headline-holder h1.clb-title { 
    max-width: 80%;
  }
  .blog_bnr .vc_row,
  .bread_menu.blog_bread ul,
  .bl_pst_inr_wrap{
    padding-left: -webkit-calc(100%/15 * 1);
    padding-left: calc(100%/15 * 1);
    padding-right: -webkit-calc(100%/15 * 1);
    padding-right: calc(100%/15 * 1);
    margin-top:50px;
  }

}
.bl_pst_inr_wrap {
  position: relative;
} 
@media screen and (max-width: 1199px) {
  .blog_post_item { 
    width: 50%; 

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


  .bl_pst_inr_wrap .clb-share-bar {
    left: 0;
    position: relative;
  }
  .bl_pst_inr_wrap .post-share {
    position: static;
    margin-left: 0;
    top: 0;
  }
  .bl_pst_inr_wrap {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .bl_pst_inr_wrap .clb-share-bar .socialbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .blog_post_item { 
    width:100%; 

  }
}
@media screen and (max-width: 768px) {
  .post_item_wrap { 
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog_bnr .clb-page-headline-holder h1.clb-title {
    max-width: 100%;
  }
  .blog_bnr:before {
    content: '';
    background-color: #fff; 
    width: 100%;
    height: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .blog_bnr {
    min-height: 30vh;
    margin-bottom: -15px;
  } 
  
  div.bl_pst_inr_wrap{
    margin-top:50px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #a8b0b8;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
div#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin:0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page .hs-form-field > label,
.systems-page .hs-form-field>label + a {
  margin-bottom: 5px;
  display: block;
}
input#hs-register-widget-email {
  background: transparent;
}
input#hs-login-widget-remember {
  display: inline-block !important;
  float: left !important;
  width: auto !important;
}

div#hs_cos_wrapper_subscription_preferences form#email-prefs-form .header {
  background: transparent;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
ul.no-list.hs-error-msgs {
  max-width: 600px;
}
.hs-form-field {
  margin-bottom: 18px;
}
.content-wrapper .systems-page {
  padding-left: 0;
  padding-right: 0;
}

input#submitbutton {
  white-space: normal;
} 

@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }


}


.clb-blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding: 4.4vh;
}

@media screen and (max-width: 768px) {
  .clb-blank {
    padding: 20px;
  }
}

.clb-blank-image {
  background-color: rgba(222, 75, 83, 0.08);
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.clb-blank-image i {
  font-size: 40px;
  color: #232226;
}

.clb-blank-image svg {
  width: 20px;
  vertical-align: middle;
  fill: #232226;
}

.clb-blank-headline {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  font-size: -webkit-calc(26px + 6 * ( (100vw - 576px) / 1024));
  font-size: calc(26px + 6 * ( (100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .clb-blank-headline {
    font-size: 26px;
  }
}

@media screen and (min-width: 1600px) {
  .clb-blank-headline {
    font-size: 32px;
  }
}

.clb-blank-details {
  margin: 0px 0px 30px;
  font-size: 17px;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .clb-blank-details {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.clb-blank-search {
  min-width: 300px;
}
.err_pg {
  min-height: -webkit-calc(100vh - 107px);
  min-height: calc(100vh - 107px);
  background-color: #fff;
  margin-top: -14vh;
}
.header-cap {
  height: 14vh;
}
h4.clb-blank-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.35;
}

.clb-blank-search form {
  position: relative;
  margin-bottom: 10px;
}

.clb-blank-search form input.hs-search-field__input {
  color: #232226;
  background-color: rgba(23, 22, 26, 0.04);
  border: 1px solid transparent;
  width: 100%;
  padding: 14px 15px;
  line-height: 1.3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  outline: none;
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
}

.clb-blank-search form button {
  background: none;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  border: none;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.clb-blank-search form button:before {
  content: "\f375";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clb-blank-search form input.hs-search-field__input:focus {
  background-color: rgba(23, 22, 26, 0.07);
}
.clb-blank-search form button svg {
  display: none;
}

.clb-blank-search form button:hover {
  opacity: .6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .clb-blank {
    margin-top: 15vh;
    max-width: 100%;
  }
  .clb-blank-search {
    min-width: 100%;
  }
  .header-cap {
    height: 100px;
  }
  .err_pg { 
    margin-top: -100px;
  }
}

.header-cap+.clb-blank {
  margin-top: -webkit-calc(20vh - 14vh);
  margin-top: calc(20vh - 14vh);
}

.woocommerce-account .clb-blank {
  margin: 0;
  padding: 0;
  max-width: auto;
}

.woocommerce-account .clb-blank-headline {
  font-size: -webkit-calc(26px + 0 * ( (100vw - 576px) / 1024));
  font-size: calc(26px + 0 * ( (100vw - 576px) / 1024));
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .woocommerce-account .clb-blank-headline {
    font-size: 26px;
  }
}

@media screen and (min-width: 1600px) {
  .woocommerce-account .clb-blank-headline {
    font-size: 26px;
  }
}

.clb-back-link {
  position: fixed;
  top: 131.172px;
  left: 4.4vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.arrow-icon {
  fill: currentColor;
  stroke: currentColor;
} 
.arrow-icon-back {
  -webkit-transform: rotate(
    180deg
  );
  -ms-transform: rotate(180deg);
  transform: rotate(
    180deg
  );
}
.clb-back-link a:hover svg {
  color: #d90a2c;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.clb-page-headline-holder {
  position: relative;
  z-index: 2;
  padding-top: 7.2vh;
  padding-bottom: 7.2vh;
}
.clb-back-link a svg {
  color: #000;
}
.clb-page-headline-holder h1.clb-title {
  font-size: 20px;
  margin: 0;
}
ul#hsresults a.hs-search-results__title span {
  font: inherit;
}

ul#hsresults a.hs-search-results__title {
  margin: 10px 0 0 0;
  font-size: 26px;
  text-decoration: none;
  letter-spacing: -0.01em;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  font-family: inherit; 
}


@media screen and (max-width: 768px) {
  .clb-back-link {
    top: 20px;
  }
  .clb-back-link {
    display: none;
  }
  .clb-page-headline-holder { 
    padding-top: 30px;
    padding-bottom: 30px;
  }


}

@media screen and (max-width: 768px) {
  .clb-back-link {
    left: 20px;
  }
}

.clb-back-link .btn-round .ion,
.clb-back-link .btn-round i {
  background-color: rgba(136, 136, 136, 0.05);
}

.clb-back-link-caption {
  opacity: 0;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.clb-back-link:hover .clb-back-link-caption {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.clb-back-link.showed {
  opacity: 1;
  visibility: visible;
}
div.sc-1au8ryl-0.dmopMx{
  display:none;
}
div.sc-1au8ryl-0.dkuywW{
  display:none;
}
.dkuywW{
  display:none !important;
}
.hs-button{
border:none !important;
}

.button--primary{
border:none !important;
}