/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        4.7.3
*/


/* =Theme customization starts here
------------------------------------------------------- */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }


/* font face
   ========================================================================== */


@font-face {
    font-family: 'rama_gothic';
    src: url('fonts/ramagothice_regular-webfont-webfont.woff2') format('woff2'),
         url('fonts/ramagothice_regular-webfont-webfont.woff') format('woff'),
         url('fonts/ramagothice_regular-webfont-webfont.svg#rama_gothic_eregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rama_gothic_esemibold';
    src: url('fonts/ramagothice_semibold-webfont-webfont.woff2') format('woff2'),
         url('fonts/ramagothice_semibold-webfont-webfont.woff') format('woff'),
         url('fonts/ramagothice_semibold-webfont-webfont.svg#rama_gothic_esemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'rama_gothic_mbold';
    src: url('fonts/ramagothicm_bold-webfont.woff2') format('woff2'),
         url('fonts/ramagothicm_bold-webfont.woff') format('woff'),
         url('fonts/ramagothicm_bold-webfont.svg#rama_gothic_mbold') format('svg');
    font-weight: 700;
    font-style: normal;

}


/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #54565B;
  background: #fff;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #54565B;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #54565B;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #54565B;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #979797; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #979797; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #979797; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #979797; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #979797; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.widget {
  margin-bottom: 1.5em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: .4em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #54565B; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #91C717 !important; 
  text-decoration: none;
}
  a:hover, a:focus {
    text-decoration: none;
    color: #518D15 !important; 
  }

p {
  padding: 0;
  margin-bottom: 24px;
}

a.more-link,
.et_pb_blog_0_tb_body a.more-link,
a.more {
  position: relative;
  width: inherit;
  padding: 0 11px 0 0;
  transition: all .5s;
}


a.more-link:after,
.et_pb_blog_0_tb_body a.more-link:after,
a.more:after {
  position: absolute;
  content: ' ';
  background: url(images/arrow.svg) no-repeat;
  height: 12px;
  width: 10px;
  top: 50%;
  margin-top: -4px;
  right: 0;
}

a.more-link:hover,
.et_pb_blog_0_tb_body a.more-link:hover,
a.more:hover {
  padding-right: 21px;
  color: #518D15 !important;
}

a.more-link:hover:after,
.et_pb_blog_0_tb_body a.more-link:hover:after,
a.more:hover:after {
  background: url(images/arrow-hover.svg) no-repeat;
}

.bold-text {
  font-weight: bold;
}

.fluid-width-video-wrapper {
  margin-bottom: 30px;
}

#et-main-area {
  overflow: hidden;
}

#main-content {
  max-width: 1160px;
  margin: 0 auto;
}

.et_pb_section_3_tb_header,
.et_pb_row_0_tb_header {
  max-height: inherit !important;

}

.et_pb_section .et_pb_row_1_tb_header.et_pb_row {
  margin-bottom: 0  !important;
}

.slick-disabled {
  fill: #54565B !important;
}

.row-slider {
  font-size: 18px;
  line-height: 22px;
  position: relative;
}

.row-slider .slick-list {
  /* overflow: visible !important; */
}

.row-slider:after {
  position: absolute;
  content: '';
  z-index: 3;
  left: calc(100% - 10px);
  right: -999px;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%, rgba(255, 255, 255, 0) 100%);
}

.row-slider:before {
  position: absolute;
  z-index: 10;
  content: '';
  background: #fff;
  top: 0;
  bottom: -5px;
  right: 100%;
  left: -9999px;
}

.row-slider .slick-slide {
  margin-right: 10px;
  width: 278px !important;
}

.row-slider .img-holder,
.small-post .img-holder,
.medium-post .img-holder {
  position: relative;
  max-width: 100%;
  max-height: 210px;
  overflow: hidden;
  margin-bottom: 15px;
}

.row-slider .txt-block p {
  margin: 0 0 5px;
}

.row-slider .txt-block p a {
  color: #54565B !important;
}

.row-slider .txt-block .more {
  font-size: 15px;
}

.row-slider .img-holder .btn,
.small-post .img-holder .btn,
.medium-post .img-holder .btn {
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 10;
}

.row-slider .img-holder:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.15);
  content: '';
}

.row-slider .slick-slide:hover .img-holder:after {
  display: none;
}

.row-slider .img-holder img {
  display: block;
  max-width: inherit;
  transition: all .5s;
  width: 100%;
  min-height: 210px;
  object-fit: cover;
}

.row-slider .slick-slide:hover .img-holder img{
  transform: scale(1.2);
}

.et_pb_module .et_pb_text_inner .slick-arrow {
  border: none;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
}

.et_pb_module .et_pb_text_inner .slick-arrow.slick-next {
  background: url(images/btn-next.svg) no-repeat;
}

.et_pb_module .et_pb_text_inner .slick-arrow.slick-prev {
  background: url(images/btn-prev.svg) no-repeat;
}


#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul {
    padding: 0 0 0 1em;
}

/* footer styles */

.et-l--footer .et_pb_menu .et_pb_menu__menu {
  display: block !important;
  width: 100%;
}

.et-l--footer .et_pb_menu .et_mobile_nav_menu {
  display: none;
}

#main-content .et_pb_row {
    width: calc(100% - 30px) !important;
    margin: 0 15px;
  }


@media (max-width: 767px) {
  .et_pb_row {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
/*  .et_pb_column_1_tb_footer {
    width: 100% !important;
    margin-right: 0% !important;
  }

  .et_pb_column_2_tb_footer {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 0 !important;
  }

  .et_pb_column_3_tb_footer {
    width: 100% !important;
    margin-right: 0% !important;
  }

  .et_pb_column_4_tb_footer {
    width: 100% !important;
  }
*/
  .et_pb_image_0_tb_footer .et_pb_image_wrap {
    width: 210px;
    height: 35px;
  }
  #sb_instagram #sbi_images {
    overflow: hidden;
    white-space: nowrap;
  }

  #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item {
    width: 50%;
  }

  .et-l--footer .et_section_regular > .et_pb_row:first-child .et_pb_column {
    padding: 23px 0 26px;
  }

  .et-l--footer .et_section_regular > .et_pb_row:first-child h2 {
    font: 600 22px/26px 'rama_gothic', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
  }
  .et-l--footer .et_section_regular > .et_pb_row:first-child .et_pb_column .et_pb_module {
    margin-bottom: 19px;
    margin-left: 10px;
  }
  .et-l--footer .et_pb_row.et_pb_row--with-menu {
    padding: 39px 0 50px;
  }

  .et_pb_image_0_tb_footer {
    margin:0 0 12px 0 !important;
  }
  .et_pb_social_media_follow_0_tb_footer {
    margin: 0 0 2px !important;
  }
  .et-l--footer .et-menu-nav li {
    padding: 0;
  }
  .et-l--footer .gform_wrapper h3.gform_title {
    margin: 5px 0 10px;
    font: 600 22px/26px 'rama_gothic', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .home-slider .slick-arrow {
    display: none !important;
  }

  .home-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
    position: absolute;
    z-index: 100;
    bottom: 15px;
    right: 14px;
  }
  
   .home-slider .slick-dots li {
    margin-right: 16px;
   }

   .home-slider .slick-dots button {
    border: none;
    background: transparent;
    border: 1px solid #91C717;
    height: 9px !important;
    width: 9px !important;
    display: block !important;
    text-indent: -9999px;
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
   }

   .home-slider .slick-dots .slick-active button {
    background: #91C717;
   }

   .header-block .logo-txt {
    position: relative;
  }

  .header-block .logo-txt:after {
    position: absolute;
    content: '';
    top: -6px;
    right: -7px;
    height: 43px;
    width: 1px;
    background: #EDEDED;
  }

  /* end max-width: 767px  */
}


