@charset "utf-8";
/*
  Elasta Styling
  ----------------------
  1. Elasta Common Classes
  2. Elasta Buttons
  3. Elasta Form Fields
  4. Elasta Table
  5. Elasta Pagination
  6. Elasta Widgets
  7. Elasta Theme Default Color
  8. Elasta Theme Hovers
  9. Elasta Theme Backgrounds
  10. Elasta Theme Borders
  11. Elasta Theme Font Family
  12. Elasta Social
  13. Elasta Brand
  14. Elasta Navigation
  15. Elasta Header
  16. Elasta Mid Wrap
  17. Elasta Page Title
  18. Elasta 404 Error Page
  19. Elasta News Page
  20. Elasta News Single Page
  21. Comments
  22. Elasta Cross Check
  23. Elasta Footer
*/

/* 1. Elasta Common Classes */
html {
  overflow-y: scroll;
}
body {
  font-weight: 400;
  line-height: 1.42857143;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
a {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
[class*="elst-"] .fa {
    font-family: FontAwesome;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 700;
  line-height: 1.42857143;
  font-family: 'Quicksand', sans-serif;
}
.h1,
h1 {
  font-size: 40px;
}
.h2,
h2 {
  font-size: 32px;
}
.h3,
h3 {
  font-size: 28px;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 22px;
}
.h6,
h6 {
  font-size: 20px;
}
.not-found p,
.elst-unit-fix p,
.elst-secondary p,
.elst-header p,
.elst-footer p,
.elst-post-wrap p {
  padding-bottom: 22px;
  margin-bottom: 0;
  color: #232323;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Sen', sans-serif;
}
.elst-news-detail-wrap p span {
  background: rgba(255, 90, 0, 0.3);
  color: #653418;
}
.elst-page-content ul,
.elst-comments-area .comment-body .comment-content ul,
.elst-news-detail-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elst-page-content ul li,
.elst-comments-area .comment-body .comment-content ul li,
.elst-news-detail-wrap ul li {
  position: relative;
  padding: 15px 0 0 50px;
  font-size: 18px;
  color: #232323;
}
.elst-page-content > ul > li:last-child,
.elst-comments-area .comment-body .comment-content > ul > li:last-child,
.elst-news-detail-wrap > ul > li:last-child {
  padding-bottom: 15px;
}
.elst-page-content ul li:before,
.elst-comments-area .comment-body .comment-content ul li:before,
.elst-news-detail-wrap ul li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  background: #232323;
  left: 20px;
  top: 25px;
}
.elst-news-detail-wrap ul.wp-block-gallery li {
  padding: 0;
}
.elst-news-detail-wrap ul.wp-block-gallery li:before {
  content: none;
}
.elst-page-content ol,
.elst-comments-area .comment-body .comment-content ol,
.elst-news-detail-wrap ol {
  padding: 0 0 0 40px;
  margin: 0;
}
.elst-page-content > ol li,
.elst-comments-area .comment-body .comment-content > ol li,
.elst-news-detail-wrap > ol li {
  padding: 15px 0 0 0;
  font-size: 18px;
  color: #232323;
}
.elst-page-content > ol > li:last-child,
.elst-comments-area .comment-body .comment-content > ol > li:last-child,
.elst-news-detail-wrap > ol > li:last-child {
  padding-bottom: 15px;
}
.elst-news-detail-wrap > ol ul li {
  padding: 15px 0 0 50px;
}
.elst-news-detail-wrap > ol ul li ol li {
  padding: 15px 0 0 0;
}
.elst-news-detail-wrap ul li ol > li:before,
.elst-news-detail-wrap > ol ul li ol li:before {
  content: none;
}
.elst-news-detail-wrap ul li ol li {
  padding: 15px 0 0 0;
}
.elst-news-detail-wrap ul li ol li ul li {
  padding: 15px 0 0 50px;
}
.screen-info {
  color: #777777;
  font-size: 17px;
  line-height: 1.6;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f8f8f8;
}
audio,
canvas,
progress,
video {
  vertical-align: middle;
}
.wp-caption {
  max-width: 100%;
}
.wp-block-gallery {
  width: 100%;
}
.elst-table-row-wrap {
  display: table-row;
  width: 100%;
  height: 50%;
}
.elst-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.elst-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.elst-align-wrap.top {
  vertical-align: top;
}
.elst-align-wrap.bottom {
  vertical-align: bottom;
}
.alignleft {
  float: left;
  text-align: left;
  margin: 0;
}
.alignright {
  float: right;
  text-align: right;
  margin: 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.overFlow {
  overflow: hidden;
}
.text-italic {
  font-style: italic;
}

/* Nice Select */
.nice-select {
  float: none;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  padding: 13px 0;
  margin-bottom: 19px;
  background-color: transparent;
  color: #232323;
  font-size: 15px;
  line-height: 1.42857143;
  border: none;
  border-bottom: 1px solid #232323;
  outline: none;
  white-space: normal;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.nice-select:hover,
.nice-select:focus,
.nice-select:active {
  border-color: #4a1aff;
}
.nice-select.open {
  border-color: #4a1aff;
}
.nice-select:after {
  right: 13px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-color: #232323;
}
.nice-select .current {
  display: block;
  overflow: hidden;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nice-select .list {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}
.nice-select .option {
  min-height: 10px;
  padding: 10px 19px;
  line-height: 1.42857;
}

.elst-custom-wpml.nice-select-two .nice-select {
  top: 100%;
  padding: 22px 10px 22px 16px;
}
.elst-custom-wpml.nice-select-two .nice-select:before {
  position: absolute;
  top: 50%;
  left: 0;
  font: normal normal normal 14px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f0ac";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.elst-custom-wpml.nice-select-two .nice-select .list {
  margin-top: 0;
}
.elst-custom-wpml .nice-select:hover .list,
.elst-custom-wpml .nice-select.open:hover .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select-two .nice-select {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 10px 0 0;
  margin: 0;
  background: transparent;
  color: #232323;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: none;
}
.nice-select-two .nice-select:after {
  right: 0;
}
.nice-select-two .nice-select .list {
  left: -31px;
  min-width: 130px;
  padding: 10px 0;
  margin-top: 21px;
  font-size: 15px;
  overflow: visible;
  border: 1px solid #e4ecfe;
  text-transform: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.nice-select-two .nice-select .list:before {
  position: absolute;
  top: -6px;
  right: 37px;
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-top: 1px solid #e4ecfe;
  border-left: 1px solid #e4ecfe;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.nice-select-two .nice-select .option {
  display: block;
  padding: 3px 10px 4px;
  text-align: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nice-select-two .nice-select .option.focus,
.nice-select-two .nice-select .option.selected.focus,
.nice-select-two .nice-select .option:hover {
  background-color: #f3f7fc;
  border-top-color: #e4ecfe;
  border-bottom-color: #e4ecfe;
}

/* 2. Elasta Buttons */
.elst-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 190px;
  padding: 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elst-btn:hover,
.elst-btn:focus {
  color: #ffffff;
}
.elst-medium-btn {
  min-width: 150px;
}
.elst-small-btn {
  min-width: 130px;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 14px;
}
.elst-btn-wrap {
  padding-top: 29px;
}

/* 3. Elasta Form Fields */
.elst-form input[type="text"],
.elst-form input[type="email"],
.elst-form input[type="password"],
.post-password-form input[type="password"],
.elst-form input[type="tel"],
.elst-form input[type="search"],
.elst-form input[type="date"],
.elst-form input[type="time"],
.elst-form input[type="datetime-local"],
.elst-form input[type="event-month"],
.elst-form input[type="url"],
.elst-form input[type="number"],
.tribe-events-tickets input[type="number"],
.elst-form textarea,
.elst-form select,
.form-control {
  vertical-align: middle;
  width: 100%;
  height: 52px;
  padding: 10px 0;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.42857143;
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-left: none;
  border-right: none;
  outline: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elst-form input[type="text"]:focus,
.elst-form input[type="email"]:focus,
.elst-form input[type="password"]:focus,
.post-password-form input[type="password"]:focus,
.elst-form input[type="tel"]:focus,
.elst-form input[type="search"]:focus,
.elst-form input[type="date"]:focus,
.elst-form input[type="time"]:focus,
.elst-form input[type="datetime-local"]:focus,
.elst-form input[type="event-month"]:focus,
.elst-form input[type="url"]:focus,
.elst-form input[type="number"]:focus,
.elst-form textarea:focus,
select:focus,
.elst-form select:focus,
.elst-form .form-control:focus {
  border-color: #232323;
}
.elst-form input[type="file"] {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.elst-form input[type=number] {
  padding-right: 30px;
  margin-bottom: 0;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.elst-form input[type=number]::-webkit-inner-spin-button,
.elst-form input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elst-file-selector label {
  display: block;
  width: 100%;
  padding: 11px 120px 16px 0;
  background: transparent;
  color: #666666;
  font-size: 15px;
  word-break: break-all;
  border-bottom: 1px solid #dedede;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.elst-file-selector input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 0;
}
.elst-file-selector span {
  display: block;
}
.elst-file-selector .elst-icon {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 5px 13px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.file-types {
  padding: 16px 0;
  color: #a2a2a2;
}
.elst-form input[type="checkbox"],
.elst-form input[type="radio"] {
  margin: 0 5px 0 0;
}
.elst-form textarea,
.elst-form textarea.form-control {
  height: 107px;
  resize: vertical;
}
.bbp-submit-wrapper button[type="submit"],
.post-password-form input[type="submit"],
.elst-form input[type="submit"],
.elst-form button[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  padding: 17px 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elst-form button[type="submit"] i {
  padding-left: 5px;
}
select {
  padding: 10px 20px;
  background-color: transparent;
  color: #888888;
  border: 1px solid #adadad;
  width: 100%;
  outline: none;
}
select option {
  padding: 5px 10px;
}
select[multiple] {
  height: 175px;
  padding: 9px;
  background-image: none;
}
label {
  font-weight: 400;
  cursor: pointer;
}
label sup,
label .required {
  top: -1px;
  color: #fc4242;
  font-weight: 400;
  font-size: 13px;
}
sub,
sup {
  font-size: 50%;
}
sub {
  bottom: 2px;
}
form p {
  padding-bottom: 0;
  line-height: normal;
}
form label {
  vertical-align: middle;
  padding-bottom: 9px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  position: relative;
}
.elst-form form input,
.elst-form form textarea,
.elst-form form select {
  margin-bottom: 30px;
}
.elst-form form input[type="submit"],
.elst-form form button[type="submit"] {
  margin: 6px 0 0;
  line-height: 1.42857143;
}
blockquote.wp-block-quote.is-style-large,
blockquote {
  padding: 90px 50px 35px;
  margin: 19px 0 44px;
  background: #202025;
  color: #ffffff;
  position: relative;
}
blockquote:before {
  content: '"';
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  font-style: italic;
  position: absolute;
  top: 30px;
  left: 40px;
}
.wp-block-pullquote blockquote:before {
  left: 0;
  right: 0;
}
.elst-unit-fix blockquote p,
blockquote p {
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
}
blockquote cite {
  display: block;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #ff5501;
}
blockquote cite a {
  color: #ff5501;
}
blockquote cite a:hover {
  color: #ffd101;
}
blockquote br {
  display: none;
}
blockquote cite:before {
  padding-right: 4px;
  content: "-";
}
.checkbox-icon-wrap .checkbox-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
.checkbox-icon-wrap input[type="checkbox"] {
  display: none;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font: normal normal normal 9px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.radio-icon-wrap .radio-icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  border: 1px solid #d3d3d3;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.radio-icon-wrap input[type="radio"] {
  display: none;
}
.radio-icon-wrap input[type="radio"]:checked + .radio-icon:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #36bbf7;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-not-valid {
  border-color: red !important;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
textarea.wpcf7-not-valid {
  border-color: red !important;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elst-comments-area label.error {
  display: none !important;
}
.elst-comment-form textarea.error,
input[type="text"].error,
input[type="email"].error {
  border-color: red;
}

/* 4. Elasta Table */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #eeeeee;
}
table th {
  vertical-align: middle;
  padding: 8px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
table td {
  vertical-align: top;
  padding: 8px;
  color: #232323;
  line-height: 1.42857;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
table td a {
  color: #232323;
}
table.table-condensed {
  border: none;
}
table tr #toevent-date {
  background: #111111;
  color: #ffffff;
}
address {
  font-style: italic;
}
.elst-responsive-table {
  overflow-x: auto;
}

/* 5. Elasta Pagination */
.wp-link-pages {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  display: inline-block;
  padding: 20px 0;
}
.wp-link-pages a,
.wp-link-pages > span {
  font-size: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
.wp-link-pages > span:first-child,
.wp-link-pages a:first-child {
  margin-left: 5px;
}
.wp-link-pages a {
  background-color: #ffd101;
  border-color: #ffd101;
  color: #fff;
}
.wp-link-pages a:hover,
.wp-link-pages a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.wp-link-pages a span {
  font-size: 12px;
}
.wp-link-pages > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}
/*Plugin*/
.wp-pagenavi {
  vertical-align: middle;
  padding-top: 39px;
  text-align: center;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  min-width: 40px;
  padding: 9px 0 8px;
  margin: 0 3px 10px;
  color: inherit;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.wp-pagenavi > span.current,
.wp-pagenavi > a:hover {
  background: #ffd101;
  color: #ffffff;
  border-color: transparent;
}
span.pages {
  width: auto;
  padding: 10px 15px;
}
.elst-pagenavi {
  vertical-align: middle;
  text-align: left;
}
.elst-pagenavi .screen-reader-text {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.elst-pagenavi .navigation.pagination {
  display: inline-block;
  width: 100%;
  padding-top: 39px;
}
.elst-pagenavi .nav-links span,
.elst-pagenavi .nav-links a {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}
.elst-pagenavi .nav-links span,
.elst-pagenavi .nav-links a {
  display: inline-block;
  min-width: 30px;
  padding: 10px 0;
  margin: 0 0 10px;
  color: inherit;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.elst-pagenavi .nav-links a.prev {
  padding-right: 5px;
}
.elst-pagenavi .nav-links a.next {
  padding-left: 5px;
}
.elst-pagenavi .nav-links a.prev i {
  padding-right: 5px;
}
.elst-pagenavi .nav-links a.next i {
  padding-left: 5px;
}
.elst-pagenavi .nav-links a:focus,
.elst-pagenavi .nav-links a:hover,
.elst-pagenavi .nav-links a.current,
.elst-pagenavi .nav-links span.current {
  color: #ffd101;
}

/* 6. Elasta Widgets */
.page-content .widget_search {
  margin-top: 30px;
}
.elst-widget {
  padding-bottom: 46px;
}
.elst-secondary .elst-widget:last-child {
  padding: 0;
}
.elst-widget img {
  height: auto;
}
[class*="elementor-widget-wp-widget-"] ul,
.elst-widget ul {
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style: none;
}
[class*="elementor-widget-wp-widget-"] ul li,
.elst-widget ul li {
  position: relative;
  padding: 20px 0 0 25px;
  font-size: 18px;
  color: #232323;
}
[class*="elementor-widget-wp-widget-"] ul li:before,
.elst-widget ul li:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  background: #232323;
  left: 0;
  top: 30px;
}
.elst-widget .nice-select ul li:before {  
  content: none;  
}
.elst-widget ul li ul ul ul ul ul ul li {
  margin-left: -25px;
}
.elst-widget .count,
.elst-widget .post-count {
  position: absolute;
  top: 9px;
  right: 0;
}
[class*="elementor-widget-wp-widget-"] ul li a,
.elst-widget ul li a {
  display: block;
  padding: 0;
  color: #232323;
}
.elst-widget .widget-title {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
/* Elasta Search Widget */
.elementor-widget-wp-widget-search p,
.widget_search p {
  position: relative;
  padding: 0;
}
.elementor-widget-wp-widget-search form input[type="text"],
.widget_search form input[type="text"] {
  height: auto;
  padding: 0 40px 14px 14px;
  margin-bottom: 0;
  background-color: transparent;
}
.elementor-widget-wp-widget-search form input[type="submit"],
.widget_search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  width: 20px;
  height: 26px;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.widget_search form input[type="submit"]:hover,
.widget_search form input[type="submit"]:focus {
  background-color: transparent;
}
.widget_search form p:before {
  content: "\f061";
  position: absolute;
  right: 0;
  top: 0;
  color: #232323;
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="elementor-widget-wp-widget-"] .subscribe-form input[type="email"] {
  border-bottom: 1px solid #dedede;
}
/* Elasta Categories Widget */
.elst-widget form .nice-select,
.elst-widget form input {
  margin: 0;
}
.elst-secondary .elst-widget br {
  display: none;
}
.category-counter {
  float: right;
}
.widget_rss ul li,
.widget_recent_comments ul li {
  color: #a2a2a2;
}
.widget_rss ul li a,
.widget_recent_comments ul li a {
  padding: 0;
  border-bottom: none;
  display: inline-block;
}
/* Elasta Post Widget */
.elst-widget.post-widget {
  padding-bottom: 15px;
}
.elst-widget .nav-tabs {
  padding-bottom: 14px;
  text-align: left;
  border-bottom: none;
}
.post-widget ul li {
  padding: 0 25px 10px 0;
}
.post-widget .widget-title {
  padding-bottom: 0;
}
.post-widget ul li:last-child {
  padding-right: 0;
}
.post-widget .nav-tabs a.nav-link {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  border: none;
  background: none;
  color: #333333;
  border-bottom: 2px solid transparent;
}
.post-widget .nav-tabs a.nav-link:hover,
.post-widget .nav-tabs a.nav-link:focus,
.post-widget .nav-tabs a.nav-link.active,
.post-widget .nav-tabs a.nav-link.active:hover,
.post-widget .nav-tabs a.nav-link.active:focus,
.post-widget .nav-tabs a.nav-link:hover {
  color: #ffd101;
  background: none;
}
.post-widget .nav-tabs a.nav-link.active {
  color: #ffd101;
  border: none;
  border-bottom: 2px solid #ffd101;
}
.post-widget .tab-content {
  padding-top: 7px;
}
/* Elasta Tags Widget */
.elementor-widget-wp-widget-tag_cloud a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
  display: inline-block;
  position: relative;
  min-width: 90px;
  padding: 8px 15px 7px;
  margin: 0 1px 9px 0;
  color: #232323;
  font-size: 15px !important;
  text-align: center;
  border: 1px solid #a8a8a8;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.elementor-widget-wp-widget-tag_cloud a:before,
.widget_product_tag_cloud a:before,
.widget_tag_cloud a:before {
  content: "\f097";
  font-family: FontAwesome;
  padding-right: 5px;
}
.elementor-widget-wp-widget-tag_cloud a:hover,
.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
  background: #ffd101;
  color: #232323;
  border-color: #ffd101;
}

/* 7. Elasta Theme Default Color */
body,
a,
.post-password-form input[type="password"],
.tribe-events-tickets input[type="text"],
.tribe-events-tickets input[type="email"],
.elst-form input[type="text"],
.elst-form input[type="email"],
.elst-form input[type="password"],
.elst-form input[type="tel"],
.elst-form input[type="search"],
.elst-form input[type="date"],
.elst-form input[type="time"],
.elst-form input[type="datetime-local"],
.elst-form input[type="event-month"],
.elst-form input[type="url"],
.tribe-events-tickets input[type=number],
.elst-form input[type="number"],
.elst-form textarea,
.elst-form select,
.widget-title,
.author-name,
.elst-error p,
.elst-related-posts .post-title,
.elst-related-posts .post-title a,
.post-widget ul li a {
  color: #232323;
}
.elst-back-top a {
  background: #232323;
}
/* Elasta Theme Browsers Selection Background */
::selection {
  background: #4a1aff;
  color: #ffffff;
}
::-webkit-selection {
  background: #4a1aff;
  color: #ffffff;
}
::-moz-selection {
  background: #4a1aff;
  color: #ffffff;
}
::-o-selection {
  background: #4a1aff;
  color: #ffffff;
}
::-ms-selection {
  background: #4a1aff;
  color: #ffffff;
}

/* 8. Elasta Theme Hovers */
a:hover,
a:focus,
.elst-navigation > ul > li:hover > a,
.elst-navigation > ul > li.current-menu-ancestor > a,
.elst-navigation > ul > li.active > a,
.elst-fixed-wrap .elst-navigation > ul > li:hover > a,
.elst-fixed-wrap .elst-navigation > ul > li.current-menu-ancestor > a,
.elst-fixed-wrap .elst-navigation > ul > li.active > a,
.dropdown-nav > li:hover > a,
.dropdown-nav > li.active > a,
.mean-container .mean-nav > ul > li.current-menu-ancestor > a,
.mean-container .mean-nav > ul > li.active > a,
.mean-container .mean-nav .dropdown-nav > li:hover > a,
.mean-container .mean-nav .dropdown-nav > li.active > a,
.footer-widget ul li a:hover,
.footer-widget ul li a:focus,
.elst-copyright a,
.elst-widget ul li a:hover,
.elst-widget ul li a:focus,
.post-title a:hover,
.meta-tag a:focus,
.meta-tag a:hover,
.elst-comments-area .reply a:focus,
.elst-comments-area .reply a:hover,
.dropdown-nav .current_page_ancestor > a {
  color: #ffd101;
}
.elst-btn:hover,
.elst-btn:focus {
  background-color: #ffd101;
}

/* 9. Elasta Theme Backgrounds */
.elst-file-selector .elst-icon,
.elst-btn {
  background-color: #4a1aff;
}
.elst-file-selector label:hover .elst-icon,
.post-password-form input[type="submit"],
.bbp-submit-wrapper button[type="submit"],
.elst-form input[type="submit"],
.elst-form button[type="submit"],
.elst-form button[type="submit"] {
  background: #ff5501;
}
.elst-black-btn {
  background: #2b2b2b;
}
.elst-black-btn:hover,
.elst-black-btn:focus {
  background: #ffd101;
  color: #ffffff;
}
.elst-trans-btn {
  background: transparent;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.elst-trans-btn:hover,
.elst-trans-btn:focus {
  background: #ffd101;
  border-color: #ffd101;
}
.bbp-submit-wrapper button[type="submit"]:focus,
.bbp-submit-wrapper button[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover,
.elst-form input[type="submit"]:hover,
.elst-form input[type="submit"]:focus,
.elst-form button[type="submit"]:focus,
.elst-form button[type="submit"]:hover {
  background: #ffd101;
}
.elst-dark-blue-btn {
  background: #292e4b;
}
/* 10. Elasta Theme Borders */
.elst-navigation .nav-text .nav-dots,
.elst-navigation .nav-text .nav-dots:before,
.elst-navigation .nav-text .nav-dots:after {
  border-color: #ffd101;
}

/* 11. Elasta Theme Font Family */
body,
.tooltip,
.meta-label {
  font-family: 'Sen', sans-serif;
}
/* Elasta Theme Second Font Family */
.post-password-form input[type="submit"],
.elst-form input[type="submit"],
.elst-form button[type="submit"],
.post-password-form input[type="password"],
.tribe-events-tickets input[type="text"],
.tribe-events-tickets input[type="email"],
.elst-form input[type="text"],
.elst-form input[type="email"],
.elst-form input[type="password"],
.elst-form input[type="tel"],
.elst-form input[type="search"],
.elst-form input[type="date"],
.elst-form input[type="time"],
.elst-form input[type="datetime-local"],
.elst-form input[type="event-month"],
.elst-form input[type="url"],
.tribe-events-tickets input[type=number],
.elst-form input[type="number"],
.elst-form textarea,
.elst-form select,
.footer-widget ul,
.elst-copyright,
.elst-btn,
.elst-comments-area .comment-body .fn,
.elst-comments-area .reply,
.elst-pagenavi,
.elst-navigation {
  font-family: 'Quicksand', sans-serif;
}

/* 12. Elasta Social */
.elst-social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  color: #777777;
  font-size: 16px;
}
.elst-social a:first-child {
  margin-left: 0;
}
.elst-social a:last-child {
  margin-right: 0;
}
/* Elasta Rounded Social */
.elst-social.rounded a {
  width: 45px;
  height: 45px;
  margin: 0;
  color: #bebebe;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.elst-social.rounded a:hover {
  background: #ffd101;
  color: #ffffff;
  border-color: transparent;
}
/* Elasta Animation Keyframes */
@-webkit-keyframes pulse-front {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}
@keyframes pulse-front {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

/* 13. Elasta Brand */
.elst-brand {
  float: left;
  padding: 28px 0;
  position: relative;
  z-index: 9;
}
.elst-brand.has-logo {
  max-width: 120px;
  padding: 40px 0;
}
.elst-text-logo {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.elst-has-text-logo.elst-has-site-tagline .elst-brand {
  padding: 20px 0;
}
.elst-has-text-logo.elst-has-site-tagline .elst-navigation {
  padding: 8px 0;
}
.elst-has-text-logo.elst-no-site-tagline .elst-brand {
  padding: 23px 0;
}
.elst-no-text-logo.elst-has-site-tagline .elst-brand {
  padding: 30px 0;
}
.elst-has-text-logo.elst-has-site-tagline .elst-brand.has-logo {
  padding: 40px 0;
}
.elst-site-tagline {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}
.elst-brand img.mobile-logo {
  display: none;
}

/* 14. Elasta Navigation */
.elst-navigation {
  display: inline-block !important;
  vertical-align: middle;
  font-weight: 500;
  font-size: 17px;
  padding: 0;
}
.elst-navigation > ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.elst-navigation > ul > li {
  float: left;
  position: relative;
}
.elst-navigation > ul > li > a {
  display: inline-block;
  padding: 31px 20px;
}
.elst-navigation ul > li.has-dropdown > a:after {
  display: inline-block;
  padding-left: 4px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.elst-navigation .nav-text {
  position: relative;
}
.elst-navigation .nav-dots,
.elst-navigation .nav-dots:before,
.elst-navigation .nav-dots:after {
  position: absolute;
  top: 27px;
  left: 1px;
  right: 0;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  border: 1px solid transparent;
  opacity: 0;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.elst-navigation .nav-dots:before,
.elst-navigation .nav-dots:after {
  top: -1px;
  left: -9px;
  right: auto;
  opacity: 1;
  content: "";
}
.elst-navigation .nav-dots:after {
  left: auto;
  right: -9px;
}
.hide-dots.elst-navigation .nav-text .nav-dots {
  display: none;
}
.elst-navigation > ul > li.current-menu-ancestor .nav-dots,
.elst-navigation > ul > li.active .nav-dots {
  opacity: 1;
}
.elst-navigation .has-dropdown.sub .dropdown-nav {
  top: 0;
  left: 100%;
}
.dropdown-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  min-width: 170px;
  padding: 11px 25px 8px;
  margin: 0;
  background: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  list-style: none;
  z-index: 3;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2));
  -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.dropdown-nav .dropdown-nav {
  top: -11px;
  left: calc(100% + 25px);
}
.dropdown-nav:before {
  position: absolute;
  top: -12px;
  left: 22px;
  border-bottom: 12px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  z-index: 1;
}
.dropdown-nav .dropdown-nav:before {
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 25px;
  border: none;
  content: "";
  z-index: 1;
}
.dropdown-nav > li {
  position: relative;
}
.dropdown-nav > li > a {
  display: block;
  padding: 8px 0 9px;
}
.elst-navigation > ul > li:nth-last-child(-n+3).menu-item .dropdown-nav {
  right: 0px;
  left: auto;
}
.elst-navigation > ul > li:nth-last-child(-n+3).menu-item .dropdown-nav:before {
  right: 22px;
  left: auto;
}
.elst-navigation > ul > li:nth-last-child(-n+3).menu-item .dropdown-nav .dropdown-nav:before {
  right: -25px;
  left: auto;
}
.elst-navigation > ul > li:nth-last-child(-n+3).menu-item ul .dropdown-nav {
  top: 0px;
  right: calc(100% + 25px);
  left: auto;
}
/*Mean Menu*/
.mean-container a.meanmenu-reveal {
  font-size: 16px;
  text-indent: 0;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: #4a1aff;
  padding: 10px !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none !important;
  border-radius: 100%;
  top: 10px;
  right: 10px;
  color: #fff;
}
.mean-container .mean-nav ul li:hover a.mean-expand {
  color: #fff;
}
.mean-container .mean-nav ul ul li a.mean-expand {
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: 8px;
  font-size: 15px !important;
}
.mean-container .mean-nav ul li a.mean-expand:focus,
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #ffd101;
  color: #fff;
}
.mean-container .mean-nav > ul > li:hover > a,
.mean-container .mean-nav ul li a:focus,
.mean-container .mean-nav ul li a:hover {
  color: #ffd101;
}
.mean-container .dropdown-nav.normal-style .current-menu-parent > a,
.mean-container .mean-nav ul li li a,
.mean-nav .dropdown-nav li.active > a,
.mean-container .mean-nav ul > li a {
  border-top: 1px solid #d5dbe9;
}
.mean-container .dropdown-nav li {
  border: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 0;
  min-height: 42px;
  z-index: 2;
  top: 0;
  left: 0;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 8px 13px;
  position: absolute;
  top: 8px;
  right: 25px !important;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: 1px solid #444;
}
.mean-container a.meanmenu-reveal:hover,
.mean-container a.meanmenu-reveal.meanclose {
  border-color: #ffd101;
}
.header-style-four .mean-container a.meanmenu-reveal:hover {
  border-color: #ffffff;
}
.header-style-four .mean-container a.meanmenu-reveal:hover span:after,
.header-style-four .mean-container a.meanmenu-reveal:hover span:before,
.header-style-four .mean-container a.meanmenu-reveal:hover span {
    background: #ffffff;
}
.mean-container a.meanmenu-reveal:focus {
  border-color: #4a1aff;
}
.mean-container .mean-nav ul li a {
  padding: 20px 0px 20px 20px !important;
  display: block;
  width: calc(100% - 20px);
  color: #2b3344;
  float: unset;
}
.mean-container .mean-nav ul li a:focus {
  text-decoration: underline;
}
.mean-container .mean-nav ul li li a {
  width: calc(100% - 70px);
  float: left;
  opacity: 1;
  padding: 15px !important;
  margin: 0 0px 0 40px;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: calc(100% - 90px);
  margin: 0 0px 0 60px;
}
.mean-nav ul.main-menu.nav.nav-bar li {
  border-bottom: 1px solid;
}
.mean-container .mean-nav ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  transition: none;
  background: none;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 82px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
}
.mean-container .mean-nav::-webkit-scrollbar {
  width: 5px;
}
.mean-container .mean-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
}
.mean-container .mean-nav::-webkit-scrollbar-thumb {
  border-radius: 30px;
  -webkit-box-shadow: none;
  background: #d5dbe9;
}
.mean-container .mean-nav > ul > li:last-child {
  border-bottom: 1px solid #d5dbe9;
}
/* Normal State */
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #444;
  height: 2px;
  margin-top: 3px;
  transform: rotate(0deg);

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container a.meanmenu-reveal.meanclose span {
  margin-top: 8px;
  transform: rotate(-45deg);
  background: #ffd101;
}
.mean-container a.meanmenu-reveal span:before {
  content: "";
  display: block;
  background: #444;
  height: 2px;
  margin-top: 3px;
  position: relative;
  top: 10px;
  transform: rotate(0deg);

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container a.meanmenu-reveal span:after {
  content: "";
  display: block;
  background: #444;
  height: 2px;
  margin-top: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* Close */
.mean-container a.meanmenu-reveal.meanclose span:before {
  content: "";
  display: block;
  background: #ffd101;
  height: 2px;
  margin-top: 3px;
  position: relative;
  top: 0px;
  transform: rotate(-90deg);

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container a.meanmenu-reveal.meanclose span:after {
  content: none;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container .mean-nav ul li a {
  text-transform: unset;
}
.mean-container a.meanmenu-reveal:hover span:after,
.mean-container a.meanmenu-reveal:hover span:before,
.mean-container a.meanmenu-reveal:hover span {
  background: #ffd101;
}
.mean-container a.meanmenu-reveal:focus span:after,
.mean-container a.meanmenu-reveal:focus span:before,
.mean-container a.meanmenu-reveal:focus span {
  background: #4a1aff;
}

/* 15. Elasta Header */
.elst-header {
  position: relative;
  padding: 0 55px;
  background: #fff;
  -webkit-transition: background ease .3s, box-shadow ease .3s;
  -ms-transition: background ease .3s, box-shadow ease .3s;
  transition: background ease .3s, box-shadow ease .3s;
  z-index: 4;
}
.admin-bar .is-sticky .elst-header {
  top: 32px !important;
}
.elst-header .container,
.elst-header .container-fluid {
  position: relative;
}
.elst-header .container:before,
.elst-header .container:after,
.elst-header .container-fluid:before,
.elst-header .container-fluid:after {
  display: table;
  clear: both;
  content: "";
}
.elst-header-left {
  padding-left: 25px;
  float: left;
}
.header-links-wrap {
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin: 23px 0;
  z-index: 9;
}
.header-icon-links {
  display: inline-block;
  font-size: 18px;
  float: left;
  padding: 15px 0;
}
.header-icon-links a {
  padding-left: 15px;
  position: relative;
  z-index: 9;
}
.elst-search-link {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
}
.elst-search-box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  padding: 0 30px;
  background: #ffffff;
  z-index: 99;
}
.elst-search-box input[type="text"] {
  position: absolute;
  height: 100%;
  left: 0;
  padding: 0 30px;
  margin-bottom: 0;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.elst-search-box .search-closer {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.header-right-btn {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.header-right-btn .elst-btn {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.header-right-btn .elst-small-btn {
  padding: 12px 15px;
  min-width: 135px;
  text-transform: unset;
  font-size: 17px;
  float: left;
  position: relative;
  z-index: 9;
}
.header-right-btn .elst-trans-btn {
  border-radius: 4px 0 0 4px;
}
.header-right-btn .elst-black-btn {
  border-radius: 0 4px 4px 0;
}
.header-right-btn.one-btn .elst-black-btn,
.header-right-btn.one-btn .elst-trans-btn {
  border-radius: 4px;
}
.header-right-btn .elst-btn i {
  padding-right: 5px;
}
.elst-toggle {
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 14px;
}
.elst-toggle .toggle-separator {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: #333333;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elst-toggle .toggle-separator:before,
.elst-toggle .toggle-separator:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.elst-toggle .toggle-separator:after {
  top: 6px;
}
/* Elasta Sticky Header */
.is-sticky .elst-header {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.header-style-two .elst-search-link input[type="submit"], 
.header-style-four .elst-search-link input[type="submit"],  
.header-style-five .elst-search-link input[type="submit"],  
.elst-search-link.style-one input[type="submit"] {  
  display: none;  
} 
.header-style-four .header-icon-links a:hover { 
  color: #ffffff; 
} 
.header-style-four .elst-search-box .search-closer:hover {  
  color: #ffd101; 
}

/*Header Two*/
.header-style-two .elst-navigation .nav-text:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #232323;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  margin-right: 5px;
  top: -3px;
}
.header-style-two .elst-navigation > ul > li.active > a .nav-text:before {
  background: #ffd101;
}
.header-style-two .header-right-btn .elst-trans-btn {
  border-radius: 4px;
  background-color: #4a1aff;
  color: #ffffff;
  border-color: #4a1aff;
}
.header-style-two .header-right-btn .elst-trans-btn:focus,
.header-style-two .header-right-btn .elst-trans-btn:hover {
  background: #ffd101;
  border-color: #ffd101;
}

/*Header Three*/
.elst-search-wrap {
  display: inline-block;
  float: left;
  min-width: 200px;
  padding: 10px 0 0 30px;
}
.header-style-three .elst-site-tagline {
  display: none;
}
.header-style-three .elst-header-left {
  padding-left: 0;
}
.elst-search-wrap form p {
  padding: 0;
  position: relative;
}
.elst-search-wrap form p:before {
  content: "\f002";
  position: absolute;
  right: 0;
  top: 15px;
  color: #232323;
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elst-search-wrap form input[type="submit"] {
  position: absolute;
  top: 15px;
  right: 0;
  min-width: 20px;
  width: 20px;
  height: 26px;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.elst-search-wrap form input[type="submit"]:hover,
.elst-search-wrap form input[type="submit"]:focus {
  background-color: transparent;
}
.header-style-three .header-right-btn .elst-trans-btn {
  padding: 13px 0;
  min-width: auto;
  border: 0;
  margin-right: 30px;
}
.header-style-three .header-right-btn .elst-trans-btn:focus,
.header-style-three .header-right-btn .elst-trans-btn:hover {
  background: transparent;
  color: #ffd101;
}
.header-style-three .header-right-btn .elst-black-btn {
  border-radius: 4px;
  background-color: #4a1aff;
}
.header-style-three .header-right-btn .elst-black-btn:focus,
.header-style-three .header-right-btn .elst-black-btn:hover {
  background: #ffd101;
}
.header-style-three .header-right-btn .elst-black-btn:after {
  content: "or";
  position: absolute;
  font-size: 15px;
  top: 12px;
  left: -15px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ffffff;
  color: #232323;
  user-select: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/*Header Four*/
.elst-header.header-style-four {
  background: #ffd101;
}
.header-style-four .elst-navigation > ul > li:hover > a,
.header-style-four .elst-navigation > ul > li.current-menu-ancestor > a,
.header-style-four .elst-navigation > ul > li.active > a {
  color: #ffffff;
}
.header-style-four .header-right-btn .elst-btn {
  border-radius: 100px;
  margin-left: 10px;
}
.header-style-four .header-right-btn .elst-btn:focus,
.header-style-four .header-right-btn .elst-btn:hover {
  background: #4a1aff;
  border-color: #4a1aff;
}

/*Header Five*/
.header-style-five .header-right-btn .elst-btn {
  border-radius: 4px;
}
.header-style-five .header-right-btn {
  padding: 0;
}
.header-style-five .elst-site-tagline {
  display: none;
}
.header-style-five .elst-header-scodes {
  padding-top: 10px;
}
.header-style-five .header-right-btn .elst-trans-btn {
  color: #4a1aff;
  border: none;
  background: none;
}
.header-style-five .header-right-btn .elst-trans-btn:hover {
  color: #ffd101;
}
.elst-header-scodes {
  display: inline-block;
  padding: 21px 0 0 30px;
}
.header-style-five .elst-header-scodes .elst-social { 
  padding: 20px 0 0;  
}
.elst-custom-wpml {
  display: inline-block;
}
.elst-custom-wpml select {
  color: #232323;
  border: none;
}

/*Header Six*/
.header-style-six .elst-navigation {
  text-align: center;
  padding: 0;
  width: 100%;
}
.header-style-six .elst-site-tagline {
  display: none;
}
.header-style-six .elst-navigation li {
  text-align: left;
}
.header-style-six .elst-navigation .elst-brand {
  margin-left: 25px;
  margin-right: 25px;
  padding: 12px 0;
}
.header-style-six.elst-has-text-logo.elst-has-site-tagline .elst-brand.has-logo {
  padding: 20px 0;
}
.header-style-six .elst-header-left {
  padding-left: 0;
  float: none;
}
.header-style-six .elst-brand {
  display: none;
}
.elst-header.header-style-six .container-fluid,
.elst-header.header-style-six [class*="col-"],
.elst-header.header-style-six {
  padding: 0;
}
.elst-header.header-style-six .row {
  margin: 0;
}
.header-style-six .elst-navigation > ul > li > a {
  padding: 20px 20px;
}
.header-style-six .header-links-wrap {
  margin: 0;
}
.elst-header-six-scodes {
  display: inline-block;
  padding: 29px 30px;
  background: #ffd101;
  color: #232323;
}
.header-style-six .elst-social {
  display: inline-block;
  width: 100%;
}
.header-style-six .elst-social a {
  color: #232323;
}
.header-style-six .elst-social a:hover {
  color: #ffffff;
}
.header-style-six .header-right-btn .elst-small-btn {
  background: #ffd101;
  border-radius: 0;
  color: #232323;
  padding: 27px 0 28px;
}
.header-style-six .header-right-btn .elst-small-btn:hover {
  background: #4a1aff;
  color: #ffffff;
}
.header-style-six .header-right-btn {
  display: block;
}



/*Top Bar*/
.elst-topbar {
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #f6f6f6;
}
.elst-topbar.f-topbar {
  text-align: center;
}
.elst-topbar p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.elst-topbar p i {
  color: #ff3737;
}
/*Five*/
.elst-topbar.header-style-five {
  background: #4a1aff;
}
.elst-topbar.header-style-five p {
  color: #ffffff;
}


/* 16. Elasta Mid Wrap */
.elst-mid-wrap {
  padding: 100px 0 100px;
}
.elst-ele-page-wrap .row {
  margin: 0 -10px;
}
.elst-ele-page-wrap .elst-page-col {
  padding: 0;
}
.elst-primary {
  float: left;
  width: 71%;
  padding: 0 15px;
}
.elst-secondary {
  float: left;
  width: 29%;
  padding: 0 15px;
}
.secondary-wrap {
  padding-left: 8px;
}
.left-sidebar .elst-primary {
  float: right;
}
.left-sidebar .elst-primary {
  -ms-flex-order: 2;
  order: 2;
}
.left-sidebar .elst-secondary {
  -ms-flex-order: 1;
  order: 1;
}
.left-sidebar .secondary-wrap {
  padding: 0 8px 0 0;
}

/* 17. Elasta Page Title */
.elst-page-title {
  padding: 80px 0 90px;
  background-color: #202025;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.elst-page-title.has-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  content: "";
  z-index: 1;
}
.elst-page-title .container {
  position: relative;
  z-index: 2;
}
.elst-page-title h2 {
  font-size: 55px;
  position: relative;
  display: inline-block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.elst-page-title h2:before,
.elst-page-title h2:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 31px;
  height: 35px;
  background-image: url(../images/title-sep.png);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 31px auto;
  margin-left: 25px;
}
.elst-page-title h2:before {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 25px;
}
.elst-page-title ul.trail-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elst-page-title ul.trail-items li {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  padding: 0 15px;
  position: relative;
}
.elst-page-title ul.trail-items li:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #ffd101;
  border-radius: 100%;
}
.elst-page-title ul.trail-items li:last-child:before {
  content: none;
}
.elst-page-title ul.trail-items li a {
  color: #232323;
}
.title-style-one.elst-page-title ul.trail-items li a {
  color: #fff;
}
.elst-page-title ul.trail-items li a:hover {
  color: #ffd101;
}

/*Style Two*/
.elst-page-title.title-style-two {
  background: #ececec;
  color: #232323;
}
.elst-page-title.title-style-two h2 {
  font-size: 45px;
}
.elst-page-title.title-style-two h2:before,
.elst-page-title.title-style-two h2:after {
  content: none;
}
.elst-page-title.title-style-two h2:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  background: rgba(255, 85, 1, 0.5);
  width: 100%;
  height: 12px;
  padding: 0;
  margin: 0;
}
.elst-page-title.title-style-two ul.trail-items li {
  color: #232323;
}
.elst-page-title.title-style-two ul.trail-items li a {
  color: #232323;
}
.elst-page-title.title-style-two ul.trail-items li a:hover {
  color: #ffd101;
}

/*Style Three*/
.elst-page-title.title-style-three {
  background: #ececec;
  color: #232323;
}
.elst-page-title.title-style-three h2 {
  font-size: 45px;
  width: 100%;
}
.elst-page-title.title-style-three h2:before,
.elst-page-title.title-style-three h2:after {
  content: none;
}
.elst-page-title.title-style-three h2:before {
  content: attr(page-title);
  position: absolute;
  transform: none;
  width: 100%;
  height: 100%;
  background: none;
  font-family: 'Mr Dafoe', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  opacity: 0.2;
  font-size: 70px;
  left: 0;
  top: -30px;
}
.elst-page-title.title-style-three ul.trail-items li {
  color: #232323;
}
.elst-page-title.title-style-three ul.trail-items li a {
  color: #232323;
}
.elst-page-title.title-style-three ul.trail-items li a:hover {
  color: #ffd101;
}

/*Style Four*/
.elst-page-title.title-style-four {
  background: #ececec;
  color: #232323;
}
.elst-page-title.title-style-four h2 {
  font-size: 45px;
  padding: 10px 50px 13px;
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-box-shadow: 20px 0 80px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 20px 0 80px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 0 80px rgba(0, 0, 0, 0.2);
}
.elst-page-title.title-style-four h2:before,
.elst-page-title.title-style-four h2:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  background: none;
  border: 2px solid #232323;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
}
.elst-page-title.title-style-four h2:after {
  left: auto;
  right: 20px;
}
.elst-page-title.title-style-four ul.trail-items li {
  color: #232323;
}
.elst-page-title.title-style-four h2 span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  bottom: -20px;
  border: 1px solid #202025;
  z-index: -1;
  overflow: hidden;
}
.elst-page-title.title-style-four h2 span:after {
  content: "";
  position: absolute;
  top: -270px;
  left: -270px;
  width: 300%;
  height: 750%;
  background-image: url(../images/title-line.png);
  background-repeat: repeat;
  transform: rotate(160deg);
}
.elst-page-title.title-style-four ul.trail-items li a {
  color: #232323;
}
.elst-page-title.title-style-four ul.trail-items li a:hover {
  color: #ffd101;
}

/*Style Five*/
.elst-page-title.title-style-five {
  background: #ececec;
  color: #232323;
}
.elst-page-title.title-style-five h2 {
  font-size: 45px;
  padding: 20px 0;
  margin-bottom: 10px;
}
.elst-page-title.title-style-five h2:before,
.elst-page-title.title-style-five h2:after {
  content: none;
}
.elst-page-title.title-style-five h2:before {
  content: "";
  position: absolute;
  background-image: url(../images/title-img.png);
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 330px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  transform: none;
}
.elst-page-title.title-style-five h2:after {
  left: auto;
  right: 20px;
}
.elst-page-title.title-style-five ul.trail-items li {
  color: #232323;
}
.elst-page-title.title-style-five ul.trail-items li a {
  color: #232323;
}
.elst-page-title.title-style-five ul.trail-items li a:hover {
  color: #ffd101;
}



/*Single Title*/
.elst-page-title.elst-single-title {
  padding: 100px 0;
  text-align: left;
}
.elst-single-title.elst-page-title h2 {
  font-size: 40px;
}
.elst-single-title.elst-page-title h2:before,
.elst-single-title.elst-page-title h2:after {
  content: none;
}
.elst-page-title .elst-news-btm-meta a:hover {
  color: #ffffff;
}
.elst-page-title .elst-news-cats {
  color: #ffd101;
}
.elst-page-title .elst-news-cats a:before,
.elst-page-title .elst-news-cats a:after {
  background: #ffd101;
}
.elst-page-title .elst-news-cats a:hover {
  color: #ffffff;
}

/* 18. Elasta 404 Error Page */
.elst-error {
  padding: 177px 0 201px;
  background-color: #f4f5fb;
  background-position: 50% 50%;
  background-repeat: repeat;
  text-align: center;
}
.elst-error h1 {
  font-size: 200px;
  line-height: 200px;
}
.elst-error h2 {
  font-size: 35px;
}
.elst-error p {
  font-size: 25px;
}
.elst-error .elst-btn-wrap {
  padding-top: 13px;
}
.elst-error .elst-btn {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.elst-error .elst-small-btn {
  padding: 15px 15px 14px;
  min-width: 170px;
}
.error-title {
  display: inline-block;
  padding-bottom: 6px;
  color: #2a2f4c;
  font-weight: 700;
  position: relative;
}
.error-subtitle {
  padding-bottom: 13px;
  color: #4a1aff;
  font-weight: 700;
}
/*Not Found*/
.not-found {
  text-align: center;
}
.not-found .widget_search {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0 0;
}

/* 19. Elasta News Page */
.elst-news-item {
  margin-bottom: 55px;
  position: relative;
}
.elst-post-wrap .elst-post-col:last-child .elst-news-item {
  margin-bottom: 0;
}
.elst-news-item .elst-iframe,
.elst-news-item .elst-image,
.elst-news-detail .elst-news {
  text-align: center;
  position: relative;
}
.elst-news-item .elst-iframe {
  margin-bottom: 30px;
}
.elst-news-item.sticky {
  background: #fff;
  border: 1px solid #4a1aff;
  padding: 30px 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.elst-news-items-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.elst-news-item.elst-hover .elst-link a {
  color: #ffd101;
}
.elst-news-item.elst-hover .elst-link a i {
  margin-left: 10px;
}
.elst-news-item .elst-image img {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.elst-news-item .elst-image > a:focus img {
  border: 1px solid #ffd101;
}
.elst-news-info {
  padding-top: 31px;
  position: relative;
}
.elst-news-item.no-img .elst-news-info {
  padding-top: 0;
}
.elst-news-info-content {
  margin-bottom: 0;
  color: #777777;
  font-size: 17px;
  line-height: 1.6;
}
.elst-news-info p {
  padding-bottom: 17px;
}
.elst-news-detail-wrap .elst-news-meta {
  padding-bottom: 10px;
}
.elst-news-meta h3 {
  font-size: 24px;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.elst-news-cats {
  font-size: 18px;
  padding-bottom: 10px;
  color: #4a1aff;
}
.elst-post-wrap .elst-news-item:nth-child(odd) .elst-news-cats,
.elst-post-wrap .elst-post-col:nth-child(odd) .elst-news-item .elst-news-cats {
  color: #ff5501;
}
.elst-news-cats a {
  color: inherit;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  margin-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.elst-news-cats a:focus,
.elst-news-cats a:hover {
  color: #ffd101;
}
.elst-news-cats a:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 13px;
  width: 3px;
  height: 3px;
  background: #4a1aff;
  border-radius: 100%;
}
.elst-post-wrap .elst-news-item:nth-child(odd) .elst-news-cats a:before,
.elst-post-wrap .elst-post-col:nth-child(odd) .elst-news-item .elst-news-cats a:before {
  background: #ff5501;
}
.elst-news-cats a:first-child:before {
  content: none;
}
.elst-news-cats a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #4a1aff;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
  .elst-post-wrap .elst-news-item:nth-child(odd) .elst-news-cats a:after,
.elst-post-wrap .elst-post-col:nth-child(odd) .elst-news-item .elst-news-cats a:after{
  background: #ff5501;
}
.elst-news-cats a:hover:after {
  width: 0;
}
.elst-news-cats a:first-child {
  padding-left: 0;
  margin-left: 0;
}
.elst-news-btm-meta {
  font-size: 16px;
  color: #aaaaaa;
  padding-top: 10px;
}
.elst-news-btm-meta span {
  position: relative;
  display: inline-block;
}
.elst-news-btm-meta span:after {
  content: "/";
  padding: 0 10px;
}
.elst-news-btm-meta span:last-child:after {
  content: none;
}
.elst-news-btm-meta a {
  color: #aaaaaa;
}
.elst-news-btm-meta a:hover {
  color: #4a1aff;
}
.elst-share-link {
  display: inline-block;
  margin: 4px 14px 0 0;
  position: relative;
}
.elst-share-link > a {
  display: inline-block;
  height: 45px;
  width: 45px;
  background: #ffffff;
  color: #bebebe;
  font-size: 18px;
  text-align: center;
  line-height: 43px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.elst-share-link .elst-social {
  position: absolute;
  top: 0;
  right: 45px;
  padding-right: 4px;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 0;
}
.elst-share-link .elst-social a {
  margin: 0 -49px 0 0;
}
.elst-share-link.elst-hover > a {
  background: #ffd101;
  color: #ffffff;
  border-color: transparent;
}
.elst-share-link.elst-hover .elst-social {
  opacity: 1;
}
.elst-share-link.elst-hover .elst-social a {
  margin: 0;
}
.elst-link {
  font-weight: 700;
  font-size: 13px;
  color: #4a1aff;
  text-transform: uppercase;
  position: relative;
}
.elst-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #4a1aff;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elst-link:hover:after {
  width: 0;
}
.elst-link a {
  display: inline-block;
  vertical-align: middle;
}
.elst-link a i {
  margin: 0 0 2px 6px;
  -webkit-transition: margin ease .3s;
  -ms-transition: margin ease .3s;
  transition: margin ease .3s;
}

/* 20. Elasta News Single Page */
p:empty {
  display: none;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item img {
  height: auto;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  margin: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  margin: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  margin: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  margin: 0;
}
.gallery-columns-6 .gallery-item figcaption,
.gallery-columns-7 .gallery-item figcaption,
.gallery-columns-8 .gallery-item figcaption,
.gallery-columns-9 .gallery-item figcaption {
  display: none;
}
.gallery-caption {
  display: block;
}
.elst-unit-fix {
  word-wrap: break-word;
}
.elst-news img {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.elst-news-detail-wrap {
  padding: 35px 0 0;
}
.no-img .elst-news-detail-wrap {
  padding-top: 0;
}
.single-news-meta {
  padding: 40px 0 0 0;
  margin-top: 15px;
  border-top: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
}
.news-meta-tags {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.single-news-meta:before,
.single-news-meta:after {
  display: table;
  clear: both;
  content: "";
}
.single-news-meta .elst-social a {
  margin-right: 20px;
  font-size: 20px;
  color: #232323;
}
.single-news-meta .elst-social a:focus,
.single-news-meta .elst-social a:hover {
  color: #ffd101;
}
.single-news-meta .elst-social a:last-child {
  margin-right: 0;
}
.meta-label {
  padding-right: 6px;
  font-weight: 600;
  font-size: 17px;
}
.meta-tag {
  display: inline-block;
}
.meta-tag a {
  color: #232323;
  font-size: 14px;
  position: relative;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  padding: 8px 15px 7px;
  margin: 2px 0;
  text-transform: uppercase;
  display: inline-block;
}
.meta-tag a:before {
  content: "\f097";
  font-family: FontAwesome;
  padding-right: 5px;
}
.meta-tag a:hover {
  background: #ffd101;
  color: #232323;
  border-color: #ffd101;
}
.elst-author-info {
  margin-top: 60px;
  padding: 40px;
  background: #f7f7f7;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.author-avatar {
  float: left;
}
.author-avatar > a:focus img {
  border: 1px solid #ffd101;
}
.author-avatar img {
  max-width: 72px;
  object-fit: cover;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.author-content {
  display: block;
  overflow: hidden;
}
.author-content p {
  padding: 0;
}
.author-content .author-name {
  display: inline-block;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 18px;
}
.author-content p {
  padding-bottom: 0;
}
p.has-text-color strong {
  padding: 10px 0 0;
  display: inline-block;
}

/* 21. Elasta Comments */
.vt-nav-links {
  display: inline-block;
  width: 100%;
}
.elst-comments-area h3 {
  font-size: 26px;
}
.comments-section,
.elst-comment-form {
  padding: 60px 0 0;
  display: inline-block;
  width: 100%;
}
.elst-comments-area .trackback .comment-main-area,
.elst-comments-area .pingback .comment-main-area {
  padding-left: 0;
}
a#cancel-comment-reply-link {
  float: right;
}
.comments .comment-respond {
  margin-bottom: 40px;
}
.elst-comments-area .comments-title {
  padding-bottom: 24px;
  font-weight: 600;
}
.elst-comments-area .reply {
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 700;
  font-size: 18px;
  z-index: 1;
}
.elst-comments-area .reply a {
  color: #ff5501;
}
.elst-comments-area .reply a:hover {
  color: #4a1aff;
}
.elst-comments-area ol.comments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elst-comments-area .comments li .comment-awaiting-moderation {
  margin-bottom: 10px;
  display: inline-block;
}
.elst-comments-area .comments li .children {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0;
  list-style: none;
}
.elst-comments-area .comments li .children li {
  padding-left: 40px;
}
.elst-comments-area .comment-body {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 36px;
  position: relative;
}
.elst-comments-area .comment-body .fn {
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
}
.elst-comments-area .comment-body span.says {
  display: none;
}
.elst-comments-area .comment-author img,
.elst-comments-area .comment-image img {
  max-width: 90px;
  object-fit: cover;
  float: left;
  margin-right: 30px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.elst-comments-area .comment-body .comment-metadata {
  overflow: hidden;
  padding: 0 0 5px;
}
.elst-comments-area .comment-body .comment-metadata a {
  color: #aaaaaa;
  font-size: 15px;
  text-transform: uppercase;
}
.elst-comments-area .comment-body .comment-metadata a:hover {
  color: #4a1aff;
}
.elst-comments-area .comment-body .comment-metadata .edit-link .comment-edit-link {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 9px 1px;
  margin-left: 6px;
  color: #ffffff;
  background: #ffd101;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.elst-comments-area .comment-body .comment-metadata .edit-link .comment-edit-link:focus,
.elst-comments-area .comment-body .comment-metadata .edit-link .comment-edit-link:hover {
  background: #4a1aff;
}
.elst-comments-area .comment-body .comment-content {
  overflow: hidden;
}
.elst-comments-area .comment-body p {
  padding-bottom: 10px;
}
.elst-comment-form .form-submit {
  padding-top: 8px;
}

/* 22. Elasta Cross Check */
.entry-content img {
  height: auto;
}
.entry-content .comment-author {
  margin: 0;
}
.entry-content .comment-respond {
  padding-top: 10px;
}
.entry-content .avatar {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.entry-content dt {
  margin-bottom: 5px;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content .comment-metadata {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #4c4c4c;
}
.entry-content .comment-list .comment-reply-link {
  display: inline-block;
  padding: 8px 15px;
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.entry-content .comment-list .comment-reply-link:hover,
.entry-content .comment-list .comment-reply-link:focus {
  background: #e8e8e8;
  color: #777777;
}
.entry-content .comment-meta .comment-author .avatar {
  height: 42px;
  width: 42px;
}
.entry-content .comment-author .avatar {
  height: 42px;
  position: relative;
  top: 0.25em;
  width: 42px;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-content .comment-list article,
.entry-content .comment-list .pingback,
.entry-content .comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}
.entry-content .comment-list .children {
  list-style: none;
  margin: 0;
}
.entry-content .comment-list .children > li {
  padding-left: 0.875em;
}
.entry-content .comment-author {
  color: #1a1a1a;
  margin-bottom: 0;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.entry-content .comment-metadata,
.entry-content .pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.entry-content .comment-metadata {
  margin-bottom: 15px;
  font-size: 15px;
}
.entry-content .comment-metadata a,
.entry-content .pingback .comment-edit-link {
  color: #686868;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #686868;
}
.entry-content .comment-metadata .edit-link,
.entry-content .pingback .edit-link {
  display: inline-block;
}
.entry-content .comment-metadata .edit-link:before,
.entry-content .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-content .comment-content ul,
.entry-content .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.entry-content .comment-content li > ul,
.entry-content .comment-content li > ol {
  margin-bottom: 0;
}
.entry-content .comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.entry-content .comment-reply-link:hover,
.entry-content .comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}
.entry-content .comment-list .comment-form {
  padding-bottom: 1.75em;
}
.entry-content .comment-notes,
.entry-content .comment-awaiting-moderation,
.entry-content .logged-in-as,
.entry-content .form-allowed-tags {
  color: #686868;
  font-size: 15px;
  padding-bottom: 20px;
}
.entry-content .no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
.post-password-form input[type="password"] {
  margin-bottom: 10px;
}
.post-password-form label {
  width: 100%;
  padding-top: 20px;
}
.post-password-form input[type="submit"] {
  margin: 0 0 30px;
  padding: 12px 20px;
  min-width: 160px;
}
p.comment-form-cookies-consent {
    padding: 0 0 15px;
}
p.comment-form-cookies-consent label {
  padding: 0;
}
.elst-page-wrap .elst-comment-form {
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}

/* 23. Elasta Footer */
.elst-footer {
  background: #1c1c29;
  color: #bbbbbd;
}
.footer-wrap {
  padding: 83px 0 40px;
}
.footer-wrap p {
  font-size: 17px;
  color: #bbbbbd;
  padding: 0;
}
.footer-wrap .elst-btn-wrap {
  padding-top: 3px;
}
.footer-wrap .elst-btn-wrap a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.footer-wrap .elst-btn-wrap a:hover {
  opacity: 0.85;
}
.elst-logo {
  padding-bottom: 23px;
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  list-style: none;
}
.footer-widget ul li {
  padding-top: 10px;
  position: relative;
}
.footer-widget.widget_rss ul li,
.footer-widget.widget_recent_comments ul li {
  padding: 15px 0 0;
  border: none;
  color: #949494;
}
.footer-widget.widget_rss > ul > li:first-child,
.footer-widget.widget_recent_comments > ul > li:first-child,
.footer-widget ul li:first-child {
  padding-top: 0;
}
.footer-widget .nice-select .option {
  padding-top: 10px;
}
.footer-widget ul li a {
  color: #bbbbbd;
}
.footer-widget table,
.footer-widget table th,
.footer-widget table td {
  border-color: #dedede;
  color: #949494;
}
.footer-widget table a {
  color: #ffd101;
}
.footer-widget .nice-select:after,
.footer-widget .nice-select {
  color: #949494;
  border-color: #949494;
}
.footer-style-one .footer-widget a {
  color: #bbbbbd;
}
.footer-widget .widget-title {
  padding: 0 0 20px;
  font-size: 24px;
  color: #ffffff;
}
.footer-widget .elst-image {
  margin-bottom: 20px;
}
ul.footer-address {
  padding-right: 50px;
}
ul.footer-address li {
  padding-left: 30px;
  position: relative;
}
ul.footer-address li span {
  position: absolute;
  left: 0;
  display: inline-block;
}
span.footer-wdot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffd101;
  border-radius: 100%;
  margin: 0 0 10px;
}
.footer-widget .elst-form input[type="email"] {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  font-size: 16px;
  margin: 0 0 25px;
}
.footer-widget .elst-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-widget .elst-form ::-moz-placeholder {
  color: #ffffff;
}
.footer-widget .elst-form :-ms-input-placeholder {
  color: #ffffff;
}
.footer-widget .elst-form :-moz-placeholder {
  color: #ffffff;
}
.footer-widget .elst-form {
  position: relative;
}
.footer-widget .elst-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  min-width: 15px;
  padding: 0;
  background: transparent;
}
.footer-widget .elst-form.searchform p:before {
  content: "\f061";
  position: absolute;
  right: 0;
  top: 0px;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-widget .elst-social a {
  font-size: 20px;
  color: #ffffff;
  margin-right: 20px;
}
.footer-widget .elst-social a:hover {
  color: #ffd101;
}
.footer-widget.widget_mc4wp_form_widget {
  margin-bottom: 0;
}
.footer-widget.widget_calendar {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}
.footer-style-three caption,
.footer-style-three .footer-widget table,
.footer-style-three .footer-widget table th,
.footer-style-three .footer-widget table td {
  border-color: #ffffff;
  color: #ffffff;
}
.footer-style-three .footer-widget .nice-select:after,
.footer-style-three .footer-widget .nice-select {
  color: #ffffff;
  border-color: #ffffff;
}

/*Copyright*/
.elst-copyright {
  padding: 30px 0;
  color: #bbbbbd;
  font-size: 17px;
}
.elst-copyright:before,
.elst-copyright:after {
  display: table;
  clear: both;
  content: "";
}
.elst-copyright a {
  color: inherit;
}
.elst-copyright a:focus,
.elst-copyright a:hover {
  color: #ffd101;
}
.alt-copyright p {
  padding: 0;
  color: #bbbbbd;
}
.elst-copyright p {
  padding: 0;
}
.elst-copyright ul {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  list-style: none;
}
.elst-copyright ul li {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.elst-copyright ul li:before {
  content: "-";
  padding-right: 15px;
}
.elst-copyright ul li:first-child {
  padding-left: 0;
}
.elst-copyright ul li:first-child:before {
  content: none;
}

/*Footer Top*/
.elst-footer-top {
  padding: 40px 0;
  color: #232323;
  font-size: 17px;
  border-bottom: 1px solid #e0e0e0;
}
.elst-footer-top p {
  padding: 0;
}
.elst-footer-top ul {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  list-style: none;
}
.elst-footer-top ul li {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.elst-footer-top ul li:first-child {
  padding-left: 0;
}
.elst-footer-top a {
  color: inherit;
}
.elst-footer-top a:hover {
  color: #ffd101;
}

.footer-style-one .elst-copyright,
.footer-style-one .elst-copyright p,
.footer-style-one .elst-footer-top,
.footer-style-one .elst-footer-top p {
  color: #ffffff;
}

/*Footer Style Two*/
.elst-footer.footer-style-two {
  background: #f3f3f3;
  color: #1c1c22;
}
.elst-footer.footer-style-two .footer-wrap p {
  color: #1c1c22;
  padding: 0 0 15px;
}
.elst-footer.footer-style-two .footer-widget ul li a {
  color: #1c1c22;
}
.elst-footer.footer-style-two .footer-widget .widget-title {
  font-size: 20px;
  color: #1c1c22;
}
.elst-footer.footer-style-two .footer-widget ul li a:focus,
.elst-footer.footer-style-two .footer-widget ul li a:hover {
  color: #ffd101;
}
.elst-footer.footer-style-two .footer-widget .elst-social a {
  font-size: 17px;
}
.elst-footer.footer-style-three .footer-widget .elst-social a i {
  min-width: 25px;
}
.footer-style-two .elst-form input[type="email"] {
  border-color: #232323;
}
.footer-style-two .elst-form ::-webkit-input-placeholder {
  color: #232323;
}
.footer-style-two .elst-form ::-moz-placeholder {
  color: #232323;
}
.footer-style-two .elst-form :-ms-input-placeholder {
  color: #232323;
}
.footer-style-two .elst-form :-moz-placeholder {
  color: #232323;
}
.footer-style-two .elst-form p:before {
  color: #232323;
}

/*Footer Style Three*/
footer.elst-footer.footer-style-three {
  background: #1024fd;
  color: #ffffff;
}
.elst-footer.footer-style-three .footer-wrap p {
  color: #ffffff;
  padding: 0 0 15px;
}
.elst-footer.footer-style-three .footer-widget ul li a {
  color: #ffffff;
}
.elst-footer.footer-style-three .footer-widget .widget-title {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.6;
  position: relative;
}
.elst-footer.footer-style-three .footer-widget .widget-title:after {
  content: "";
  width: 15px;
  height: 4px;
  background: #ffffff;
  display: inline-block;
  margin-left: 10px;
}
.elst-footer.footer-style-three .footer-widget ul li a:focus,
.elst-footer.footer-style-three .footer-widget ul li a:hover {
  color: #ffd101;
}
.elst-footer.footer-style-three .footer-widget .elst-social a {
  font-size: 17px;
}
.elst-footer.footer-style-three .footer-widget .elst-social a i {
  min-width: 25px;
}

/*Copyright*/
.elst-footer.footer-style-three .elst-copyright {
  border-top: 1px solid #0312ad;
}
.elst-footer.footer-style-three .elst-copyright p {
  color: #ffffff;
  padding: 0;
}
.elst-footer.footer-style-three .elst-copyright p {
  color: #ffffff;
  padding: 0;
}
.elst-footer.footer-style-three .elst-copyright ul li {
  color: #ffffff;
}
.elst-footer.footer-style-three .elst-copyright ul li a {
  color: #ffffff;
}
.elst-footer.footer-style-three .elst-copyright ul li a:focus,
.elst-footer.footer-style-three .elst-copyright ul li a:hover {
  color: #ffd101;
}

/*Footer Top*/
.footer-style-three .elst-footer-top ul li,
.footer-style-three .elst-footer-top p,
.footer-style-three .elst-footer-top {
  color: #ffffff;
}

/*Footer Style Four*/
.elst-footer.footer-style-four {
  background: #f3f3f3;
  color: #232323;
}
.elst-footer.footer-style-four .footer-widget .widget-title {
  color: #232323;
}
.elst-footer.footer-style-four .footer-widget ul li a {
  color: #232323;
}
.elst-footer.footer-style-four .footer-widget ul li a:hover {
  color: #ffd101;
}
.footer-style-four .elst-form input[type="email"] {
  border-color: #232323;
}
.footer-style-four .elst-form ::-webkit-input-placeholder {
  color: #232323;
}
.footer-style-four .elst-form ::-moz-placeholder {
  color: #232323;
}
.footer-style-four .elst-form :-ms-input-placeholder {
  color: #232323;
}
.footer-style-four .elst-form :-moz-placeholder {
  color: #232323;
}
.footer-style-four .elst-form p:before {
  color: #232323;
}
.elst-footer.footer-style-four .footer-widget ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../images/icon.png);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  margin-right: 10px;
}
.elst-footer.footer-style-four .footer-widget ul.mdle-social li:before,
.elst-footer.footer-style-four .footer-widget ul.footer-address li:before {
  content: none;
}


