/*
Theme Name: Biznesspack
Theme URI: http://pioneerthemes.com/biznesspack/
Author: Pioneerthemes
Author URI: http://www.pioneerthemes.com/
Description: Biznesspack is a Clean and Simple WordPress Business Theme built based on Bootstrap 4 framework. This theme is also SEO friendly which will help you you attain the highest rankings on Google and other search engines. This is our most flexible WordPress theme and it is completely free to use for private and commercial websites. It's 100%  responsive and device friendly. Theme compatibility with WPML, RTL . Live Demo : http://pioneerthemes.com/biznesspack/
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biznesspack
Tags: one-column, right-sidebar, flexible-header, custom-colors, custom-logo, editor-style,  featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, rtl-language-support
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #fff;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: #2f4858;
  letter-spacing: .03rem;
  -webkit-font-smoothing: antialiased;
}
body.elementor-page-13474 {
    position: relative;
    overflow-x: hidden !important;
}
h1, h2, h3, h4, h5 {
  color: #2f4858;
}
body.colors-light {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  color: #2f4858;
  letter-spacing: .03rem;
  line-height: 1.625;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #2f4858;
  letter-spacing: .03rem;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: 700 !important;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #eee;
  color: #333;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.section {
  padding: 2em 0;
}
/*@media (min-width: 991px) {
  .section {
    padding: 3em 0;
  }
}*/
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
@media screen and (min-width: 575px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after {
  clear: both;
}
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #2f4858;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.5;
  margin: 0 0 0.75em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  padding-top: 0;
}
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.75rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.125rem;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 0.75rem;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #eee;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote {
  quotes: """";
}
q {
  quotes: "“""”""‘""’";
}
blockquote:before, blockquote:after {
  content: "";
}
:focus {
  outline: none;
}
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
/* hs forms */

#hsForm_c575af13-507b-4121-9d62-d365c2a82c60 fieldset.form-columns-1 .hs-input {
	    width: 98% !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field .input {
  margin-right: 20px !important;
}
.hs-form fieldset.form-columns-3 .hs-form-field label {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.hs-form fieldset.form-columns-2 .input, .hs-form fieldset.form-columns-1 .input {
  margin-right: 0px !important;
}
@media (min-width: 554px) {
  .hs-form fieldset.form-columns-2 .input {
    margin-right: 20px !important;
  }
  .hs-form fieldset {
    margin-bottom: 1rem !important;
  }
}
.hs-form select.hs-input {
  /* cursor: pointer; */
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  padding-right: 2rem;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form.hs-form .form-columns-1 {
    margin-bottom: 20px;
  }
  form.hs-form .form-columns-2 .hs-form-field, form.hs-form .form-columns-3 .hs-form-field {
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}
.hs-form .hs-richtext {
  margin-bottom: 3px;
  font-size: 0.7rem;
  color: #2f4858;
}
.hs-form .hs-richtext p {
  margin-bottom: 3px;
  font-size: 0.7rem;
  color: #2f4858;
}
.hs-form .hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%
}
.hs-form .hs-form-required {
  color: #dc3545
}
input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 3px rgba(220, 53, 69, 0.25);
  -moz-box-shadow: 0 0 3px rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 3px rgba(220, 53, 69, 0.25)
}
input.hs-input.error:focus, .hs-form div.field.error input:focus, .hs-form div.field.error textarea:focus, .hs-form div.field.error .chzn-choices:focus, textarea.hs-input.error:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 6px rgba(220, 53, 69, 0.5);
  -moz-box-shadow: 0 0 6px rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 6px rgba(220, 53, 69, 0.5)
}
.hs-form .inputs-list {
  margin: 5px 0 0px;
  width: 100%
}
.hs-form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0;
}
.hs-form .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  color: #dc3545;
}
.hs-form .inputs-list label strong {
  color: #dc3545
}
.hs-form .inputs-list label small {
  font-size: 11px;
  font-weight: normal
}
.hs-form .inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0
}
.hs-form .inputs-list .hs-form-booleancheckbox-display {
  color: #2f4858 !important;
}
.hs-form .inputs-list:first-child {
  padding-top: 6px
}
.hs-form .inputs-list > li + li {
  padding-top: 2px
}
.hs-form .inputs-list input[type=radio], .hs-form .inputs-list input[type=checkbox] {
  margin-bottom: 0
}
.ebook-form-wrapper .hs-form .actions {
  text-align: center;
  margin-top: 3rem;
}
.ebook-form-wrapper .hs-form .actions .hs-button.large {
  padding: 1rem 2rem;
  font-size: 1rem;
}
label {
  color: #2f4858;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}
fieldset {
  margin-bottom: 1em;
  max-width: 100% !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #2f4858;
  background: #f5f8fa;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 0.9rem;
  padding: 0.7em 0.8rem;
  width: 100%;
  transition: all .15s ease-out;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #333;
  border-color: #f0634c;
}
select {
  color: #2f4858;
  background: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  font-size: 0.9rem;
  max-width: 100% !important;
  padding: 0.7em 0.8rem;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
  background-color: #FF7755;
  border: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  letter-spacing: .04rem;
}
input + button, input + input[type="button"], input + input[type="submit"] {
  padding: 0.75em 2em;
}
button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
  background-color: #f0634c;
  color: #fff;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #FF6634;
}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  background: #bbb;
}
.google_ads_form .hs-form-field > label {
  color: #fff;
  margin: 10px 0;
}
.google_ads_form .legal-consent-container p {
  color: #fff;
  margin: 10px 0;
}
.google_ads_form .hs_submit {
  text-align: center
}
.google_ads_form_drapt .hs-form-field > label {
  margin: 10px 0;
}
.google_ads_form_drapt .legal-consent-container p {
  margin: 10px 0;
}
.google_ads_form_drapt .hs_submit {
  text-align: center
}
/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder {
  color: #2f4858;
}
:-moz-placeholder {
  color: #2f4858;
}
::-moz-placeholder {
  color: #2f4858;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #2f4858;
}
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 1rem;
  padding: 0;
}
/*ul {
	list-style: none;
}*/
.elementor-widget-container ol li, .elementor-widget-container ul li {
  margin-left: 1.5rem;
  padding: 0 0 0 10px;
}
ol {
  list-style: decimal;
}
ul li, ol li {
  margin-bottom: 1rem;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
ul.check_list, ul.check_list_orange {
  margin-left: 0;
}
ul.check_list_orange li, ul.check_list li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  list-style: none;
  margin-left: 0;
}
ul.check_list li:before {
  content: "";
  display: inline-block;
  background: url(assets/images/checkmark-white.svg) center center no-repeat;
  position: absolute;
  left: 2px;
  width: 18px;
  height: 18px;
  top: 4px;
}
ul.check_list_orange li:before {
  content: "";
  display: inline-block;
  background: url(assets/images/checkmark-orange.svg) center center no-repeat;
  position: absolute;
  left: 2px;
  width: 18px;
  height: 18px;
  top: 4px;
}
ul.check_list_orange li ul li{list-style-type:square; padding-left: 0.3rem;margin-bottom: 6px!important}
ul.check_list_orange li ul li:before{display: none !important; }
ul.check_list_orange li ul{margin-top:0.5em !important;}
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #eee;
}
td {
  padding: 0.4em;
}
th:first-child, td:first-child {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
body a {
  color: #0066c9;
  text-decoration: none;
}
a:focus {
  outline: unset;
}
body a:hover, body a:active {
  color: #005fe6;
  outline: unset;
  text-decoration: none;
}
.post-navigation a:focus .icon, .post-navigation a:hover .icon {
  color: #333;
}
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.navigation-top .wrap {
  max-width: 1000px;
  padding: 0;
}
.navigation-top a {
  color: #333;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
  color: #767676;
}
.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}
.spinner-master, .spinner-master input[type=checkbox] {
  display: none
}
.menu_navigation {
  height: auto;
  transition: all .3s ease;
  display: inline-block;
  text-align: right;
  position: relative
}
.menu_navigation > #main-navbar {
  display: inline-block;
  text-align: right;
  margin: 0
}
.menu_navigation > #main-navbar > li.mega-column-3 .sub-mega-menu {
  text-align: center
}
.menu_navigation > #main-navbar > li.mega-column-2 .sub-mega-menu {
  text-align: center
}
.menu_navigation .sub-mega-menu .column-2, .menu_navigation .sub-mega-menu .column-3 {
  width: 250px;
  margin-right: 1em
}
.menu_navigation .sub-mega-menu .column-2:last-child, .menu_navigation .sub-mega-menu .column-3:last-child {
  margin-right: 0
}
.menu_navigation > #main-navbar > li .sub-mega-menu {
  width: 230px
}
.menu_navigation > #main-navbar > li .mega-column-1.right {
  right: 0
}
.menu_navigation > #main-navbar > li {
  display: inline-block;
  position: relative;
  z-index: auto;
  vertical-align: middle;
  line-height: 1rem;
  margin: 0 6.5px
}
.menu_navigation > #main-navbar > li:last-child {
  /*margin-right: 0*/
}
.menu_navigation .has-submenu li {
  border: 0 solid red
}
.menu_navigation > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4
}
.menu_navigation ul li {
  padding: 0
}
.menu_navigation > ul > li {
  display: inline-block;
  text-align: left
}
.menu_navigation ul li a {
  display: block;
  text-decoration: none;
  color: #2f4858;
  font-weight: 400;
  font-size: 0.843000000rem;
  text-transform: uppercase;
}
.menu_navigation ul > li > a {
  padding: 8px 5px;
  color: #2f4858
}
.menu_navigation ul .sub-mega-menu > li > a {
  text-transform: none;
  font-weight: 400
}
.menu_navigation ul .sub-mega-menu > li > a.parent {
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  padding: .8em
}
.menu_navigation ul .sub-mega-menu {
  padding: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  background-color: #fff;
  transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms
}
.menu_navigation ul .sub-mega-menu .parent {
  text-align: left
}
.menu_navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999
}
.menu_navigation ul li:hover > .sub-mega-menu {
  display: block;
  transform: translateY(0);
  transition-delay: 0s, 0s, .3s
}
.menu_navigation ul .sub-mega-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0
}
.menu_navigation ul ul .inner-sub {
  display: block;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  width: 100%;
  text-align: left;
  position: relative
}
.menu_navigation ul .sub-mega-menu .inner-sub li a {
  text-transform: inherit
}
.menu_navigation ul .sub-mega-menu .inner-sub li > a, .menu_navigation > #main-navbar > li .mega-column-1 a {
  margin: 7px 0
}
.menu_navigation ul .sub-mega-menu .inner-sub li > a:hover, .menu_navigation > #main-navbar > li .mega-column-1 a:hover {
  background-color: #efefef
}
.menu_navigation ul .sub-mega-menu .inner-sub li > a, .menu_navigation > #main-navbar > li .mega-column-1 a {
  padding: .5rem 1rem;
  border-radius: .1875rem;
  letter-spacing: 0;
  font-size: 1rem;
}
.menu_navigation > #main-navbar > li .mega-column-1 li {
  display: block
}
#back-top, .plus-icon {
  display: none
}
.menu_navigation ul .sub-mega-menu > li > a.parent {
  font-size: 1rem
}
.navbar-brand img {
  width: 220px;
  height: 54px
}
@media all and (min-width:991px) {
  .menu_navigation ul li a {
    display: block;
    text-decoration: none;
    color: #2f4858;
    font-size: 0.843000000rem;
  }
  .menu_navigation > #main-navbar > li.mega-column-2 .sub-mega-menu {
    width: 578px;
    left: 220%
  }
  .menu_navigation > #main-navbar > li .sub-mega-menu.mega-column-1 {
    padding: 1rem 1rem;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 35px
  }
  .menu_navigation ul .sub-mega-menu > li > a.parent {
    border-bottom: 0;
    padding: 1rem 0 .5rem 1rem
  }
  .menu_navigation > #main-navbar > li {
    line-height: 1.5rem;
    /*margin: 0 8px*/
  }
  .menu_navigation ul > li > a.toplnk.dropone::after, .menu_navigation ul > li > a.toplnk.dropthree::after, .menu_navigation ul > li > a.toplnk.droptwo::after {
    content: '\f107';
    display: inline-block;
    position: relative;
    color: #999;
    font-size: 20px;
    font-family: FontAwesome;
    line-height: 1;
    margin: 0 .25rem 0 .4rem;
    top: 2px
  }
  .menu_navigation ul > li:hover > a.toplnk.dropone::before, .menu_navigation ul > li:hover > a.toplnk.dropthree::before, .menu_navigation ul > li:hover > a.toplnk.droptwo::before {
    content: " ";
    position: absolute;
    right: 7px;
    top: 47px;
    background-color: #fff;
    width: 1rem;
    height: 1rem;
    transform: rotate(225deg);
    border: 1px solid #cbd6e2;
    z-index: 999999;
    border-top: 0;
    border-left: 0
  }
	
  .menu_navigation > #main-navbar > li.lnkactive::before{
    content: " ";
	width: 100%;
	border-radius: 5px;
	height: 3px;
	background-color: #ff7755;
	display: block;
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%)
	}	
	
}
/*@media all and (min-width:1200px) {
  .menu_navigation ul li a {
    font-size: 0.85rem
  }
}*/
@media (min-width:991px) and (max-width:1200px) {
  .header-menu nav {
    padding: .5rem 0
  }
}
@media all and (max-width:990px) {
  .menu_navigation {
    display: block;
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    overflow-y: auto
  }
  .header-menu nav.fixed-top {
    position: relative;
    display: block
  }
  .site-content {
    padding: 0
  }
  .menu_navigation > #main-navbar {
    margin: 0;
    padding: 0
  }
  .menu_navigation ul .sub-mega-menu {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    margin: 0
  }
  .menu_navigation ul .sub-mega-menu > li, .menu_navigation > #main-navbar, .menu_navigation > #main-navbar > li {
    display: block
  }
  .menu_navigation > #main-navbar > li.mega-column-2 .sub-mega-menu, .menu_navigation > #main-navbar > li.mega-column-3 .sub-mega-menu {
    right: 0
  }
  .menu_navigation > #main-navbar > li .sub-mega-menu, .menu_navigation > #main-navbar > li.mega-column-2 .sub-mega-menu, .menu_navigation > #main-navbar > li.mega-column-3 .sub-mega-menu {
    width: 100%
  }
  .menu_navigation .sub-mega-menu .column-2, .menu_navigation .sub-mega-menu .column-3 {
    text-align: left;
    width: 100%;
    margin: 0
  }
  .menu_navigation > #main-navbar > li {
    border-bottom: 1px solid #ddd
  }
  .menu_navigation ul .sub-mega-menu > li > a.parent, .menu_navigation ul > li > a {
    border-bottom: 0 solid #ddd
  }
  .spinner-master * {
    transition: all .5s;
    box-sizing: border-box
  }
  .spinner-master {
    display: block;
    position: relative;
    margin: 15px;
    height: 30px;
    width: 30px;
    float: right
  }
  .spinner-master label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 8px;
    left: 0
  }
  .spinner-master .spinner {
    position: absolute;
    height: 4px;
    width: 100%;
    padding: 0;
    background-color: #2c3e50
  }
  .spinner-master .diagonal.part-1 {
    position: relative;
    float: left
  }
  .spinner-master .diagonal.part-2, .spinner-master .horizontal {
    position: relative;
    float: left;
    margin-top: 4px
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
    opacity: 0
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 10px
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -12px
  }
  .menu_navigation {
    clear: both;
    min-width: inherit;
    float: none
  }
  .menu_navigation, .menu_navigation > ul ul {
    overflow: hidden;
    max-height: 0;
    background-color: #fff
  }
  .menu_navigation > li > ul.drop-sub-menu {
    padding: 0;
    border: none
  }
  .menu_navigation.active, .menu_navigation > ul ul.active {
    max-height: 95em
  }
  .menu_navigation ul {
    display: inline
  }
  .menu_navigation li, .menu_navigation > ul > li {
    display: block;
    text-align: left
  }
  .menu_navigation > ul > li:last-of-type a {
    border: none
  }
  .menu_navigation ul > li > a {
    color: #2c3e50;
    display: block;
    padding: .8em;
    position: relative;
    margin-right: 3em
  }
  .menu_navigation > #main-navbar > li.parent-mega-menu {
    position: relative
  }
  .plus-icon {
    top: 0;
    right: 0;
    font-weight: 100;
    position: absolute;
    height: 40px;
    cursor: pointer;
    display: block;
    width: 40px;
    font-size: 1.8em
  }
  .plus-icon:active {
    font-size: 1.8em
  }
  .menu_navigation li.has-submenu > span::after {
    content: '\002B';
    position: absolute;
    top: 10px;
    right: 8px
  }
  .menu_navigation li.has-submenu > span.active::after {
    content: "\2212";
    top: 10px;
    right: 8px
  }
  .menu_navigation ul .sub-mega-menu .inner-sub li > a:hover, .menu_navigation > #main-navbar > li .mega-column-1 a:hover {
    background-color: #fff
  }
  .menu_navigation ul li a:hover {
    color: #e66000
  }
  .menu_navigation ul li.hover > a {
    background: #fff;
    color: #2f4858
  }
  .menu_navigation ul ul, .menu_navigation ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none
  }
  .menu_navigation ul > li > a.toplnk {
    font-weight: 600
  }
  .menu_navigation ul .sub-mega-menu > li > a.parent {
    font-weight: 600
  }
  .menu_navigation li, .menu_navigation > ul > li .cta-btn-contact {
    margin: 1rem auto
  }
}
@media (min-width:991px) {
  .menu_navigation ul ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999
  }
  .menu_navigation ul .sub-mega-menu {
    border-radius: .1875rem;
    border: 1px solid #cbd6e2;
    box-shadow: 0 1px 24px rgba(45, 62, 80, .12)
  }
  .menu_navigation ul .sub-mega-menu li a {
    padding: 6px 5px;
    line-height: 1.5em
  }
  .menu_navigation > #main-navbar > li.mega-column-3 .sub-mega-menu .firstcol {
    margin: 0 10px 0 5px
  }
  .menu_navigation > #main-navbar > li.mega-column-3 .sub-mega-menu .secondcol {
    margin: 0 15px 0 10px
  }
  .menu_navigation > #main-navbar > li.mega-column-3 .sub-mega-menu .thirdcol {
    margin: 0 0 0 5px
  }
  .menu_navigation > #main-navbar > li.mega-column-2 .sub-mega-menu .firstcol {
    margin: 0 15px 0 10px
  }
  .menu_navigation > #main-navbar > li.mega-column-2 .sub-mega-menu .secondcol {
    margin: 0 0 0 10px
  }
  .menu_navigation > #main-navbar > li.mega-column-2 .sub-mega-menu {
    transform: translateX(-50%)
  }
  .menu_navigation ul > li > a.toplnk {
    position: relative;
    text-decoration: none;
    color: #2f4858;
    padding: 1rem 0;
    font-weight: 400
  }


	
  .menu_navigation ul > li > a.lnkactive::before, .menu_navigation ul > li > a.toplnk:hover {
    color: #3a3a3a
  }
  .menu_navigation > #main-navbar > li.mega-column-3 .sub-mega-menu {
    width: 750px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}
@media (max-width:479px) {
  .spinner-master {
    margin: 0
  }
  .menu_navigation {
    top: 75px
  }
}
.site-footer {
  padding: 5em 0 0 0 !important;
  background: #ffffff !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.6) !important;
}
.site-footer .p-noleft {
  padding-left: 0 !important;
  padding-top: .2rem !important
}
.site-footer a, .site-footer p {
  color: #2f4858;
}
.site-footer ul.footer-link a {
  font-size: 1rem
}
.site-footer ul {
  margin: 0
}
.site-footer a:hover {
  color: #2f4858;
}

.site-footer .ft-logo {
  display: inherit;
	/*margin-bottom: 1.5em;*/
}
.site-footer .ft-list-icon i {
    color: #00acc1 !important;
    font-size: 24px !important;
}
.site-footer .ft-list-text {
    padding:0 15px;
    letter-spacing: .05rem;
    line-height: 1.625;
	 font-size: 14px;
}
.site-footer .ft-list-item {
    display: flex;
	margin-bottom: 1.5em !important;
	margin-right:0;
}

.site-footer .ft-smm-icons a{font-size: 20px !important;}
.site-footer h3{font-size: 1.2rem;}

.site-footer ul.footer-link h3 a {
  color: #2f4858;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 12px
}
.site-footer .footer-link li {
  line-height: 1.3;
  margin-bottom: 15px
}
.site-footer hr {
  width: 100%
}
.site-footer .border-t {
  border-top: 1px solid rgba(255, 255, 255, .1)
}
.site-footer .copyright p, .site-footer .footerbarfont a {
  font-size: .82rem;
  font-weight: 400
}
.site-footer .footerbarfont p {
  text-align: right
}
.site-footer {
  padding: 7em 0;
  background: #f2f2f2;
  background: #283e56;
  
}
.site-footer h3 .subhead {
  font-weight: 400
}
.site-footer address {
  font-size: .9rem
}
.site-footer .text-small p, .site-footer .text-small ul li {
  font-size: .9rem;
  line-height: 1.6
}
.site-footer .footerbtmlbl {
  text-align: right;
  margin-left: 1.5em
}
@media (max-width:767px) {
	.site-footer .ft-logo {  
	margin-bottom: 1.5em;
}
  .site-footer .footerinfo {
    text-align: left
  }
  .site-footer .footerinfo h3 {
    text-align: center;
  }
  .site-footer .copyright p, .site-footer .footerbarfont p {
    text-align: center
  }
  .site-footer .footerbarfont p {
    margin-top: 0;
    padding-top: 0
  }
  .site-footer {
    text-align: center
  }
.site-footer h3 {
    text-align: left;
	padding-left:1em;
  }
.site-footer .footer-link li {
    text-align: left;
    padding-left: 2em;
}
	.site-footer .ft-list-item{ display: grid;	margin-right:0;}
	.site-footer .ft-smm-icons{text-align: center}
}
@media (max-width:500px) {
	.site-footer h3 {
    text-align: left;
	padding-left:1em;
  }
.site-footer .footer-link li {
    text-align: left;
    padding-left: 2em;
}
	.site-footer .ft-list-item{ display: grid; margin-right:0; padding-left: 0px !important;text-align: center !important;}
	.site-footer .ft-smm-icons{text-align: center}
}
.footer-cta-action a.btn.cta-pill-white {
  border-radius: .35rem !important
}
.section-content-wrapper .card.shadow a {
  color: #2f4858
}
.section-content-wrapper .card.shadow a:hover {
  color: #2f4858
}
.section-content-wrapper .card.shadow:hover {
  background-color: #fff
}
.section-content-wrapper .card.shadow:hover a {
  color: #0066c9;
  text-decoration: none;
  cursor: pointer
}
.section-content-wrapper .card.shadow .card-footer {
  color: #0066c9
}
.section-content-wrapper .card.shadow:hover .card-footer {
  color: #0066c9;
  text-decoration: underline;
  cursor: pointer
}
.section-content-wrapper .card.shadow:hover h4 {
  color: #2f4858
}
.section-content-wrapper .card.shadow h4 {
  color: #2f4858 !important
}
.section-content-wrapper .card.shadow h4.card-title {
  font-weight: 600;
  margin-top: 1em
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
/*.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}*/
.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0.75em 1.695em;
}
.js .main-navigation.toggled-on > div > ul {
  display: block;
}
.main-navigation ul ul {
  padding: 0 0 0 1.5em;
}
.main-navigation ul ul.toggled-on {
  display: block;
}
.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}
.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.main-navigation li li, .main-navigation li:last-child {
  border: 0;
}
.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #f0634c;
}
/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}
/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: block;
}
.main-navigation.toggled-on ul.nav-menu {
  display: block;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-toggle:focus {
  outline: thin solid;
}
.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}
.toggled-on .menu-toggle .icon-bars, .menu-toggle .icon-close {
  display: none;
}
.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}
/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
  background: transparent;
}
.dropdown-toggle:focus {
  outline: thin dotted;
}
.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
#page {
  position: relative;
  word-wrap: break-word;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 2em;
  padding-right: 2em;
}
.wrap:after {
  clear: both;
  content: "";
  display: block;
}
/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
#masthead .wrap {
  position: relative;
}
.site-header {
  position: relative;
}
/* Site branding */
.site-branding {
  padding: 1em 0;
  position: relative;
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
  z-index: 3;
}
.site-branding a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.site-branding a:hover, .site-branding a:focus {
  opacity: 0.7;
}
.site-title {
  clear: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.site-title, .site-title a {
  color: #f0634c;
  opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}
.site-description {
  font-size: 13px;
  margin-bottom: 0;
}
.custom-logo-link {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  width: auto;
}
.custom-logo-link img {
  display: inline-block;
  max-height: 80px;
  width: auto;
}
.title-tagline-hidden .site-title, .title-tagline-hidden .site-description {
  display: none;
}
body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
  max-height: 200px;
  max-width: 100%;
}
.custom-logo-link a:hover, .custom-logo-link a:focus {
  opacity: 0.9;
}
body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle;
}
.custom-header {
  position: relative;
}
.has-header-image.biznesspack-front-page .custom-header, .has-header-video.biznesspack-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
  display: table;
  height: 300px;
  height: 75vh;
  width: 100%;
}
.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.custom-header-media:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe {
  position: fixed;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px; /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 45px;
}
.wp-custom-header .wp-custom-header-video-button:hover, .wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}
.admin-bar .wp-custom-header-video-button {
  top: 62px;
}
.has-header-image:not(.biznesspack-front-page):not(.home) .custom-header-media img {
  bottom: 0;
  position: absolute;
  top: auto;
  -ms-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {
  .has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.biznesspack-front-page):not(.home) .custom-header-media img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}
/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
  display: none;
}
/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.biznesspack-panel {
  overflow: hidden;
  position: relative;
}
.panel-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.panel-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
}
.biznesspack-front-page article:not(.has-post-thumbnail):not(:first-child) {
  border-top: 1px solid #ddd;
}
.panel-content {
  position: relative;
}
.panel-content .wrap {
  padding-bottom: 0.5em;
  padding-top: 1.75em;
}
/* Panel edit link */
.biznesspack-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
}
.biznesspack-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Front Page - Recent Posts */
.biznesspack-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333;
  margin-bottom: 3em;
}
.recent-posts .entry-header {
  margin-bottom: 1.2em;
}
.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.biznesspack-panel .recent-posts .entry-header .edit-link {
  color: #333;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}
/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  background-color: #fff;
  position: relative;
}
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
  display: none;
}
.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}
.page .panel-content .entry-title, .page-title, body.page:not(.biznesspack-front-page) .entry-title {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.entry-header .entry-title {
  font-size: 22px;
}
.post .entry-header .entry-title {
  margin-bottom: 18px;
  padding: 20px 0 5px;
}
.entry-title a {
  color: #333;
}
.entry-meta {
  padding-bottom: 0;
  margin: 0;
}
.entry-meta a {
  color: #333;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.pagination, .comments-pagination {
  font-size: 15px;
  font-weight: 800;
  padding: 50px 0 0;
  text-align: center;
}
.pagination .icon, .comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}
.comments-pagination {
  border: 0;
}
.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}
.page-numbers.current {
  color: #767676;
  display: inline-block;
}
.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}
.prev.page-numbers, .next.page-numbers {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 11px;
}
.prev.page-numbers {
  float: left;
}
.next.page-numbers {
  float: right;
}
/* Aligned blockquotes */
.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}
/* Blog landing, search, archives */
body:not(.biznesspack-front-page) .entry-header, body:not(.biznesspack-front-page) .entry-content, body:not(.biznesspack-front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}
.blog .entry-meta a.post-edit-link, .archive .entry-meta a.post-edit-link, .search .entry-meta a.post-edit-link {
  color: #333;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}
.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}
.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}
/* Single Post */
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.biznesspack-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}
.single-featured-image-header img {
  display: block;
  margin: auto;
}
.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}
.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}
.page-links a {
  display: inline-block;
}
.page-links a .page-number {
  color: #333;
}
/* Entry footer */
.entry-footer {
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding-top: 30px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}
.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}
.entry-footer .cat-links a, .entry-footer .tags-links a {
  color: #333;
}
.entry-footer .cat-links .icon, .entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}
.entry-footer .edit-link {
  display: inline-block;
}
.entry-footer .edit-link a.post-edit-link {
  background-color: #f0634c;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 20px;
}
.type-page .entry-footer .edit-link a.post-edit-link {
  margin-left: 0;
}
.entry-footer .edit-link a.post-edit-link:hover, .entry-footer .edit-link a.post-edit-link:focus {
  background-color: #333;
}
.type-page .entry-footer {
  padding: 0;
}
.type-page .entry-footer .edit-link {
  float: left;
  padding-top: 20px;
}
/* Post Formats */
.blog .format-status .entry-title, .archive .format-status .entry-title, .blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}
.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}
/* Post Navigation */
.post-navigation {
  margin: 40px 0 0;
}
.single-post .comments-area {
  margin-top: 20px;
}
.single-post .entry-content p:first-child {
  margin-bottom: 10px;
}
.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}
/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 2em;
}
.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}
.page-links {
  clear: both;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 0;
}
/*--------------------------------------------------------------
13.6 Call to action
--------------------------------------------------------------*/
.footer-cta-action {
  background: #00acc1;
  padding: 5rem 0;
  text-align: center;
}
.footer-cta-action h2 {
  color: #fff;
}
.cta-pill-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  border-width: 2px;
  border-style: solid;
  line-height: 1.8;
}
.cta-pill-white:hover, .cta-pill-white:focus {
  border-color: #fff;
  color: #00acc1;
  background: #fff;
}
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer .footer-top {
  border-top: 1px solid #f2f2f2;
}
.site-footer .footer-bottom {
  border-top: 1px solid #f2f2f2;
}
.site-footer .footer-wrap {
  padding: 30px 0;
}
.site-footer .footer-bottom .social-navigation {
  margin-bottom: 20px;
}
.site-footer .footer-top .footer-wrap {
  padding: 40px 0px 10px 0px;
}
/* Social nav */
.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.social-navigation li {
  display: inline;
}
.social-navigation a {
  background-color: #767676;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}
.social-navigation a:hover, .social-navigation a:focus {
  background-color: #333;
}
.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}
/* Site info */
.site-info {
  font-size: 15px;
  margin: 0;
}
.site-footer .site-info a {
  color: #333;
  margin-left: 5px;
}
.site-footer .site-info a:hover {
  color: #f0634c;
}
.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.comment-list, .comment-list .children {
  list-style: none;
}
.comments-area .comment-list article {
  border: 1px solid #f2f2f2;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 15px;
}
.comment-list li:before {
  display: none;
}
.comment-author {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.comments-area .comment-content {
  margin-top: 15px;
}
.comment-author .avatar {
  height: 50px;
  position: relative;
  width: 50px;
  margin-right: 10px;
  float: left;
}
.comment-author .says {
  display: none;
}
.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-metadata a {
  color: #767676;
}
.comments-area .comment-meta b.fn {
  font-weight: 500;
  font-size: 20px;
}
.comment-metadata a.comment-edit-link {
  color: #333;
  margin-left: 1em;
}
.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}
.comment-reply-link {
  background: #f0634c;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 15px;
  line-height: 1.5;
  padding: 1px 15px 3px;
  border-radius: 2px;
  margin-top: 10px;
}
a.comment-reply-link:hover {
  background: #333;
  color: #fff;
}
.comments-area .comment-content p {
  margin-bottom: 0;
}
.comment-reply-link .icon {
  color: #333;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 30px;
  width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}
.no-comments, .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.form-submit {
  text-align: right;
}
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 0;
}
h2.widget-title {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.widget-title a {
  color: inherit;
}
/* widget forms */
.widget select {
  width: 100%;
}
/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li, .widget ol li {
  padding: 0.5em 0;
}
.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}
.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}
.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}
/* Widget lists of links */
.widget_top-posts ul li ul, .widget_rss_links ul li ul, .widget-grofile ul.grofile-links li ul, .widget_pages ul li ul, .widget_meta ul li ul {
  bottom: 0;
}
.widget_nav_menu ul li li, .widget_top-posts ul li, .widget_top-posts ul li li, .widget_rss_links ul li, .widget_rss_links ul li li, .widget-grofile ul.grofile-links li, .widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}
/* Widget markup */
.widget .post-date, .widget .rss-date {
  font-size: 0.81em;
}
/* Text widget */
.widget_text {
  word-wrap: break-word;
}
.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}
.widget_text ol {
  list-style: decimal;
}
.widget_text ul li, .widget_text ol li {
  border: none;
  list-style-type: none;
}
.widget_text ul li:last-child, .widget_text ol li:last-child {
  padding-bottom: 0;
}
.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}
.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}
.widget_text ol li {
  list-style-position: inside;
}
.widget_text ol li + li {
  margin-top: -1px;
}
/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}
.widget_rss ul li {
  padding: 2.125em 0;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}
.widget_rss .rss-date, .widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}
/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}
/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
/* Recent Comments */
.widget_recent_comments table, .widget_recent_comments th, .widget_recent_comments td {
  border: 0;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}
/* Search */
.search-form {
  position: relative;
}
.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}
/* Tag cloud widget */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}
.tagcloud, .widget_tag_cloud, .wp_widget_tag_cloud {
  line-height: 1.5;
}
.widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}
.colors-light .widget .tag-cloud-link {
  border: none;
  background: #f0634c;
  color: #fff;
}
.widget .tagcloud a:hover {
  background: #333;
  color: #fff;
}
.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
/* Calendar widget */
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.calendar_wrap th:first-child, .calendar_wrap td:first-child, .calendar_wrap th:last-child, .calendar_wrap td:last-child {
  padding: 0.4em;
}
.widget_calendar tfoot td {
  border: 0;
}
/* Gallery widget */
.gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img, video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  display: block;
  margin: 0 auto;
}
img.alignleft, img.alignright {
  float: none;
  margin: 0 auto;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child, p > iframe:only-child, p > object:only-child {
  margin-bottom: 0;
}
.wp-caption, .gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}
/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider, .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}
/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}
.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover, .site-content .wp-playlist-light .wp-playlist-item:hover a, .site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}
/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
  background: #333;
  border-color: #333;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #333;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover, .site-content .wp-playlist-dark .wp-playlist-item:hover a, .site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #333;
}
/* Playlist Style Overrides */
.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}
.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}
.site-content .wp-playlist-item a, .site-content .wp-playlist-item a:focus, .site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.site-content .wp-playlist-item-length {
  top: 5px;
}
/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget-area .gallery-item a, .widget-area .gallery-item a:hover, .widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.biznesspack-customizer.biznesspack-front-page .biznesspack-panel:after {
  border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.highlight-front-sections.biznesspack-customizer.biznesspack-front-page .biznesspack-panel .panel-content {
  z-index: 2; /* Prevent :after from preventing interactions within the section */
}
/* Used for placeholder text */
.biznesspack-customizer.biznesspack-front-page .biznesspack-panel .biznesspack-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center;
}
/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.biznesspack-customizer.biznesspack-front-page .biznesspack-panel:nth-of-type(1):after {
  border: none;
}
.biznesspack-front-page.biznesspack-customizer #primary article.panel-placeholder {
  border: 0;
}
/* Add some space around the visual edit shortcut buttons. */
.biznesspack-panel > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}
/* Ensure that placeholder icons are visible. */
.biznesspack-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none;
}
.no-svg .svg-fallback {
  display: inline-block;
}
.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}
.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  -ms-transform: rotate(0); /* IE 9 */
  transform: rotate(0);
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}
/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  color: #333;
  height: auto;
  width: auto;
}
/* Show screen reader text in some cases */
.no-svg .next.page-numbers .screen-reader-text, .no-svg .prev.page-numbers .screen-reader-text, .no-svg .social-navigation li a .screen-reader-text, .no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important; /* overrides previous !important styles */
  width: auto;
}
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0;
  }
}
@media screen and (min-width: 30em) {
  /* Typography */
  body, button, input, select, textarea {
    font-size: 18px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 16px;
  }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    font-size: 14px;
  }
  /* Fix image alignment */
  @media screen and (min-width: 575px) {
    img.alignleft {
      float: left;
      margin-right: 1.5em;
    }
  }
  img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
  }
  .page-one-column .panel-content .wrap {
    max-width: 740px;
  }
  .panel-content .entry-header {
    margin-bottom: 4.5em;
  }
  .panel-content .recent-posts .entry-header {
    margin-bottom: 0;
  }
  /* Blog Index, Archive, Search */
  .taxonomy-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Site Footer */
  .site-footer {
    font-size: 16px;
  }
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 48em) {
  /* Typography */
  body, button, input, select, textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* Layout */
  .wrap {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
  }
  /* Site Branding */
  .site-branding {
    margin-bottom: 0;
  }
  .has-header-image.biznesspack-front-page .custom-header, .has-header-video.biznesspack-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    display: block;
    height: auto;
  }
  .custom-header-media {
    height: 165px;
    position: relative;
  }
  .biznesspack-front-page.has-header-image .custom-header-media, .biznesspack-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
    height: 0;
    position: relative;
  }
  .has-header-image:not(.biznesspack-front-page):not(.home) .custom-header-media, .has-header-video:not(.biznesspack-front-page):not(.home) .custom-header-media {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-logo-link {
    padding-right: 2em;
  }
  .custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 350px;
  }
  .title-tagline-hidden.home.has-header-image .custom-logo-link img, .title-tagline-hidden.home.has-header-video .custom-logo-link img {
    max-height: 200px;
  }
  .site-title {
    font-size: 23px;
    font-weight: 500;
  }
  .site-description {
    font-size: 12px;
    font-weight: 500;
  }
  /* Navigation */
  .navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation-top .wrap {
    max-width: 1000px;
    /* The font size is 14px here and we need 50px padding in ems */
    padding: 0.75em 3.4166666666667em;
  }
  .navigation-top nav {
    margin-left: -1.25em;
  }
  .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
  }
  .admin-bar .site-navigation-fixed.navigation-top {
    top: 32px;
  }
  /* Main Navigation */
  .js .menu-toggle, .js .dropdown-toggle {
    display: none;
  }
  .main-navigation {
    width: auto;
  }
  .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
    display: block;
  }
  .main-navigation ul {
    background: transparent;
    padding: 0;
  }
  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .main-navigation li {
    border: 0;
    display: inline-block;
  }
  .main-navigation li li {
    display: block;
  }
  .main-navigation a {
    padding: 15px 17px;
  }
  .main-navigation ul ul {
    background: #fff;
    border: 1px solid #bbb;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  .main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.page_item_has_children:before, .main-navigation ul li.page_item_has_children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    left: 2rem;
    bottom: -1px;
    width: 0;
    z-index: 100000;
  }
  .main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
    display: block;
  }
  .main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #bbb;
    bottom: 0;
  }
  .main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }
  .main-navigation ul ul a {
    padding: 0.75em 1.25em;
    width: 16em;
  }
  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .main-navigation li li:hover, .main-navigation li li.focus {
    background: #f0634c;
  }
  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus {
    color: #fff;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0.5em;
    right: auto;
  }
  .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
  }
  .main-navigation ul ul .menu-item-has-children > a > .icon, .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg); /* IE 9 */
    transform: rotate(-90deg);
  }
  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }
  .main-navigation ul ul li.menu-item-has-children.focus:before, .main-navigation ul ul li.menu-item-has-children:hover:before, .main-navigation ul ul li.menu-item-has-children.focus:after, .main-navigation ul ul li.menu-item-has-children:hover:after, .main-navigation ul ul li.page_item_has_children.focus:before, .main-navigation ul ul li.page_item_has_children:hover:before, .main-navigation ul ul li.page_item_has_children.focus:after, .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
  /* Scroll down arrow */
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
  }
  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
  }
  .site-header .menu-scroll-down {
    color: #fff;
    top: 2em;
  }
  .site-header .navigation-top .menu-scroll-down {
    color: #767676;
    top: 0.7em;
  }
  .menu-scroll-down:focus {
    outline: thin dotted;
  }
  .menu-scroll-down .icon {
    height: 18px;
    width: 18px;
  }
  .biznesspack-front-page.has-header-image .custom-header-media, .biznesspack-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
  }
  .biznesspack-front-page.has-header-image .custom-header-media:before, .biznesspack-front-page.has-header-video .custom-header-media:before, .home.blog.has-header-image .custom-header-media:before, .home.blog.has-header-video .custom-header-media:before {
    height: 33%;
  }
  .admin-bar.biznesspack-front-page.has-header-image .custom-header-media, .admin-bar.biznesspack-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(100vh - 32px);
  }
  .panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 6em;
  }
  .panel-image {
    height: 100vh;
    max-height: 1200px;
  }
  /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
  .background-fixed .panel-image {
    background-attachment: fixed;
  }
  .page-two-column .panel-content .entry-header {
    float: left;
    width: 36%;
  }
  .page-two-column .panel-content .entry-content {
    float: right;
    width: 58%;
  }
  /* Front Page - Recent Posts */
  .page-two-column .panel-content .recent-posts {
    clear: right;
    float: right;
    width: 58%;
  }
  .panel-content .recent-posts article {
    margin-bottom: 4em;
  }
  .panel-content .recent-posts .entry-header, .page-two-column #primary .panel-content .recent-posts .entry-header, .panel-content .recent-posts .entry-content, .page-two-column #primary .panel-content .recent-posts .entry-content {
    float: none;
    width: 100%;
  }
  .panel-content .recent-posts .entry-header {
    margin-bottom: 1.5em;
  }
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Posts */
  .single-post .entry-title, .page .entry-title {
    font-size: 22px;
  }
  .attachment .entry-content p {
    margin-bottom: 0;
    margin-top: 25px;
  }
  .comments-pagination, .post-navigation {
    clear: both;
  }
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
  .nav-next, .post-navigation .nav-next {
    margin-top: 0;
  }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }
  .navigation.pagination {
    clear: both;
    float: right;
    width: 58%;
  }
  .has-sidebar .navigation.pagination, .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
    float: none;
    width: 100%;
  }
  .entry-footer {
    display: table;
    width: 100%;
  }
  .entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .entry-footer .edit-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  .entry-footer .edit-link a.post-edit-link {
    margin-top: 0;
    margin-left: 1em;
  }
  /* Entry content */
  /* without sidebar */ :not(.has-sidebar) .entry-content blockquote.alignleft {
    margin-left: -17.5%;
    width: 48%;
  }
  :not(.has-sidebar) .entry-content blockquote.alignright {
    margin-right: -17.5%;
    width: 48%;
  }
  /* with sidebar */
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: 0;
    width: 34%;
  }
  .has-sidebar .entry-content blockquote.alignright {
    margin-right: 0;
    width: 34%;
  }
  .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
    margin-right: -72.5%;
    width: 62%;
  }
  /* blog and archive */
  .blog:not(.has-sidebar) .entry-content blockquote.alignleft, .biznesspack-front-page.page-two-column .entry-content blockquote.alignleft, .archive:not(.has-sidebar) .entry-content blockquote.alignleft, .page-two-column .entry-content blockquote.alignleft {
    margin-left: -72.5%;
    width: 62%;
  }
  .blog:not(.has-sidebar) .entry-content blockquote.alignright, .biznesspack-front-page.page-two-column .entry-content blockquote.alignright, .archive:not(.has-sidebar) .entry-content blockquote.alignright, .page-two-column .entry-content blockquote.alignright {
    margin-right: 0;
    width: 36%;
  }
  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em;
  }
  /* Pages */
  .page.page-one-column .entry-header, .biznesspack-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 4em;
  }
  /* Comments */
  #comments {
    padding: 0;
  }
  .comments-title {
    margin-bottom: 20px;
  }
  ol.children .children {
    padding-left: 2em;
  }
  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
  }
  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em;
  }
  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em;
  }
  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em;
  }
  /* Secondary */
  #secondary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  /* Widgets */
  h2.widget-title {
    font-size: 20px;
    margin-bottom: 2em;
  }
  /* Footer */
  .site-footer {
    font-size: 15px;
    line-height: 1.6;
  }
  .site-footer .widget-column.footer-widget-1 {
    float: left;
    width: 36%;
  }
  .site-footer .widget-column.footer-widget-2 {
    float: right;
    width: 58%;
  }
  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto;
  }
  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media screen and (min-width: 67em) {
  /* Layout */
  /* Navigation */
  .navigation-top .wrap {
    padding: 0.75em 2em;
  }
  .navigation-top nav {
    margin-left: 0;
  }
  /* Sticky posts */
  .sticky .icon-thumb-tack {
    font-size: 32px;
    font-size: 2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px;
  }
  /* Pagination */
  .page-numbers {
    display: inline-block;
  }
  .page-numbers.current {
    font-size: 15px;
  }
  .page-numbers.current .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  /* Comments */
  .comment-body {
    margin-left: 0;
  }
}
@media screen and (min-width: 79em) {
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: -20%;
  }
  .blog:not(.has-sidebar) .entry-content blockquote.alignright, .archive:not(.has-sidebar) .entry-content blockquote.alignright, .page-two-column .entry-content blockquote.alignright, .biznesspack-front-page .entry-content blockquote.alignright {
    margin-right: -20%;
  }
}
@media screen and (max-width: 48.875em) and (min-width: 48em) {
  .admin-bar .site-navigation-fixed.navigation-top, .admin-bar .site-navigation-hidden.navigation-top {
    top: 46px;
  }
}
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form, button, input, select, textarea, .navigation-top, .social-navigation, #secondary, .content-bottom-widgets, .header-image, .panel-image-prop, .icon-thumb-tack, .page-links, .edit-link, .post-navigation, .pagination.navigation, .comments-pagination, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link, .site-footer aside.widget-area, .site-info {
    display: none !important;
  }
  .entry-footer, #comments, .site-footer, .single-featured-image-header {
    border: 0;
  }
  /* Font sizes */
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .page .panel-content .entry-title, .page-title, body.page:not(.biznesspack-front-page) .entry-title {
    font-size: 10pt;
  }
  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }
  .custom-header-media {
    padding: 0;
  }
  .biznesspack-front-page.has-header-image .site-branding, .biznesspack-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding {
    position: relative;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important; /* override styles added by JavaScript */
  }
  .site-title {
    font-size: 25pt;
  }
  .site-description {
    font-size: 12pt;
    opacity: 1;
  }
  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  /* Colors */
  body, .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }
  body, a, .site-title a, .biznesspack-front-page.has-header-image .site-title, .biznesspack-front-page.has-header-video .site-title, .biznesspack-front-page.has-header-image .site-title a, .biznesspack-front-page.has-header-video .site-title a {
    color: #333 !important; /* Make sure color schemes don't affect to print */
  }
  h2, h5, blockquote, .site-description, .biznesspack-front-page.has-header-image .site-description, .biznesspack-front-page.has-header-video .site-description, .entry-meta, .entry-meta a {
    color: #777 !important; /* Make sure color schemes don't affect to print */
  }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}
/* breadcrumb */
.page-header .header-breadcrumb {
  display: inline-block;
  float: right;
}
.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}
.page-header .page-title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
}
.page-header.jumbotron {
  background: #f0634c;
}
.header-breadcrumb a {
  color: #333;
}
.header-breadcrumb a:hover, .header-breadcrumb a:active, .header-breadcrumb a:focus, .header-breadcrumb a:visited {
  color: #333;
}
.breadcrumbs .trail-items {
  list-style: none;
}
.trail-items li::after {
  content: "\002F";
  padding: 0 0.5em;
}
.trail-items li:last-of-type::after {
  display: none;
}
/* header top*/
.header-wrapper .header-top ul {
  margin-bottom: 0;
}
.header-wrapper .header-top {
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.header-wrapper .header-top .header-right {
  float: right;
}
.header-wrapper .header-menu .site-branding {
  float: left;
  padding: 0;
  margin: 9px 0px;
}
.header-wrapper .header-menu .navigation-section {
  float: right;
  margin: 6px 0;
}
#secondary.widget-area .widget {
  padding: 25px 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}
#secondary.widget-area .widget.widget_media_gallery {
  padding-bottom: 20px;
}
.widget .widget-title {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0;
}
article.post {
  margin-bottom: 50px;
  height: auto;
  overflow: hidden;
  padding: 0 0 50px;
  position: relative;
  border-bottom: 1px solid #eee;
}
article.post:last-of-type {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.page .post-thumbnail {
  margin: 0;
  padding-bottom: 45px;
}
.post .sticky-post {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 15px;
  border-radius: 2px;
}
article.post header.entry-header {
  padding-bottom: 20px;
}
.post-navigation .nav-previous a {
  background: #f0634c;
  display: inline-block;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 10px;
}
.post-navigation .nav-next a {
  background: #f0634c;
  display: inline-block;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 10px;
}
.post-navigation .nav-title {
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
}
.post-navigation .nav-previous a:hover {
  background: #333;
}
.post-navigation .nav-next a:hover {
  background: #333;
}
.page-header.jumbotron {
  margin-bottom: 0;
  padding: 35px 25px;
}
.post-navigation .previous-label, .post-navigation .next-label {
  display: none;
}
#secondary.widget-area .widget:last-child {
  margin-bottom: 0;
}
.pagination .next.page-numbers {
  margin-left: 5px;
}
.pagination .prev.page-numbers {
  margin-right: 5px;
}
.pagination .nav-links span {
  border: 1px solid #f2f2f2;
}
.pagination .nav-links a {
  border: 1px solid #f2f2f2;
}
.post-navigation .nav-links .nav-next i {
  margin-right: 0;
  margin-left: 10px;
}
.colors-light .pagination .nav-links a {
  color: #fff;
  background: #f0634c;
  clear: both;
  font-size: 15px;
  font-weight: 400;
}
.colors-light .pagination .nav-links a:hover {
  color: #fff;
  background: #333;
}
.colors-light .pagination .nav-links .page-numbers.current {
  color: #fff;
  background: #333;
  font-size: 15px;
  font-weight: 400;
}
.colors-light .pagination .nav-links .page-numbers.current:hover {
  background: #f0634c;
  color: #fff;
}
.colors-light .pagination .nav-links .page-numbers.dots {
  color: #fff;
  background: #f0634c;
}
.site-content .pagination {
  display: block;
}
.site-content .pagination .nav-links .next.page-numbers, .site-content .pagination .nav-links .prev.page-numbers {
  float: none;
}
.site-footer .site-info p {
  margin: 0;
  display: inline-block;
}
.header-menu .main-navigation li:last-child a {
  padding-right: 0;
}
.post .entry-title a:hover, .post .entry-title a:focus, .post .entry-title a:active {
  color: #f0634c;
}
.post .entry-meta li {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  word-break: break-word;
}
.post .meta-categories {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  word-break: break-word;
}
.post .meta-categories a {
  margin-left: 5px;
}
.post .entry-meta i, .post .meta-categories i {
  color: #f0634c;
}
.single-post .post-inner-wrapper .post-thumbnail {
  margin-bottom: 25px;
}
.single-post .entry-meta {
  margin-bottom: 25px;
}
.post .entry-meta .fa-circle {
  font-size: 10px;
}
.entry-content .read-more {
  margin-top: 20px;
}
.read-more .btn.read-more-link {
  color: #fff;
  background: #f0634c;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0;
}
.read-more .btn.read-more-link:hover {
  background: #333;
}
.post .entry-meta ul.post-categories {
  display: inline-block;
  margin-left: 0;
}
.post .entry-meta ul.post-categories li {
  display: inline-block;
}
.post .entry-content p {
  margin-bottom: 0;
}
.post .entry-content .more-link {
  color: #f0634c;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}
.post .entry-content .more-link:hover {
  color: #333;
}
body label {
  display: block;
  margin-bottom: 0;
}
input[type="search"] {
  height: 45px;
}
.search-results .post-thumbnail {
  margin-bottom: 25px;
}
form.search-form button {
  font-size: 15px;
  height: 45px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.site-footer form.search-form button {
  height: 44px;
}
.search-form .fa-search {
  margin-right: 0;
}
body .not-found .search-form .search-submit, .wrong-search-wrapper .search-form .search-submit {
  display: inline-block;
  position: relative;
  right: 5px;
}
body .not-found .search-form label, .wrong-search-wrapper .search-form label {
  display: inline-block;
}
.not-found p, .wrong-search-wrapper p {
  margin-bottom: 30px;
}
.type-page .entry-content {
  border-top: 0;
  padding-top: 0;
}
.type-page .entry-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.type-page .entry-content h2 {
  margin: 0;
  padding-bottom: 20px;
  /*font-size: 2rem;*/
}
.page.type-page .entry-content p:first-of-type {
  margin-bottom: 20px;
}
.type-page .entry-content img {
  /* padding: 20px 0px;*/
  margin-right: 0;
}
.type-attachment .entry-meta i {
  font-size: 12px;
  color: #f0634c;
  margin-right: 3px;
}
.comment-respond {
  padding-top: 15px;
}
.calendar_wrap table#wp-calendar {
  border: 1px solid #f2f2f2;
  margin-bottom: 0;
}
.calendar_wrap table#wp-calendar caption {
  caption-side: top;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.comments-area .form-submit {
  margin-bottom: 0;
}
.comment-form-comment label {
  padding-bottom: 15px;
}
.page .comments-area {
  margin-top: 20px;
}
body .container {
  max-width: 100%;
  width: 1170px;
}
/*.elementor-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}*/
@media all and (min-width:991px) {
  .elementor, .site-content {
    margin-top: 80px;
  }
}
.elementor-template .elementor {
  margin-top: 0px !important;
}
.back-to-top {
  display: none;
  bottom: 20px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
.back-to-top > i {
  background-color: #ff7755;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
a.back-to-top .fa:hover {
  background: #333;
}
.post-password-form input {
  margin-top: 10px;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.recent-post-slider article.post {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.recent-post-slider .slider-post-time i {
  margin-right: 5px;
}
.header-top .contact-info .list-inline-item {
  margin-right: 20px;
}
.header-top .contact-info .list-inline-item:last-child {
  margin-right: 0;
}
.header-top ul li {
  font-size: 14px;
}
.page .entry-footer {
  margin: 0;
  border: 0;
}
.promobox-section {
  margin-top: 20px;
}
.promobox-widget {
  padding-top: 50px;
}
.promobox-section .promobox-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.80);
  padding: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 90px;
}
.promobox-section .promobox-wrap {
  position: relative;
}
.promobox-section .title {
  margin-bottom: 0;
}
.recent-post-slider .post-inner-wrapper {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  max-width: 850px;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recent-post-slider .post-inner-wrapper > * {
  margin-bottom: 20px;
  padding: 0;
}
.recent-post-slider .post header.entry-header {
  padding: 0;
}
.recent-post-slider .post-inner-wrapper > *:last-child {
  margin-bottom: 0;
}
.recent-post-slider .entry-title {
  margin-bottom: 0;
}
.recent-post-slider .read-more .btn {
  background: #f0634c;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
}
.recent-post-slider .read-more .btn:hover {
  color: #fff;
  background: #333;
}
.recent-post-slider .post .entry-header {
  padding-bottom: 30px;
}
.recent-post-slider .post .entry-content .read-more {
  padding: 15px 0;
}
.recent-post-slider .post-meta .slider-post-categories a {
  background: #f0634c;
  padding: 3px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}
.recent-post-slider .post-meta .slider-post-categories a:hover {
  color: #333;
}
.image-overlay {
  color: #ffffff;
  background-color: rgba(73, 73, 73, 0.3);
}
.recent-post-slider .post-wrapper {
  position: relative;
}
.recent-post-slider .entry-title a {
  font-size: 50px;
}
.recent-post-slider .post .entry-content p {
  font-size: 17px;
  line-height: 2;
}
.recent-post-slider .slider-post-time {
  font-size: 16px;
}
.recent-post-slider .owl-dot.active {
  background: #f0634c;
}
.recent-post-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
.recent-post-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
.recent-post-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
.header-top .social-info li i {
  margin-right: 0;
}
.header-top .social-info li.list-inline-item:last-child {
  margin-right: 0;
}
.header-top .social-info li.list-inline-item {
  margin-right: 20px;
}
.biznesspack-featured-slider-wrapper .page .post-thumbnail {
  padding: 0;
}
.biznesspack-featured-slider-wrapper .entry-title a {
  font-size: 50px;
}
.biznesspack-featured-slider-wrapper .post-inner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  max-width: 820px;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.biznesspack-featured-slider-wrapper .post-inner-wrapper > * {
  margin-bottom: 20px;
}
.biznesspack-featured-slider-wrapper .page .post-inner-wrapper .entry-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.biznesspack-featured-slider-wrapper .post-inner-wrapper > *:last-child {
  margin-bottom: 0;
}
.biznesspack-featured-slider-wrapper .post-wrapper .read-more .btn {
  background: #f0634c;
  color: #fff;
  font-size: 14px;
}
.biznesspack-featured-slider-wrapper .post-wrapper .read-more .btn:hover {
  background: #333;
}
.biznesspack-featured-slider-wrapper .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
.biznesspack-featured-slider-wrapper .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
.biznesspack-featured-slider-wrapper .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
.latest-res-section .card {
  border: 0px !important;
}
.latest-res-section .card.shadow {
  /*-webkit-box-shadow: 0 0 15px rgba(115,128,157,.1) !important;
	box-shadow: 0px 0px 15px rgba(115,128,157,.2) !important;*/
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important;
}
/*.latest-res-section .card .card-link{
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}*/
.latest-res-section .card .card-link:hover {
  text-decoration: underline;
}
.theme-color {
  color: #f0634c;
}
.theme-color-bg {
  background-color: #f0634c;
}
.biznesspack-featurebox {
  padding-top: 35px;
  padding-bottom: 35px;
}
.border-bottom {
  border-bottom: 1px solid #eee;
}
/*.biznesspack-about-page, .biznesspack-featurebox-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (min-width:991px) {
  .biznesspack-about-page, .biznesspack-featurebox-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}*/
.biznesspack-featurebox-2 .title {
  text-transform: capitalize;
  letter-spacing: 0;
}
.header-image img {
  width: 100%;
}
.biznesspack-featurebox-2 .featurebox-icon i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #f0634c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
}
.biznesspack-featurebox-2 .featurebox-icon i:hover {
  background: #333;
}
.feature-bottom-line::before {
  border-bottom: 2px solid;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  position: absolute;
  width: 40px;
  color: #f0634c;
  border-color: #f0634c;
}
.feature-bottom-line {
  line-height: 1.5;
  margin: 0 0 30px;
  padding-bottom: 20px;
  position: relative;
}
.feature-bottom-line::before {
  left: 0;
  right: auto;
}
.biznesspack-featurebox-2 .featurebox-wrapper > * {
  margin-bottom: 30px;
}
.biznesspack-featurebox-2 .featurebox-wrapper > *:last-child {
  margin-bottom: 0;
}
.biznesspack-about-page .post-thumbnail {
  padding-bottom: 0;
}
.biznesspack-slider-wrapper.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.biznesspack-slider-wrapper .feature-bottom-line::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.biznesspack-slider-wrapper .section-title-wrapper {
  clear: both;
  margin-bottom: 45px;
}
.biznesspack-slider-wrapper .section-title-wrapper .sub-title {
  max-width: 900px;
  margin: 0 auto;
}
.biznesspack-champion-action {
  padding: 2em 0;
 /* background-color: #F5F5F5;
  background:url(https://www.commlabindia.com/wp-content/uploads/2019/08/Slider_Mainpage-04.png) center center no-repeat;
	background-size:cover;*/
}

/*.biznesspack-champion-action .content-wrapper .content p, 
.biznesspack-champion-action .content-wrapper .entry-title {
	color:#fff;
}*/
.biznesspack-champion-action .content-wrapper .content p span {
  font-weight: 600;
}
.biznesspack-champion-action .video-play {
  color: #fff;
  flex: 1 0 0%;
}
.biznesspack-champion-action .video-play .fa {
  vertical-align: middle;
  color: #ff7755;
}
.biznesspack-champion-action .video-play .watch-text {
  color: #2f4858;
  padding-left: 0.5rem;
}
.video-wrapper .video-popup {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.video-wrapper .video-popup img {
  width: 100%
}
.video-wrapper .video-popup:after {
  content: "";
  position: absolute;
  left: 0;
  right: -1px;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: -moz-linear-gradient(to right, rgba(253, 118, 86, .95) 0, rgba(91, 97, 207, .95) 100%);
  background: -webkit-linear-gradient(to right, rgba(253, 118, 86, .95) 0, rgba(91, 97, 207, .95) 100%);
  background: linear-gradient(to right, rgba(253, 118, 86, .95) 0, rgba(91, 97, 207, .95) 100%);
  opacity: .7
}
/*.video-popup .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 18.03px;
	z-index: 10;
	-webkit-animation: 2s play-animation infinite;
	animation: 2s play-animation infinite;
	-webkit-transition: .2s color;
	transition: .2s color
}
.video-popup .wistia_click_to_play {
	position: inherit!important;
	height: inherit!important;
	width: inherit!important
}
@-webkit-keyframes play-animation {
from {
-webkit-box-shadow:0 0 0 0 #FFF;
box-shadow:0 0 0 0 #FFF
}
to {
-webkit-box-shadow:0 0 0 10px transparent;
box-shadow:0 0 0 10px transparent
}
}
@keyframes play-animation {
from {
-webkit-box-shadow:0 0 0 0 #FFF;
box-shadow:0 0 0 0 #FFF
}
to {
-webkit-box-shadow:0 0 0 10px transparent;
box-shadow:0 0 0 10px transparent
}
}*/
.intro-video {
  border: 1px solid #ddd;
  padding: 1rem;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  border-radius: 5px;
}
.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  background: rgba(127, 127, 127, 0.5);
}
.videoPoster:hover {
  cursor: pointer;
  background: rgba(127, 127, 127, 0.5);
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  /*background-image: radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgba(255,154,98,1) 100.2% );*/
  background: #ED7D31;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 29px 0 rgba(0, 3, 11, 0.33);
}
.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 35px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoPoster:hover:before, .videoPoster:focus:before {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
@media(min-width:574px) {
  .videoPoster:before {
    width: 150px;
    height: 150px;
  }
  .videoPoster:after {
    margin-left: 10px;
    border-left: 50px solid #fff;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
  }
  .videoPoster:hover:before, .videoPoster:focus:before {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
  }
}
.cta-btn-contact {
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: #fff !important;
  border-radius: 4px !important;
}
.btn-pill-white {
  padding: 0 1.5rem;
  color: #ec7550;
  border-color: #fff;
  background: #fff;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  border-width: 2px;
  line-height: 1.8;
}
.btn-pill-white:hover, .btn-pill-white:focus {
  border-color: #fff;
  color: #fff;
  background: transparent;
  border-width: 2px;
}
.btn-rankcta {
  padding: 0.8rem 1.5rem !important;
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  border-width: 2px;
  line-height: 1.8;
  border-style: solid;
}
.btn-rankcta:hover, .btn-rankcta:focus {
  border-color: #fff;
  color: #ec7550;
  background: rgba(255, 255, 255, 1);
  border-width: 2px;
}
.biznesspack-call-to-action .content {
  margin-bottom: 0;
}
.biznesspack-call-to-action .btn {
  background: #333;
  color: #fff;
  font-size: 14px;
}
.biznesspack-call-to-action .action-btn {
  text-align: right;
  padding-top: 8px;
}
.biznesspack-call-to-action {
  padding-top: 30px;
  padding-bottom: 30px;
}
.biznesspack-slider-wrapper .post-thumbnail {
  padding-bottom: 10px;
}
.biznesspack-slider-wrapper .post-content .entry-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: capitalize;
}
.biznesspack-slider-wrapper .post-content .entry-header {
  padding-bottom: 5px;
}
.biznesspack-slider-wrapper .post-time {
  font-size: 12px;
}
.biznesspack-featurebox .featurebox-title .title {
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 0;
}
.biznesspack-featurebox .featurebox-icon {
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 15px;
}
.section .section-title-wrapper .feature-bottom-line::before {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90px;
}
.section .section-title-wrapper {
  clear: both;
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .section .section-title-wrapper {
    clear: both;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.section .section-title-wrapper .sub-title {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.25rem;
}
.section .content-wrapper {}
/*
.biznesspack-about-page .read-more .btn {
    background: #f0634c;
    color: #fff;
    font-size: 14px;
}
.biznesspack-about-page .read-more .btn:hover {
    background: #333;
}*/
.biznesspack-slider-wrapper .post-wrapper .post-content {
  padding: 0 5px 0px 5px;
}
.biznesspack-slider-wrapper .post-inner-wrapper .post-time i {
  color: #f0634c;
  padding-right: 5px;
}
.bg-grey {
  background-color: #f5f8fa;
}
.biznesspack-about-page .content-wrapper .read-more {
  margin-bottom: 0;
}
.header-top .contact-info i {
  padding-right: 5px;
}
.header-breadcrumb .trail-items .trail-end {
  color: #fff;
}
.search-results article.page {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px
}
.search-results .page .entry-content p {
  text-indent: 0;
}
.search-results .page .entry-header .entry-meta {
  display: none;
}
.search-results .page .entry-header .entry-title {
  padding: 0;
}
.search-results .page .post-thumbnail {
  padding: 0;
}
.biznesspack-featurebox3 .feature-bottom-line::before {
  color: #fff;
/*  border-color: #fff;*/
  left: 0;
  right: 0;
      width: 90px;
  margin: 0 auto;
}
.biznesspack-featurebox3 {
padding: 2rem 0;
}
.biznesspack-featurebox3 .featurebox-wrapper .featurebox-content {
  margin-bottom: 0;
}
.biznesspack-featurebox3 .section-title-wrapper {
  margin-bottom: 2rem;
}
.biznesspack-featurebox3 .featurebox-wrapper .title {
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 18px;
}
.biznesspack-featurebox3 .featurebox-wrapper {
   padding: 15px;
/* background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  border: 1px solid #ddd;*/
}
@media screen and (max-width: 767px) {
  .biznesspack-about-page .content-wrapper .read-more {
    text-align: center;
  }
  #secondary.widget-area {
    margin-top: 50px;
  }
  .entry-header .entry-meta li {
    display: block;
    line-height: 2;
    margin-right: 0;
  }
  .site-footer .footer-top .footer-column {
    margin-bottom: 30px;
  }
  .site-footer .footer-top .footer-wrap > *:last-child .footer-column {
    margin-bottom: 0;
  }
  .promobox-section {
    margin-bottom: 20px;
  }
  .promobox-section:last-child {
    margin-bottom: 0;
  }
  .recent-post-slider .post-inner-wrapper {
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    padding-left: 10px;
    padding-right: 10px;
  }
  .recent-post-slider .owl-nav {
    display: none;
  }
  .recent-post-slider .post-inner-wrapper {
    display: block;
  }
  .recent-post-slider .post-content {
    background: #f9f9f9;
  }
  article .post-thumbnail {
    margin-bottom: 20px;
  }
  .page-header .header-breadcrumb {
    display: block;
    float: none;
    margin-top: 20px;
  }
  .recent-post-slider article .post-thumbnail {
    margin-bottom: 0;
  }
  .biznesspack-featured-slider-wrapper .post-content {
    background: #f9f9f9;
  }
  .biznesspack-featured-slider-wrapper .post-inner-wrapper {
    display: block;
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    padding-left: 10px;
    padding-right: 10px;
  }
  .biznesspack-featured-slider-wrapper .owl-nav {
    display: none;
  }
  /*	.biznesspack-about-page .image-wrapper .post-thumbnail{
		margin-bottom: 30px;
	}*/
  .biznesspack-call-to-action .action-btn {
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-menu {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .main-navigation {
    display: none;
  }
  .site-branding {
    width: 80%;
    float: left;
  }
  .navigation-section {
    width: 20%;
  }
  .mobile-menu > ul li {
    position: relative;
    line-height: 40px;
  }
  .zmm-dropdown-toggle {
    position: absolute;
    right: 0;
    padding: 4px;
    top: 0;
  }
  .header-menu .mobile-menu-wrapper {
    float: right;
  }
  .header-menu .mobile-menu-icon i {
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    vertical-align: middle;
  }
  .header-wrapper .header-menu .navigation-section {
    margin: 0;
  }
  .site-header .header-top {
    display: none;
  }
  .header-wrapper .header-menu .site-branding {
    margin: 15px 0px;
  }
  .biznesspack-featured-slider-wrapper .page .post-inner-wrapper .entry-content p {
    font-size: 14px;
  }
  .biznesspack-featured-slider-wrapper .entry-title a {
    font-size: 35px;
  }
  .biznesspack-call-to-action .action-btn {
    text-align: left;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .header-menu .mobile-menu-wrapper {
    display: none;
  }
  .site-header .header-top p {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .post .entry-meta .author .fa-circle {
    display: none;
  }
  .recent-post-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .recent-post-slider .owl-nav .owl-prev {
    display: inline-block;
    float: left;
    margin-left: 25px;
  }
  .recent-post-slider .owl-nav .owl-next {
    display: inline-block;
    float: right;
    margin-right: 25px;
  }
  .recent-post-slider .owl-nav i {
    font-size: 22px;
    color: #fff;
    background: #f0634c;
    padding: 7px 12px;
    margin: 0;
  }
  .recent-post-slider .owl-nav i:hover {
    background: #333;
    color: #fff;
  }
  .recent-post-slider .owl-dots {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
  }
  .recent-post-slider .owl-dot {
    width: 15px;
    height: 15px;
    background: #333;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
  }
  .overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(73, 73, 73, 0.4);
  }
  .recent-post-slider .entry-title a, .recent-post-slider .post .entry-content p, .recent-post-slider .slider-post-time {
    color: #fff;
  }
  .biznesspack-featured-slider-wrapper .entry-title a, .biznesspack-featured-slider-wrapper .entry-content p {
    color: #fff;
  }
  .biznesspack-featured-slider-wrapper .owl-dot {
    width: 15px;
    height: 15px;
    background: #333;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
  }
  .biznesspack-featured-slider-wrapper .owl-dot.active {
    background: #f0634c;
  }
  .biznesspack-featured-slider-wrapper .owl-dots {
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
  }
  .biznesspack-featured-slider-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .biznesspack-featured-slider-wrapper .owl-prev {
    display: inline-block;
    float: left;
    margin-left: 25px;
  }
  .biznesspack-featured-slider-wrapper .owl-next {
    display: inline-block;
    float: right;
    margin-right: 25px;
  }
  .biznesspack-featured-slider-wrapper .owl-nav i {
    font-size: 22px;
    color: #fff;
    background: #f0634c;
    padding: 7px 12px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .calendar_wrap td {
    padding: 0;
  }
  .biznesspack-featurebox .featurebox-wrapper {
    margin-bottom: 30px;
  }
  .biznesspack-featurebox .featurebox-inner-wrapper *:last-child .featurebox-wrapper {
    margin-bottom: 0;
  }
  .biznesspack-featurebox-2 .featurebox-inner-wrapper .featurebox-wrapper {
    margin-bottom: 30px;
  }
  .biznesspack-featurebox-2 .featurebox-inner-wrapper *:last-child .featurebox-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .post-navigation .nav-next a {
    float: left;
    margin-top: 20px;
  }
}
.biznesspack-featured-slider-wrapper .type-page .entry-content p {
  text-indent: unset;
}
/* Owl Carousel */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.owl-carousel .owl-item {
  opacity: .4;
  cursor: move;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}
.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #e6e6e6;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #007bff;
}
.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}
.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}
.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 72% 100%;
  /*height: calc(100vh - 140px);*/
  position: relative;
}
.owl-carousel.home-slider .slider-item:before {
  z-index: 0;
  opacity: .8;
  content: '';
  right: 0;
  top: 0
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  /*	height: calc(100vh - 140px);*/
  min-height: 350px;
  text-align: center;
}
.owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider .slider-item .slider-text h2 {
  font-size: 1.5rem;
  text-align: center;
}
.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media (max-width: 575px) {
  .owl-carousel.home-slider .slider-item {
    padding: 4rem 0
  }
  .owl-carousel.home-slider .slider-item .slider-text .btn {
    padding: 0.6rem 1.2rem;
    margin: 0 auto;
  }
  .owl-carousel.home-slider .slider-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(62vh - 100px);
    min-height: 350px;
    text-align: left;
  }
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(70vh - 117px);
    min-height: 350px;
  }
}
@media (min-width: 767px) {
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(62vh - 100px);
    min-height: 350px;
    text-align: left;
  }
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(80vh - 117px);
    min-height: 350px;
  }
  .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 2rem;
    text-align: left;
	color:#ffffff;
  }
  .owl-carousel.home-slider .ranktext {
    font-size: 2.15rem !important;
    line-height: 1.8;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    text-align: left;
  }
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
  }
}
@media (min-width: 962px) {
  .owl-carousel.home-slider .slider-item {
    height: calc(80vh - 117px);
    min-height: 320px;
  }
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #ffffff;
    height: calc(62vh - 100px);
    min-height: 320px;
  }
  .owl-carousel.home-slider .sliderimg5 .slider-text h1, .owl-carousel.home-slider .sliderimg6 .slider-text h2 {
   font-size: 2.4rem;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 800;
  }
  /*.owl-carousel.home-slider .slider-item .slider-text h1,*/
  .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 800;
  }
}
@media (min-width: 1200px) {
  .owl-carousel.home-slider .slider-item {
    height: calc(85vh - 117px);
    min-height: 420px;
  }
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #ffffff;
    height: calc(62vh - 100px);
    min-height: 420px;
  }
  .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 800;
  }
}

@media (min-width: 1400px) {
  .owl-carousel.home-slider .slider-item {
    height: calc(90vh - 117px);
    min-height: 320px;
  }
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #ffffff;
    height: calc(75vh - 100px);
    min-height: 320px;
  }
  .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 800;
  }
}


@media (min-width: 1600px) {
  .owl-carousel.home-slider .slider-item {
    height: calc(75vh - 117px);
    min-height: 320px;
  }
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #ffffff;
    height: calc(62vh - 100px);
    min-height: 320px;
  }
  .owl-carousel.home-slider .slider-item .slider-text h1, .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 800;
  }
}



.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  background: rgba(255, 119, 85, 1);
  border: 2px solid rgba(255, 119, 85, 1);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
/*.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: #fff;
}
/*.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}*/
.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}
.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}
.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}
.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}
.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}
.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}
.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}
.owl-custom-nav .owl-custom-prev, .owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}
/*.btn-grad {background-image: linear-gradient(to right, #B24592 0%, #F15F79 51%, #B24592 100%)}
.btn-grad:hover { background-position: right center; }*/
/*.cta-btn {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  border: 0!important; 
  background-image: linear-gradient(to right, #FD7656 0%, #b94e90 100%);
  transition: opacity 0.5s ease-out;
  opacity: 1;
  text-transform: uppercase;	
}

.cta-btn:hover{
	color: #fff;
	transition: opacity 0.5s ease-out;
	opacity: 0.8;
}*/
.cta-btn {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  background: #FD7656;
  background: -webkit-linear-gradient(legacy-direction(to right), #FD7656 0%, #b94e90 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FD7656), to(#b94e90));
  background: -webkit-linear-gradient(left, #FD7656 0%, #b94e90 100%);
  background: -o-linear-gradient(left, #FD7656 0%, #b94e90 100%);
  background: linear-gradient(to right, #FD7656 0%, #b94e90 100%);
  border: 0 !important;
  text-transform: uppercase;
}
.cta-btn:hover {
  background: #b94e90;
  color: #fff;
  background: -webkit-linear-gradient(legacy-direction(to right), #b94e90 0%, #FD7656 100%);
  background: -webkit-gradient(linear, left top, right top, from(#b94e90), to(#FD7656));
  background: -webkit-linear-gradient(left, #b94e90 0%, #FD7656 100%);
  background: -o-linear-gradient(left, #b94e90 0%, #FD7656 100%);
  background: linear-gradient(to right, #b94e90 0%, #FD7656 100%);
}
.cta-btn.active, .cta-btn:active, .cta-btn:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}
.home-feature {
  /*margin-top: -120px;*/
  position: relative;
  z-index: 2;
}
.gradient-1:before {
  z-index: 0;
  opacity: .8;
  content: '';
  right: 0;
  top: 0
}
.gradient-1 {
  position: relative;
  background-color: #4f5ed0;
  background-image: linear-gradient(86deg, #4f5ed0 0%, #b94e90 100%);
}
.gradient-1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.3;
}
.home-feature .heading {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 767px) {
  .home-feature .heading {
    font-size: 2rem;
    font-weight: 700;
  }
}
.home-feature .heading.border-bottom {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 0 !important;
}
.home-feature .heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f0634c;
}
.home-feature .sub-heading {
  font-size: 1.275rem;
  font-weight: 400;
}
.home-feature-grids .featured-grids.gradient-bg {
  background-color: #fd7656;
  background-image: linear-gradient(40deg, #fd7656 0%, #b94e90 100%);
}
.home-feature-grids .featured-cards .v-card .hero-heading, .home-feature-grids .featured-grids .col-inner .hero-heading {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem !important;
  padding: 0;
}
.home-feature-grids .one-col {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  border-radius: .25rem;
  border: 0;
}
/*@media (min-width: 767px) {
	.home-feature-grids .one-col{
		width: 90%;
	}
	
}*/
.home-feature-grids .featured-cards figure {
  width: 100px;
  height: 100px;
}
.home-feature-grids .featured-cards figure .scale1 {
  transform: scale(1.5);
}
.home-feature-grids .featured-cards figure .scale2 {
  transform: scale(1.2);
}
.home-feature-grids .featured-cards .col-inner .grid-header .grid-title {
  font-size: 1.25rem;
}
.home-feature-grids .featured-cards .gradient-card {
  background-color: #fd7656;
  background-image: linear-gradient(40deg, #fd7656 0%, #b94e90 100%);
}
.home-feature-grids .featured-cards .v-card {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  -ms-flex-direction: column;
  border-radius: .25rem;
}
.featured-cards .card {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border: 0;
  margin-bottom: 2rem;
}
.featured-cards .card:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.2);
  transform: translateY(-1%);
}

.unstyled-list {
  list-style: none;
  margin: 0
}
.features-wrapper .features-list .substyled-list {
  font-size: 1rem;
}
.features-wrapper .features-list.sublist {
  padding-top: 20px
}
.features-wrapper .features-list .features-list-item {
  position: relative;
  color: #fff;
  font-size: 1.2em;
  padding: 0 0 25px 35px;
  text-align: left;
  margin: 0;
}
.features-wrapper .features-list .features-list-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(assets/images/checkmark-white.svg) center center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px
}
.features-wrapper .features-list .features-list-item.substyled-list:before {
  width: 20px;
  height: 20px
}
@media (min-width:768px) {
  .features-wrapper .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
  }
  .features-wrapper .features-list .features-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 15px 25px 45px
  }
}
div#hs-eu-cookie-confirmation.can-use-gradients, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background-color: #efefef !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #2f4858 !important;
  font-family: lato, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  letter-spacing: .03rem;
  font-size: 16px !important;
}
/*div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area { text-align: center !important; }*/
/*div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom { border-bottom: 0;bottom: 0;top: auto;box-shadow: 0 -1px 3px #eaf0f6; border-top: 1px solid #cbd6e2 !important;}
div#hs-eu-cookie-confirmation { box-shadow: 0 1px 2px #eaf0f6 !important; } 
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom { position: fixed !important; bottom:0 !important;}*/
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:first-child {
   color: #2f4858 !important;
  text-decoration: underline !important;	
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:first-child:hover {
  text-decoration: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  display: flex;
  justify-content: center;
	margin: 0px !important;
		
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #f75 !important;
  border: 0 !important;
  border-radius: 0.1875rem !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-block !important;
  line-height: 1.25 !important;
  padding: 0.6rem 1.4rem !important;
	/* margin-left: 2em !important;
   margin-top: -10px;*/
  text-shadow: none !important;
	font-weight:900 !important;
  transition: 0.15s color ease-out, 0.15s background-color ease-out, 0.15s border-color ease-out !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:hover{background-color: #ff6634 !important;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  font-family: "lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border: 1px solid #fff !important;
  border-radius: 0.1875rem !important;
  box-shadow: none !important;
  color: #fff !important;
  display: none;
  line-height: 1.25 !important;
  padding: 0.75rem 1.5rem !important;
  text-shadow: none !important;
  transition: 0.15s color ease-out, 0.15s border-color ease-out !important;
}
div#hs-eu-cookie-confirmation {
 position: fixed !important;
  left: 0;
	top: auto !important;
  bottom: 0 !important;
  width: 100%;
  height: auto;
  background-color: #efefef !important;
  border-bottom: 1px solid gray;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px !important;
  line-height: 18px !important;
  font-family: helvetica neue, helvetica, arial, sans !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7) !important;
  text-align: left !important;
  z-index: 100000000 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  margin: 0 auto;
  max-width: 1170px !important;
  padding: 15px !important;
display: flex;
justify-content: space-around;
	align-items: baseline;
}
div#hs-eu-cookie-confirmation.can-use-gradients {
  background: #283e56;
  border-bottom: none;
  box-shadow: 2px 2px 2px #000;
  border-radius: 0
}
div#hs-eu-cookie-confirmation, div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  box-shadow: none !important;
  border-top: 0
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #efefef !important
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #2f4858 !important;
  font-family: lato, Helvetica Neue, Helvetica, Arial, sans-serif !important
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  display: flex;
  justify-content: center
}

@media (max-width:767px) {
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
 display: inherit;
}
div#hs-eu-cookie-confirmation {font-size: 18px !important;line-height: 20px !important;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 16px !important;line-height: 20px !important;
}
}
@media (max-width:480px) {
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
 display: inherit;
}
div#hs-eu-cookie-confirmation {font-size: 18px !important;line-height: 20px !important;}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 16px !important;
	line-height: 20px !important;
}
}


#hsForm_313cb7f4-af6e-4821-b3ed-7606fb47497c {
  display: flex;
  justify-content: space-around;
  align-items: start;
}
#hsForm_313cb7f4-af6e-4821-b3ed-7606fb47497c.hs-form .hs-form-field {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
#hsForm_313cb7f4-af6e-4821-b3ed-7606fb47497c.hs-form .hs_submit {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
#label-firstname-313cb7f4-af6e-4821-b3ed-7606fb47497c, #label-email-313cb7f4-af6e-4821-b3ed-7606fb47497c {
  display: none;
}
.hs-error-msgs {
  padding: 0;
}
#hsForm_313cb7f4-af6e-4821-b3ed-7606fb47497c button, #hsForm_313cb7f4-af6e-4821-b3ed-7606fb47497c input[type=button], #hsForm_313cb7f4-af6e-4821-b3ed-7606fb47497c input[type=submit] {
  background-color: #FFF;
  border: 0;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff7766;
  cursor: pointer;
  display: inline-block;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.1em 2em;
  text-shadow: none;
  -webkit-transition: background .4s;
  transition: background .4s;
  letter-spacing: .04rem;
}

.vt-banner{
	max-width:400px;margin-top:-125px;
}
@media (max-width:1200px) {
	.vt-banner{
	margin-top:-80px;
}
}
@media (max-width:767px) {
	.vt-banner{
	margin-top:20px;
}

}


@media (min-width:767px) {
.ft-dropdown ul{display: inherit !important;}
	.ft-dropdown label{  cursor: default !important; padding-left: 0 !important}
	.ft-arrow{display: none !important;}
	.ft-cont{display: none !important;}
}
.ft-dropdown{
    position: relative;
    display: inline-block;   
}

.ft-dropdown input[type=checkbox]{
    display: none;
}
.ft-dropdown label{    
    cursor: pointer;
   user-select: none;
font-size: 1.2rem;
font-weight: 700 !important;
text-align: left;
	padding-left: 1em;
	padding-bottom: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ft-dropdown ul{     
    z-index: 1;
    margin:0;
    padding:0;   
    display: none;
}
.ft-dropdown ul li{     
    margin-bottom: 1px;
    
}
.ft-dropdown ul li a{
    color: inherit;
    text-decoration: none;
}
.ft-dropdown input[type=checkbox]:checked ~ ul {
    display: block;
}
.ft-arrow{display: initial ; padding-left: 1.5em}
.ft-cont{display: initial ;}

/*////////////////////search/////////////////////////*/

.search_results_header {
	background: #07beb8;
	padding: 1em 0;
	margin-top: 5em;
}
.search_results_header .title {
	margin-bottom: 0
}
.search_results_header .search-form .search-field {
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: 0 0;
	position: relative;
	font-size: 1.5em;
	letter-spacing: .02em;
	color: #fff;
	border-radius: 8px;
	display: block;
	min-width: 75%;
	border: 1px solid #fff;
}

.search_results_header .search-form label {display: block;max-width: 50%;}


.search_results_content {
	padding: 2em;
	border: 1px solid #ccc;
	background: #f7f7f7;
	margin: 0 !important;
}
.search_results_content .blog_search_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 20px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 0 5px 0 rgba(50,50,50,.3) !important;
		
}
.search_results_content .blog_search_item .post_title {
	max-width: 40%;
	padding-right: 30px;
	border-right: 1px solid #cbd6e2
}
.search_results_content .blog_search_item .post_title .entry-title a {
	font-size: .8em;
	line-height: 1.35em;
	font-weight: 700;
	padding: 20px 0;
	display: block
}
.search_results_content .blog_search_item .entry-content {
	width: 65%;
	padding: 0 20px;
	margin-bottom: 0
}

.search_results_content .pagination .nav-links{width: 100%;
    display: flex;
    justify-content: center;}

@media(max-width:500px) {
.search_results_content .blog_search_item {
	display: block
}
.search_results_content .blog_search_item .post_title {
	max-width: 100%;
	padding-right: 0;
	border-bottom: 1px solid #cbd6e2;
	border-right: 0 solid #cbd6e2
}
.search_results_content .blog_search_item .entry-content {
	width: 100%;
	padding: 0 20px;
}
 
}

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

.nav_search_bar button {background-color: #fff; color: #444}
.navbar #main-navbar .nav_search_bar {
	position: relative
}
.navbar #main-navbar .nav_search_bar label {
	margin-bottom: 0px;
}
.navbar #main-navbar .nav_search_bar input {
	cursor: pointer;
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 18 18' enable-background='new 0 0 18 18' xml:space='preserve'%3E%3Cg%3E%3Ccircle fill='none' cx='7.5' cy='7.5' r='4'/%3E%3Cpath fill='%23008275' d='M7.5,13.5c1.3,0,2.5-0.4,3.5-1.1l3.8,3.8c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4 L12.4,11c0.7-1,1.1-2.2,1.1-3.5c0-3.3-2.7-6-6-6s-6,2.7-6,6S4.2,13.5,7.5,13.5z M7.5,3.5c2.2,0,4,1.8,4,4s-1.8,4-4,4s-4-1.8-4-4 S5.3,3.5,7.5,3.5z'/%3E%3C/g%3E%3C/svg%3E") 5px no-repeat;
	background-size: 22px;
	background-position: right center;
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: capitalize;
	border: 0;
	border-right: 0px solid #F2F5F8;
	transition: width .35s;
	width: 0;
	height: 24px;
	padding: 1px 10px 1px 15px
}
.navbar .brand, .navbar .nav li a {
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.navbar #main-navbar .nav_search_bar input:focus {
	width: 140px;
	outline: 0
}
.cl-blog_modhide {
	display: none;
		max-width: 100%;
}
h4.widget-title {
	margin-top: 0
}


@media(min-width:768px) {
.navbar #main-navbar .nav_search_bar input:focus {
	width: 175px;
	outline: 0
}	
}

.nav_search_bar form.search-form button {
    display: none !important;
}


/**********effectus popup style ****************/
.mdl-overlay{display: block;
z-index: 9999;background-color: rgba(0,0,0,.65);}

.effectlspop .modal-dialog{max-width: 650px; margin:0 auto;}
.effectlspop select{width: 100%;}
.effectlspop .hs-form-field label {
    color: inherit;
    margin-top: 10px;
}
.effectlspop .hs-submit{margin-top:1em;}

.effectlspop .modal-body{padding: 0 !important; max-height: calc(100vh - 50px); overflow-y: auto;}
.effectlspop .hbspt-form{padding: 0 0 1em 0;}
.effectlspop .effectpopcontent, .effectlspop .effectpopcontent p{color: #fff !important;display: flex;align-items: center}
.effectlspop .effectpopcontent img {margin-top: 1rem;}
.effectlspop.modal{display:flex; align-items: center; z-index: 999999;}
.effectlspop .effectlogomb{display: none}
.effectlspop .effectlogopc{display: block}
.effectlspop  h4{text-align: center; margin-top: 1rem;}
.effectlspop img {margin-top: 1rem}

@media(max-width:768px) {
	.effectlspop.modal{display: block; padding: 1rem}
	.effectlspop .row{flex-direction: column-reverse;}
	.effectlspop .effectlogomb{display: block}
	.effectlspop .effectlogopc{display: none !important}
	.effectlspop p{margin-top: 1rem}
	.effectlspop  h4{display: none !important}
}
/**********effectus popup style ****************/