@media (max-width: 980px) {
  .header-block .et_pb_column_5_tb_header {
    display: none;
  }

  .header-block {
    padding: 22px 10px 17px 16px;
  }
  
  .header-block .et_pb_column.et_pb_column_3_tb_header {
    width: auto !important;
  }
  .et_pb_image_wrap,
  .logo-txt {
    font:600 24px/29px 'rama_gothic', Arial, sans-serif;
    color: #54565B;
    text-transform: uppercase;
    display: block;
    margin: -4px 10px 0 0;
  }

  .et_pb_section_3_tb_header {
    padding: 0;
  }

  .search-form {
    display: none;
  }

  .header-holder {
    padding: 13px 20px 0 20px;
    margin-bottom: -10px;
    position: relative;
  }

  .dropdown {
    position: absolute;
    top: 60px;
    transition: all .25s;
    overflow: hidden;
    width: 100vw;
    z-index: 120;
    transform: translateX(-150vw);
    height: 0;
    left: 0;
    display: block;
    text-align: center;
    background: #ededed;
  }

  .logo {
      order: 2;
      width: 125px;
      height: 57px;
      position: relative;
      z-index: 150;
    }

    .nav-opener {
      order: 1;
    }

    .tel {
      order: 3;
      width: auto;
      margin: -24px 0 0 12px;
    }
    .nav-active  .dropdown {
      height: auto !important;
      transform: translateX(0);
    }

    .tel .number {
      display: none;
     }

     .tel .txt {
      position: relative;
      padding-right: 35px;
      font-size: 12px;
      line-height: 14px;
      font-weight: bold;
     }

     .tel .txt:after {
      position: absolute;
      content: '';
      width: 25px;
      height: 25px;
      background: url(images/icon-tel.png) no-repeat;
      top: -5px;
      right: 0;
     }

     .header-holder .nav {
      display: flex;
      flex-direction: column;
      width: 90%;
      margin: 20px auto 0;
      font-size: 16px; 
      font-weight: bold;
     }

     .header-holder .nav > li {
      margin:12px 0 0 0;
      background: #fff;
      border-radius: 5px;
      text-align: center;
      order: 3;
      text-transform: capitalize;
     }

     .header-holder .nav > li:last-child {
      order: 1;
      background: #91C717;
     }

     .header-holder .nav > li:last-child a {
      color: #fff !important;
     }

     .header-holder .nav > li > a {
      display: block;
      padding: 8px 15px; 
     }

     .header-holder .nav > li.menu-item-has-children > a > span {
      position: relative;
      padding-right: 20px;
     }

     .header-holder .nav > li.menu-item-has-children > a > span:after {
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      width: 0;
      height: 0;
      margin-top: -3px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #91C717;
     }

     .header-holder .nav > li.menu-item-has-children.et-show-dropdown > a > span:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid  transparent;
      border-bottom: 5px solid #91C717;
      margin-top: -8px;
     }

     .live-chat a {
      display: block;
      text-indent: -9999px;
      width: 99px;
      height: 16px;
      background: url(images/live-chat.svg) no-repeat;
      margin: 0 auto;
    }

    .live-chat {
      margin: 12px auto 0;
      width: 90%;
      background: #fff;
      border-radius: 5px;
      text-align: center;
      padding: 8px 15px;
    }

    .header-holder .nav li .sub-menu {
      position: relative;
      display: none;
      width: 100%;
      border-top: none;
      box-shadow: none;
      list-style:none;
      margin: 0;
      padding: 10px;
    }

    .header-holder .nav li.et-hover .sub-menu {
      display: block;
    }

    .header-holder .nav li .sub-menu li {
      text-align: center;
      padding: 5px 10px;
      margin-bottom: 10px;
    }
    .header-holder .nav li .sub-menu li a {
      color: #54565b !important;
      font-size: 16px; 
    }

    /* burger menu style */
    .nav-opener{
      display: block;
      position:relative;
      margin: -24px 0 0 0;
    }
    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span:after{
      background:#91C717;
      border-radius:4px;
      position:absolute;
      top:18px;
      left:0;
      width: 27px;
      height:4px;
      margin-top:-2px; /* height/2 */
      -webkit-transition:all 0.2s linear;
      transition:all 0.2s linear;
      content:'';
      
    }
    .nav-opener span {
      color: #000 !important;
      font-size: 12px;
      line-height: 14px;
      font-weight: bold;
      padding: 0 0 0 37px;
    }
  .nav-opener span:after {top:9px;}
  .nav-opener:after{top:27px;}
  /* close button transition */
  .nav-active .nav-opener span:after{display: none;}
  .nav-opener:hover{opacity:.9;}
  .nav-active .nav-opener:after,
  .nav-active .nav-opener:before{
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    top:16px;
    left:0;
    width:27px; 
  }
  .nav-active .nav-opener:after{
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }

  .header-block .submenu ul {
    width: 650px;
    margin: 0 auto;
  }

  .header-block .submenu {
    overflow-x: auto;
    margin-bottom: 0px !important;
  }

  .header-block .submenu::-webkit-scrollbar { width: 0 !important }
  .header-block .submenu { overflow: -moz-scrollbars-none; }
  .header-block .submenu { -ms-overflow-style: none; }

  .et_pb_posts .et_pb_post {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0;
  }
  .et_pb_post .post-meta {
    margin-bottom: 3px;
  }
  .et_pb_posts .et_pb_post .entry-featured-image-url img {
    width: 100%;
  }
  .et_pb_posts .et_pb_post .entry-featured-image-url {
    order: 4;
  }
  .et_pb_posts .et_pb_post h2 {
    order: 2;
    width: 100%;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
  }
  .et_pb_posts .et_pb_post .post-meta {
    order: 1;
    padding: 0;
  }
  .et_pb_posts .et_pb_post .post-content {
    order: 3;
    width: 100%;
    padding: 0;
  }

  .et_pb_post .published ,
  .et_pb_posts .et_pb_post .post-meta .btn{
    font-size: 12px;
  }

  .home-slider {
    margin: 0 -15px;
  }

  .home-slider .slick-slide {
    padding: 0;
  }

  .home-slider .slick-slide img {
    height: 361px;
    width: auto;
    max-width: inherit!important;
  }

  .home-slider:after {
    display: none;
  }

  .home-slider .txt-block p {
    margin: 5px 0;
  }

  .home-slider .txt-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    display: flex;
    justify-content: flex-end;
    background: -webkit-linear-gradient(271deg, rgba(0, 0, 0, 0.54) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(254, 254, 254, 0.61) 21%, rgba(255, 255, 255, 0.79) 41%, rgba(255, 255, 255, 0.79) 100%);
    background: -o-linear-gradient(271deg, rgba(0, 0, 0, 0.54) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(254, 254, 254, 0.61) 21%, rgba(255, 255, 255, 0.79) 41%, rgba(255, 255, 255, 0.79) 100%);
    background: -ms-linear-gradient(271deg, rgba(0, 0, 0, 0.54) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(254, 254, 254, 0.61) 21%, rgba(255, 255, 255, 0.79) 41%, rgba(255, 255, 255, 0.79) 100%);
    background: -moz-linear-gradient(271deg, rgba(0, 0, 0, 0.54) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(254, 254, 254, 0.61) 21%, rgba(255, 255, 255, 0.79) 41%, rgba(255, 255, 255, 0.79) 100%);
    background: linear-gradient(179deg, rgba(0, 0, 0, 0.54) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(254, 254, 254, 0.61) 21%, rgba(255, 255, 255, 0.79) 41%, rgba(255, 255, 255, 0.79) 100%);
    flex-direction: column;
    padding: 10px 15px 8px 15px;
    z-index: 10;
    font-size: 26px;
    line-height: 32px;
  }

  .home-slider .btn {
    font-size: 12px;
  }

  .btn {
    font-size: 10px;
  }

  .home-slider .txt-block .time {
    font-size: 12px;
  }
  .et_pb_text_inner h2 {
    font: 600 22px/30px 'rama_gothic', Arial, sans-serif;
  }

  .et_pb_text_2_tb_body  .et_pb_text_inner h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .et_pb_row_0_tb_body {
    padding: 0 0 7px !important;
  }

  .et_pb_row_2_tb_body {
    padding: 16px 0 0 !important;
  }

  .et_pb_module.et_pb_text {
    margin-bottom: 12px !important;
  }

  .et_pb_posts .et_pb_post .post-content-inner p {
    margin: 0 0 8px;
  }

  .et_pb_posts .et_pb_post .post-content {
    margin-bottom: 19px;
  }

  .et_pb_post .entry-featured-image-url {
    margin-bottom: 12px;
  }

  .et_pb_button_module_wrapper {
    padding: 0 0 34px;
  }
  .home-lates-posts .et_pb_image_container {
    margin: 0 !important;
  }

  .home-lates-posts .et_pb_post {
    margin-bottom: 19px !important;
  }

  #content-area {
    margin: 0 15px;
  }

  .row img,
  .row-block img {
    margin-bottom: 11px;
    display: block;
    width: 100%;
    max-width: inherit;
  }

  .row .date,
  .row-block .date {
    margin-bottom: 9px;
    display: block;
    font-size: 10px;
    line-height: 15px;
  }

  .row .small-post .date {
    margin-bottom: 7px;
  }

  .row .more,
  .row-block .more {
    font-weight: bold;
    font-size: 15px;
  }

  .row .col-2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 27px;
  }

  .row .col-2 p {
    margin-bottom: 5px;
  }

  .row p,
  .row-block p {
    margin-bottom: 6px;
  }

  .small-post {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 28px;
  }

  .row-block .small-post {
    margin-bottom: 30px;
  }

  .small-post img {
    margin-bottom: 12px;
  }

  .medium-post {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 23px;
  }

  .latest-posts h2 {
     font: 600 26px/35px 'rama_gothic', Arial, sans-serif;
     margin: 0 0 13px;
     display: flex;
     align-items: center;
     text-transform: uppercase;
  }

  .latest-posts h2 .btn {
    margin-left: 10px;
    text-transform: none;
    font-family: Arial, sans-serif;
  }

  .banner-bg .holder {
    background-image: linear-gradient(-1deg, #ffffff 0%, #ffffff 2%, rgba(255, 255, 255, 0.60) 40%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px 15px;
  }

  .banner-bg h1 {
    font-size: 26px;
    line-height: 32px;
    margin:14px 0 12px;
  }

  .banner-bg .lwp-breadcrumbs {
    margin-bottom: 98px;
    color: #54565B;
  }

  .lwp-breadcrumbs a {
    color: #54565b !important;
  }

  .lwp-breadcrumbs a:hover {
    color: #91C717 !important; 
  }

  .banner-bg .lwp-breadcrumbs a {
    color: #54565B !important;
  }

  .banner-bg .lwp-breadcrumbs a:hover {
    color: #91C717 !important; 
  }

  #main-content .container {
    padding-top: 0 !important;
  }

  #et-main-area {
    margin-top: 43px;
  }

  .home #et-main-area {
    margin-top: 0;
  }

  .single.single-post #et-main-area {
    margin-top: 13px;
  }

  .tag-block h2 {
    margin-bottom: 10px;
  }

  .search-block, .search-block-cta {
    padding: 32px 0;
    margin:68px -15px 67px;
  }

  .search-block .search-mobile-form, .search-block-cta .search-mobile-form-cta {
    width: 100%;
    padding: 0 16px;
  }

  .search-block .search-mobile-form span, .search-block-cta .search-mobile-form-cta span {
     font:600 33px/35px 'rama_gothic', Arial, sans-serif;
     display: block;
     text-align: center;
     text-transform: uppercase;
     margin-bottom: 33px;
  }

  .search-block .search-mobile-form input[type='submit'], .search-block-cta .search-mobile-form-cta input[type='submit'] {
    position: absolute;
    top: 9px;
    right: 7px;
    width: 128px;
    height: 46px;
  }

  .search-block .search-mobile-form .row-holder, .search-block-cta .search-mobile-form-cta .row-holder {
     margin: 0;
     padding:0 200px 0 14px;
     height: 66px;
  }

  .video-block {
    position: relative;
    background: #f6f6f6;
    padding: 0 15px 8px;
    margin:0 -15px 67px;
  }

  .video-block.post-block {
    background: transparent;
    margin: 0;
    padding: 0;
  }

  .video-slider {
    width: 100%;
  }

  .vertical-post {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ededed; 
    margin-bottom: 22px;
  }

  .vertical-post .img-box {
    order: 2;
  }

  .vertical-post .box-txt {
    order: 1;
    padding: 20px 0 17px;
    font-size: 12px;
    line-height: 19px;
  }

  .vertical-post .info-block {
    display: flex;
    align-items: center;
    line-height: 15px;
    margin-bottom: 20px;
  }

  .vertical-post .info-block .date {
    margin: 0 10px 0 0;
  }

  .video-slider .slick-slide {
    font-size: 18px;
    line-height: 22px;
  }

  .vertical-post h2 {
    font-size:18px;
    line-height: 22px;
    margin-bottom: 7px;
  }

  .post-slider .slick-slide .vertical-post p {
    margin-bottom: 10px;
  }

  .video-slider .slick-slide .time {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 7px;
    display: block;
  }

  .video-slider .slick-slide p {
    margin-bottom: 20px;
  }

  .heading-holder {
    margin: 68px 0 0;
    padding: 26px 0 16px;
  }

  .image-area {
    margin-bottom: 7px;
    max-height: 223px;
  }

  .image-area .btn-video {
    width: 45px;
    height: 45px;
    right: 8px;
    bottom: 16px;
  }

  .image-area .btn-video:after {
    margin: -9px 0 0 -5px;
    border-top: 8px solid transparent;
    border-left: 14px solid #91C717;
    border-bottom: 8px solid transparent;
  }

  .lightbox-demo {
    padding:50px 9px;
    width: 100%;
    box-sizing: border-box;
  }

  .lightbox-demo h2 {
      margin: 0 0 10px;
  }

  .lightbox-demo p {
      margin: 0;
  }

  .video-frame .text-block {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 15px 0 0;
  }

  .video-frame .time {
    order: 1;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin:0 0 10px;
  }

  .video-frame .txt {
    font-size: 18px;
    line-height: 22px;
    order: 2;
  }

  .video-frame p {
    margin-bottom: 0;
  }

  .video-frame .more {
    font-size:15px;
    line-height: 18px;
  }

  .fancybox-slide--html .fancybox-close-small {
    right: 0;
    top: 10px;
  }

   .error404 .et_pb_search input[type=text] {
    width: 100%;
  }

  .post-slider .col-2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 29px;
  }

  .post-slider .col-2 img {
    margin-bottom: 11px;
  }

  .post-slider .date {
    font-size: 10px;
    line-height: 15px;
    display: block;
    margin-bottom: 9px;
  }

  .post-slider .slick-slide p {
    margin-bottom: 6px;
  }

  .post-slider .more {
    font-size: 15px;
    line-height: 18px;
  }

  .col-3 {
    margin-bottom: 19px;
    position: relative;
  }

  .col-3 .block-img {
    margin-bottom: 10px;
  }

  .heading-box {
    text-align: center;
    padding-bottom: 40px;
  }

  .heading-box h2 {
    font: 600 22px/28px 'rama_gothic', Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .col-3 .block-img img {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }

  .col-3 .txt-holder p {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 3px;
  }

  .col-3 .block-info .date {
    margin: 0 0 10px;
  }

  .col-3 .btn {
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 10;
  }

  body {
    font: 14px/21px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  }

  .et-l--post {
    font-size: 14px;
    line-height: 21px;
  }

  #left-area {

    padding:28px 0 0 0 !important;
  }

  #content-area .lwp-breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #content-area .lwp-breadcrumbs + img {
    margin-top: 5px;
  }

  #left-area h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'rama_gothic_esemibold',Arial,sans-serif;
  }
  #left-area h2 {
    font-size: 30px;
    line-height: 34px;
    font-family: 'rama_gothic_esemibold',Arial,sans-serif;
  }
  #left-area h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'rama_gothic_esemibold',Arial,sans-serif;
  }

  #left-area .post-meta {
    padding-bottom: 0;
  }

  #left-area .et_pb_image_wrap {
    margin: 0 0 20px;
  }

  #main-content #left-area .et_pb_row {
    margin: 0;
    width: 100% !important;
    padding: 0;
  }

  .single #left-area .et_pb_post {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
  }

  .et_post_meta_wrapper {
    margin-bottom: 27px;
  }
  p {
    margin-bottom: 21px;
  }

  .et_post_meta_wrapper .post-meta {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
  }

  .et_post_meta_wrapper .published {
    display: block;
    order: 2;
  }

  .et_post_meta_wrapper .btn {
    order: 1;
    margin-right: 10px;
  }

  .et_post_meta_wrapper .share-btns {
    display: flex;
    align-items: center;
    line-height: 19px;
    font-size: 14px;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper {
    margin: 0;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li {
    margin: 0 0 0 8px !important;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li > a {
    width: 26px !important;
    height: 26px !important;
    border: 2px solid #91c717 !important;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-regular-icons .ss-social-icons-container>li>a .ss-network-icon,
  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-regular-icons .ss-social-icons-container>li>a svg {
    width: 26px !important;
    min-width: 26px !important;
  } 

  #sidebar {
    padding: 24px 16px 0 !important;
    background: #f6f6f6;
    margin-bottom: 40px;
  }

  #sidebar .widget_text {
    margin-bottom: 0;
  }

  #sidebar .box-video {
    margin: 0 -16px;
    padding: 30px 0 0;
    background: #fff;
    position: relative;
  }

  .box-video .btn-video {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 9px;
    position: absolute;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
  }

  .box-video .btn-video:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    margin: -9px 0 0 -4px;
    border-top: 9px solid transparent;
    border-left: 14px solid #91C717;
    border-bottom: 9px solid transparent;
  }

  #sidebar h2 {
    font: 600 22px/26px 'rama_gothic', Arial, sans-serif;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0px !important;
  }

  .insta-block {
    display: flex;
    align-items: center;
    line-height: 34px;
    padding: 31px 0 12px;
  }

  #sidebar .insta-block h2 {
    margin: 0 10px 0 0;
  }

  #sidebar .insta-block p {
    margin-bottom: 0;
  }

  #sb_instagram {
    margin-bottom: 23px;
  }

  #sidebar #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item {
    width: 33.33% !important;
  }

  #sidebar #sb_instagram #sbi_images {
    white-space: normal;
  }

  .yarpp-related {
    margin: 0 15px !important;
    padding-bottom: 40px;
    position: relative;
  }

  .yarpp-related:after,
  .yarpp-related:before {
    content: '';
    display: table;
    clear: both;
  }

  .yarpp-related .et_pb_text_inner {
    display: flex;
    align-items: center;
  }

  .row-slider.medium-slider .slick-slide {
    width: 278px !important;
    margin-right: 10px;
  }

  .medium-slider .img-holder {
    background: #fff;
    margin-bottom: 5px;
  }

  .medium-slider .img-holder img {
    min-height: inherit;
  }

  .row-slider.medium-slider .txt-block p a {
    font-weight: normal;
  }

  .row-slider.medium-slider:after {
    z-index: 10;
    left: 1160px;
  }

  .row-slider.medium-slider:before {
    bottom: 0;
  }

  .medium-slider .date {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 7px;
  }

  .et_pb_text_1_tb_footer .logo-txt {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0.49px;
    margin: 0 0 0;
  }

  .bottom-btn {
    display: block;
    width: 200px;
    vertical-align: top;
    margin: 40px auto 50px;
    background: #0f8ae7;
    color: #fff !important;
    height: 47px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    position: relative;
    transition: all 300ms ease 0ms;
  }

  .bottom-btn:after{
    font-size: 32px;
    line-height: 44px;
    content: "";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    font-family: ETmodules!important;
  }

  .bottom-btn:hover:after {
    opacity: 1;
    margin-left: 0;
    content: "";
  }

  .bottom-btn:hover {
    color: #fff !important;
    background-color: #41aeff !important;
    text-decoration: underline !important;
  }

  .et_pb_image .et_pb_image_wrap {
    display: block;
    max-width: inherit;
  }

  .box-video {
    margin-bottom: 30px;
  }

  /* end max-width 980 */

}



