/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSTOM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

.tnp-subscription {
  /*font-size: 13px;*/
  display: block;
  margin: 15px auto;
  max-width: 500px;
  width: 100%;
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}

.tnp-subscription label {
  display: block;
  color: inherit;
  /*font-size: 14px;*/
  font-weight: 700;
  line-height: normal;
  padding: 5px;
  margin: 0;
}

.tnp-subscription input[type="text"],
.tnp-subscription input[type="email"],
.tnp-subscription input[type="submit"],
.tnp-subscription select {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
}

.tnp-subscription input[type="checkbox"],
.tnp-widget input[type="radio"] {
  max-width: 20px;
  display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option {
  margin-right: 10px;
}

.tnp-subscription input.tnp-submit {
  background-color: #444;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0;
}

@media all and (max-width: 480px) {
  .tnp-subscription input[type="submit"] {
    width: 100%;
  }
}

/* Profile form */

.tnp-profile form .tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}

.tnp-profile form .tnp-field label {
  display: block;
  color: #333;
}

.tnp-profile form .tnp-field input[type="text"],
.tnp-profile form .tnp-field input[type="email"],
.tnp-profile form .tnp-field input[type="submit"],
.tnp-profile form .tnp-field textarea,
.tnp-profile form .tnp-field select {
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 0;
  height: auto;
  float: none;
}

.tnp-profile form input[type="checkbox"],
.tnp-profile input[type="radio"] {
  max-width: 20px;
  display: inline-block;
}

.tnp-profile form .tnp-list-label {
  margin-left: 15px;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-profile form select option {
  margin-right: 10px;
}

.tnp-profile form .tnp-field input[type="submit"] {
  background-color: #444;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0;
}

@media all and (max-width: 480px) {
  .tnp-profile input[type="submit"] {
    width: 100%;
    margin: 0;
  }
}

.tnp-widget {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.tnp-widget .tnp-field {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}

.tnp-widget label {
  display: block;
  color: inherit;
  font-size: 14px;
}

.tnp-widget input[type="text"],
.tnp-widget input[type="email"],
.tnp-widget input[type="submit"],
.tnp-widget select {
  width: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #ddd;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  height: auto;
}

.tnp-widget input[type="checkbox"],
.tnp-widget input[type="radio"] {
  width: auto;
  display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
  margin-right: 10px;
}

.tnp-widget input.tnp-submit {
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
  margin: 0;
}

.tnp-field input[type="submit"] {
  position: inherit;
}

.tnp-field label {
}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
  width: 100%;
}

.tnp-widget-minimal form {
  margin: 0;
  padding: 0;
  border: 0;
}

.tnp-widget-minimal input.tnp-email {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  color: #444;
  font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px;
  border-color: #ddd;
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  border-radius: 0px;
  height: auto;
  margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
  width: 100%;
  box-sizing: border-box;
}

.tnp-subscription-minimal form {
  margin: 0;
  padding: 0;
  border: 0;
}

.tnp-subscription-minimal input.tnp-email {
  width: 70%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
}

.tnp-subscription-minimal .tnp-privacy-field {
  margin-top: 10px;
}

.tnp-subscription-minimal input.tnp-submit {
  width: 29%;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  border: 1px;
  border-color: #ddd;
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  margin: 0;
}

/* Comments Extension */
.tnp-comments {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tnp-comments label {
  display: block;
}

.tnp-comments input[type="checkbox"] {
  display: inline-block;
  width: auto !important;
}

/* Locked Content Extension */
.tnp-lock {
  clear: both;
  display: block;
  box-sizing: border-box;
  box-shadow: none;
  margin: 20px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.tnp-nl-checkout {
  margin-bottom: 1em;
}
/*  */

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.bk-toc-header {
  color: var(--e-global-color-primary);
  font-size: 20px;
  font-weight: 600;
}
.bk-toc-header .elementor-divider-separator {
  border-color: var(--e-global-color-primary);
  border-width: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.elementor-widget-bk-table-of-contents li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  color: var(--e-global-color-text);
}
.table-of-contents ul {
  padding-left: 15px;
}

#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all {
  color: #ffffff;
  background-color: #b2b2b2;
  border-color: #c4c4c4;
}

#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all:hover {
  background-color: #d8d8d8;
}

.cc-compliance .cc-btn.cc-show-settings,
.cc-compliance .cc-btn.cc-save {
  color: #878787 !important;
  background-color: #f1f1f1 !important;
  border-color: #c4c4c4 !important;
}

.cc-compliance .cc-btn.cc-show-settings:hover,
.cc-compliance .cc-btn.cc-save:hover {
  background-color: #ffffff !important;
}

.cc-compliance .cc-btn.cc-save-settings {
  color: #878787 !important;
  background-color: #f1f1f1 !important;
  border-color: #c4c4c4 !important;
}

.cc-compliance .cc-btn.cc-save-settings:hover {
  background-color: #ffffff !important;
}

.cmplz-slider-checkbox input:checked + .cmplz-slider {
  background-color: #bcbcbc !important;
}

.cmplz-slider-checkbox .cmplz-slider {
  background-color: #bababa !important;
}

.cmplz-slider-checkbox .cmplz-slider:before {
  background-color: #ffffff !important;
}

.cmplz-slider-checkbox .cmplz-slider-na:before {
  color: undefined !important;
}

#cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss {
  color: #878787;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

#cc-window.cc-window .cc-compliance .cc-btn.cc-dismiss:hover {
  background-color: #ffffff;
}

#cc-window.cc-floating {
  max-width: 526px;
}
.elementor-element-0e03c3c {
  padding-bottom: 40px;
}
.crumb {
  padding: 10px 20px 0 40px;
}
.crumb a {
  margin-right: 5px;
}
.crumb span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .crumb {
    padding: 10px 20px 0 30px;
  }
}
@media (max-width: 768px) {
  .crumb {
    padding: 10px 20px 0 20px;
  }
}
.list_crumb{
  padding:10px 60px 0 60px;
}
.elementor-widget-divider {
  --divider-border-style: none;
  --divider-border-width: 1px;
  --divider-color: #0c0d0e;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
  display: flex
}

.elementor-widget-divider .elementor-divider__text {
  font-size: 15px;
  line-height: 1;
  max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
  margin: 0 var(--divider-element-spacing);
  flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
  font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
  display: flex;
  margin: 0;
  direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
  align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
  content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
  margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
  content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
  margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
  --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
  width: 100%;
  min-height: var(--divider-pattern-height);
  -webkit-mask-size: var(--divider-pattern-size) 100%;
  mask-size: var(--divider-pattern-size) 100%;
  -webkit-mask-repeat: var(--divider-pattern-repeat);
  mask-repeat: var(--divider-pattern-repeat);
  background-color: var(--divider-color);
  -webkit-mask-image: var(--divider-pattern-url);
  mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
  --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
  --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
  direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
  width: var(--container-widget-width, 100%);
  --flex-grow: var(--container-widget-flex-grow)
}
#back_top {
  border-radius: 3px;
  display: block;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 100;
}
#back_top img {
  padding: 10px;
  background-color: #afaeae;
  border-radius: 6px;
  width: 40px;
  transition: all 0.2slinear;
}
#back_top img:hover,
#back_top img:focus{
  background-color: #DB6B6B;
}
.elementor-1295 .elementor-element.elementor-element-ede2e19 .elementskit-post-footer p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb>img{
  height:250px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile{
    display: block;
  }
}