.header-block .et_pb_column_4_tb_header .et-menu,
 #menu-secondary-menu {
  white-space: nowrap;
  flex-wrap: nowrap !important; 
}

#menu-secondary-menu a {
  color: rgba(0,0,0,.8) !important;
}

@media (min-width: 600px) and (max-width: 980px) {
  .home-slider .slick-slide img {
    width: 100%;
    height: auto;
    max-height: 490px;
    object-fit: cover;
  }
}



@media (min-width: 981px) {
  .header-holder {
    margin: 0 auto;
  }
  .et_pb_image_wrap,
  .logo-txt {
    font:600 34px/46px 'rama_gothic', Arial, sans-serif;
    color: #54565B;
    text-transform: uppercase;
  }

  .et_pb_text_1_tb_footer .logo-txt {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 0.58px;
    margin: -8px 0 0;
  }
  .nav-opener {
    display: none;
  }
  .search-mobile-form {
    display: none;
  }

  .main-nav {
    display: flex;
  }

  .tel {
    width:125px;
    font-size: 18px;
    line-height: 21px; 
  }

  .tel .txt {
    display: none;
  }
  .logo-txt {
    display: block;
    margin: -2px 6% 0 0;
    flex-shrink: 0;
    flex-basis: 0;
  }

  .dropdown {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: space-between;
  }

  .header-holder .nav {
    display: flex;
    justify-content: space-between;
    flex-shrink: 1;
    flex-grow: 1;
    margin: 0;
  }

  .header-holder .nav > li {
    margin: 0 10px 0 0;
    white-space: nowrap;
  }

  .header-holder .nav a {
    color: #54565B !important;
  }

  .header-holder .nav > li > a {
    display: block;
    padding: 1.5em 0;
  }

  .header-holder .nav a:hover,
  .header-holder .nav .et-hover a {
    color: #91C717 !important;
  }

  .live-chat a {
    display: block;
    text-indent: -9999px;
    width: 99px;
    height: 16px;
    background: url(images/live-chat.svg) no-repeat;
  }

  .live-chat {
    margin: 0 0 0 32px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 1.5em 0;
  }

  .header-holder .nav li .sub-menu {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    background: #fff;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    width: auto;
    left: 50%;
    transform: translate(-50%);
    transition: opacity 0.25s ease-in-out;
    text-transform: uppercase;
    font: 600 22px/26px 'rama_gothic', Arial, sans-serif;
    white-space: nowrap;
    top: 2.7em;
  }

  .header-holder .nav li .sub-menu:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 49%;
    width: 0;
    height: 0;
    transform: translate(-50%);
    border-left: 22px solid rgba(188,189,192,0);
    border-right: 22px solid rgba(188,189,192,0);
    border-bottom: 22px solid #979797;
  }

  .header-holder .nav li .sub-menu:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 49%;
    width: 0;
    height: 0;
    transform: translate(-50%);
    border-left: 20px solid rgba(188,189,192,0);
    border-right: 20px solid rgba(188,189,192,0);
    border-bottom: 20px solid #fff;

  }

  .header-holder .nav li .sub-menu li {
    padding: 5px 10px;
  }

  .header-holder .nav li .sub-menu li a {
    color: #979797 !important;
    transition: color 0.2s;
    font-size: 22px;
    display: block;
  }

  .header-holder .nav li .sub-menu li a:hover {
    color: #91C717 !important;
    background: transparent;
  }
  
  .header-block .submenu ul {
    margin: 0;
  }

  .et_pb_posts .et_pb_post {
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    display: block;
  }

  .et_pb_posts .et_pb_post h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 11px;
    padding: 31px 30px 0 0;
    font-weight: normal;
  }

  .et_pb_posts .et_pb_post h2 a {
    color: #54565B !important;
    font-weight: bold;
  }

  .et_pb_posts .et_pb_post .post-content {
    line-height: 27px;
    padding: 0 30px 0 0;

  }

  .et_pb_posts .et_pb_post .more-link {
    width: auto;
    padding-left: 0;
  }

  .et_pb_posts .et_pb_post .post-meta {
    padding: 0 30px 0 0;
    margin: 0;
    position: absolute;
    top: 21px;
    left: 20px;
  }

  .et_pb_posts .et_pb_post .post-meta .btn {
    min-width: inherit;
    min-height: inherit;
    background: none;
    padding: 0;
    line-height: 25px;
    margin-left: 20px;
    color: #91C717 !important;
    font-weight: bold;
  }

  .et_pb_posts .et_pb_post .post-meta .btn:hover {
    color: #518D15 !important;
  }

  .et_pb_posts .et_pb_post .post-meta .btn span {
    display: none;
  }

  .et_pb_posts .et_pb_post .post-content-inner p {
    margin: 0 0 16px;
  }

  .et_pb_posts .et_pb_post .more-link {
    font-size: 15px;
    font-weight: bold;
  }

  .et_pb_post .published {
    font-size: 10px;
  }

  .home-slider {
    width: 94%;
  }

  .home-slider .slick-slide {
    padding: 0 12px 0 0;
  }

  .home-slider:after {
    display: block;
  }

  .home-slider .slick-list {
    overflow: visible !important;
  }
  .home-slider .txt-block {
    position: absolute;
    left: 0;
    top: 55%;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 45px;
    line-height: 52px;
    padding: 10px 10px 13px 0;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    background-image: linear-gradient(to top, #ffffff 0%, #ffffff 2%, rgba(255, 255, 255, 0.73) 72%, rgba(255, 255, 255, 0) 100%);
  }

  .home-slider .slick-active .txt-block {
    opacity: 1;
    padding-left: 20px;
  }

  .home-slider .txt-block p {
    margin: -14px 0 -13px;
  }

  .btn {
    font-size: 10px;
  }

  .home-slider .txt-block .time {
    font-size: 10px;
  }

  .et_pb_text_inner h2 {
    font: 600 26px/35px 'rama_gothic', Arial, sans-serif;
  }

  .et_pb_row_0_tb_body {
    padding: 0 0 36px !important;
  }

  .et_pb_row_2_tb_body {
    padding: 52px 0 0 !important;
  }

  .et_pb_module.et_pb_text {
    margin-bottom: 18px !important;
  }

  .et_pb_posts .et_pb_post .post-content-inner p {
    margin: 0 0 16px;
  }
  .et_pb_button_module_wrapper {
    padding: 18px 0 53px;
  }

  .home-lates-posts .et_pb_image_container {
    margin: 0 0 8px !important;
    max-height: 225px;
  }

  .home-lates-posts .more-link {
    font-weight: normal;
    font-size: 15px;
  }

  .home-lates-posts .et_pb_post {
    margin-bottom: 20px !important;
  }

  .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .post-block .row-slider .slick-slide {
    width: auto !important;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
  }
  .post-block .row-slider:before,
  .post-block .row-slider:after {
    display: none;
  }

  .post-block .row-slider .slick-list {
    overflow: hidden !important;
  }

  .bottom-btn {
    display: block;
    width: 200px;
    vertical-align: top;
    margin: 40px auto 50px;
    background: #0f8ae7;
    color: #fff !important;
    height: 47px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    position: relative;
    transition: all 300ms ease 0ms;
  }

  .bottom-btn:after{
    font-size: 32px;
    line-height: 44px;
    content: "";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    font-family: ETmodules!important;
  }

  .bottom-btn:hover:after {
    opacity: 1;
    margin-left: 0;
  }

  .bottom-btn:hover {
    color: #fff !important;
    background-color: #41aeff !important;
    text-decoration: underline !important;
  }

  .row-block {
    display: flex;
    flex-wrap: wrap;
  }

  .row .col,
  .post-slider .col {
    width: 32.4%;
  }

  .row img,
  .row-block img,
  .post-slider img {
    margin-bottom: 14px;
    display: block;
    width: 100%;
    max-width: inherit;
  }

  .post-slider img {
    margin-bottom: 13px;
  }

  .post-slider .img-holder {
    max-height:225px;
    overflow: hidden;
  }

  .row .date,
  .row-block .date,
  .post-slider .date {
    margin-bottom: 8px;
    display: block;
    font-size: 10px;
    line-height: 15px;
  }

  .row .more,
  .row-block .more,
  .post-slider .more {
    font-weight: bold;
    font-size: 15px;
  }

  .row .col-2,
  .post-slider .col-2 {
    width: 66.2%;
    margin-right: 1%;
    font-size: 24px;
    line-height: 29px;
  }

  .row .col-2 p {
    margin-bottom: 0;
  }

  .post-slider .col-2 p {
    margin-bottom: -2px;
  }

  .post-slider .col p {
    margin-bottom: 5px;
  }

  .row p,
  .row-block p {
    margin-bottom: 10px;
  }

  .small-post {
    width: 32.3%;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .row-block .small-post {
    margin-right: 1.55%;
    margin-bottom: 30px;
  }

  .row-block .small-post:nth-child(3n+3) {
    margin-right: 0;
  }

  .small-post img {
    max-height: 225px;
    overflow: hidden;
  }

  .post-slider .img-box {
    height: 225px;
    overflow: hidden;
    margin-bottom: 14px;
  }

  .post-slider .col .small-post img {
    max-height: inherit;
    margin-bottom: 0;
  }

  .col .small-post,
  .post-slider .col .small-post {
    margin: 0 0 12px;
    width: 100%;
  }

  .post-slider .col .small-post {
    margin-bottom: 17px;
  }

  .medium-post {
    width: 49.4%;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .latest-posts h2 {
     font: 600 26px/35px 'rama_gothic', Arial, sans-serif;
     margin: 0 0 31px;
     display: flex;
     align-items: center;
     text-transform: uppercase;
  }

  .latest-posts h2 .btn {
    margin-left: 10px;
    text-transform: none;
    font-family: Arial, sans-serif;
  }

  .post-block.video-block {
    background: transparent;
  }

  .post-block.video-block:after,
  .post-block.video-block:before {
    display: none;
  }

  .video-block {
    position: relative;
    background: #f6f6f6;
    padding-bottom: 20px;
    margin-bottom: 95px;
  }

  .video-block.post-block {
    margin-bottom: 29px;
  }

  .video-block:after,
  .video-block:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #f6f6f6;
    left: -9999px;
    right: 100%;
  }

  .video-block:before {
    left: 100%;
    right: -9999px;
  }

  .video-slider {
    width: 76%;

  }

  .video-slider .slick-slide {
    font-size: 32px;
    line-height: 38px;
  }

  .video-slider .slick-slide .time {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 7px;
  }

  .video-slider .slick-slide p {
    margin-bottom: 20px;
  }

  .video-slider .slick-list {
    overflow: visible !important;
  }

  .video-slider .slick-list:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #f6f6f6;
    left: -9999px;
    right: 100%;
    z-index: 5;
  }

  .video-slider .slick-slide {
    padding: 0 16px 0 0;
  }

  .video-slider .slick-slide p,
  .video-slider .slick-slide .time {
    display: none;
  }

  .video-slider .slick-slide.slick-active p,
  .video-slider .slick-slide.slick-active .time {
    display: block;
  }

  .banner-bg .holder {
    margin: 0 0 0 20px;
  }

  #content-area {
    margin: 0 15px;
  }

  #et-main-area {
     margin-top: 54px;
  }

  .single.single-post #et-main-area {
    margin-top: 23px;
  }

  .home #et-main-area {
    margin-top: 0;
  }

  .banner-bg .holder {
    width: 685px;
    font-size: 16px;
    line-height: 22px;
    padding: 11px 10px 69px 0;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 2%, rgba(255, 255, 255, 0.73) 72%, rgba(255, 255, 255, 0) 100%);
  }

  .banner-bg .holder:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 100%;
    background: #fff;
  }

  .banner-bg h1 {
    font-size: 45px;
    line-height: 50px;
    margin: 18px 0;
  }

  .lwp-breadcrumbs {
    margin-bottom: 30px;
  }

  .lwp-breadcrumbs a {
    color: #54565b !important; 
  }

  .lwp-breadcrumbs a:hover {
    color: #91C717 !important; 
  }

  #main-content .container {
    padding-top: 0 !important;
  }

  .tag-block h2 {
    margin-bottom: 26px;
  }

  .product-block h2 {
    margin-bottom: 23px;
  }

  .search-block, .search-block-cta {
    padding: 44px 0;
    margin:82px 0 91px;
  }

  .search-block-cta {
    padding: 32px 0;
    margin:68px -15px 67px;
  }

  .search-block:after,
  .search-block:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: #f6f6f6;
    left: -9999px;
    right: 100%;
  }

  .search-block:before {
    left: 100%;
    right: -9999px;
  }

  .search-block .search-mobile-form {
    display: flex;
    width: 100%;
    padding: 10px 0;
    position: relative;
    justify-content: space-between;
    align-items: center;
  }

  .search-block-cta .search-mobile-form-cta {
    width: 100%;
    padding: 0 16px;
  }

  .search-block .search-mobile-form a, .search-block-cta .search-mobile-form-cta a {
    display: none;
  }

  .search-block .search-mobile-form span {
     font:600 38px/45px 'rama_gothic', Arial, sans-serif;
     width: 51%;
     text-transform: uppercase;
  }

  .search-block .search-mobile-form input[type='submit'], .search-block-cta .search-mobile-form-cta input[type='submit'] {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 128px;
    height: 46px;
  }

  .search-block .search-mobile-form .row-holder, .search-block-cta .search-mobile-form-cta .row-holder {
     margin: 0;
     padding:0 200px 0 14px;
     height: 66px;
  }

  .heading-holder {
    margin: 82px 0 0;
    padding: 26px 0 19px;
  }

  .image-area {
    margin-bottom: 13px;
    max-height: 369px;
  }

  .image-area .btn-video {
    width: 68px;
    height: 68px;
    right: 20px;
    bottom: 20px;
  }

  .image-area .btn-video:after {
    margin: -13px 0 0 -7px;
    border-top: 12px solid transparent;
    border-left: 19px solid #91C717;
    border-bottom: 12px solid transparent;
  }

  .lightbox-demo {
    padding: 50px;
    width: 1260px;
    box-sizing: border-box;
  }

  .lightbox-demo h2 {
      margin: 0 0 10px;
  }

  .lightbox-demo p {
      margin: 0;
  }

  .video-frame .text-block {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 20px 0 0;
  }

  .video-frame .time {
    flex-grow: 0;
    font-size: 12px;
    line-height: 15px;
    margin: 10px 0 0;
    width: 150px;
    text-align: right;
  }

  .video-frame .txt {
    flex-grow: 1;
    padding: 0 30px 0 0;
    font-size: 32px;
    line-height: 38px;
    
  }

  .video-frame p {
    margin-bottom: -8px;
  }

  .video-frame .more {
    font-size:15px;
    line-height: 18px;
  }

  .fancybox-slide--html .fancybox-close-small {
    right: 13px;
    top: 11px;
  }

  .post-slider .slick-slide {
    display: flex !important;
    justify-content: space-between;
  }

  .vertical-post {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ededed;
  }

  .post-slider.vertical .slick-slide {
    flex-direction: column;
  }

  .post-slider.vertical .img-box {
    height: auto;
    order: 2;
    width: 67.5%;
    margin-bottom: 10px;
    flex-grow: 0;
    overflow: visible;
  }

  .vertical-post .box-txt {
    order: 1;
    font-size: 12px;
    line-height: 19px;
    flex-grow: 1;
    padding: 28px 20px 20px 20px;
  }

  .post-slider .vertical-post img {
    margin-bottom: 0;
  }

  .vertical-post .info-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 15px;
    font-size: 10px;
  }

  .vertical-post .info-block .btn {
    background: none;
    width: auto;
    color: #91c717 !important;
    padding: 0;
    min-height: 15px;
    line-height: 15px;
    min-width: inherit;
  }

  .vertical-post .info-block .btn span {
    display: none;
  }

  .vertical-post .info-block .date {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .vertical-post p {
    margin-bottom: 16px;
  }

  .vertical-post h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 10px;
    font-weight: normal;
  }

  .row-slider.vertical {
    margin-bottom: 50px;
  }

  .error404 .et_pb_search input[type=text] {
    width: 80%;
  }

  .col-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
  }

  .col-3 .block-img {
    width: 66.2%;
  }

  .heading-box {
    text-align: center;
    padding-bottom: 50px;
  }

  .heading-box h2 {
    font: 600 26px/35px 'rama_gothic', Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .col-3 .block-img img {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }

  .col-3 .txt-holder p {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .col-3 .txt-holder {
    width: 32.4%;
    padding: 10px 0;
  }

  .col-3 .block-info {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin-bottom: 29px;
  }

  .col-3 .block-info .date {
    margin: 0 0 0 10px;
  }

  #left-area {
    width: calc(100% - 392px) !important;
    padding:40px 98px 0 0 !important;
  }

  #left-area h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'rama_gothic_esemibold',Arial,sans-serif;
  }
  #left-area h2 {
    font-size: 30px;
    line-height: 34px;
    font-family: 'rama_gothic_esemibold',Arial,sans-serif;
  }
  #left-area h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'rama_gothic_esemibold',Arial,sans-serif;
  }

  #left-area .post-meta {
    padding-bottom: 0;
  }

  .single #left-area .et_pb_post {
    margin-bottom: 0 !important;
  }

  .et_post_meta_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
  }

  .et_post_meta_wrapper .post-meta {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .et_post_meta_wrapper .published {
    display: block;
    order: 2;
  }

  .et_post_meta_wrapper .btn {
    margin-right: 10px;
  }

  .et_post_meta_wrapper .btn {
    order: 1;
  }

  .et_post_meta_wrapper .share-btns {
    display: flex;
    align-items: center;
    line-height: 19px;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper {
    margin: 0;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li {
    margin: 0 0 0 8px !important;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li > a {
    width: 26px !important;
    height: 26px !important;
    border: 2px solid #91c717 !important;
  }

  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-regular-icons .ss-social-icons-container>li>a .ss-network-icon,
  .et_post_meta_wrapper .ss-inline-share-wrapper.ss-regular-icons .ss-social-icons-container>li>a svg {
    width: 26px !important;
    min-width: 26px !important;
  } 

  #sidebar {
    width: 392px !important;
    padding: 23px 16px 0 !important;
    background: #f6f6f6;
    margin-top: 42px;
  }

  #sidebar .widget_text {
    margin-bottom: 0;
  }

  #sidebar .box-video {
    margin: 0 -16px;
    padding: 30px 0 0;
    background: #fff;
    position: relative;
  }

  .box-video .btn-video {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 9px;
    position: absolute;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
  }

  .box-video .btn-video:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    margin: -9px 0 0 -4px;
    border-top: 9px solid transparent;
    border-left: 14px solid #91C717;
    border-bottom: 9px solid transparent;
  }

  #sidebar h2 {
    font: 600 26px/35px 'rama_gothic', Arial, sans-serif;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0px !important;
  }

  .insta-block {
    display: flex;
    align-items: center;
    line-height: 34px;
    padding: 41px 0 12px;
  }

  #sidebar .insta-block h2 {
    margin: 0 10px 0 0;
  }

  #sidebar .insta-block p {
    margin-bottom: 0;
  }

  #sb_instagram {
    margin-bottom: 23px;
  }

  .yarpp-related {
    margin: 0 15px !important;
    padding-bottom: 80px;
    position: relative;
  }

  .yarpp-related:after,
  .yarpp-related:before {
    content: '';
    display: table;
    clear: both;
  }

  .yarpp-related .et_pb_text_inner {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
  }

  .row-slider.medium-slider .slick-slide {
    width: 376px !important;
    margin-right: 16px;
  }

  .medium-slider .img-holder {
    background: #fff;
    margin-bottom: 5px;
  }

  .row-slider.medium-slider .txt-block p a {
    font-weight: normal;
  }

  .row-slider.medium-slider:after {
    z-index: 10;
    left: 1160px;
  }

  .row-slider.medium-slider:before {
    bottom: 0;
  }

  body {
    font: 15px/24px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  }

  .et-l--post {
    font-size: 15px;
    line-height: 24px;
  }

  .medium-slider .img-holder img {
    min-height: inherit;
  }

  .medium-slider .date {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 7px;
  }


  /* end min-width 981 */

}


@media (min-width: 768px) {

  .home-slider .slick-dots {
    display: none !important;
  }

  .home-slider .slick-slide {
    width: 80%;
    position: relative;
  }

  .home-slider .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 490px;
    object-fit: cover;
  }
/*
  .et_pb_column_1_tb_footer {
    width: 43% !important;
    margin-right: 3% !important;
  }

  .et_pb_column_2_tb_footer {
    width: 25% !important;
    margin-right: 3% !important;
  }

  .et_pb_column_3_tb_footer {
    width: 25% !important;
    margin-right: 1% !important;
  }

  .et_pb_column_4_tb_footer {
    width: 100% !important;
    padding-top: 45px;
  }
*/
  .et_pb_image_0_tb_footer .et_pb_image_wrap {
    width: 246px;
    height: 35px;
  }
  .et-l--footer .et_section_regular > .et_pb_row:first-child h2 {
    font: 600 26px/32px 'rama_gothic', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
  }

  .et-l--footer .et_section_regular > .et_pb_row:first-child .et_pb_column {
    position: relative;
    padding: 33px 0 33px 15px;
  }
  .et-l--footer .et_section_regular > .et_pb_row:first-child .et_pb_column .et_pb_module {
    margin-bottom: 30px;
  }
  .et-l--footer .et_pb_row.et_pb_row--with-menu {
    padding: 47px 15px 87px;
    max-width: 1160px;
    width: 100%;
  }
  .et_pb_image_0_tb_footer {
    margin:2px 0 25px -3px !important;
  }
  .et_pb_social_media_follow_0_tb_footer {
    margin: 0 0 0 -3px !important;
  }
  .et-l--footer .gform_wrapper h3.gform_title {
    margin: 0 0 10px;
    font: 600 26px/32px 'rama_gothic', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .search-block .search-mobile-form input[type='text'], .search-block-cta .search-mobile-form-cta input[type='text'] {
    width: 295px !important;
  }


  /* end min-width 768 */

}


@media (min-width: 981px) and (max-width: 1199px) {
  .header-block .frame {
    padding: 8px 20px 9px 21px;
  }
  .logo-txt {
    margin: -2px 2% 0 0;
  }
  .search-form {
    margin:0 0 0 1.5%;
  }
  .header-holder {
    padding: 14px 20px 17px 20px;
  }
  .logo {
    width: 120px;
    margin-right: 2%;
  }
   .header-holder .nav {
    font-size: 12px;
  }
  .tel {
    margin-left: 2%;
  }


  /* end (min-width: 981px) and (max-width: 1199px) */
}




 @media (min-width: 1200px) {
  .header-block .frame {
    padding: 8px 140px 5px 141px;
  }
  .search-form {
    margin:0 0 0 7.5%;
  }
  .header-holder {
    padding: 14px 101px 17px 88px;
  }
  .logo {
    width: 167px;
    margin-right: 5.9%;
  }
  .header-holder .nav {
    font-size: 14px;
  }
  .tel {
    margin-left: 6%;
  }
  #main-content .et_pb_row {
    width: 100% !important;
    margin: 0;
  }
  #content-area {
    margin: 0;
  }

  .et-l--footer .et_pb_row.et_pb_row--with-menu {
    padding: 44px 0 87px;
  }

  .yarpp-related {
    margin: 0 !important;
  }




  /* end (min-width: 1200px)*/
 }


 @media (min-width: 1440px) {

/*  .et_pb_column_4_tb_footer {
    width: 40.8% !important;
  }
  .et_pb_column_1_tb_footer {
    width: 21.25% !important;
    margin-right: 1.7% !important;
  }

  .et_pb_column_2_tb_footer {
    width: 16% !important;
    margin-right: 1% !important;
  }

  .et_pb_column_3_tb_footer {
    width: 17.7% !important;
    margin-right: 1.5% !important;
    padding-top: 0;
  }

  .et_pb_column_4_tb_footer {
    padding-top: 0;
  }
*/

  .banner-bg .holder {
    margin: 0;
  }

  /* end (min-width: 1400px)*/

 }

.et_pb_image_0_tb_footer .et_pb_image_wrap {
  border-radius: 0 !important;
}

.et_pb_image_0_tb_footer .et_pb_image_wrap img {
  max-width: inherit !important;
  width: 100%;
  height: auto;
  display: block;
}



.et_pb_social_media_follow_0_tb_footer li a.icon {
  border: 2px solid #91c717 !important;
  border-radius: 50% !important;
  height: 42px !important;
  width: 42px !important;
  margin-right: 12px;
}

.et_pb_social_media_follow_0_tb_footer li a.icon:hover {
  color: #518D15 !important;
  border-color: #518D15 !important;
}

.et_pb_social_media_follow_0_tb_footer li a.icon:hover:before {
  color: #518D15 !important;
}

.et-l--footer .et-menu.nav {
  margin: 0 !important;
}

.et-l--footer .et-menu-nav a {
  color: #54565b !important;
  line-height: 16px;
}

.et-l--footer .et-menu-nav a:hover {
  color: #518D15 !important;
}

.et-l--footer .et-menu-nav li {
  display: block !important;
  width: 100%;
  margin: 0 0 2px !important;
}

.et-l--footer .gform_wrapper {
  margin: 0;
}

.et-l--footer .gform_wrapper .gform_heading {
  margin: -5px 0 0;
}



.et-l--footer .gform_wrapper .gform_body {
  border: 1px solid #979797;
  border-radius: 33px;
  height: 66px;
  padding-right: 174px;
}

.et-l--footer .gform_wrapper ul li.gfield {
  padding: 0 !important;
  margin: 0;
}

.et-l--footer .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.et-l--footer .gform_wrapper input[type=text] {
  width: 100% !important;
  display: block;
  height: 64px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 2px 5px 0 29px !important;
  font-size: 18px !important;
  line-height: 24px;
  border-radius: 33px 0 0 33px;
}

.et-l--footer .gform_wrapper .gfield_label {
  display: none !important;
}

.et-l--footer .gform_wrapper form {
  position: relative;
}

.et-l--footer .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 154px;
}

.et-l--footer .gform_wrapper .gform_footer input[type=submit] {
  margin: 0;
  width: 100%;
  background-color: #0f8ae7;
  border-radius: 24px;
  height: 48px;
  border: none;
  outline: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;

}

.et-l--footer .gform_wrapper .gform_footer input[type=submit]:hover {
 opacity: .8;
}

.et-l--footer .et_section_regular > .et_pb_row:first-child {
  background: rgba(237, 237, 237, .5);
  padding: 0;
  max-width: 1160px;
  width: 100%;
}

.et-l--footer .et_section_regular > .et_pb_row:first-child .et_pb_column:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 100%;
  right: -9999px;
  background: rgba(237, 237, 237, .5);
}

.et-l--footer .et_section_regular > .et_pb_row:first-child .et_pb_column:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 100%;
  background: rgba(237, 237, 237, .5);
}


#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
  padding-right: 10px !important;
}

.et-l--footer .et_section_regular > .et_pb_row:first-child h2 a {
  color: #54565b !important;
}

.et_pb_fullwidth_code_0_tb_footer {
  background: #f6f6f6 !important;
  border-top: 1px solid #e2e2e2;
  color: #979797;
  font-size: 9px;
  line-height: 12px;
  padding: 19px 0 19px;
  text-transform: uppercase;
  position: relative;
}

.et_pb_fullwidth_code_0_tb_footer:after,
.et_pb_fullwidth_code_0_tb_footer:before {
  position: absolute;
  content: '';
  top: -1px;
  bottom: 0;
  background: #f6f6f6;
  left: -9999px;
  right: 100%;
  border-top: 1px solid #e2e2e2;
}

.et_pb_fullwidth_code_0_tb_footer:before {
  left: 100%;
  right: -9999px;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  border: none !important;
}





/* header styles */

.header-info {
  background: #0F8AE7;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 9px 20px 8px;
  margin: 0 auto;
}

.header-info a {
   color: #fff !important;
  
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top: 0 !important;
}

.header-holder {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.et_pb_fullwidth_code_0_tb_header {
  height: inherit !important;
  max-height: inherit !important;
  padding: 10px 0 10px !important;
  line-height: 14px;
}

.et_pb_section_2_tb_header {
  min-height: inherit !important;
  max-height: inherit !important;
  position: relative;
  z-index: 15;
}

.header-block {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(151, 151, 151, 0.15), inset 0 3px 5px rgba(151, 151, 151, 0.15);
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  z-index: 100;
}

.sticky-wrap-header-block {
 
}

#theme-main-header {
  /*padding-bottom: 10px;*/
  position: relative;
  z-index: 20;
}

.header-block .frame {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
}

.sticky-wrap-header-block .et_pb_row_1_tb_header.et_pb_row.header-block {
  padding: 20px 0 20px !important;
}

.et_pb_row_1_tb_header {
  max-height: inherit !important;
}

.et_pb_image_wrap em,
.logo-txt em {
  font-style: normal;
  color: #91C717;
}

.header-holder .nav {
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  padding-top: 10px;
}

.logo {
  flex-shrink: 0;
  flex-grow: 0;
}

.logo a {
  display: block;
}

.tel {
  color: rgba(0,0,0,.8) !important;
  display: block;
  font-weight: bold;
  flex-shrink: 0;
  flex-grow: 0;
}

.header-block .submenu {
  margin: -3px 0 0;
  flex-shrink: 1;
  flex-grow: 1;
}

.header-block .submenu ul {
  display: flex;
  white-space: nowrap;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.header-block .submenu li {
  margin-right: 10px;
}

.header-block .submenu a {
  color: #54565b !important;
  position: relative;
}

.header-block .submenu .current-menu-item a:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  background: #91C717;
  left: 0;
  bottom: -21px;
}

.header-block .submenu a:hover {
  color: #91C717 !important;
}

.search-mobile-form, .search-mobile-form-cta {
    font-size: 16px;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }

.search-mobile-form legend, .search-mobile-form-cta legend,
.search-mobile-form label, .search-mobile-form-cta label {
  position: absolute;
  top: -99999px;

}

  .search-mobile-form span {
    font-weight: bold;
    display: block;
    text-transform: capitalize;
  }


  .search-mobile-form-cta span {
     font:600 33px/35px 'rama_gothic', Arial, sans-serif;
     display: block;
     text-align: center;
     text-transform: uppercase;
     margin-bottom: 33px;
  }

  .search-mobile-form .row-holder, .search-mobile-form-cta .row-holder {
    border: 1px solid #979797;
    border-radius: 30px;
    height: 60px;
    box-sizing: border-box;
    padding: 0 40px;
    background: #fff;
    position: relative;
    margin: 15px 0;
  }

  .search-mobile-form .row-holder:after, .search-mobile-form-cta .row-holder:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 27px;
    background: url(images/icon-location.png) no-repeat;
    top: 50%;
    left: 20px;
    margin-top: -15px;
  }

  .search-block .search-mobile-form .row-holder:after, .search-block-cta .search-mobile-form-cta .row-holder:after {
    display: none;
  }

  .search-mobile-form input[type='text'], .search-mobile-form-cta input[type='text'] {
    display: block;
    border: none;
    width: 140%;
    height: 58px;
    padding: 14px;
    font-size: 14px;
    background: transparent;
  }

  .search-block .search-mobile-form input[type='text'], .search-block-cta .search-mobile-form-cta input[type='text'] {
    padding: 23px 14px 20px;
    height: 64px;
    font-size: 16px;
    width: 180px;
  }

  .search-mobile-form input[type='submit'], .search-mobile-form-cta input[type='submit'] {
    display: block;
    width: 100%;
    border: none;
    background: #0f8ae7;
    border-radius: 24px;
    height: 38px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    outline: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
  }
  .search-mobile-form a, .search-mobile-form-cta a {
    text-transform: capitalize;
  }

  .search-block, .search-block-cta {
    position: relative;
    background: #f6f6f6;
  }

  .search-block .search-mobile-form a, .search-block-cta .search-mobile-form-cta a {
    display: none;
  }

.search-form {
  flex-shrink: 0;
  flex-basis: 0;
  width: 180px;
}

.search-form legend,
.search-form label {
  position: absolute;
  top: -99999px;

}

.search-form fieldset {
  position: relative;
  border: 1px solid #979797;
  border-radius: 33px;
  width: 180px;
  height: 41px;
  padding: 0 0 0 30px;
}

.search-form input[type="submit"] {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 12px;
  text-indent: -9999px;
  border: none;
  background: url(images/search.svg) no-repeat;
  width: 16px;
  height: 19px;
}

.search-form input[type="search"] {
  border: none;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  height: 39px;
  border-radius: 0 33px 33px 0;
  background: transparent;
  padding: 0 5px 2px;
}

/* home page */

.et_builder_inner_content .et_pb_section {
  padding: 0 !important;
}

.et_pb_text_inner h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}



/* Slick slider styles */
.home-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; 
}

.home-slider:after {
  position: absolute;
  z-index: 10;
  content: '';
  background: #fff;
  top: 0;
  bottom: -5px;
}

.slick-list {
  position: relative;
  /*overflow: hidden;*/
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.home-slider .slick-track,
.home-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; 
    max-width: inherit;
    width: 100%;
  }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.home-slider .slick-arrow {
  position: absolute;
  bottom: -2px;
  border:none;
  width: 49px;
  height: 62px;
  background: #fff;
  right: 12px;
  text-indent: -9999px;
  z-index: 5;
}

.home-slider .slick-arrow.slick-prev {
  right: 61px;
}

.home-slider .slick-arrow:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -7px;
  left: 50%;
}

.home-slider .slick-arrow.slick-prev:after {
  background: url(images/btn-prev.svg) no-repeat;
  margin-left:7px;
}
.home-slider .slick-arrow.slick-next:after {
  background: url(images/btn-next.svg) no-repeat;
  margin-left: -22px;
}

.home-slider .slick-slide {
  position: relative;
}

.btn {
  display: inline-block;
  vertical-align: top;
  background: url(images/bg-btn.svg) no-repeat;
  min-width: 127px;
  min-height: 25px;
  background-size: cover;
  text-align: center;
  line-height: 25px;
  color: #54565B !important;
  padding: 0 5px;
  white-space: nowrap;
}

.btn span {
  display: inline-block;
  vertical-align: top;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin:9px 5px 0 0;              
  background: #FE8300;
}

.btn .violet {
  background: #7341FF !important;
}

.et_pb_module .et_pb_text_inner .btn {
  font-style: normal;
  text-transform: none;
}

.home-slider .txt-block .time {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}

.home-slider .txt-block .more {
  font-size: 15px;
  line-height: 17px;
  width: inherit !important;
}

.et_pb_module.et_pb_text_9_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_8_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_7_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_6_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_3_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_2_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_0_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_4_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_5_tb_body .et_pb_text_inner,
.et_pb_module.et_pb_text_1_tb_body .et_pb_text_inner {
  display: flex;
  align-items: center;
}

.error404 .et_pb_module .et_pb_text_inner {
  display: block !important;
  text-align: center;
}

.error404 .et_pb_search_0_tb_body {
  height: auto !important;
  margin: 0 0 90px !important;
  max-width: inherit !important;
  border: none !important;
} 

.row-block .entry {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.error404 .et_pb_search input[type=text] {
  border:1px solid #979797 !important;
  height: 66px !important;
  padding: 2px 174px 0 29px !important;
  display: block;
  margin: 0 auto;
  border-radius: 33px;
  font-size: 18px;
  line-height: 24px;
}

.et_pb_posts .et_pb_post {
  border-top: 1px solid #EDEDED;
  margin-bottom: 10px;
}

.et_pb_posts .et_pb_post h2 {
  font-weight: normal;
}

.et_pb_posts .et_pb_post h2 a {
  color: #54565B !important;
  font-weight: bold;
}

.et_pb_posts .et_pb_post .post-content {
  line-height: 27px;
}

.et_pb_posts .et_pb_post .more-link {
  width: auto;
  padding-left: 0;
}


.et_pb_posts .et_pb_post .post-meta .btn {
  min-width: inherit;
  min-height: inherit;
  background: none;
  padding: 0;
  line-height: 25px;
  /* margin-left: 20px; */
  color: #91C717 !important;
  font-weight: bold;
}

.et_pb_posts .et_pb_post .post-meta .btn.parent-cat {
  display: none;
}

.et_pb_posts .et_pb_post .post-meta .btn:hover {
  color: #518D15 !important;
}

.et_pb_posts .et_pb_post .post-meta .btn span {
  display: none;
}

.et_pb_posts .et_pb_post .more-link {
  font-size: 15px;
  font-weight: bold;
}

.et_pb_posts.et_pb_module {
  margin-bottom: 0 !important;
}

.home-lates-posts .size-1of3 {
  width: 32% !important;
  margin-right: 2% !important;
}

.home-lates-posts .size-1of3:last-child {
  margin-right: 0 !important;
}

.home-lates-posts .et_pb_post {
  border: none;
  padding: 0;
  line-height: 19px;
  position: relative;
  padding-bottom: 25px;
}

.home-lates-posts .et_pb_image_container {
  overflow: hidden;
}

.home-lates-posts .et_pb_image_container img {
  min-width: inherit !important;
  max-width: inherit !important;
  display: block;
  width: 100%;
  height: auto;
}

.home-lates-posts .et_pb_post h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 8px;
}

.home-lates-posts .et_pb_post h2 a {
  color: #54565B !important;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0 !important;
  padding-bottom: 0 !important;
}

.home-lates-posts .et_pb_post .btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.et_pb_post .published {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}

.home-lates-posts .et_pb_post .published {
  margin-bottom: 2px;
  
} 
.et_pb_module.et_pb_text_7_tb_body .et_pb_text_inner > p,
.et_pb_module.et_pb_text_5_tb_body .et_pb_text_inner > p,
.et_pb_module.et_pb_text_4_tb_body .et_pb_text_inner > p,
.et_pb_module.et_pb_text_2_tb_body .et_pb_text_inner > p,
.et_pb_module.et_pb_text_3_tb_body .et_pb_text_inner > p {
  display: inline-block;
  vertical-align: top;
  background: url(images/bg-btn.svg) no-repeat;
  width: 115px;
  height: 22px;
  background-size: cover;
  text-align: center;
  line-height: 22px;
  color: #54565B !important;
  font-size: 10px;
  margin-bottom: 0;
}

.et_pb_module.et_pb_text_1_tb_body .et_pb_text_inner > p {
  margin-bottom: 0;
  line-height: 22px;
}

.et_pb_module.et_pb_text_3_tb_body .et_pb_text_inner > p span {
  display: inline-block;
  vertical-align: top;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin:7px 5px 0 0;              
  background: #FE8300;
}

.et_pb_module.et_pb_text_6_tb_body .et_pb_text_inner > p span {
  display: inline-block;
  vertical-align: top;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin:7px 5px 0 0;              
  background: #FE8300;
}


.et_pb_row_1_tb_body {
  padding-top: 40px !important;
}

.et_pb_button {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px !important;
  padding: 14px 30px 13px;
  min-width: 200px;
  border: none;
}

.et_pb_button:hover {
  padding: 14px 30px 13px !important;
  border: none !important;
  background-color: #41aeff !important;
  text-decoration: underline !important;
}


.et_pb_button:after, .et_pb_button:before
{
  content: '' !important;
}

.et_pb_button:after {
  line-height: 18px !important;
}

.home-lates-posts .et_pb_post .entry-featured-image-url:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.15);
  content: '';
}

.home-lates-posts .et_pb_post .entry-featured-image-url:hover:after {
  display: none;
}

.home-lates-posts .et_pb_post .entry-featured-image-url img {
  transition: all .5s;
}

.home-lates-posts .et_pb_post .entry-featured-image-url:hover img{
  transform: scale(1.2);
}

.video-slider .image-area img {
  max-width: inherit !important;
  width: 100%;
}
.product-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #EDEDED;
  height: 278px !important;
}

.product-block h2,
.tag-block h2 {
  font: 600 26px/30px 'rama_gothic', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.tag-block h2 {
  text-align: left;
}

.product-block .et_pb_button {
  border: none;
  font-size: 16px;
  background: #0f8ae7;
  border-radius: 30px;
  position: relative;
  transition: all 300ms ease 0ms;
  line-height: 20px;
  padding: 14px 30px 13px;
  text-transform: uppercase;
}

.product-block .et_pb_button:hover {
  padding: 14px 30px 13px;
  color: #fff !important;
}

.product-block .et_pb_button:after {
  line-height: 22px !important;
}

.image-area {
  position: relative;
  overflow: hidden;
}

.image-area .btn-video {
  position: absolute;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.image-area .btn-video:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

.video-slider .slick-slide p a {
  color: #54565b !important;
}

.video-slider .slick-slide p a:hover {
  color: #91c717 !important;
}

#main-content .container {
  width: 100%;
}

#main-content .container:before {
  display: none !important;
}

.banner-bg .container {
  max-width: 1160px;
  margin: 0 auto;
  width: 100% !important;
} 

.heading-holder .slick-arrow {
  border: none;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 3px 0 0 10px;
}

.heading-holder .slick-arrow.slick-next {
  background: url(images/btn-next.svg) no-repeat;
}
.heading-holder .slick-arrow.slick-prev {
  background: url(images/btn-prev.svg) no-repeat;
}

.heading-holder {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  position: relative;
}

.heading-holder:after,
.heading-holder:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  background: #f6f6f6;
  left: -9999px;
  right: 100%;
}

.heading-holder:before {
  left: 100%;
  right: -9999px;
}

.heading-holder h2 {
  margin-bottom: 0;
}

.banner-bg {
  background-size: cover;
  background-position: center;
}

.banner-bg .btn {
  min-height: 28px;
  line-height: 28px;
  min-width: 144px;
}

.banner-bg .btn span {
  margin-top: 10px;
}

.banner-bg .holder {
  position: relative;
  z-index: 10;
}

.banner-bg h1 {
  font-weight: normal;
}

.lwp-breadcrumbs {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.single .lwp-breadcrumbs .post {
  padding-bottom: 0;
}

.banner-bg .holder p {
  padding: 0 !important;
  margin: 0 !important;
}

.banner-bg .category-description {
  max-width: 490px;
}

.fancybox-content > a {
  display: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font: 400 20px/24px 'rama_gothic', Arial, sans-serif;
  border-top: none;
  margin-bottom: 60px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
}

.wp-pagenavi .nextpostslink {
  background: url(images/btn-next.svg) no-repeat;
}

.wp-pagenavi .previouspostslink {
  background: url(images/btn-prev.svg) no-repeat;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 20px !important;
  margin: 0 10px;
}

.wp-pagenavi a{
  color: #91c717 !important;
}

.wp-pagenavi span {
  color: #54565b !important;
  font-weight: bold;
}

.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
  color: #54565b !important;
}

.yarpp-related .et_pb_column {
  background: #fff !important;
}

#content-area img {
  display: block;
  max-width: inherit;
  width: 100%;
  height: 82%;
}

.limit-height-400 img {
  max-height: 400px;
}

.et_pb_image .et_pb_image_wrap {
  display: block;
}

.gform_confirmation_message {
  font-size: 20px;
  text-align: center;
  color: #91C717;
}

.gform_wrapper .gform_ajax_spinner {
  display: none !important;
}

.et_pb_text_0_tb_footer .et_pb_text_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.et_pb_text_0_tb_footer .et_pb_text_inner p {
  margin: 0 0 0 15px;
}

.insta-block p a {
  font-size: 12px;
}

.insta-block p a,
.et_pb_text_0_tb_footer .et_pb_text_inner p a {
  position: relative;
  padding-right: 10px;
}

.et_pb_text_0_tb_footer .et_pb_text_inner p a {
  font-size: 14px;
  line-height: 18px;
}


.insta-block p a:after,
.et_pb_text_0_tb_footer .et_pb_text_inner p a:after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  line-height: 15px;
}

.fixed-position #sidebar {
  margin-top: 0;
  z-index: 15;
}

.box-video .btn-video {
  cursor: pointer;
}

@media (max-height: 770px) {
  .fixed-position #sidebar {
    margin-top: 42px !important;
    position: static !important;
  }
}















.row-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.row-slider .slick-track,
.row-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.video-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.video-slider .slick-track,
.video-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }


/* fancybox styles */

  body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(0, 0, 0);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .7;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 40px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff;
  padding: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .3) 50%,
      rgba(0, 0, 0, .15) 65%,
      rgba(0, 0, 0, .075) 75.5%,
      rgba(0, 0, 0, .037) 82.85%,
      rgba(0, 0, 0, .019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
      padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
      transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
  }

  .fancybox-slide--image {
      padding: 6px 0;
  }

  .fancybox-close-small {
      right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
  }

  .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
  }

  @supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
      width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
  }

  .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
  }
}


.search-container {padding-top: 100px;padding-left: 50px;}
.input-outline {width: 353px;height: 60px;background-color: white;border-radius: 3px;}
.input-content {width: 24px;height: 28px;float: left;background: url(images/redesign-sprite.png) 63px -19px;margin: 13px 0 0 7px;}
.input-field {outline: 0;width: 182px;color: #979797;height: 58px;border: none;padding-left: 8px;font-size: 16px;font-weight: bold;border: 0px solid #ccc;}

	
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */color: #979797;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #979797;}
::-ms-input-placeholder { /* Microsoft Edge */color: #979797;}	

.btn-orange, div.EnterOnSubmit, #findSubmit.input[type="submit"] {
    border: 1px solid #f4772e;
    padding: 5px 7px;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial;
    text-transform: capitalize;
    line-height: 18px;
    background: #fb9337;
    background: -moz-linear-gradient(top, #fb9337 0, #f1792e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fb9337), color-stop(100%, #f1792e));
    background: -webkit-linear-gradient(top, #fb9337 0, #f1792e 100%);
    background: -o-linear-gradient(top, #fb9337 0, #f1792e 100%);
    background: -ms-linear-gradient(top, #fb9337 0, #f1792e 100%);
    background: linear-gradient(to bottom, #fb9337 0, #f1792e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9337', endColorstr='#f1792e', GradientType=0);
    box-shadow: none;
    text-shadow: none;
}

.btn-blue, div.EnterOnSubmit, #findSubmit.input[type="submit"] {
	border-radius:20px;
	border:none;
	background-color:#0f8ae7;
	font-family:'arial';
	padding: 5px 14px;
	font-size:.99em;
	background-image:none
}


#findSubmit.input[type="submit"]:hover {
    border-color: #f4772e;
    box-shadow: none;
}
	
.home-search-btn, div.EnterOnSubmit, #findSubmit.input[type="submit"] {
    padding: 10px 17px;
    float: right;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 9px;
}
	
.white {
    color: #fff;
}


.search-image-background {
	background-image: url(https://essblog.wpengine.com/wp-content/uploads/2019/10/ess_facility_family-1080.jpg);
	min-height: 300px;
	background-repeat: no-repeat;background-position: center;
}

.search-title-text {
     font-size: 44px;
     line-height: 1;
}

@media only screen and (max-width: 768px) {
     .search-image-background {
	background-image: url(https://essblog.wpengine.com/wp-content/uploads/2019/10/ess_facility_family-768.jpg);
	min-height: 240px;
     }
     .search-container {padding-top: 75px;padding-left: 50px;}
}

@media only screen and (max-width: 490px) {
     .home-search-btn, div.EnterOnSubmit, #findSubmit.input[type="submit"] {
         font-size: 12px;
     }

     .search-image-background {
	background-image: url(https://essblog.wpengine.com/wp-content/uploads/2019/10/ess_facility_family-490.jpg);
	min-height: 131px;
     }
     .search-container {padding-top: 20px;padding-left: 25px;}
     .search-title-text {font-size: 30px;line-height: 1;}
     .input-outline {width: 283px;height: 60px;background-color: white;border-radius: 3px;}
     .input-content {width: 24px;height: 28px;float: left;background: url(images/redesign-sprite.png) 63px -19px;margin: 13px 0 0 7px;}
     .input-field {outline: 0;width: 145px;color: #979797;height: 58px;border: none;padding-left: 8px;font-size: 12px;font-weight: bold;border: 0px solid #ccc;}

}

@media only screen and (max-width: 360px) {
     .home-search-btn, div.EnterOnSubmit, #findSubmit.input[type="submit"] {
         padding: 10px 12px;
         font-size: 11px;
     }

     .search-image-background {
	background-image: url(https://essblog.wpengine.com/wp-content/uploads/2019/10/ess_facility_family-490.jpg);
	min-height: 131px;
     }
     .search-container {padding-top: 20px;padding-left: 25px;}
     .search-title-text {font-size: 30px;line-height: 1;}
     .input-outline {width: 243px;height: 60px;background-color: white;border-radius: 3px;}
     .input-content {width: 24px;height: 28px;float: left;background: url(images/redesign-sprite.png) 63px -19px;margin: 13px 0 0 7px;}
     .input-field {outline: 0;width: 125px;color: #979797;height: 58px;border: none;padding-left: 8px;font-size: 12px;font-weight: bold;border: 0px solid #ccc;}

}

#wpstats {
	width: 1px;
	height: 1px;
}

#gform_submit_button_2, #gform_submit_button_3, #gform_submit_button_4, #gform_submit_button_5, #gform_submit_button_6, #gform_submit_button_7, #gform_submit_button_8, #gform_submit_button_9, #gform_submit_button_10, #gform_submit_button_11, #gform_submit_button_12, #gform_submit_button_14, #gform_submit_button_15, #gform_submit_button_16, #gform_submit_button_17, #gform_submit_button_18, #gform_submit_button_19 {
	color: #ffffff !important;
    border-radius: 100px;
    background: #0f8ae7;
    border: 0;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px!important;
    padding-right: 17px!important;
    padding-bottom: 10px!important;
    padding-left: 17px!important;
	margin-left: 17px;
}

#gform_submit_button_2:hover, #gform_submit_button_3:hover, #gform_submit_button_4:hover, #gform_submit_button_5:hover, #gform_submit_button_6:hover, #gform_submit_button_7:hover, #gform_submit_button_8:hover, #gform_submit_button_9:hover, #gform_submit_button_10:hover, #gform_submit_button_11:hover, #gform_submit_button_12:hover, #gform_submit_button_14:hover, #gform_submit_button_15:hover, #gform_submit_button_16:hover, #gform_submit_button_17:hover, #gform_submit_button_18:hover {
	background-color: #41aeff !important;
	text-decoration: underline !important;	
}

#input_2_2, #input_2_1_3, #input_2_1_6, #input_3_2, #input_3_1_3, #input_3_1_6, #input_4_2, #input_4_1_3, #input_4_1_6, #input_5_2, #input_5_1_3, #input_5_1_6, #input_6_2, #input_6_1_3, #input_6_1_6, #input_7_2, #input_7_1_3, #input_7_1_6, #input_8_2, #input_8_1_3, #input_8_1_6, #input_9_2, #input_9_1_3, #input_9_1_6, #input_10_2, #input_10_1_3, #input_10_1_6, #input_11_2, #input_11_1_3, #input_11_1_6, #input_12_2, #input_12_1_3, #input_12_1_6, #input_14_2, #input_14_1_3, #input_14_1_6, #input_15_2, #input_15_1_3, #input_15_1_6, #input_16_2, #input_16_1_3, #input_16_1_6, #input_17_2, #input_17_1_3, #input_17_1_6, #input_18_2, #input_18_1_3, #input_18_1_6 {
	border-radius: 5px !important;
	border: solid 1px #979797 !important;
}

/* Infographic cta H2 color override */

#cta-h2 {
	color: #91C717 !important;
}
.facility-info h4 {
	font-weight: normal;
	font-size: 18px;
}
.footer-facility a {
        color: #fff !important;
}

.slick-next {
    right: -17px !important;
}