@charset "UTF-8";
/***
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Off canvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYLE
 Custom amine
***/
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

thead {
  font-weight: 600;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
::-moz-placeholder {
  color: #838383;
}
::placeholder {
  color: #838383;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

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

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.bg-grey-9 {
  background-color: var(--color-grey-9);
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-20 {
  border-radius: 20px;
}

.img-hover-scale img {
  transition: transform 0.5s;
}
.img-hover-scale:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-5px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.text-brand {
  color: var(--color-brand) !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-warning {
  color: var(--color-warning) !important;
}

.text-danger {
  color: var(--color-danger) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.text-info {
  color: var(--color-info) !important;
}

.text-grey-4 {
  color: var(--color-grey-4) !important;
}

.text-muted {
  color: var(--color-muted) !important;
}

.text-grey-5, .text-grey-5 a, .text-hover-grey-5:hover {
  color: #c1c7cf !important;
}

.bg-brand {
  background-color: var(--color-brand) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-warning {
  background-color: var(--color-warning) !important;
}

.bg-danger {
  background-color: var(--color-danger) !important;
}

.bg-success {
  background-color: var(--color-success) !important;
}

.bg-info {
  background-color: var(--color-info) !important;
}

.bg-grey-4 {
  background-color: var(--color-grey-4) !important;
}

.flex-horizontal-center {
  display: flex;
  align-items: center;
}

.h-500 {
  min-height: 500px;
}

.border {
  border: 1px solid #eee !important;
}

.box-shadow-outer-6 {
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 22px 0 rgba(78, 42, 222, 0.09);
}
.box-shadow-outer-6:hover {
  box-shadow: 0 0 15px 0 rgba(78, 42, 222, 0.03), 0 8px 22px 0 rgba(78, 42, 222, 0.09);
}

.box-shadow-outer-7 {
  box-shadow: 0 0 11px 0 rgba(78, 42, 222, 0.03), 0 8px 16px 0 rgba(78, 42, 222, 0.08);
}
.box-shadow-outer-7:hover {
  box-shadow: 0 0 14px 0 rgba(78, 42, 222, 0.03), 0 8px 18px 0 rgba(78, 42, 222, 0.09);
}

.box-shadow-outer-3, .box-hover-shadow-outer-3:hover {
  box-shadow: 0 5px 16px 0 rgba(118, 126, 173, 0.09);
}

/*****************************
*********  BORDER  *****
******************************/
.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-brand {
  border-color: var(--color-brand) !important;
}

.border-muted {
  border-color: #f7f8f9;
}

.section-border {
  border-top: 1px solid #e6e9ec;
  border-bottom: 1px solid #e6e9ec;
}

.border-color-1 {
  border-color: #e0dede;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}
[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  box-shadow: 0 0 10px #fff;
}
@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  color: var(--color-text);
  font-family: var(--font-text), sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-text), sans-serif;
  color: var(--color-heading);
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: var(--color-body);
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 500;
}

strong,
.fw-600 {
  font-weight: 600;
}

.fw-900 {
  font-weight: 900;
}

.fw-300 {
  font-weight: 300;
}

.section-title {
  font-weight: 600;
}
.section-title.style-1 {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.section-title.style-1::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-brand);
}
.section-title span {
  color: var(--color-brand);
}

h3.section-title {
  font-size: 22px;
}

h5.widget-title {
  font-size: 18px;
  font-weight: 600;
}

.text-body {
  color: var(--color-text) !important;
}

.font-xxs {
  font-size: 10px;
}

.font-xs {
  font-size: 12px;
}

.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 14px;
}

.font-lg {
  font-size: 15px;
}

.font-xl {
  font-size: 16px;
}

.font-xxl {
  font-size: 58px;
}

.text-style-1 {
  position: relative;
}
.text-style-1::after {
  content: "";
  background-color: #ffdb85;
  height: 20%;
  width: 110%;
  display: block;
  position: absolute;
  bottom: 20%;
  left: -5%;
  z-index: -1;
  opacity: 0.8;
  transition: transform 0.5s;
}
.text-style-1:hover::after {
  height: 30%;
  transition: transform 0.5s;
}

/*COMPONENTS -> BUTTONS*/
.btn-default {
  color: #fff;
  background-color: var(--color-brand);
  border-radius: 50px;
  padding: 13px 28px;
}
.btn-default i {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  transition-duration: 0.2s;
}
.btn-default:hover i {
  margin-left: 15px;
  transition-duration: 0.2s;
}

.btn-lg {
  padding: 13px 28px;
  font-size: 16px;
}

.btn-sm {
  padding: 8px 18px !important;
  font-size: 12px;
}

.btn-md {
  padding: 10px 24px !important;
  font-size: 12px;
}

.btn-outline {
  background-color: transparent !important;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:hover {
  color: white;
}

.btn-shadow-brand {
  box-shadow: 0 2px 6px 0 rgba(88, 151, 251, 0.16);
  border: 1px solid #f7f8f9;
}
.btn-shadow-brand:hover {
  border: 1px solid var(--color-brand);
}

.btn-brand {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}

button.submit, button[type=submit] {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  color: #ffffff;
  border: none;
  background-color: var(--color-brand);
  border-radius: 50px;
}
button.submit:hover, button[type=submit]:hover {
  background-color: var(--color-primary) !important;
}

.btn-brand:hover {
  background-color: var(--color-primary) !important;
}

.btn-login {
  font-size: 13px;
}
.btn-login .btn {
  min-width: unset;
}
.btn-login li {
  margin: 0 5px 0;
  display: inline-block;
}
.btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.btn, .button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid var(--color-brand);
  text-transform: uppercase;
  background: var(--color-brand);
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.btn:hover, .button:hover {
  background: var(--color-primary);
}
.btn.btn-sm, .button.btn-sm {
  padding: 8px 18px;
  font-size: 12px;
  text-transform: none;
  line-height: 1.8;
}
.btn.btn-rounded, .button.btn-rounded {
  border-radius: 50px;
}
.btn.btn-secondary, .button.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn.btn-facebook, .button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.btn.btn-google, .button.btn-google {
  background: #d85040;
  border-color: #d85040;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  background: var(--color-grey-9);
  border: 2px solid var(--color-grey-9);
  border-radius: 50px;
  height: 45px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 13px;
  color: var(--color-body);
  width: 100%;
}
input:focus {
  background: transparent;
}
input.square {
  border-radius: 0;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid var(--color-grey-9);
  box-shadow: none;
  font-size: 13px;
  color: var(--color-body);
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 13px;
}

textarea {
  resize: vertical;
  background: var(--color-grey-9);
  border: 2px solid var(--color-grey-9);
  padding: 10px 10px 10px 20px;
  width: 100%;
  font-size: 13px;
  color: var(--color-body);
  min-height: 200px;
  border-radius: 20px;
}
textarea:focus {
  background: transparent;
  outline: none;
}

.select2-container--default .select2-selection--single {
  background-color: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 30px 0 0 30px !important;
  border-right: 0;
  height: 52px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 14px;
  right: 10px;
  width: 20px;
}

.custom_select {
  position: relative;
  width: 100%;
}
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}
.custom_select .select2-container--default .select2-selection--single {
  background-color: #f4f5f9;
  border: 2px solid #f4f5f9;
  border-radius: 50px !important;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  font-size: 13px;
  color: #4f5d77;
}
.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 13px;
  color: #4f5d77;
  padding-left: 0;
}
.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 14px;
}

.select2-dropdown {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  padding: 15px;
  min-width: 220px;
}
.select2-dropdown .select2-search--dropdown {
  padding: 0;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 50px;
  height: 40px;
  padding-left: 20px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ececec;
  color: unset;
}

/*contact form*/
.contact-from-area .contact-form-style button {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  color: #ffffff;
  border: none;
  background-color: var(--color-brand);
  width: 100%;
  border-radius: 50px;
}
.contact-from-area .contact-form-style button.submit-auto-width {
  width: auto;
  display: inline-block;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input {
  background: #f4f5f9;
  border: 2px solid #f4f5f9;
  height: 45px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 13px;
  color: #4f5d77;
  width: 100%;
}
.form-group input:focus {
  background: transparent;
  border-color: #f4f5f9;
}

label {
  margin-bottom: 5px;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #687188;
  padding: 0;
  vertical-align: middle;
}
.custome-checkbox .form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.custome-checkbox .form-check-label span {
  vertical-align: middle;
}
.custome-checkbox input[type=checkbox]:checked + .form-check-label::after {
  opacity: 1;
}
.custome-checkbox input[type=checkbox] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(-45deg);
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
  display: none;
}

.login_footer {
  margin-bottom: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.custome-checkbox input[type=checkbox]:checked + .form-check-label::before {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}
.custome-checkbox input[type=checkbox]:checked + .form-check-label::after {
  opacity: 1;
}

.divider-text-center {
  text-align: center;
  position: relative;
}
.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  transform: translateY(-50%);
}
.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.login_wrap {
  border-color: #f7f8f9;
  border-style: solid;
  border-width: 2px;
}

/*comment*/
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area a {
  color: #2a2a2a;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
.comments-area .comment-list .single-comment {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.comments-area .comment-list .single-comment:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}

.comment-form .email {
  padding-right: 0px;
}

.form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 14px;
  background: transparent;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 20px;
}
.comment-form textarea {
  resize: vertical;
  background: #f4f5f9;
  border: 2px solid #f4f5f9;
  padding: 10px 10px 10px 20px;
  width: 100%;
  font-size: 13px;
  color: #4f5d77;
  min-height: 200px;
  border-radius: 20px;
}
.comment-form textarea:focus {
  background: transparent;
  outline: none !important;
  box-shadow: none;
  border-color: #f4f5f9;
}
.comment-form input {
  background: #f4f5f9;
  border: 2px solid #f4f5f9;
  border-radius: 50px;
  height: 45px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 13px;
  color: #4f5d77;
  width: 100%;
}
.comment-form button {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  color: #ffffff;
  border: none;
  background-color: var(--color-brand);
  border-radius: 50px;
}
.comment-form button:hover {
  background-color: var(--color-primary) !important;
  border: none !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #777777;
}
.form-control::placeholder {
  font-weight: 300;
  color: #777777;
}

.nice-select .list {
  width: 100%;
}

.button-contactForm {
  background: var(--color-brand);
  color: #fff;
  border-color: var(--color-brand);
  padding: 12px 25px;
}

.search-form form {
  position: relative;
}
.search-form form input {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 14px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: var(--color-grey-2);
}

/*COMPONENTS -> SLIDER*/
.single-animation-wrap.slick-active .slider-animated-1 h1 {
  animation-delay: 1.4s;
  animation-name: fadeInUp;
}
.single-animation-wrap.slick-active .slider-animated-1 h2 {
  animation-delay: 1.2s;
  animation-name: fadeInUp;
}
.single-animation-wrap.slick-active .slider-animated-1 h3 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}
.single-animation-wrap.slick-active .slider-animated-1 h4 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}
.single-animation-wrap.slick-active .slider-animated-1 span {
  animation-delay: 0.5s;
  animation-name: fadeInUp;
}
.single-animation-wrap.slick-active .slider-animated-1 p {
  animation-delay: 1.7s;
  animation-name: fadeInUp;
}
.single-animation-wrap.slick-active .slider-animated-1 a.btn {
  animation-delay: 2s;
  animation-name: fadeInUp;
}
.single-animation-wrap.slick-active .slider-animated-1.slider-product-price {
  animation-delay: 1.2s;
  animation-name: flipInY;
}
.single-animation-wrap.slick-active .slider-animated-1 .single-slider-img img {
  animation-delay: 1.5s;
  animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap,
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}

.hero-slider-1 {
  height: 620px;
}
.hero-slider-1 img {
  max-height: 620px;
}
.hero-slider-1.style-2 {
  height: 600px;
}
.hero-slider-1.style-2 .slider-1-height-2 {
  height: 600px;
  position: relative;
}
.hero-slider-1.style-2 .hero-slider-content-2 {
  padding-left: 300px;
  padding-top: 100px;
}
.hero-slider-1.style-2 .single-slider-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-slider-1.style-2 .single-slider-img img {
  max-width: 600px;
}
.hero-slider-1.style-3 {
  position: relative;
  height: unset;
}
.hero-slider-1.style-3 .slider-1-height-3 {
  height: 542px;
}
.hero-slider-1.style-3 .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.hero-slider-1.style-3 .hero-slider-content-2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding-left: 100px;
}
.hero-slider-1.style-3 .hero-slider-content-2 h1 {
  font-size: 50px;
}
.hero-slider-1.style-3 .hero-slider-content-2 h2 {
  font-size: 38px;
  line-height: 1.2;
}
.hero-slider-1.style-3 .hero-slider-content-2 h4 {
  font-size: 18px;
  margin: 0 0 7px 0;
}
.hero-slider-1.style-3 .hero-slider-content-2 p {
  font-size: 14px;
}
.hero-slider-1.style-3 .hero-slider-content-2 .btn-default {
  color: #fff;
  background-color: var(--color-warning);
  border-radius: 50px;
  padding: 10px 19px;
  font-size: 13px;
}

.hero-slider-content-2 h1 {
  font-size: 58px;
  line-height: 64px;
  margin: 0 0 0px;
}
.hero-slider-content-2 h2 {
  font-size: 46px;
  line-height: 54px;
  margin: 0 0 0px;
}
.hero-slider-content-2 h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0 15px;
  line-height: 1;
}
.hero-slider-content-2 h4 {
  font-size: 24px;
  margin: 0 0 18px;
}
.hero-slider-content-2 p {
  font-size: 18px;
  line-height: 36px;
  margin: 7px 0 22px;
  width: 74%;
}
.hero-slider-content-2 span {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.single-slider-img {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.dot-style-1 ul {
  display: flex;
}
.dot-style-1 ul li {
  margin: 0 7px;
}
.dot-style-1 ul li button {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  border: 1px solid;
  padding: 0;
  font-size: 0px;
  border-color: #c1c1c1;
  background: none;
  transition: all 0.3s linear;
}
.dot-style-1 ul li button:hover {
  background: #c1c1c1;
}
.dot-style-1 ul li.slick-active button {
  background: var(--color-brand);
  width: 20px;
  border-color: var(--color-brand);
}
.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.dot-style-1.dot-style-1-center ul {
  justify-content: center;
}
.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.slider-arrow .slider-btn {
  cursor: pointer;
  background: #fff;
  width: 55px;
  height: 55px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #dcdeed;
  transition: all 0.2s ease-out;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: var(--color-brand);
}
.slider-arrow .slider-btn.slider-prev {
  left: 20px;
}
.slider-arrow .slider-btn.slider-prev i {
  margin-right: 4px;
}
.slider-arrow .slider-btn.slider-next {
  right: 20px;
}
.slider-arrow .slider-btn.slider-next i {
  margin-left: 4px;
}
.slider-arrow .slider-btn:hover {
  background-color: var(--color-brand);
  color: #fff;
  border-color: var(--color-brand);
}
.slider-arrow.slider-arrow-2 .slider-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.slider-arrow.slider-arrow-3 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  margin-top: -15px;
}
.slider-arrow.style-3 .slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdeed;
  line-height: 40px;
  font-size: 12px;
  margin-top: -20px;
}

.home-slide-cover {
  position: relative;
  padding: 0 30px;
}
.home-slide-cover .slider-arrow {
  left: 0;
}
.home-slide-cover .hero-slider-content-2 {
  padding-left: 50px;
}

/*Carousel*/
.carousel-6-columns-cover .carousel-6-columns {
  overflow: hidden;
  margin: 0 -15px;
}
.carousel-6-columns-cover .carousel-6-columns .card-1 {
  margin-right: 15px;
  margin-left: 15px;
}
.carousel-6-columns-cover .slider-arrow {
  top: -60px;
}
.carousel-6-columns-cover .slider-arrow .slider-btn.slider-next {
  right: 0;
}
.carousel-6-columns-cover .slider-arrow .slider-btn.slider-prev {
  right: 50px;
  left: unset;
}
.carousel-6-columns-cover.arrow-center .slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
}
.carousel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
  right: -30px;
}
.carousel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
  left: -30px;
}
.carousel-6-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
  margin-top: 0;
}

.carousel-4-columns-cover .carousel-4-columns {
  overflow: hidden;
  margin: 0 -14px;
}
.carousel-4-columns-cover .carousel-4-columns .product-cart-wrap {
  margin-right: 7px;
  margin-left: 7px;
}
.carousel-4-columns-cover .carousel-4-columns-arrow {
  margin-top: -100px;
}

/*COMPONENTS -> CARD*/
.card-1 {
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #e9ebf0;
}
.card-1 h5 {
  text-transform: uppercase;
  font-weight: 400;
}
.card-1 h5 a {
  color: var(--color-text);
}
.card-1:hover a {
  color: var(--color-brand);
}

.hero-card {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.hero-card .hero-card-icon {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.hero-card .hero-card-icon.icon-left {
  width: 135px;
  align-items: start;
}
.hero-card .hero-card-icon.icon-left-2 {
  width: 265px;
  align-items: start;
}
.hero-card .hero-card-icon i {
  font-size: 25px;
  color: #6143f7;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eee;
  border-radius: 0.25rem;
}
.card .card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #eee;
}

/*COMPONENTS -> TABS*/
.nav-tabs {
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 !important;
  margin: 0 25px;
  color: var(--color-grey-4);
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--color-brand);
  color: var(--color-brand);
  background-color: transparent;
}
.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
}
.nav-tabs.no-border {
  border: none;
}
.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav.right {
  justify-content: end;
}

.dashboard-menu {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.dashboard-menu ul {
  padding: 0;
  margin: 0;
}
.dashboard-menu ul li {
  position: relative;
}
.dashboard-menu ul li a {
  font-size: 14px;
  color: var(--color-grey-2);
  padding: 15px 30px;
}
.dashboard-menu ul li a i {
  color: var(--color-grey-4);
  font-size: 12px;
}
.dashboard-menu ul li a.active {
  color: #fff;
  background-color: var(--color-brand);
}
.dashboard-menu ul li a.active i {
  color: #fff;
}
.dashboard-menu ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/*COMPONENTS -> MISC*/
/*Countdown*/
.deals-countdown .countdown-section {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding: 0.9rem 0 0.3rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  background-color: var(--color-brand);
  border-radius: 0.3rem;
  border: none;
  margin-bottom: 2rem;
}
.deals-countdown .countdown-section .countdown-amount {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.deals-countdown .countdown-section .countdown-period {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -20px;
  display: block;
  font-weight: 400;
  color: var(--color-grey-4);
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deals-countdown .countdown-section:not(:last-child)::after {
  color: var(--color-grey-1);
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.img-grey-hover {
  opacity: 0.5;
  filter: grayscale(1);
  transition-duration: 0.3s;
}
.img-grey-hover:hover {
  filter: none;
  opacity: 1;
  transition-duration: 0.3s;
}

.brand-logo img {
  max-height: 50px;
  width: auto;
  display: inline-block;
}

/*Heading tab*/
.heading-tab {
  align-items: center;
  flex-direction: row;
  text-align: left;
  justify-content: space-between;
}

/*page loading*/
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader img.jump {
  max-height: 100px;
}

/*custom amine*/
.loader,
.bar {
  width: 100px;
  height: 20px;
}

.bar {
  position: absolute;
  display: flex;
  align-items: center;
}

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #3fa9f5;
  opacity: 0;
  border-radius: 10px;
  animation: slideleft 3s ease-in-out infinite;
}

.bar1::before {
  animation-delay: 0s;
}

.bar1::after {
  animation-delay: 0.3s;
}

.bar2::before {
  animation-delay: 0.6s;
}

.bar2::after {
  animation-delay: 0.9s;
}

.bar3::before {
  animation-delay: 1.2s;
}

.bar3::after {
  animation-delay: 1.5s;
}

/*page header*/
.page-header .page-title {
  font-weight: 900;
  font-size: 4rem;
}
.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #f7f8f9;
}
.page-header .breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #6e6e6e;
  font-size: 0.875rem;
  background: none;
  margin: 0;
  border-radius: 0;
}
.page-header .breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.page-header .breadcrumb span::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 9px;
}

/*****************************
*********  SOCIAL NETWORKS  **********
******************************/
.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  float: left;
  list-style: none;
}

.social-icons li a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  color: #333;
  overflow: hidden;
  transition: all 0.3s ease;
}

.dark .social-icons li a {
  color: #fff;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
  color: #fff !important;
  border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
  background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
  background-color: #e53d00;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
  background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: 0 0;
  color: #333;
}

.dark .social-icons.social-icons-border li a {
  border: 1px solid #333 !important;
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
  border-radius: 50%;
}

.social-icons.social-icons-square li a {
  border-radius: 0;
}

.social-icons.social-icons-xs li a {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
}

.social-icons.social-icons-sm li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 13px;
}

.social-icons.social-icons-md li a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 16px;
}

.social-icons.social-icons-lg li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.social-icons.social-icons-xl li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #eee;
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #1f1f1f;
}

.social-icons li:hover i {
  animation: toTopFromBottom 0.2s forwards;
}

/*Map*/
.leaflet-map {
  height: 350px;
  width: 100%;
}

/*table*/
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}
table td, table th {
  padding: 10px 20px;
  border: 1px solid #eee;
  vertical-align: middle;
}
table thead > tr > th {
  vertical-align: middle;
  border-bottom: 0;
}
table p {
  margin-bottom: 0;
}
table.clean td, table.clean th {
  border: 0;
  border-top: 1px solid #eee;
}
table .product-thumbnail img {
  max-width: 80px;
}

/*divider*/
.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}
.divider.center_icon {
  text-align: center;
  height: auto;
}
.divider::before, .divider::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 0;
  border-top: 1px solid #eee;
  transform: translateY(-50%);
}
.divider::before {
  margin-top: -1px;
}
.divider::after {
  margin-top: 1px;
}
.divider i {
  background-color: #fff;
  color: #aaa;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 0 20px;
  line-height: 1;
}

/*COMPONENTS -> BANNERS*/
.banner-left-icon {
  position: relative;
  background: #fff;
}
.banner-left-icon:hover .banner-icon {
  transform: translateY(-5px);
  transition-duration: 0.3s;
}
.banner-left-icon .banner-icon {
  max-width: 60px;
  margin-right: 20px;
  transition-duration: 0.3s;
}
.banner-left-icon .banner-text h3, .banner-left-icon .banner-text .icon-box-title {
  color: var(--color-grey-2);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.banner-left-icon .banner-text p {
  margin-bottom: 0;
  color: var(--color-grey-4);
}
.banner-left-icon.style-2 {
  position: relative;
  border: 1px solid #eee;
  padding: 20px;
}

.banner-img {
  position: relative;
  clear: both;
}
.banner-img:hover img {
  opacity: 0.9;
}
.banner-img.banner-1 .banner-text {
  top: 30%;
}
.banner-img.banner-2 .banner-text {
  right: 10px;
}
.banner-img .banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 20px 30px;
}
.banner-img .banner-text span {
  color: var(--color-grey-4);
}
.banner-img .banner-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-img .banner-text:hover h4 {
  margin-left: 5px;
}
.banner-img .banner-text a i {
  margin-left: 5px;
  transition-duration: 0.3s;
  font-size: 10px;
}
.banner-img .banner-text a:hover i {
  margin-left: 10px;
  transition-duration: 0.3s;
}
.banner-img.style-2 {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 428px;
}
.banner-img.style-2 h4 {
  color: #fff;
}

.banner-big .btn {
  background: var(--color-brand-2);
  background: linear-gradient(90deg, var(--color-brand-2) 0%, var(--color-brand) 100%);
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  padding: 10px 24px;
  border: 0;
}

/*Deal banners*/
.deal {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 50px;
  background-color: #f5f6f9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 420px;
}
.deal > div {
  width: 100%;
}
.deal h2 {
  color: var(--color-danger);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 5px;
  max-width: 240px;
}
.deal h5 {
  color: var(--color-grey-2);
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 240px;
}
.deal .deal-content {
  align-self: center;
}
.deal .product-title {
  max-width: 240px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
}
.deal .product-title a {
  color: var(--color-grey-1);
}
.deal .product-price {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: var(--color-danger);
}
.deal .product-price .new-price {
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-right: 10px;
}
.deal .product-price .old-price {
  color: #cccccc;
  text-decoration: line-through;
}
.deal .btn {
  background: var(--color-brand-2);
  background: linear-gradient(90deg, var(--color-brand-2) 0%, var(--color-brand) 100%);
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  padding: 10px 24px;
  border: 0;
}
.deal .btn i {
  margin-left: 5px;
  transition-duration: 0.3s;
  font-size: 10px;
}
.deal .btn:hover i {
  margin-left: 10px;
  transition-duration: 0.3s;
}
.deal .deal-bottom {
  align-self: flex-end;
}
.deal .deal-bottom .deals-countdown {
  margin-left: -12px;
  margin-bottom: 20px;
}

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

/*Page > About*/
.hero-2 {
  padding: 160px 0 100px;
  min-height: 640px;
}

.parallax-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.parallax-wrapper .parallax-img-area {
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.parallax-wrapper .parallax-img-area .parallax-img {
  position: absolute;
  z-index: 2;
  text-align: right;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-1 {
  right: 0;
  width: 52%;
  z-index: 2;
  top: 100px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-2 {
  right: 220px;
  width: 52%;
  top: 40px;
  z-index: 3;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-3 {
  opacity: 0.1 !important;
  left: -210px;
  width: 320px;
  top: 193px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-4 {
  opacity: 0.08 !important;
  width: 180px;
  left: 50%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-5 {
  right: 0;
  width: 12%;
  z-index: 2;
  opacity: 0.3;
  bottom: 20%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-6 {
  width: 25%;
  z-index: 3;
  opacity: 0.2;
  bottom: 0;
  left: -150px;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-7 {
  opacity: 0.2 !important;
  width: 16%;
  top: 10%;
  left: 10%;
}
.parallax-wrapper .parallax-img-area .parallax-img.img-8 {
  opacity: 0.2 !important;
  width: 10%;
  bottom: 40%;
  left: 50%;
}

.hero-content {
  position: absolute;
  z-index: 4;
  width: 100%;
}
.hero-content h1 {
  line-height: 1.1;
}

.about-count {
  z-index: 100;
  position: relative;
  margin-bottom: -100px;
}
.about-count .achievements-grid {
  justify-content: center;
  grid-column-gap: 80px;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
}
.about-count .w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.about-count .achievement-wrapper {
  text-align: center;
}
.about-count .achievement-number {
  margin-bottom: 8px;
  color: #1f2559;
  font-size: 3rem;
  line-height: 1.042em;
  font-weight: 800;
}
.about-count .achievement-text {
  max-width: 110px;
  margin: 0 auto;
}

.hero-card-icon {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.hero-card-icon.icon-left {
  width: 165px;
  align-items: start;
}

.single-content > ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 1em;
}
.single-content > ol li:not(:last-child) {
  margin-bottom: 16px;
}
.single-content > ol ol {
  list-style-type: lower-alpha;
  margin: 20px 0 30px;
  padding-left: 25px;
}
.single-content > ol ol ol {
  list-style-type: lower-roman;
}

/*page 404*/
.page-404 {
  background-color: #fff;
}
.page-404 img {
  max-width: 300px;
}
.page-404 img.logo {
  max-width: 150px;
}

/*SHOP*/
.product-cart-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-cart-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.product-cart-wrap .product-img-action-wrap {
  position: relative;
}
.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
}
.product-cart-wrap .product-img-action-wrap .product-img a img {
  width: 100%;
}
.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.product-cart-wrap .product-action-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.product-cart-wrap .product-action-1.show {
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  left: unset;
  right: 20px;
  top: unset;
  transform: none;
}
.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
  border: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  margin-right: 3px;
  position: relative;
  display: inline-block;
}
.product-cart-wrap .product-action-1 button.small, .product-cart-wrap .product-action-1 a.action-btn.small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.product-cart-wrap .product-action-1 button.small i, .product-cart-wrap .product-action-1 a.action-btn.small i {
  font-size: 12px;
}
.product-cart-wrap .product-action-1 button:after, .product-cart-wrap .product-action-1 a.action-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: var(--color-brand);
  content: attr(aria-label);
  line-height: 1.3;
  transition-delay: 0.1s;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(0px);
}
.product-cart-wrap .product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-top-color: var(--color-brand);
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: 0.1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}
.product-cart-wrap .product-action-1 button:last-child, .product-cart-wrap .product-action-1 a.action-btn:last-child {
  margin-right: 0;
}
.product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {
  font-size: 15px;
  color: var(--color-grey-1);
}
.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
  background-color: var(--color-brand);
}
.product-cart-wrap .product-action-1 button:hover:after, .product-cart-wrap .product-action-1 a.action-btn:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-8px);
}
.product-cart-wrap .product-action-1 button:hover:before, .product-cart-wrap .product-action-1 a.action-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
}
.product-cart-wrap .product-action-1 button:hover i, .product-cart-wrap .product-action-1 a.action-btn:hover i {
  color: #fff;
}
.product-cart-wrap .product-badges {
  display: flex;
}
.product-cart-wrap .product-badges.product-badges-mrg {
  margin: 0 0 10px;
}
.product-cart-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
}
.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 30px;
  color: #ffffff;
  margin-right: 10px;
  padding: 6px 12px;
}
.product-cart-wrap .product-badges span:last-child {
  margin-right: 0;
}
.product-cart-wrap .product-badges span.hot {
  background-color: var(--color-danger);
}
.product-cart-wrap .product-badges span.new {
  background-color: var(--color-brand);
}
.product-cart-wrap .product-badges span.sale {
  background-color: var(--color-warning);
}
.product-cart-wrap .product-badges span.best {
  background-color: var(--color-success);
}
.product-cart-wrap .product-content-wrap {
  padding: 20px;
}
.product-cart-wrap .product-content-wrap .product-category a {
  color: var(--color-grey-4);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-cart-wrap .product-content-wrap .product-category a:hover {
  color: var(--color-brand);
}
.product-cart-wrap .product-content-wrap h2 {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px 0;
  margin-bottom: 15px;
  font-weight: 400;
}
.product-cart-wrap .product-content-wrap h2 a {
  color: var(--color-grey-1);
}
.product-cart-wrap .product-content-wrap h2 a:hover {
  color: var(--color-brand);
}
.product-cart-wrap .product-content-wrap .product-price {
  padding-top: 5px;
}
.product-cart-wrap .product-content-wrap .product-price span {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-brand);
}
.product-cart-wrap .product-content-wrap .product-price span.new-price {
  color: var(--color-brand);
}
.product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-grey-4);
  margin: 0 0 0 7px;
  text-decoration: line-through;
}
.product-cart-wrap .product-content-wrap .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-cart-wrap .product-content-wrap .rating-result::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  letter-spacing: 3px;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  color: var(--color-warning);
}
.product-cart-wrap .product-content-wrap .add-to-cart {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: var(--color-grey-1);
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-weight: 300;
}
.product-cart-wrap .product-content-wrap .add-to-cart:hover {
  background-color: var(--color-brand);
  color: #fff;
}
.product-cart-wrap .product-content-wrap .add-to-cart img {
  width: 20px;
  display: inline-block;
  margin-top: 11px;
}
.product-cart-wrap .product-stock .status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}
.product-cart-wrap .product-stock .status-bar .sold-bar {
  background-image: linear-gradient(235deg, var(--color-brand) 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.3333333333%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666667%;
}
.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.8571428571%;
}
.product-cart-wrap .product-stock .product-stock-status {
  display: flex;
  flex-wrap: wrap;
}
.product-cart-wrap .product-stock .product-stock-status .sold {
  flex-grow: 1;
  margin-right: 20px;
}
.product-cart-wrap .product-stock .product-stock-status .available {
  flex-shrink: 0;
}
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #444;
}
.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}
.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}
.product-cart-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}
.product-cart-wrap:hover .product-img-zoom a img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.product-cart-wrap.small {
  border: 0;
  text-align: center;
}
.product-cart-wrap.small:hover {
  box-shadow: none;
}
.product-cart-wrap.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
.product-cart-wrap.small .product-badges span {
  font-size: 10px;
}

.product-list-small article:not(:last-child) {
  margin-bottom: 20px;
}
.product-list-small .title-small {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.product-list-small .title-small a {
  color: var(--color-grey-1);
}
.product-list-small .product-price {
  color: var(--color-brand);
  font-size: 16px;
  font-weight: 500;
}
.product-list-small .product-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-grey-4);
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}
.range .checkbox {
  font-size: 0.8em;
}
.range .price-filter {
  display: block;
  margin-top: 20px;
}
.range #slider-range, .range .slider-range {
  box-shadow: none;
  border: none;
  height: 4px;
  border-radius: 0px;
  background: var(--color-brand);
  color: var(--color-brand);
}
.range #slider-range .ui-slider-range, .range .slider-range .ui-slider-range {
  box-shadow: none;
  background: #222;
  border-radius: 0px;
  border: none;
}
.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: var(--color-brand);
  border: none;
  border-radius: 100%;
  top: -5px;
}
.range .label-input {
  margin-top: 15px;
}
.range .label-input span {
  margin-right: 5px;
  color: #282828;
}
.range .label-input span.to::before {
  content: "- ";
}
.range .label-input input {
  border: none;
  margin: 0;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  padding-left: 0;
}
.range .check-box-list {
  margin-top: 15px;
}
.range .check-box-list li {
  margin-bottom: 5px;
}
.range .check-box-list li:last-child {
  margin: 0;
}
.range .check-box-list li label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.range .check-box-list li label input {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.range .check-box-list .count {
  margin-left: 5px;
  color: #666;
}

.btn.btn-small {
  line-height: 1;
  padding: 10px 15px;
  min-width: unset;
  display: table;
  border-radius: 3px;
}

.product-sidebar .single-post {
  position: relative;
}
.product-sidebar .single-post:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}
.product-sidebar .single-post .content {
  padding-left: 95px;
}
.product-sidebar .single-post i {
  font-size: 12px;
}
.product-sidebar .image {
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.shop-product-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.shop-product-filter.style-2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.shop-product-filter .sort-by-product-area {
  position: relative;
  display: flex;
}
.shop-product-filter .sort-by-product-area .sort-by-cover {
  position: relative;
}
.shop-product-filter .sort-by-product-area .sort-by-product-wrap {
  display: flex;
  align-items: center;
  background: #f7f8f9;
  border: 1px solid #f7f8f9;
  color: #777;
  padding: 11px 16px 11px 16px;
  border-radius: 26px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px;
}
.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 10px;
  font-size: 14px;
  color: #ababab;
  position: relative;
  top: 2px;
}
.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 13px;
  font-weight: 500;
}
.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text);
}
.shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  font-size: 15px;
  color: var(--color-text);
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 16px 0 21px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  color: var(--color-text);
  font-weight: 500;
}
.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
}
.sort-by-dropdown ul li {
  display: block;
}
.sort-by-dropdown ul li a {
  font-weight: 500;
  font-size: 13px;
  padding: 5px 30px;
  display: block;
  position: relative;
  color: var(--color-text);
}
.sort-by-dropdown ul li a.active::before {
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: var(--color-brand);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.sort-by-dropdown ul li a:hover {
  background-color: var(--color-brand);
  color: #ffffff;
}

/*Product list*/
.product-list {
  position: relative;
}
.product-list .product-cart-wrap {
  border: 0;
  border-radius: 0;
  overflow: unset;
  display: flex;
}
.product-list .product-cart-wrap:not(:last-child) {
  margin-bottom: 30px;
}
.product-list .product-cart-wrap:hover {
  box-shadow: none;
}
.product-list .product-cart-wrap:hover .product-img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.product-list .product-cart-wrap .product-img-action-wrap {
  max-width: 33%;
  position: relative;
}
.product-list .product-cart-wrap .product-img-action-wrap .product-img {
  border: 1px solid #eee;
  border-radius: 10px;
}
.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner {
  overflow: hidden;
  padding: 10px;
}
.product-list .product-cart-wrap .product-img-action-wrap .product-img .product-img-inner a img {
  height: auto;
}
.product-list .product-cart-wrap h2 {
  font-size: 22px;
}
.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: unset;
  padding: 0 20px;
  margin-top: 20px;
}
.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
  border: none;
  width: auto;
  border-radius: 50px;
  background-color: var(--color-brand);
  color: #fff;
  text-align: center;
  margin-right: 0;
  position: relative;
  display: inline-block;
  padding: 0px 23px;
  height: 44px;
  font-weight: 500;
}
.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
  margin-right: 8px;
  color: #fff;
}

/*PRODUCT DETAILS*/
.detail-gallery {
  position: relative;
}
.detail-gallery .zoom-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.slider-nav-thumbnails .slick-slide {
  opacity: 0.5;
  position: relative;
}
.slider-nav-thumbnails .slick-slide.slick-current {
  opacity: 1;
}
.slider-nav-thumbnails .slick-slide.slick-current::before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}
.slider-nav-thumbnails .slick-slide.slick-current img {
  border: 1px solid #dbdbdb;
}
.slider-nav-thumbnails div.slick-slide {
  margin: 0 3px;
}
.slider-nav-thumbnails button.slick-arrow {
  margin: 0;
}
.slider-nav-thumbnails .slick-prev {
  left: 0;
}
.slider-nav-thumbnails .slick-next {
  right: 0;
}

.slider-nav-thumbnails .slick-prev,
.slider-nav-thumbnails .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.detail-info .product-price ins {
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
}
.detail-info .product-price ins span.old-price {
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}
.detail-info .product-meta {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-filter li {
  display: inline-block;
}
.list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.color-filter.list-filter a span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.color-filter.list-filter a span.product-color-white {
  border: 1px solid #ddd;
}
.color-filter.list-filter li.active a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -3px;
  background: #4cd964;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.size-filter.list-filter a {
  border-radius: 4px;
  padding: 0 7px;
  background: #fff;
}
.size-filter.list-filter li a {
  border: 1px solid #e5e5e5;
  color: #555;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  text-transform: uppercase;
}
.size-filter.list-filter li span {
  border: 1px solid #e5e5e5;
  color: #555;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  display: block;
  cursor: pointer;
}
.size-filter.list-filter li input[type=checkbox], .size-filter.list-filter li input[type=radio] {
  display: none;
}
.size-filter.list-filter li input[type=checkbox]:checked ~ span, .size-filter.list-filter li input[type=radio]:checked ~ span {
  color: #fff;
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
  color: #fff;
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}

.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.detail-qty > a {
  font-size: 16px;
  position: absolute;
  right: 8px;
  color: #707070;
}
.detail-qty > a:hover {
  color: var(--color-brand);
}
.detail-qty > a.qty-up {
  top: 0;
}
.detail-qty > a.qty-down {
  bottom: 0;
}

.attr-detail .select-box select {
  height: 40px;
  width: 100%;
}
.attr-detail.attr-brand {
  margin-top: 23px;
}
.attr-detail.attr-brand .select-box {
  display: block;
  margin-bottom: 20px;
}
.attr-detail.attr-color table {
  margin-bottom: 15px;
}

.detail-extralink > div {
  display: inline-block;
  vertical-align: top;
}
.detail-extralink .detail-qty {
  margin: 0 6px 15px 0;
  background: #fff;
}

.detail-info .product-price-cover {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-info .product-price-cover .product-price {
  line-height: 1;
}

.button.button-add-to-cart {
  padding: 10px 40px;
}

.product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #333;
  border-radius: 4px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 40px;
  margin: 0 3px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-extra-link2 a:hover {
  background-color: var(--color-brand);
  color: #fff;
}

.tab-style3 .nav-tabs .nav-item a.active {
  border-bottom-color: var(--color-brand);
  color: var(--color-brand);
}
.tab-style3 .nav-tabs li.nav-item a {
  background-color: transparent;
  display: block;
  padding: 0.5rem 1rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
}

.tab-content.shop_info_tab {
  margin-top: 40px;
}

.tab-pane .comments-area {
  padding-top: 0;
  border: 0;
}

.product-color-red {
  background: #ff596d;
}
.product-color-yellow {
  background: #ffdb33;
}
.product-color-white {
  background: #ffffff;
}
.product-color-orange {
  background: #ffbb51;
}
.product-color-cyan {
  background: #80e6ff;
}
.product-color-green {
  background: #38cf46;
}
.product-color-purple {
  background: #ff8ff8;
}

.detail-gallery .slick-slider {
  background-color: #000;
  margin-bottom: 30px;
  border-radius: 10px;
}
.detail-gallery .slick-slider img {
  opacity: 0.96;
}
.detail-gallery .slick-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}
.detail-gallery .slick-slider button.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
}
.detail-gallery .slick-slider button.slick-arrow i {
  color: var(--color-grey-4);
}

.mail-to-friend {
  color: var(--color-grey-4);
  font-size: 12px;
}
.mail-to-friend i {
  margin-right: 5px;
}

.attr-color, .attr-size {
  display: flex;
  align-items: center;
}

.product-detail-rating {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}

.product-more-infor {
  padding: 0 0 0px 14px;
}
.product-more-infor li {
  display: flex;
  margin: 0 0 10px;
  position: relative;
}
.product-more-infor li ::before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #9b9b9b;
}
.product-more-infor li span {
  flex: 0 0 165px;
  display: inline-block;
}
.product-more-infor li:last-child {
  margin: 0 0 0;
}

.progress + .progress {
  margin-top: 1rem;
}
.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 45px;
}

.progress-bar {
  background-color: var(--color-brand);
}

.shop-filter-toggle {
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.shop-filter-toggle i {
  margin-left: 5px;
}
.shop-filter-toggle i.angle-down {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.shop-filter-toggle.active i.angle-down {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.shop-filter-toggle.active i.angle-up {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.shop-filter-toggle.is-filtering .title::after {
  content: " ";
  width: 7px;
  height: 7px;
  background: red;
  position: absolute;
  border-radius: 50%;
  top: 10%;
}

.shop-product-filter-header {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  display: none;
}
.shop-product-filter-header .categor-list li {
  font-size: 12px;
}
.shop-product-filter-header .categor-list li + li {
  border-top: 1px solid #f7f8f9;
  padding-top: 5px;
  margin-top: 5px;
}
.shop-product-filter-header .categor-list li a {
  font-size: 14px;
  color: var(--color-text);
  margin-right: 10px;
}
.shop-product-filter-header .categor-list li a:hover {
  color: var(--color-brand);
}
.shop-product-filter-header .color-filter {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.shop-product-filter-header .product-rate-cover + .product-rate-cover {
  margin-top: 15px;
}

.shopping-summery tbody tr img {
  border-radius: 0;
  max-width: 80px;
}

.cart-totals {
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
}

.order_review {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 10px;
}

.toggle_info {
  padding: 20px;
  background-color: #f7f8f9;
  border-radius: 10px;
  border: 1px solid #eee;
}

.login_form .panel-body, .coupon_form .panel-body {
  border: 1px solid #eee;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}

.payment_option .custome-radio {
  margin-bottom: 10px;
}

.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}

.custome-radio .form-check-label::before {
  content: "";
  border: 1px solid #908f8f;
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.custome-radio input[type=radio] + .form-check-label::after, .custome-radio input[type=checkbox] + .form-check-label::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 3px;
  opacity: 0;
}
.custome-radio input[type=radio]:checked + .form-check-label::after, .custome-radio input[type=checkbox]:checked + .form-check-label::after {
  opacity: 1;
  background-color: var(--color-brand);
}

/*BLOG*/
.post-list article:not(:last-child) {
  margin-bottom: 20px;
}
.post-list .post-thumb {
  max-width: 200px;
  overflow: hidden;
}
.post-list .post-thumb a {
  margin-bottom: 0;
}
.post-list .post-title {
  font-weight: 500;
}
.post-list .post-title a {
  color: var(--color-grey-1);
}

.single-content {
  text-rendering: optimizeLegibility;
}
.single-content h1 {
  font-size: 56px;
  line-height: 72px;
  margin-bottom: 32px;
}
.single-content h2 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 28px;
}
.single-content h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 26px;
}
.single-content h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.single-content h6 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.single-content p {
  margin-bottom: 1.2em;
  font-weight: 400;
}
.single-content ul {
  list-style: circle;
  padding-left: 1rem;
}
.single-content ul li {
  position: relative;
  margin-bottom: 7px;
}

.single-header {
  margin-bottom: 30px;
}
.single-header.style-2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.single-header .entry-meta.meta-1 {
  display: block;
}
.single-header .single-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-thumbnail {
  margin-bottom: 30px;
}
.single-thumbnail img {
  border-radius: 10px;
  overflow: hidden;
}

.entry-bottom {
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Entry meta*/
.entry-meta {
  line-height: 1;
}
.entry-meta.meta-2 .author-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.entry-meta.meta-2 .author-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}
.entry-meta .author-add {
  font-size: 12px;
}
.entry-meta.meta-1 span {
  margin-right: 10px;
}
.entry-meta.meta-1 span i {
  margin-right: 3px;
}
.entry-meta.meta-0 span {
  padding: 4px 10px 4px 19px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
}
.entry-meta.meta-0 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border: 1px solid var(--color-brand);
}

span.has-dot {
  position: relative;
  padding-left: 10px;
}
span.has-dot::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: block;
  left: -2px;
}

h6.post-title {
  font-size: 14px;
}

.post-title a {
  color: var(--color-grey-1);
}
.post-title a:hover {
  color: var(--color-brand);
}

.post-thumb {
  overflow: hidden;
  position: relative;
}
.post-thumb.border-radius-5 img {
  border-radius: 5px;
}
.post-thumb a {
  line-height: 1;
}
.post-thumb .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.post-thumb .entry-meta a {
  display: inline-block;
  color: #fff !important;
  background-color: var(--color-brand);
  border-radius: 30px;
  padding: 8px 16px;
}

/*Loop Grid*/
.loop-grid {
  position: relative;
}
.loop-grid article {
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}
.loop-grid .entry-content {
  padding: 30px;
}
.loop-grid .entry-content-2 {
  padding: 20px;
}
.loop-grid.loop-list {
  position: relative;
}
.loop-grid.loop-list article {
  display: flex;
  align-items: center;
}
.loop-grid.loop-list article .post-thumb {
  min-height: 280px;
  min-width: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.top-right-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.entry-meta.meta-1, .entry-meta.meta-2 {
  display: flex;
  justify-content: space-between;
}
.entry-meta a.read-more {
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #abd7ab;
  padding: 10px 15px;
  color: #98ca98;
  font-weight: 600;
  display: inline-block;
}

/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.header-top-ptb-1 {
  padding: 7px 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #f2f3f8;
  font-size: 13px;
}

.header-info-right {
  display: flex;
  justify-content: flex-end;
}

.header-info > ul {
  display: flex;
}
.header-info > ul > li {
  margin-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.header-info > ul > li:before {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #dedfe2;
}
.header-info > ul > li:last-child {
  margin-right: 0;
}
.header-info > ul > li:last-child:before {
  display: none;
}
.header-info > ul > li a {
  color: #444;
  font-weight: 500;
}
.header-info > ul > li a i {
  font-size: 14px;
  margin-right: 5px;
}
.header-info > ul > li a.language-dropdown-active i.fa-chevron-down {
  font-size: 8px;
  margin-left: 5px;
}
.header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 200px;
  background: #fff;
  border-radius: 5px;
  transform: translateY(20px);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  padding: 20px 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-info > ul > li > ul li {
  display: block;
}
.header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px 20px;
}
.header-info > ul > li > ul li a:hover {
  color: var(--color-brand);
  background-color: rgba(78, 151, 253, 0.1);
}
.header-info > ul > li:hover > a {
  color: #333;
}
.header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-wrap {
  display: flex;
  align-items: center;
}
.header-wrap.header-space-between {
  justify-content: space-between;
}

.logo a {
  display: block;
}
.logo.logo-width-1 a img {
  width: 150px;
}

.search-style-1 form {
  width: 370px;
  position: relative;
}
.search-style-1 form input {
  font-size: 14px;
  height: 48px;
  color: #444;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0;
}
.header-action .header-action-icon:last-child {
  margin-right: 0;
}
.header-action .header-action-icon > a span.pro-count {
  position: absolute;
  right: -11px;
  bottom: -8px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action-2 {
  display: flex;
  align-items: center;
}
.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0px 0 14px;
}
.header-action-2 .header-action-icon-2 > a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: 1em;
}
.header-action-2 .header-action-icon-2 > a img {
  width: 100%;
}
.header-action-2 .header-action-icon-2 > a span.pro-count {
  position: absolute;
  right: -11px;
  top: -5px;
  color: #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
}

.cart-dropdown-wrap ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: var(--color-primary);
}

.header-height-2 {
  min-height: 200px;
}

.header-height-3 {
  min-height: 132px;
}

.header-height-4 {
  min-height: 120px;
}

.search-style-2 form {
  display: flex;
  position: relative;
}
.search-style-2 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.main-categories-wrap > a > i {
  font-size: 14px;
  margin-left: 15px;
  font-weight: 300;
}

header.header-area .sticky-bar:not(.stick) .main-categories-wrap > a.cant-close > i {
  display: none;
}

.hotline p i {
  font-size: 12px;
  margin-right: 10px;
}

.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap a i {
  margin-right: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap .categories-dropdown-active-small {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap .categories-dropdown-active-small a {
  color: rgba(255, 255, 255, 0.7);
}

.header-action-right {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  align-items: center;
}

.search-style-1 {
  margin-right: 28px;
}
.search-style-1 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}
.search-style-1 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}
.search-style-1 form input:focus {
  border: 1px solid var(--color-brand);
  background-color: #ffffff;
}
.search-style-1 form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: var(--color-brand);
}
.search-style-1 form button:hover {
  color: var(--color-primary);
}

.header-action {
  display: flex;
  align-items: center;
}
.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: flex;
}
.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 13px;
}
.header-action .header-action-icon > a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.header-action .header-action-icon > a span.pro-count.blue {
  background-color: var(--color-brand);
}
.header-action .header-action-icon:hover > a {
  color: var(--color-brand);
}
.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
  margin-right: 0;
}
.header-action.header-action-hm3 .header-action-icon:last-child {
  margin-right: 0;
}

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: flex;
  padding: 0 14px;
}
.header-action-2 .header-action-icon-2 > a svg {
  width: 1em;
  height: 1em;
}
.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
  background-color: var(--color-brand);
}
.header-action-2 .header-action-icon-2:hover > a {
  color: var(--color-brand);
  fill: var(--color-brand);
}
.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-middle-ptb-1 {
  padding: 25px 0;
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 360px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
}
.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: -63px;
}
.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
  flex: 0 0 80px;
  margin-right: 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
}
.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #696969;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: var(--color-brand);
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0;
  color: var(--color-brand);
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 14px;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 27px 0 20px;
  padding: 17px 0 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: var(--color-brand);
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1;
  padding: 16px 42px 17px;
  background-color: var(--color-brand);
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: var(--color-brand);
}

.header-height-1 {
  min-height: 133px;
}

.search-style-2 form select {
  color: #444;
  font-size: 14px;
  min-height: 52px;
  border: 2px solid #eee;
  border-right: none;
  width: 170px;
  padding: 3px 35px 3px 20px;
  border-radius: 26px 0 0 26px;
  background-color: #f8f8f8;
  transition: all 0.3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.search-style-2 form select:focus {
  color: #333;
}
.search-style-2 form select::after {
  position: absolute;
  content: "asdf";
}
.search-style-2 form input {
  color: #444;
  font-size: 14px;
  min-height: 52px;
  border: 2px solid #eee;
  width: 540px;
  padding: 3px 62px 3px 20px;
  border-radius: 0px 26px 26px 0px;
  background-color: #fff;
}
.search-style-2 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}
.search-style-2 form input:focus {
  border: 2px solid var(--color-brand);
}
.search-style-2 form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: var(--color-brand);
  height: 100%;
  padding: 5px 17px;
}

.header-bottom-bg-color {
  background-color: var(--color-brand);
}

.header-bottom-shadow {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

.header-bottom .header-action-right a span.pro-count {
  background-color: #fff;
  color: var(--color-brand);
}

.search-style-3 form {
  position: relative;
}
.search-style-3 form input {
  font-size: 14px;
  height: 40px;
  color: #444;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-style-3 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}
.search-style-3 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}
.search-style-3 form input:focus {
  border: 1px solid var(--color-brand);
}
.search-style-3 form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 14px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}
.search-style-3 form button:hover {
  color: var(--color-brand);
}

.search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  transition: all 0.5s ease-in-out;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-popup-wrap .search-popup-content form input {
  width: 1170px;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid var(--color-brand);
  font-size: 50px;
  padding: 21px 50px 16px 0px;
  color: #919191;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  transform: translate(0, 50px);
  transition-delay: 0s;
  opacity: 0;
  transition: all 0.5s ease-in-out, opacity 0.5s linear;
}
.search-popup-wrap .search-popup-content form input::-moz-input-placeholder {
  color: #919191;
  opacity: 1;
}
.search-popup-wrap .search-popup-content form input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}
.search-popup-wrap.search-visible .search-popup-content form input {
  transform: none;
  opacity: 1;
  transition-delay: 0.6s;
}

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}
.close-style-wrap.close-style-position-inherit {
  position: inherit;
}
.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
}
.close-style-wrap .close-style > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 2px;
  margin: 0 !important;
  transform-origin: center;
  display: block;
  overflow: hidden;
}
.close-style-wrap .close-style > i.icon-top {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-style-wrap .close-style > i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: scaleX(1) translateZ(0);
  transform-origin: right;
}
.close-style-wrap .close-style > i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0) translateZ(0);
  transform-origin: left;
}
.close-style-wrap .close-style > i.icon-bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-style-wrap .close-style > i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transform: scaleX(1) translateZ(0);
  transform-origin: right;
}
.close-style-wrap .close-style > i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0) translateZ(0);
  transform-origin: left;
}

.close-style-wrap .close-style > i::before,
.close-style-wrap .close-style > i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #111;
}

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.burger-icon > span.burger-icon-top {
  top: 2px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
  top: 9px;
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #ffffff;
}

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.main-wrapper {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(200px, 0);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--color-brand);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  align-items: center;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 120px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 18px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  top: 10px;
  right: 0%;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
  font-size: 14px;
  font-weight: 300;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  content: "\f106";
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 20px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0 12px;
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 32px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #ffffff;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 25px 0 30px;
  margin-bottom: 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  color: #ffffff;
  font-weight: 500;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
  float: right;
  font-size: 18px;
  position: relative;
  top: 8px;
  line-height: 1;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: var(--color-brand);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-social-icon a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
  transition-duration: 0.5s;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}
.mobile-social-icon a.facebook {
  background-color: #3b5999;
  border: 1px solid #3b5999;
}
.mobile-social-icon a.facebook:hover {
  color: #333;
  background-color: #ffffff;
}
.mobile-social-icon a.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}
.mobile-social-icon a.twitter:hover {
  color: #333;
  background-color: #ffffff;
}
.mobile-social-icon a.tumblr {
  background-color: #35465c;
  border: 1px solid #35465c;
}
.mobile-social-icon a.tumblr:hover {
  color: #333;
  background-color: #ffffff;
}
.mobile-social-icon a.instagram {
  background-color: #e4405f;
  border: 1px solid #e4405f;
}
.mobile-social-icon a.instagram:hover {
  color: #333;
  background-color: #ffffff;
}

.mobile-search {
  padding: 30px 0 30px;
}

.categories-button-active-2 {
  padding: 21px 0;
  display: block !important;
}
.categories-button-active-2 i {
  float: right;
  position: relative;
  top: 5px;
}

#news-flash {
  min-width: 400px;
  margin-bottom: -8px;
}

.header-info i {
  font-size: 12px;
  color: #a6a6a6;
}

/* Header style 2 */
.header-style-2 .header-top-ptb-1 {
  padding: 9px 0;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
}
.header-style-2 .header-middle-ptb-1 {
  padding: 35px 0;
}
.header-style-2 .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-radius: 0 !important;
  height: 52px;
  padding-left: 20px;
}
.header-style-2 .search-style-2 form input {
  color: #444;
  border: 1px solid #e8e8e8;
  width: 540px;
  padding: 3px 62px 3px 20px;
  border-radius: 0;
  background-color: #fff;
}
.header-style-2 .search-style-2 form button {
  color: #fff;
  background: var(--color-brand);
}

/* Header style 3 */
.header-style-3 .header-top-ptb-1 {
  padding: 9px 0;
  border: 0;
  background-color: var(--color-brand);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}
.header-style-3 .header-top-ptb-1 a {
  color: #fff;
}
.header-style-3 .header-top-ptb-1 i {
  color: #fff;
}
.header-style-3 .header-top-ptb-1 .language-dropdown a {
  color: var(--color-grey-1);
}
.header-style-3 .header-middle-ptb-1 {
  padding: 35px 0;
}
.header-style-3 .header-bottom-bg-color {
  background-color: #fff;
}
.header-style-3 .main-categories-wrap > a {
  color: #494949;
}
.header-style-3 .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #494949;
}
.header-style-3 .main-nav {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.header-style-3 .sticky-bar.stick.sticky-blue-bg {
  background-color: #fff;
}
.header-style-3 .hotline p {
  color: var(--color-brand) !important;
}

/* Header style 4 */
.header-style-4 {
  position: relative;
}
.header-style-4 .header-top-ptb-1 {
  padding: 9px 0;
  border-bottom: 1px solid var(--color-grey-1);
  background-color: var(--color-grey-1);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}
.header-style-4 .header-top-ptb-1 a {
  color: #fff;
}
.header-style-4 .header-top-ptb-1 i {
  color: #fff;
}
.header-style-4 .header-top-ptb-1 .language-dropdown a {
  color: var(--color-grey-1);
}
.header-style-4 .header-middle-ptb-1 {
  padding: 40px 0;
}
.header-style-4 .select2-container--default .select2-selection--single {
  background-color: var(--color-brand);
  border: 2px solid #eee;
  border-radius: 30px 0 0 30px !important;
  border-right: 0;
  height: 52px;
  padding-left: 20px;
}
.header-style-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.header-style-4 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.header-style-4 .header-bottom-bg-color {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.header-style-4 .main-categories-wrap > a {
  color: #fff;
  line-height: 60px;
  background: var(--color-brand);
  padding: 0 30px;
}
.header-style-4 .main-categories-wrap > a i.up {
  right: 30px;
}
.header-style-4 .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #494949;
}
.header-style-4 .stick .main-menu.main-menu-light-white > nav > ul > li > a {
  color: #ffffff !important;
}
.header-style-4 .categories-dropdown-active-large {
  top: 100%;
}
.header-style-4 .hotline p {
  color: var(--color-brand) !important;
}
.header-style-4 .stick .hotline p {
  color: #fff !important;
}

.header-style-5 .select2-container--default {
  width: 115px !important;
}
.header-style-5 .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  height: 45px;
  padding-left: 10px;
  font-size: 13px;
}
.header-style-5 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 13px;
}
.header-style-5 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 7px;
}
.header-style-5 .search-style-2 form input {
  color: #444;
  border: 1px solid #e8e8e8;
  width: 240px;
  padding: 3px 62px 3px 20px;
  background-color: #fff;
  min-height: 45px;
  line-height: 45px;
  font-size: 13px;
}
.header-style-5 .search-style-2 form button {
  font-size: 16px;
}
.header-style-5 .header-bottom {
  border-bottom: 1px solid #f7f8f9;
}
.header-style-5 .header-bottom .header-action-right a span.pro-count {
  color: #fff;
}
.header-style-5 .header-action-2 .header-action-icon-2 > a {
  font-size: 24px;
}

/*LAYOUT -> NAVIGATION STYLE*/
.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}
.main-menu > nav > ul > li.position-static {
  position: static;
}
.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}
.main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  top: -3px;
  margin-left: 4px;
}
.main-menu > nav > ul > li > a.active {
  color: var(--color-brand);
}
.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 275px;
  padding: 33px 0 35px;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 5px;
  z-index: 999;
}
.main-menu > nav > ul > li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}
.main-menu > nav > ul > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  margin-top: 20px;
}
.main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}
.main-menu > nav > ul > li ul.sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}
.main-menu > nav > ul > li ul.sub-menu li:hover > a {
  color: #000;
}
.main-menu > nav > ul > li ul.sub-menu li:hover > ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu > nav > ul > li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  transition: all 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 5px;
  z-index: 999;
}
.main-menu > nav > ul > li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}
.main-menu > nav > ul > li ul.mega-menu li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 22%;
}
.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}
.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.main-menu > nav > ul > li ul.mega-menu li ul {
  margin-top: 28px;
}
.main-menu > nav > ul > li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 14px;
  float: none;
}
.main-menu > nav > ul > li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a {
  font-size: 14px;
  color: #555;
  display: block;
  line-height: 1.4;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a:hover {
  color: #000;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 14px;
  background-color: var(--color-brand);
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover a img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: var(--color-danger);
}
.main-menu > nav > ul > li:hover > a {
  color: var(--color-brand);
}
.main-menu > nav > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu > nav > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu.hover-boder > nav > ul > li > a {
  position: relative;
}
.main-menu.hover-boder > nav > ul > li > a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: var(--color-brand);
}
.main-menu.hover-boder > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu.hover-boder.hover-boder-white > nav > ul > li > a::after {
  bottom: 18px;
  background: #ffffff;
}
.main-menu.hover-boder.hover-boder-modify > nav > ul > li > a::after {
  bottom: 28px;
}
.main-menu.main-menu-light-white > nav > ul > li > a {
  color: white;
}
.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 17px;
}
.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height: 60px;
}
.main-menu.main-menu-lh-3 > nav > ul > li {
  line-height: 80px;
}

.main-menu.main-menu-grow {
  flex-grow: 1;
}
.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}
.main-menu > nav > ul > li ul.sub-menu li a {
  font-size: 14px;
  color: #555;
  display: block;
  padding: 0 30px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 28px;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-danger);
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}
.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height: 92px;
}

.main-categories-wrap {
  position: relative;
}
.main-categories-wrap > a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}
.main-categories-wrap > a span {
  margin-right: 10px;
}
.main-categories-wrap > a > i.up {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.main-categories-wrap > a.open > i {
  opacity: 0;
  visibility: hidden;
}
.main-categories-wrap > a.open > i.up {
  opacity: 1;
  visibility: visible;
}

.hotline p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.hotline p span {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 400;
}

.categories-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 15px 0 10px 0;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 400;
  min-width: 270px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

.categories-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 14px 0 23px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 400;
  display: none;
  width: 100%;
}

.categories-dropdown-wrap ul li {
  display: block;
}
.categories-dropdown-wrap ul li a {
  display: flex;
  align-items: center;
  padding: 5px 34px;
  line-height: 1.5;
  color: #444;
  font-size: 14px;
}
.categories-dropdown-wrap ul li a:hover {
  color: var(--color-brand);
  background-color: rgba(78, 151, 253, 0.1);
}
.categories-dropdown-wrap ul li a i, .categories-dropdown-wrap ul li a svg {
  margin-right: 16px;
  font-size: 18px;
  opacity: 0.9;
}
.categories-dropdown-wrap ul li a svg {
  width: 18px;
  height: auto;
}
.categories-dropdown-wrap ul li:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
}
.categories-dropdown-wrap ul li.has-children {
  position: relative;
}
.categories-dropdown-wrap ul li.has-children > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0;
  border: 0;
  min-width: 800px;
  width: 100%;
  right: 0;
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  padding: 20px 0;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: var(--color-brand);
  padding: 5px 34px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}
.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  transition: all 0.5s ease-in-out;
}
.categories-dropdown-wrap .more_categories {
  border-top: 1px solid #eaeaea;
  padding: 10px 34px 0 34px;
  margin-top: 10px;
  color: var(--color-brand);
  position: relative;
  font-size: 13px;
  cursor: pointer;
}
.categories-dropdown-wrap .more_categories::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--color-brand);
  position: absolute;
  right: 31px;
  top: 21px;
}
.categories-dropdown-wrap .more_categories::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: var(--color-brand);
  position: absolute;
  right: 38px;
  top: 14px;
}
.categories-dropdown-wrap .more_categories.show::after {
  display: none;
  content: none;
}

/*Pagination*/
.pagination-area .page-item {
  margin: 0 5px;
}
.pagination-area .page-item:first-child {
  margin-left: 0;
}
.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
  color: #fff;
  background: var(--color-brand);
}
.pagination-area .page-link {
  border: 0;
  padding: 0 10px;
  box-shadow: none;
  outline: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #f7f8f9;
  line-height: 40px;
  text-align: center;
}
.pagination-area .page-link.dot {
  background-color: transparent;
  color: var(--color-text);
  letter-spacing: 2px;
}

/*LAYOUT -> SIDEBAR*/
.widget-category {
  position: relative;
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.widget-category ul > li {
  padding: 6px 0;
  transition-duration: 0.2s;
}
.widget-category ul > li:hover {
  padding-left: 5px;
  transition-duration: 0.2s;
}
.widget-category ul > li a {
  color: var(--color-grey-2);
}
.widget-category ul > li a:hover {
  color: var(--color-brand);
}

/*Social network widget*/
.follow-us a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 11px;
  overflow: hidden;
  height: 46px;
}
.follow-us a .social-count {
  font-weight: bold;
}
.follow-us a:hover i {
  transform: translateY(-35px) !important;
}
.follow-us a i {
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.follow-us a i.nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
}
.follow-us i.v-align-space {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 4px;
  line-height: 1;
}
.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.follow-us a.follow-us-facebook,
.single-social-share a.facebook-icon {
  background: #305c99;
}

.follow-us a.follow-us-twitter,
.single-social-share a.twitter-icon {
  background: #00cdff;
}

.follow-us a.follow-us-instagram,
.single-social-share a.instagram-icon {
  background: #3f729b;
}

.follow-us a.follow-us-youtube,
.single-social-share a.pinterest-icon {
  background: #e22b26;
}

.sidebar-widget .widget-header {
  border-bottom: 1px solid #eee;
}
.sidebar-widget .widget-header h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar-widget.price_range, .sidebar-widget.product-sidebar {
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 30px;
}
.sidebar-widget .banner-img {
  float: none;
}

.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 14px;
  padding: 7px 0;
}

.widget_categories {
  padding: 20px 20px 10px 20px;
  background-color: #f7f8f9;
  border-radius: 10px;
  border: 1px solid #eee;
}
.widget_categories li.cat-item:last-child {
  border: none;
}

.widget_categories li.cat-item a,
.widget_archive li a,
.widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

.newsletter h4, .newsletter h5 {
  color: #fff;
}

.widget_tags {
  position: relative;
  background-color: #f7f8f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}
.widget_tags a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 26px;
  color: var(--color-grey-2);
  padding: 4px 15px 5px;
  margin: 0 8px 10px 0;
}

.newsletter .icon-email {
  max-width: 40px;
  margin-right: 15px;
}
.newsletter .form-subcriber input {
  border-radius: 50px 0 0 50px;
  border: 0;
  padding: 0 20px 0 30px;
  font-size: 14px;
}
.newsletter .form-subcriber button {
  border-radius: 0 50px 50px 0;
  border: 0;
  font-size: 14px;
  padding: 0 30px;
}

.download-app {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 33px;
}
.download-app a {
  display: block;
  margin-right: 12px;
}
.download-app a img {
  width: 170px;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.footer-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  display: block;
  margin: 0 0 13px;
  transition-duration: 0.3s;
}
.footer-list li:last-child {
  margin: 0;
}
.footer-list li:hover {
  padding-left: 5px;
  transition-duration: 0.3s;
}
.footer-list li a {
  font-size: 14px;
  color: var(--color-grey-1);
  display: block;
}
.footer-list li a:hover {
  color: var(--color-brand);
}

.footer-bottom {
  border-top: 1px solid #eee;
}

#scrollUp {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: var(--color-brand);
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 999 !important;
  transition: 0.3s ease;
  opacity: 0;
  cursor: pointer;
}
#scrollUp.active {
  opacity: 1;
  visibility: visible;
}
#scrollUp i {
  display: block;
  line-height: 40px;
  font-size: 16px;
}
#scrollUp:hover {
  transform: translateY(-5px);
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

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

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

@media only screen and (max-width: 768px) {
  .logo.logo-width-1 a img {
    width: 120px;
  }
  .header-action .header-action-icon {
    margin-right: 15px;
  }
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 15px;
  }
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 15px;
  }
  .header-action .header-action-icon > a {
    font-size: 20px;
  }
  .header-action-2 .header-action-icon-2 {
    padding: 0 6px;
  }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 6px;
  }
  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
    font-size: 22px;
    margin-right: 10px;
  }
  .cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }
  .cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -63px;
  }
  .cart-dropdown-wrap ul li .shopping-cart-img {
    flex: 0 0 60px;
    margin-right: 10px;
  }
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    padding: 12px 22px 13px;
  }
  .main-categories-wrap > a {
    font-weight: 500;
  }
  .categories-dropdown-wrap ul li a {
    padding: 5px 12px;
  }
  .search-popup-wrap .search-popup-content form input {
    width: 270px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }
  .mobile-header-wrapper-style {
    width: 300px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 20px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px 20px;
  }
  .header-height-1 {
    min-height: 65px;
  }
  .header-height-2 {
    min-height: 65px;
  }
  .hero-slider-1 {
    height: 298px;
  }
  .hero-slider-content-2 h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .hero-slider-content-2 h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero-slider-content-2 h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .hero-slider-content-2 .btn-default {
    color: #fff;
    background-color: var(--color-brand);
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
  }
  .hero-slider-content-2 p {
    font-size: 14px;
    line-height: 1.3;
  }
  .banner-big h4 {
    font-size: 12px;
  }
  .banner-big h2 {
    font-size: 16px;
  }
  .banner-big .btn {
    background: none;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    padding: 0;
    border: 0;
    margin-top: -15px;
  }
  .home-slider .slider-arrow {
    display: none;
  }
  .home-slider .hero-slider-1.style-2 {
    height: 400px;
  }
  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 100px;
  }
  .home-slider .hero-slider-1.style-2 .single-slider-img img {
    max-width: 400px;
  }
  .home-slider .hero-slider-1.style-2 .slider-1-height-2 {
    height: 400px;
    position: relative;
  }
  .banner-img {
    float: left;
  }
  .banner-img.f-none {
    float: none;
  }
  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 390px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 {
    padding-left: 20px;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 {
    padding-left: 0;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h1 {
    font-size: 30px;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h2 {
    font-size: 14px;
  }
  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h4 {
    font-size: 12px;
  }
  .header-style-3 .header-bottom-bg-color {
    background-color: var(--color-brand);
  }
  .header-style-3 .main-nav {
    border: none !important;
  }
  .header-style-3 .sticky-bar.stick.sticky-blue-bg {
    background-color: var(--color-brand);
  }
  .header-style-4 .header-bottom-bg-color {
    background-color: var(--color-brand);
  }
  .header-style-4 .main-nav {
    border: none !important;
  }
  .header-style-4 .sticky-bar.stick.sticky-blue-bg {
    background-color: var(--color-brand);
  }
  .font-xxl {
    font-size: 38px;
  }
}
/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 20px;
  }
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 20px;
  }
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 20px;
  }
  .header-action .header-action-icon > a {
    font-size: 22px;
  }
  .header-action-2 .header-action-icon-2 {
    padding: 0 10px;
  }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 10px;
  }
  .header-action-2 .header-action-icon-2 > a {
    font-size: 22px;
  }
  .cart-dropdown-wrap {
    width: 310px;
  }
  .search-popup-wrap .search-popup-content form input {
    width: 480px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon {
    margin-right: 33px;
  }
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 33px;
  }
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 33px;
  }
  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff;
  }
  .search-popup-wrap .search-popup-content form input {
    width: 650px;
    font-size: 35px;
  }
  .header-bottom {
    padding: 5px 0;
  }
  .header-height-1 {
    min-height: 50px;
  }
  .header-height-2 {
    min-height: 50px;
  }
  .header-height-3 {
    min-height: 50px;
  }
  .header-height-4 {
    min-height: 50px;
  }
  .header-style-5 .header-bottom {
    padding: 25px 0;
    border-bottom: 1px solid #f7f8f9;
  }
  .comment-form .email {
    padding-left: 0;
  }
  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
}
/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo.logo-hm3 a img {
    width: 120px;
  }
  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }
  .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 10px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 10px 16px 13px;
  }
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 8px;
  }
  .main-menu.main-menu-padding-1.hm3-menu-padding > nav > ul > li {
    padding: 0 6px;
  }
  .search-style-1 {
    margin-right: 15px;
  }
  .search-style-1 form {
    width: 170px;
  }
  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 15px;
  }
  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0;
  }
  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }
  .search-style-2 form input {
    width: 340px;
  }
  .hotline p {
    font-size: 15px;
  }
  .search-popup-wrap .search-popup-content form input {
    width: 820px;
  }
  .header-height-1 {
    min-height: 157px;
  }
  .header-height-2 {
    min-height: 224px;
  }
  .header-height-3 {
    min-height: 133px;
  }
  .header-height-4 {
    min-height: 144px;
  }
}
/*Wide screen*/
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 14px;
  }
}
/*small phone*/
@media only screen and (max-width: 480px) {
  .carousel-6-columns, .carousel-4-columns {
    max-width: 375px;
    overflow: hidden;
  }
  .slider-arrow .slider-btn.slider-next {
    right: 0 !important;
  }
  .slider-arrow .slider-btn.slider-prev {
    left: 0 !important;
  }
  .hero-slider-1 {
    height: unset;
  }
  .hero-slider-content-2 {
    text-align: center;
    padding-top: 20px;
  }
  .hero-slider-content-2 p {
    width: 100%;
  }
  .header-height-2 {
    min-height: 40px;
  }
  .header-bottom-bg-color {
    padding: 10px 0 3px 0;
  }
  .banner-left-icon, .banner-img {
    margin-bottom: 15px;
  }
  .popular-categories .slider-btn.slider-prev {
    right: 50px !important;
    left: unset !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem;
  }
  .mb-sm-5 {
    margin-bottom: 2rem;
  }
  .heading-tab {
    display: block !important;
  }
  .heading-tab h3.section-title {
    margin-bottom: 15px !important;
  }
  .nav.right {
    justify-content: start;
  }
  .hero-slider-1.style-2 .single-slider-img {
    display: none;
  }
  ul.footer-list {
    margin-bottom: 30px;
  }
  .section-padding-60 {
    padding: 30px 0;
  }
  .pt-60, .pt-40 {
    padding-top: 30px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 220px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 {
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 h1 {
    font-size: 18px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 h2 {
    font-size: 16px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 h4 {
    font-size: 14px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 p {
    font-size: 11px;
  }
  .hero-slider-1.style-3 .hero-slider-content-2 a.btn {
    display: none;
  }
  .header-style-5 {
    padding: 15px 0;
    border-bottom: 1px solid #f7f8f9;
  }
  .header-style-5 .search-style-2 {
    display: none;
  }
  .header-style-5 .header-action-2 .header-action-icon-2 > a {
    font-size: 18px;
  }
  .header-style-5 .sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
    padding: 15px 0;
  }
  .font-xxl {
    font-size: 28px;
  }
  .w-50 {
    width: 100% !important;
  }
  .product-list .product-cart-wrap {
    display: block;
  }
  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 100%;
  }
  .shop-product-filter {
    display: block;
  }
  .shop-product-filter .total-product {
    margin-bottom: 15px;
  }
  .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .table thead {
    display: none;
  }
  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
  .loop-grid.loop-list article {
    display: block;
  }
}
p:empty {
  margin-bottom: 0;
}

.required:after {
  content: " *";
  color: #fc655e;
}

.product-attributes ul {
  padding-left: 0;
  list-style: none;
}

.half-circle-spinner {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}
.half-circle-spinner * {
  box-sizing: border-box;
}
.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid transparent;
}
.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--color-primary);
  animation: half-circle-spinner-animation 1s infinite;
}
.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--color-primary);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}
.button-loading span {
  color: transparent !important;
}

.button-loading, .button-loading:hover, .button-loading:focus, .button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}

.button-loading.btn-fill-out {
  color: transparent !important;
  border: 1px solid var(--color-primary);
}
.button-loading.btn-fill-out:before {
  width: 18px;
  background-color: transparent;
  border-color: var(--color-primary);
  border-bottom-color: transparent;
}
.button-loading.btn-fill-out:after {
  display: none;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 60px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

body.show-admin-bar #alert-container {
  top: 140px;
}
body.show-admin-bar .mobile-header-wrapper-style {
  top: 40px;
}
body.show-admin-bar .sticky-bar.stick {
  top: 40px;
}

.product__color {
  padding-bottom: 10px;
}
.product__color ul, .product__color ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__color .color-swatch li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.product__color .color-swatch li:last-child {
  margin-right: 0;
}
.product__color .color-swatch li span {
  margin-bottom: 0;
}

.text-swatch li {
  display: inline-block;
  margin-right: 5px;
}
.text-swatch li input[type=radio], .text-swatch li input[type=checkbox] {
  display: none;
}
.text-swatch li input[type=radio]:checked ~ span, .text-swatch li input[type=checkbox]:checked ~ span {
  border: 1px solid var(--color-primary);
}
.text-swatch li input[type=radio]:checked ~ span:after, .text-swatch li input[type=checkbox]:checked ~ span:after {
  width: 15px;
  height: 15px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  overflow: hidden;
  right: -8px;
  bottom: 1px;
  color: #fff;
  font-size: 8px;
}
.text-swatch li input[type=radio]:checked ~ span:before, .text-swatch li input[type=checkbox]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--color-primary);
  content: "";
  position: absolute;
  right: -16px;
  bottom: -1px;
}
.text-swatch li span {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.text-swatch li input[type=checkbox]:checked ~ span:after {
  bottom: 1px;
}

.widget__title {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 1.25rem;
}

.attribute-name {
  margin-bottom: 5px;
}

.attribute-values ul {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  list-style: none;
}

.widget--colors .color-swatch li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
}

.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radio input[type=checkbox], .custom-radio input[type=radio] {
  display: none;
}
.custom-checkbox label, .custom-radio label {
  display: block;
}
.custom-checkbox span, .custom-radio span {
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked ~ span:before, .custom-checkbox input[type=radio]:checked ~ span:before, .custom-radio input[type=checkbox]:checked ~ span:before, .custom-radio input[type=radio]:checked ~ span:before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -3px;
  background: var(--color-primary);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.custom-checkbox.disabled label, .custom-radio.disabled label {
  position: relative;
}
.custom-checkbox.disabled label:before, .custom-checkbox.disabled label:after, .custom-radio.disabled label:before, .custom-radio.disabled label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background-color: var(--hover-main-color);
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  z-index: 20;
}
.custom-checkbox.disabled label:before, .custom-radio.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-checkbox.disabled label:after, .custom-radio.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-checkbox.disabled span, .custom-radio.disabled span {
  opacity: 0.9;
}
.custom-checkbox.disabled input[type=checkbox]:checked ~ span:before, .custom-checkbox.disabled input[type=radio]:checked ~ span:before, .custom-radio.disabled input[type=checkbox]:checked ~ span:before, .custom-radio.disabled input[type=radio]:checked ~ span:before {
  display: none;
}

.rating_wrap .rating {
  font-family: "Font Awesome 5 Pro" !important;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 20px;
  width: 80px;
  display: inline-block;
}
.rating_wrap .rating::before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  color: #d2d2d2;
  letter-spacing: 2px;
  font-weight: 900;
}
.rating_wrap .rating_num {
  font-size: 12px;
  display: inline-block;
  color: #696969;
}
.rating_wrap .product_rate {
  overflow: hidden;
  font-family: "Font Awesome 5 Pro" !important;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #EDB867;
}
.rating_wrap .product_rate::before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
  font-weight: 900;
}

.ps-checkbox {
  position: relative;
  display: block;
}
.ps-checkbox > input {
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
}
.ps-checkbox label {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  cursor: pointer;
}
.ps-checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.4s ease;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #000;
}
.ps-checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.4s ease;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  opacity: 0;
  transform: rotate(0deg);
}
.ps-checkbox input[type=checkbox]:checked ~ label:before {
  background-color: #222;
  border-color: #222;
}
.ps-checkbox input[type=checkbox]:checked ~ label:after {
  transform: rotate(45deg);
  opacity: 1;
}

.ps-my-account {
  margin-top: 40px;
}

.customer-page .profile-sidebar .profile-usermenu li.list-group-item a.active {
  color: var(--color-primary);
}

.avatar-upload .avatar-input {
  border: none;
}

.list-content-loading {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  margin: -15px;
  border-radius: 3px;
}
.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff;
}
.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff;
}
.list-content-loading .half-circle-spinner {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}
.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent;
}

@media screen and (max-width: 768px) {
  .list-content-loading {
    top: 15px;
  }
  .post-list .post-thumb {
    max-width: 100%;
  }
  .deals-countdown .countdown-section {
    padding: 0.4rem 0 0.3rem;
  }
  .deals-countdown .countdown-section .countdown-amount {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }
}
.product-cart-wrap .product-action-1 {
  text-align: center;
}
.product-cart-wrap .product-action-1 a.action-btn.button-loading, .product-cart-wrap .product-action-1 button.button-loading {
  background-color: var(--color-primary) !important;
  text-indent: -9999px;
}
.product-cart-wrap .product-action-1 a.action-btn.button-loading:before, .product-cart-wrap .product-action-1 button.button-loading:before {
  left: 50%;
  animation: button-loading-spinner 1s linear infinite;
  border: 3px solid;
  border-color: #fff #fff transparent;
  opacity: 1;
  margin-bottom: 0;
  visibility: visible;
}
.product-cart-wrap .product-action-1 a.action-btn.button-loading:after, .product-cart-wrap .product-action-1 button.button-loading:after {
  display: none;
}
.product-cart-wrap .product-grid-4 .col-6 .product-cart-wrap .product-action-1 {
  position: static;
  text-align: left;
  margin-top: 10px;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h5 {
  color: #9b9b9b;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 5px;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h5 span {
  font-size: 15px;
  float: right;
}
.cart-dropdown-wrap li.content-loading {
  position: relative;
}
.cart-dropdown-wrap li.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-primary);
  border-bottom-color: transparent;
}
.cart-dropdown-wrap li.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  background: rgba(0, 0, 0, 0.02);
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 small {
  font-size: 80%;
  color: #9b9b9b;
}

.product__attribute .attribute-swatch-item.pe-none {
  cursor: not-allowed !important;
}
.product__attribute .attribute-swatch-item.pe-none > div {
  pointer-events: none !important;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span, .product__attribute .color-swatch .attribute-swatch-item.pe-none span {
  color: gray;
  cursor: unset;
  opacity: 0.7;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before, .product__attribute .text-swatch .attribute-swatch-item.pe-none span:after, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:before, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dashed #999;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:before {
  transform: rotate(45deg);
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after, .product__attribute .color-swatch .attribute-swatch-item.pe-none span:after {
  transform: rotate(-45deg);
}

.cart-dropdown-wrap small {
  font-size: 80%;
}

.slick-slide figure a {
  display: block;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .carousel-4-columns, .carousel-6-columns {
    max-width: none;
  }
}
.progress span {
  width: auto;
  min-width: 45px;
}

.rate {
  display: flex;
}
.rate > input {
  display: none;
}
.rate > label {
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: #ffc700;
}
.rate > label:before {
  content: "★";
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  transition: color 0.35s ease;
  color: inherit;
  width: 20px;
  text-align: center;
}
.rate > input:checked ~ label {
  color: #cccccc;
}
.rate > input:checked + label {
  color: #ffc700;
}
.rate:hover > label {
  color: #ffc700 !important;
}
.rate > input:hover ~ label {
  color: #cccccc !important;
}
.rate > input:hover + label {
  color: #ffc700 !important;
}

.pagination-area .page-item .page-link {
  color: var(--color-primary);
}
.pagination-area .page-item .page-link.active {
  color: #fff;
  background: var(--color-primary);
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
  min-width: 110px;
}

small {
  font-size: 80%;
}

.text-left {
  text-align: left;
}

.mobile-social-icon a.linkedin {
  background-color: #0e76a8;
  border: 1px solid #0e76a8;
}

.product-cart-wrap .product-content-wrap h2 {
  line-height: 25px;
}

.single-content article.entry-wraper ol, .single-content article.entry-wraper ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
.single-content article.entry-wraper ol li, .single-content article.entry-wraper ul li {
  font-weight: 400;
  list-style: disc;
}
.single-content article.entry-wraper ol {
  list-style: decimal;
}
.single-content article.entry-wraper ol li {
  list-style: decimal;
}
.single-content article.entry-wraper table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
}
.single-content article.entry-wraper table caption {
  font-size: 90%;
  padding: 10px 0;
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  caption-side: top;
}
.single-content article.entry-wraper table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.single-content article.entry-wraper table td {
  border: 1px solid #dee2e6;
}
.single-content article.entry-wraper table tbody tr th {
  border-bottom-width: 1px;
}
.single-content article.entry-wraper table blockquote {
  margin: 0 0 1rem;
  padding: 2px 8px 2px 20px;
  border-width: 0;
  border-left-width: 5px;
  font-style: italic;
  border-style: solid;
  border-color: #ccc;
}
.single-content article.entry-wraper table blockquote p {
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}
.single-content article.entry-wraper h2 {
  font-size: 1.75rem;
}
.single-content article.entry-wraper h3 {
  font-size: 1.5rem;
}
.single-content article.entry-wraper h4 {
  font-size: 1.25rem;
}
.single-content article.entry-wraper h5 {
  font-size: 1rem;
}
.single-content article.entry-wraper h6 {
  font-size: 0.9rem;
}

.single-content article.entry-wraper .single-more-articles ul {
  list-style: none;
}

.custom-modal .modal-dialog {
  max-width: 800px !important;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}
.custom-modal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 0;
}
.custom-modal .modal-dialog .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}

#quick-view-modal .modal-body.modal-empty {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#quick-view-modal .form-group {
  margin-bottom: 0;
}

.newsletter .form-subcriber button {
  white-space: nowrap;
}

.header-info.header-info-right > ul > li img {
  vertical-align: middle;
}

.header-wrap {
  min-height: 60px;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu {
  min-width: 0;
}
.categories-dropdown-wrap .mega-menu-col ul li {
  width: 100%;
}

.post-thumb .entry-meta a {
  white-space: nowrap;
}

.entry-meta.meta-1 span:last-child:before {
  display: none;
}

.section--shopping-cart .table-responsive {
  padding: 0 10px;
}
.section--shopping-cart .table-responsive .table--cart.content-loading:after {
  right: -10px;
  left: -10px;
}

.section--shopping-cart .table--cart.content-loading {
  position: relative;
}
.section--shopping-cart .table--cart.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-primary);
  border-bottom-color: transparent;
}
.section--shopping-cart .table--cart.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.02);
}

.product-extra-link2 a {
  height: 44px;
  line-height: 44px;
}

.has-buy-now-button .button.button-add-to-cart, .has-buy-now-button .button.button-buy-now {
  padding: 10px 20px;
}
.has-buy-now-button .button.button-buy-now {
  background-color: var(--color-primary);
}

.deal-co {
  margin: 15px 0;
}

.popular-categories .card-1 h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.preloader {
  z-index: 9999999;
}

.header-info > ul > li > ul.language-dropdown {
  padding: 0;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .hero-slider-content, .hero-slider-content-2 {
    margin-bottom: 20px;
  }
}
.image-upload__uploader-container .image-upload__uploader {
  line-height: 13px;
}

.block--review {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.block--review .block__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.block--review .block__header img {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.block--review .block__header h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  color: var(--color-heading);
}
.block--review .block__header .block__info {
  padding-left: 15px;
}
.block--review .block__content {
  padding-top: 10px;
}
.block--review:last-child {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: none;
}
.block--review .block__content {
  padding-top: 0;
}
.block--review .block__header {
  align-items: start;
}
.block--review > .block__header {
  padding-bottom: 15px;
}
.block--review > .block__header p {
  color: var(--color-heading);
}
.block--review > .block__header p i {
  margin-right: 0;
  font-size: 16px;
}
.block--review > .block__header p span {
  color: var(--color-heading);
  font-weight: inherit;
  margin-left: 0.5em;
}

.pagination-area .page-item.disabled .page-link {
  background: #f7f8f9;
  cursor: not-allowed;
  color: var(--color-primary) !important;
}
.pagination-area .page-item .page-link {
  border-radius: 0 !important;
  padding: 0 10px;
  width: auto;
  min-width: 40px;
}

.categories-dropdown-wrap ul li a {
  padding: 5px 25px;
  white-space: normal;
}
.categories-dropdown-wrap ul li a img {
  margin-right: 16px;
  opacity: 0.9;
  vertical-align: top;
  margin-top: 1px;
}

.btn.btn-danger {
  background: #fff;
  color: #b02a37;
  border-color: #b02a37;
}
.btn.btn-danger:hover {
  background-color: #bb2d3b;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .logo.logo-width-1 a img {
    max-height: 70px;
    width: auto;
    max-width: 120px;
  }
  .header-style-4 .header-bottom-bg-color {
    border-top: none;
  }
}
.form-group--icon .product-cat-label {
  position: relative;
  white-space: nowrap;
  color: #444;
  font-size: 14px;
  min-height: 42px;
  border: 2px solid #eee;
  border-right: none;
  padding: 3px 35px 3px 20px;
  border-radius: 26px 0 0 26px;
  background-color: #f8f8f8;
  transition: all 0.3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 42px;
}
.form-group--icon .product-cat-label:after {
  color: #444;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  position: absolute;
  right: 12px;
  top: 3px;
}
.form-group--icon .product-category-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  min-height: 42px;
  opacity: 0;
  padding-left: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shop-product-filter-header .custome-checkbox {
  max-height: 300px;
  overflow-y: auto;
}
.shop-product-filter-header .show-advanced-filters {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shop-product-filter-header .show-advanced-filters .angle-down {
  display: none;
}
.shop-product-filter-header .show-advanced-filters.active .angle-down {
  display: inline-block;
}
.shop-product-filter-header .show-advanced-filters.active .angle-up {
  display: none;
}
.shop-product-filter-header .advanced-search-widgets {
  margin-bottom: 40px;
}

.custome-checkbox label, .custom-radio label {
  display: inline-block;
}

.faqs-list h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.faqs-list h4:first-child {
  margin-top: 0;
}
.faqs-list .card {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faqs-list .card .card-header {
  background: #fff;
  border-radius: 0;
}
.faqs-list .card .card-header h2 button {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
  text-decoration: none !important;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  text-transform: none;
  padding-inline-end: 45px;
}
.faqs-list .card .card-header h2 button::after {
  color: #ced4da;
  position: absolute;
  right: 0;
  top: -7px;
  border: 1px solid #ced4da;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center;
  transform: scale(0.7) !important;
  transition: transform 0.2s ease-in-out;
}
.faqs-list .card .card-header h2 button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.form-group--icon {
  position: relative;
}

.block--review .block__images.block__images_total a {
  height: auto;
}

@media screen and (min-width: 769px) {
  .mobile-header-wrapper-style.sidebar-visible {
    opacity: 0;
    transform: translate(200px);
    visibility: hidden;
  }
  .mobile-menu-active .body-overlay-1 {
    opacity: 0;
    visibility: hidden;
  }
}
.lg-backdrop {
  z-index: 10400 !important;
}

.lg-outer {
  z-index: 10500 !important;
}

.ps-custom-scrollbar {
  max-height: 250px;
  overflow-y: auto;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(102, 102, 102);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(204, 204, 204, 0.9);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 0 !important;
  opacity: 1 !important;
}

select.form-control {
  height: 32px;
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: auto;
}

.alert-dismissible .btn-close {
  cursor: pointer;
}

input.qty-input::-webkit-outer-spin-button,
input.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.qty-input[type=number] {
  -moz-appearance: textfield;
  background: transparent;
  border: none;
  height: 20px;
  padding-left: 10px;
}

.detail-extralink .detail-qty {
  padding: 11px 20px 11px 10px;
}

.ps-list--categories li {
  position: relative;
  padding: 7px 20px 7px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.ps-list--categories li:last-child {
  border-bottom: none;
}
.ps-list--categories li a {
  display: block;
  line-height: 20px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}
.ps-list--categories li a:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
}
.ps-list--categories li.current-menu-item > a {
  color: var(--color-primary);
}
.ps-list--categories li .sub-toggle {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.ps-list--categories li .sub-menu {
  position: relative;
  padding-left: 20px !important;
  visibility: visible;
  opacity: 1;
  transition: all 0s ease;
  background-color: transparent;
  border: none;
  display: none;
  z-index: unset;
}
.ps-list--categories li .sub-menu li.current-menu-item > a {
  color: var(--color-primary);
}
.ps-list--categories li .sub-menu li a {
  background-color: transparent;
  padding: 0;
  padding-left: 15px;
  border: none;
  color: inherit;
  font-size: 12px;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
  display: inline-block;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#quick-view-modal.custom-modal .modal-dialog .modal-content {
  max-height: calc(100vh - 50px);
  overflow: scroll;
}

.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .menu-expand {
  cursor: pointer;
  position: absolute;
  right: 0;
  color: hsla(0, 0%, 100%, 0.7);
  padding: 5px 10px;
  border-radius: 50%;
}
.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .menu-expand i, .mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .menu-expand svg {
  font-size: 12px;
  margin-right: 0 !important;
}
.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .dropdown {
  padding-left: 15px;
}
.mobile-menu-wrap .main-categories-wrap .categories-dropdown-wrap .dropdown li a {
  font-size: 13px;
}

.product-detail .short-desc ol, .product-detail .short-desc ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
.product-detail .short-desc ol li, .product-detail .short-desc ul li {
  font-weight: 400;
  list-style: disc;
}
.product-detail .short-desc ol {
  list-style: decimal;
}
.product-detail .short-desc ol li {
  list-style: decimal;
}
.product-detail .short-desc table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
}
.product-detail .short-desc table caption {
  font-size: 90%;
  padding: 10px 0;
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  caption-side: top;
}
.product-detail .short-desc table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.product-detail .short-desc table td {
  border: 1px solid #dee2e6;
}
.product-detail .short-desc table tbody tr th {
  border-bottom-width: 1px;
}
.product-detail .short-desc table blockquote {
  margin: 0 0 1rem;
  padding: 2px 8px 2px 20px;
  border-width: 0;
  border-left-width: 5px;
  font-style: italic;
  border-style: solid;
  border-color: #ccc;
}
.product-detail .short-desc table blockquote p {
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}
.product-detail .short-desc h2 {
  font-size: 1.75rem;
}
.product-detail .short-desc h3 {
  font-size: 1.5rem;
}
.product-detail .short-desc h4 {
  font-size: 1.25rem;
}
.product-detail .short-desc h5 {
  font-size: 1rem;
}
.product-detail .short-desc h6 {
  font-size: 0.9rem;
}
.product-detail .shop_info_tab.entry-main-content ol, .product-detail .shop_info_tab.entry-main-content ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
.product-detail .shop_info_tab.entry-main-content ol li, .product-detail .shop_info_tab.entry-main-content ul li {
  font-weight: 400;
  list-style: disc;
}
.product-detail .shop_info_tab.entry-main-content ol {
  list-style: decimal;
}
.product-detail .shop_info_tab.entry-main-content ol li {
  list-style: decimal;
}
.product-detail .shop_info_tab.entry-main-content table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
}
.product-detail .shop_info_tab.entry-main-content table caption {
  font-size: 90%;
  padding: 10px 0;
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  caption-side: top;
}
.product-detail .shop_info_tab.entry-main-content table th {
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-bottom-width: 2px;
}
.product-detail .shop_info_tab.entry-main-content table td {
  border: 1px solid #dee2e6;
}
.product-detail .shop_info_tab.entry-main-content table tbody tr th {
  border-bottom-width: 1px;
}
.product-detail .shop_info_tab.entry-main-content table blockquote {
  margin: 0 0 1rem;
  padding: 2px 8px 2px 20px;
  border-width: 0;
  border-left-width: 5px;
  font-style: italic;
  border-style: solid;
  border-color: #ccc;
}
.product-detail .shop_info_tab.entry-main-content table blockquote p {
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}
.product-detail .shop_info_tab.entry-main-content h2 {
  font-size: 1.75rem;
}
.product-detail .shop_info_tab.entry-main-content h3 {
  font-size: 1.5rem;
}
.product-detail .shop_info_tab.entry-main-content h4 {
  font-size: 1.25rem;
}
.product-detail .shop_info_tab.entry-main-content h5 {
  font-size: 1rem;
}
.product-detail .shop_info_tab.entry-main-content h6 {
  font-size: 0.9rem;
}

.product-option input {
  height: auto;
  width: auto;
}

.pagination-area.pagination-page .pagination {
  display: inline-block;
}
.pagination-area.pagination-page .pagination .page-item {
  display: inline-block;
  margin-bottom: 15px;
}

body, html {
  overflow-x: hidden !important;
}

.nav.nav-tabs li {
  list-style: none;
}

.dot-style-1 ul li {
  list-style: none;
}

input.qty-input[type=number] {
  line-height: 20px;
}

.panel--search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transform: scaleZ(0);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.panel--search-result .panel__content {
  max-height: 400px;
  overflow-y: auto;
}
.panel--search-result .panel__footer {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.panel--search-result.active {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}

.header-right .panel--search-result {
  left: -2px;
  width: calc(100% + 4px);
  border: 2px solid rgba(var(--color-brand-rgb), 0.4);
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mobile-search .product-cart-wrap:not(:last-child) {
  margin-bottom: 0 !important;
}
.mobile-search .panel--search-result {
  border-color: rgba(var(--color-brand-rgb), 0.4);
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 5px;
  top: 97%;
}

.product-sidebar .custome-checkbox.ps-custom-scrollbar {
  margin-left: -1.5rem;
  overflow-y: hidden;
}

.shop-product-filter-header .custome-checkbox .ps-list--categories > .form-check {
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .hero-slider-1.style-3 .hero-slider-content-2 {
    padding-left: 60px;
    top: 35%;
  }
}
.customer-page .card {
  border: none;
}
.customer-page .nav-tabs .nav-item .nav-link {
  padding: 10px 20px !important;
}
.customer-page .delete-account-section {
  border: 1px solid #dee2e6;
}
.customer-page .delete-account-section .customer-page-title {
  font-size: 20px;
}
.customer-page .delete-account-section h2 {
  margin-bottom: 0.5rem;
}
.customer-page .delete-account-section p {
  margin-bottom: 15px;
}
.customer-page button.btn.btn-outline-danger {
  background: #fff;
  border: 1px solid #dc3545;
  color: #dc3545;
}
.customer-page button.btn.btn-outline-danger:hover {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.tp-product-details-additional-info table {
  border: 1px solid #e0e2e3;
  width: 100%;
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #eceded;
}
.tp-product-details-additional-info table td {
  padding: 12px 34px;
}
.tp-product-details-additional-info table td:first-child {
  background-color: #f9f9f9;
  color: #000;
  font-size: 16px;
  width: 306px;
}
.tp-product-details-additional-info table td:last-child {
  font-size: 16px;
}

.main-menu ul li a svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -3px;
  margin-inline-end: 3px;
}

.mobile-social-icon a svg {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 7px;
}

#news-flash ul li svg {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 2px;
}

.bb-product-filter-items li label:before, .bb-product-filter-items li label:after {
  top: 2px !important;
}

.size-filter.list-filter li {
  margin-inline-end: 5px;
}
.size-filter.list-filter li span {
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
}

.section--shopping-cart .table--cart thead .main-heading {
  background: #f4f5f9;
}
.section--shopping-cart .table--cart > tbody {
  border-top: none;
}

@media (max-width: 768px) {
  .section--shopping-cart .divider.center_icon {
    margin: 30px 0 0 !important;
  }
  .section--shopping-cart .table-responsive {
    background: #f4f5f9;
  }
  .section--shopping-cart .table-responsive .table--cart tr:first-child td {
    padding-top: 25px;
  }
  .section--shopping-cart .cart-totals .table-responsive {
    background: none;
    padding: 0;
  }
  .section--shopping-cart .cart-totals .table-responsive .cart_total_label, .section--shopping-cart .cart-totals .table-responsive .cart_total_amount {
    box-shadow: none;
  }
}
.bb-product-filter-link i {
  width: 20px;
  text-align: center;
}

.hero-slider-content-2 {
  padding: 50px 0;
}

.text-swatch li.disabled input[type=radio]:checked ~ span:before, .text-swatch li.disabled input[type=radio]:checked ~ span:after {
  border: none;
  border-top: 1px dashed #999;
  content: "";
  right: 0;
  bottom: unset;
  width: 100%;
  height: auto;
}

/*!
 * Bootstrap v4.4.5 (http://getbootstrap.com)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 5px 7px;
  border: 1px solid #e1e1e1;
  border-right: 0;
  border-left: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #222;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont3295.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont3295.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont3295.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont3295.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.la, .la-stack {
  display: inline-block;
}

.la-fw, .la-li {
  text-align: center;
}

@font-face {
  font-family: LineAwesome;
  src: url(fonts/line-awesomeeb4f.eot?v=1.1.);
  src: url(fonts/line-awesome0176.eot??v=1.1.#iefix) format("embedded-opentype"), url(fonts/line-awesomeeb4f.woff2?v=1.1.) format("woff2"), url(fonts/line-awesomeeb4f.woff?v=1.1.) format("woff"), url(fonts/line-awesomeeb4f.ttf?v=1.1.) format("truetype"), url(fonts/line-awesomeeb4f.svg?v=1.1.#fa) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: LineAwesome;
    src: url(fonts/line-awesomeeb4f.svg?v=1.1.#fa) format("svg");
  }
}
.la {
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-fw {
  width: 1.28571429em;
}

.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.la-ul > li {
  position: relative;
}

.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}

.la-li.la-lg {
  left: -1.85714286em;
}

.la-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.li.pull-left {
  margin-right: 0.3em;
}

.li.pull-right {
  margin-left: 0.3em;
}

.la-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-180, :root .la-rotate-270, :root .la-rotate-90 {
  filter: none;
}

.la-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.la-stack-1x, .la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #fff;
}

.la-500px:before {
  content: "\f100";
}

.la-adjust:before {
  content: "\f101";
}

.la-adn:before {
  content: "\f102";
}

.la-align-center:before {
  content: "\f103";
}

.la-align-justify:before {
  content: "\f104";
}

.la-align-left:before {
  content: "\f105";
}

.la-align-right:before {
  content: "\f106";
}

.la-amazon:before {
  content: "\f107";
}

.la-ambulance:before {
  content: "\f108";
}

.la-anchor:before {
  content: "\f109";
}

.la-android:before {
  content: "\f10a";
}

.la-angellist:before {
  content: "\f10b";
}

.la-angle-double-down:before {
  content: "\f10c";
}

.la-angle-double-left:before {
  content: "\f10d";
}

.la-angle-double-right:before {
  content: "\f10e";
}

.la-angle-double-up:before {
  content: "\f10f";
}

.la-angle-down:before {
  content: "\f110";
}

.la-angle-left:before {
  content: "\f111";
}

.la-angle-right:before {
  content: "\f112";
}

.la-angle-up:before {
  content: "\f113";
}

.la-apple:before {
  content: "\f114";
}

.la-archive:before {
  content: "\f115";
}

.la-area-chart:before {
  content: "\f116";
}

.la-arrow-circle-down:before {
  content: "\f117";
}

.la-arrow-circle-left:before {
  content: "\f118";
}

.la-arrow-circle-o-down:before {
  content: "\f119";
}

.la-arrow-circle-o-left:before {
  content: "\f11a";
}

.la-arrow-circle-o-right:before {
  content: "\f11b";
}

.la-arrow-circle-o-up:before {
  content: "\f11c";
}

.la-arrow-circle-right:before {
  content: "\f11d";
}

.la-arrow-circle-up:before {
  content: "\f11e";
}

.la-arrow-down:before {
  content: "\f11f";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-arrow-right:before {
  content: "\f121";
}

.la-arrow-up:before {
  content: "\f122";
}

.la-arrows:before {
  content: "\f123";
}

.la-arrows-alt:before {
  content: "\f124";
}

.la-arrows-h:before {
  content: "\f125";
}

.la-arrows-v:before {
  content: "\f126";
}

.la-asterisk:before {
  content: "\f127";
}

.la-at:before {
  content: "\f128";
}

.la-automobile:before {
  content: "\f129";
}

.la-backward:before {
  content: "\f12a";
}

.la-balance-scale:before {
  content: "\f12b";
}

.la-ban:before {
  content: "\f12c";
}

.la-bank:before {
  content: "\f12d";
}

.la-bar-chart:before {
  content: "\f12e";
}

.la-bar-chart-o:before {
  content: "\f12f";
}

.la-barcode:before {
  content: "\f130";
}

.la-bars:before {
  content: "\f131";
}

.la-battery-0:before {
  content: "\f132";
}

.la-battery-1:before {
  content: "\f133";
}

.la-battery-2:before {
  content: "\f134";
}

.la-battery-3:before {
  content: "\f135";
}

.la-battery-4:before {
  content: "\f136";
}

.la-battery-empty:before {
  content: "\f137";
}

.la-battery-full:before {
  content: "\f138";
}

.la-battery-half:before {
  content: "\f139";
}

.la-battery-quarter:before {
  content: "\f13a";
}

.la-battery-three-quarters:before {
  content: "\f13b";
}

.la-bed:before {
  content: "\f13c";
}

.la-beer:before {
  content: "\f13d";
}

.la-behance:before {
  content: "\f13e";
}

.la-behance-square:before {
  content: "\f13f";
}

.la-bell:before {
  content: "\f140";
}

.la-bell-o:before {
  content: "\f141";
}

.la-bell-slash:before {
  content: "\f142";
}

.la-bell-slash-o:before {
  content: "\f143";
}

.la-bicycle:before {
  content: "\f144";
}

.la-binoculars:before {
  content: "\f145";
}

.la-birthday-cake:before {
  content: "\f146";
}

.la-bitbucket:before {
  content: "\f147";
}

.la-bitbucket-square:before {
  content: "\f148";
}

.la-bitcoin:before {
  content: "\f149";
}

.la-black-tie:before {
  content: "\f14a";
}

.la-bold:before {
  content: "\f14b";
}

.la-bolt:before {
  content: "\f14c";
}

.la-bomb:before {
  content: "\f14d";
}

.la-book:before {
  content: "\f14e";
}

.la-bookmark:before {
  content: "\f14f";
}

.la-bookmark-o:before {
  content: "\f150";
}

.la-briefcase:before {
  content: "\f151";
}

.la-btc:before {
  content: "\f152";
}

.la-bug:before {
  content: "\f153";
}

.la-building:before {
  content: "\f154";
}

.la-building-o:before {
  content: "\f155";
}

.la-bullhorn:before {
  content: "\f156";
}

.la-bullseye:before {
  content: "\f157";
}

.la-bus:before {
  content: "\f158";
}

.la-buysellads:before {
  content: "\f159";
}

.la-cab:before {
  content: "\f15a";
}

.la-calculator:before {
  content: "\f15b";
}

.la-calendar:before {
  content: "\f15c";
}

.la-calendar-check-o:before {
  content: "\f15d";
}

.la-calendar-minus-o:before {
  content: "\f15e";
}

.la-calendar-o:before {
  content: "\f15f";
}

.la-calendar-plus-o:before {
  content: "\f160";
}

.la-calendar-times-o:before {
  content: "\f161";
}

.la-camera:before {
  content: "\f162";
}

.la-camera-retro:before {
  content: "\f163";
}

.la-car:before {
  content: "\f164";
}

.la-caret-down:before {
  content: "\f165";
}

.la-caret-left:before {
  content: "\f166";
}

.la-caret-right:before {
  content: "\f167";
}

.la-caret-square-o-down:before, .la-toggle-down:before {
  content: "\f168";
}

.la-caret-square-o-left:before, .la-toggle-left:before {
  content: "\f169";
}

.la-caret-square-o-right:before, .la-toggle-right:before {
  content: "\f16a";
}

.la-caret-square-o-up:before, .la-toggle-up:before {
  content: "\f16b";
}

.la-caret-up:before {
  content: "\f16c";
}

.la-cart-arrow-down:before {
  content: "\f16d";
}

.la-cart-plus:before {
  content: "\f16e";
}

.la-cc:before {
  content: "\f16f";
}

.la-cc-amex:before {
  content: "\f170";
}

.la-cc-diners-club:before {
  content: "\f171";
}

.la-cc-discover:before {
  content: "\f172";
}

.la-cc-jcb:before {
  content: "\f173";
}

.la-cc-mastercard:before {
  content: "\f174";
}

.la-cc-paypal:before {
  content: "\f175";
}

.la-cc-stripe:before {
  content: "\f176";
}

.la-cc-visa:before {
  content: "\f177";
}

.la-certificate:before {
  content: "\f178";
}

.la-chain:before {
  content: "\f179";
}

.la-chain-broken:before {
  content: "\f17a";
}

.la-check:before {
  content: "\f17b";
}

.la-check-circle:before {
  content: "\f17c";
}

.la-check-circle-o:before {
  content: "\f17d";
}

.la-check-square:before {
  content: "\f17e";
}

.la-check-square-o:before {
  content: "\f17f";
}

.la-chevron-circle-down:before {
  content: "\f180";
}

.la-chevron-circle-left:before {
  content: "\f181";
}

.la-chevron-circle-right:before {
  content: "\f182";
}

.la-chevron-circle-up:before {
  content: "\f183";
}

.la-chevron-down:before {
  content: "\f184";
}

.la-chevron-left:before {
  content: "\f185";
}

.la-chevron-right:before {
  content: "\f186";
}

.la-chevron-up:before {
  content: "\f187";
}

.la-child:before {
  content: "\f188";
}

.la-chrome:before {
  content: "\f189";
}

.la-circle:before {
  content: "\f18a";
}

.la-circle-o:before {
  content: "\f18b";
}

.la-circle-o-notch:before {
  content: "\f18c";
}

.la-circle-thin:before {
  content: "\f18d";
}

.la-clipboard:before {
  content: "\f18e";
}

.la-clock-o:before {
  content: "\f18f";
}

.la-clone:before {
  content: "\f190";
}

.la-close:before {
  content: "\f191";
}

.la-cloud:before {
  content: "\f192";
}

.la-cloud-download:before {
  content: "\f193";
}

.la-cloud-upload:before {
  content: "\f194";
}

.la-cny:before {
  content: "\f195";
}

.la-code:before {
  content: "\f196";
}

.la-code-fork:before {
  content: "\f197";
}

.la-codepen:before {
  content: "\f198";
}

.la-coffee:before {
  content: "\f199";
}

.la-cog:before {
  content: "\f19a";
}

.la-cogs:before {
  content: "\f19b";
}

.la-columns:before {
  content: "\f19c";
}

.la-comment:before {
  content: "\f19d";
}

.la-comment-o:before {
  content: "\f19e";
}

.la-commenting:before {
  content: "\f19f";
}

.la-commenting-o:before {
  content: "\f1a0";
}

.la-comments:before {
  content: "\f1a1";
}

.la-comments-o:before {
  content: "\f1a2";
}

.la-compass:before {
  content: "\f1a3";
}

.la-compress:before {
  content: "\f1a4";
}

.la-connectdevelop:before {
  content: "\f1a5";
}

.la-contao:before {
  content: "\f1a6";
}

.la-copy:before {
  content: "\f1a7";
}

.la-copyright:before {
  content: "\f1a8";
}

.la-creative-commons:before {
  content: "\f1a9";
}

.la-credit-card:before {
  content: "\f1aa";
}

.la-crop:before {
  content: "\f1ab";
}

.la-crosshairs:before {
  content: "\f1ac";
}

.la-css3:before {
  content: "\f1ad";
}

.la-cube:before {
  content: "\f1ae";
}

.la-cubes:before {
  content: "\f1af";
}

.la-cut:before {
  content: "\f1b0";
}

.la-cutlery:before {
  content: "\f1b1";
}

.la-dashboard:before {
  content: "\f1b2";
}

.la-dashcube:before {
  content: "\f1b3";
}

.la-database:before {
  content: "\f1b4";
}

.la-dedent:before {
  content: "\f1b5";
}

.la-delicious:before {
  content: "\f1b6";
}

.la-desktop:before {
  content: "\f1b7";
}

.la-deviantart:before {
  content: "\f1b8";
}

.la-diamond:before {
  content: "\f1b9";
}

.la-digg:before {
  content: "\f1ba";
}

.la-dollar:before {
  content: "\f1bb";
}

.la-dot-circle-o:before {
  content: "\f1bc";
}

.la-download:before {
  content: "\f1bd";
}

.la-dribbble:before {
  content: "\f1be";
}

.la-dropbox:before {
  content: "\f1bf";
}

.la-drupal:before {
  content: "\f1c0";
}

.la-edit:before {
  content: "\f1c1";
}

.la-eject:before {
  content: "\f1c2";
}

.la-ellipsis-h:before {
  content: "\f1c3";
}

.la-ellipsis-v:before {
  content: "\f1c4";
}

.la-empire:before, .la-ge:before {
  content: "\f1c5";
}

.la-envelope:before {
  content: "\f1c6";
}

.la-envelope-o:before {
  content: "\f1c7";
}

.la-envelope-square:before {
  content: "\f1c8";
}

.la-eraser:before {
  content: "\f1c9";
}

.la-eur:before {
  content: "\f1ca";
}

.la-euro:before {
  content: "\f1cb";
}

.la-exchange:before {
  content: "\f1cc";
}

.la-exclamation:before {
  content: "\f1cd";
}

.la-exclamation-circle:before {
  content: "\f1ce";
}

.la-exclamation-triangle:before {
  content: "\f1cf";
}

.la-expand:before {
  content: "\f1d0";
}

.la-expeditedssl:before {
  content: "\f1d1";
}

.la-external-link:before {
  content: "\f1d2";
}

.la-external-link-square:before {
  content: "\f1d3";
}

.la-eye:before {
  content: "\f1d4";
}

.la-eye-slash:before {
  content: "\f1d5";
}

.la-eyedropper:before {
  content: "\f1d6";
}

.la-facebook-f:before, .la-facebook:before {
  content: "\f1d7";
}

.la-facebook-official:before {
  content: "\f1d8";
}

.la-facebook-square:before {
  content: "\f1d9";
}

.la-fast-backward:before {
  content: "\f1da";
}

.la-fast-forward:before {
  content: "\f1db";
}

.la-fax:before {
  content: "\f1dc";
}

.la-female:before {
  content: "\f1dd";
}

.la-fighter-jet:before {
  content: "\f1de";
}

.la-file:before {
  content: "\f1df";
}

.la-file-archive-o:before {
  content: "\f1e0";
}

.la-file-audio-o:before {
  content: "\f1e1";
}

.la-file-code-o:before {
  content: "\f1e2";
}

.la-file-excel-o:before {
  content: "\f1e3";
}

.la-file-image-o:before {
  content: "\f1e4";
}

.la-file-movie-o:before {
  content: "\f1e5";
}

.la-file-o:before {
  content: "\f1e6";
}

.la-file-pdf-o:before {
  content: "\f1e7";
}

.la-file-photo-o:before {
  content: "\f1e8";
}

.la-file-picture-o:before {
  content: "\f1e9";
}

.la-file-powerpoint-o:before {
  content: "\f1ea";
}

.la-file-sound-o:before {
  content: "\f1eb";
}

.la-file-text:before {
  content: "\f1ec";
}

.la-file-text-o:before {
  content: "\f1ed";
}

.la-file-video-o:before {
  content: "\f1ee";
}

.la-file-word-o:before {
  content: "\f1ef";
}

.la-file-zip-o:before {
  content: "\f1f0";
}

.la-files-o:before {
  content: "\f1f1";
}

.la-film:before {
  content: "\f1f2";
}

.la-filter:before {
  content: "\f1f3";
}

.la-fire:before {
  content: "\f1f4";
}

.la-fire-extinguisher:before {
  content: "\f1f5";
}

.la-firefox:before {
  content: "\f1f6";
}

.la-flag:before {
  content: "\f1f7";
}

.la-flag-checkered:before {
  content: "\f1f8";
}

.la-flag-o:before {
  content: "\f1f9";
}

.la-flash:before {
  content: "\f1fa";
}

.la-flask:before {
  content: "\f1fb";
}

.la-flickr:before {
  content: "\f1fc";
}

.la-floppy-o:before {
  content: "\f1fd";
}

.la-folder:before {
  content: "\f1fe";
}

.la-folder-o:before {
  content: "\f1ff";
}

.la-folder-open:before {
  content: "\f200";
}

.la-folder-open-o:before {
  content: "\f201";
}

.la-font:before {
  content: "\f202";
}

.la-fonticons:before {
  content: "\f203";
}

.la-forumbee:before {
  content: "\f204";
}

.la-forward:before {
  content: "\f205";
}

.la-foursquare:before {
  content: "\f206";
}

.la-frown-o:before {
  content: "\f207";
}

.la-futbol-o:before, .la-soccer-ball-o:before {
  content: "\f208";
}

.la-gamepad:before {
  content: "\f209";
}

.la-gavel:before {
  content: "\f20a";
}

.la-gbp:before {
  content: "\f20b";
}

.la-gear:before {
  content: "\f20c";
}

.la-gears:before {
  content: "\f20d";
}

.la-genderless:before {
  content: "\f20e";
}

.la-get-pocket:before {
  content: "\f20f";
}

.la-gg:before {
  content: "\f210";
}

.la-gg-circle:before {
  content: "\f211";
}

.la-gift:before {
  content: "\f212";
}

.la-git:before {
  content: "\f213";
}

.la-git-square:before {
  content: "\f214";
}

.la-github:before {
  content: "\f215";
}

.la-github-alt:before {
  content: "\f216";
}

.la-github-square:before {
  content: "\f217";
}

.la-glass:before {
  content: "\f218";
}

.la-globe:before {
  content: "\f219";
}

.la-google:before {
  content: "\f21a";
}

.la-google-plus:before {
  content: "\f21b";
}

.la-google-plus-square:before {
  content: "\f21c";
}

.la-google-wallet:before {
  content: "\f21d";
}

.la-graduation-cap:before {
  content: "\f21e";
}

.la-gittip:before, .la-gratipay:before {
  content: "\f21f";
}

.la-group:before {
  content: "\f220";
}

.la-h-square:before {
  content: "\f221";
}

.la-hacker-news:before {
  content: "\f222";
}

.la-hand-grab-o:before {
  content: "\f223";
}

.la-hand-lizard-o:before {
  content: "\f224";
}

.la-hand-o-down:before {
  content: "\f225";
}

.la-hand-o-left:before {
  content: "\f226";
}

.la-hand-o-right:before {
  content: "\f227";
}

.la-hand-o-up:before {
  content: "\f228";
}

.la-hand-paper-o:before {
  content: "\f229";
}

.la-hand-peace-o:before {
  content: "\f22a";
}

.la-hand-pointer-o:before {
  content: "\f22b";
}

.la-hand-rock-o:before {
  content: "\f22c";
}

.la-hand-scissors-o:before {
  content: "\f22d";
}

.la-hand-spock-o:before {
  content: "\f22e";
}

.la-hand-stop-o:before {
  content: "\f22f";
}

.la-hdd-o:before {
  content: "\f230";
}

.la-header:before {
  content: "\f231";
}

.la-headphones:before {
  content: "\f232";
}

.la-heart:before {
  content: "\f233";
}

.la-heart-o:before {
  content: "\f234";
}

.la-heartbeat:before {
  content: "\f235";
}

.la-history:before {
  content: "\f236";
}

.la-home:before {
  content: "\f237";
}

.la-hospital-o:before {
  content: "\f238";
}

.la-hotel:before {
  content: "\f239";
}

.la-hourglass:before {
  content: "\f23a";
}

.la-hourglass-1:before {
  content: "\f23b";
}

.la-hourglass-2:before {
  content: "\f23c";
}

.la-hourglass-3:before {
  content: "\f23d";
}

.la-hourglass-end:before {
  content: "\f23e";
}

.la-hourglass-half:before {
  content: "\f23f";
}

.la-hourglass-o:before {
  content: "\f240";
}

.la-hourglass-start:before {
  content: "\f241";
}

.la-houzz:before {
  content: "\f242";
}

.la-html5:before {
  content: "\f243";
}

.la-i-cursor:before {
  content: "\f244";
}

.la-ils:before {
  content: "\f245";
}

.la-image:before {
  content: "\f246";
}

.la-inbox:before {
  content: "\f247";
}

.la-indent:before {
  content: "\f248";
}

.la-industry:before {
  content: "\f249";
}

.la-info:before {
  content: "\f24a";
}

.la-info-circle:before {
  content: "\f24b";
}

.la-inr:before {
  content: "\f24c";
}

.la-instagram:before {
  content: "\f24d";
}

.la-institution:before {
  content: "\f24e";
}

.la-internet-explorer:before {
  content: "\f24f";
}

.la-ioxhost:before {
  content: "\f250";
}

.la-italic:before {
  content: "\f251";
}

.la-joomla:before {
  content: "\f252";
}

.la-jpy:before {
  content: "\f253";
}

.la-jsfiddle:before {
  content: "\f254";
}

.la-key:before {
  content: "\f255";
}

.la-keyboard-o:before {
  content: "\f256";
}

.la-krw:before {
  content: "\f257";
}

.la-language:before {
  content: "\f258";
}

.la-laptop:before {
  content: "\f259";
}

.la-lastfm:before {
  content: "\f25a";
}

.la-lastfm-square:before {
  content: "\f25b";
}

.la-leaf:before {
  content: "\f25c";
}

.la-leanpub:before {
  content: "\f25d";
}

.la-legal:before {
  content: "\f25e";
}

.la-lemon-o:before {
  content: "\f25f";
}

.la-level-down:before {
  content: "\f260";
}

.la-level-up:before {
  content: "\f261";
}

.la-life-bouy:before {
  content: "\f262";
}

.la-life-buoy:before {
  content: "\f263";
}

.la-life-ring:before, .la-support:before {
  content: "\f264";
}

.la-life-saver:before {
  content: "\f265";
}

.la-lightbulb-o:before {
  content: "\f266";
}

.la-line-chart:before {
  content: "\f267";
}

.la-link:before {
  content: "\f268";
}

.la-linkedin:before {
  content: "\f269";
}

.la-linkedin-square:before {
  content: "\f26a";
}

.la-linux:before {
  content: "\f26b";
}

.la-list:before {
  content: "\f26c";
}

.la-list-alt:before {
  content: "\f26d";
}

.la-list-ol:before {
  content: "\f26e";
}

.la-list-ul:before {
  content: "\f26f";
}

.la-location-arrow:before {
  content: "\f270";
}

.la-lock:before {
  content: "\f271";
}

.la-long-arrow-down:before {
  content: "\f272";
}

.la-long-arrow-left:before {
  content: "\f273";
}

.la-long-arrow-right:before {
  content: "\f274";
}

.la-long-arrow-up:before {
  content: "\f275";
}

.la-magic:before {
  content: "\f276";
}

.la-magnet:before {
  content: "\f277";
}

.la-mail-forward:before {
  content: "\f278";
}

.la-mail-reply:before {
  content: "\f279";
}

.la-mail-reply-all:before {
  content: "\f27a";
}

.la-male:before {
  content: "\f27b";
}

.la-map:before {
  content: "\f27c";
}

.la-map-marker:before {
  content: "\f27d";
}

.la-map-o:before {
  content: "\f27e";
}

.la-map-pin:before {
  content: "\f27f";
}

.la-map-signs:before {
  content: "\f280";
}

.la-mars:before {
  content: "\f281";
}

.la-mars-double:before {
  content: "\f282";
}

.la-mars-stroke:before {
  content: "\f283";
}

.la-mars-stroke-h:before {
  content: "\f284";
}

.la-mars-stroke-v:before {
  content: "\f285";
}

.la-maxcdn:before {
  content: "\f286";
}

.la-meanpath:before {
  content: "\f287";
}

.la-medium:before {
  content: "\f288";
}

.la-medkit:before {
  content: "\f289";
}

.la-meh-o:before {
  content: "\f28a";
}

.la-mercury:before {
  content: "\f28b";
}

.la-microphone:before {
  content: "\f28c";
}

.la-microphone-slash:before {
  content: "\f28d";
}

.la-minus:before {
  content: "\f28e";
}

.la-minus-circle:before {
  content: "\f28f";
}

.la-minus-square:before {
  content: "\f290";
}

.la-minus-square-o:before {
  content: "\f291";
}

.la-mobile:before {
  content: "\f292";
}

.la-mobile-phone:before {
  content: "\f293";
}

.la-money:before {
  content: "\f294";
}

.la-moon-o:before {
  content: "\f295";
}

.la-mortar-board:before {
  content: "\f296";
}

.la-motorcycle:before {
  content: "\f297";
}

.la-mouse-pointer:before {
  content: "\f298";
}

.la-music:before {
  content: "\f299";
}

.la-navicon:before {
  content: "\f29a";
}

.la-neuter:before {
  content: "\f29b";
}

.la-newspaper-o:before {
  content: "\f29c";
}

.la-object-group:before {
  content: "\f29d";
}

.la-object-ungroup:before {
  content: "\f29e";
}

.la-odnoklassniki:before {
  content: "\f29f";
}

.la-odnoklassniki-square:before {
  content: "\f2a0";
}

.la-opencart:before {
  content: "\f2a1";
}

.la-openid:before {
  content: "\f2a2";
}

.la-opera:before {
  content: "\f2a3";
}

.la-optin-monster:before {
  content: "\f2a4";
}

.la-outdent:before {
  content: "\f2a5";
}

.la-pagelines:before {
  content: "\f2a6";
}

.la-paint-brush:before {
  content: "\f2a7";
}

.la-paper-plane:before, .la-send:before {
  content: "\f2a8";
}

.la-paper-plane-o:before, .la-send-o:before {
  content: "\f2a9";
}

.la-paperclip:before {
  content: "\f2aa";
}

.la-paragraph:before {
  content: "\f2ab";
}

.la-paste:before {
  content: "\f2ac";
}

.la-pause:before {
  content: "\f2ad";
}

.la-paw:before {
  content: "\f2ae";
}

.la-paypal:before {
  content: "\f2af";
}

.la-pencil:before {
  content: "\f2b0";
}

.la-pencil-square:before {
  content: "\f2b1";
}

.la-pencil-square-o:before {
  content: "\f2b2";
}

.la-phone:before {
  content: "\f2b3";
}

.la-phone-square:before {
  content: "\f2b4";
}

.la-photo:before {
  content: "\f2b5";
}

.la-picture-o:before {
  content: "\f2b6";
}

.la-pie-chart:before {
  content: "\f2b7";
}

.la-pied-piper:before {
  content: "\f2b8";
}

.la-pied-piper-alt:before {
  content: "\f2b9";
}

.la-pinterest:before {
  content: "\f2ba";
}

.la-pinterest-p:before {
  content: "\f2bb";
}

.la-pinterest-square:before {
  content: "\f2bc";
}

.la-plane:before {
  content: "\f2bd";
}

.la-play:before {
  content: "\f2be";
}

.la-play-circle:before {
  content: "\f2bf";
}

.la-play-circle-o:before {
  content: "\f2c0";
}

.la-plug:before {
  content: "\f2c1";
}

.la-plus:before {
  content: "\f2c2";
}

.la-plus-circle:before {
  content: "\f2c3";
}

.la-plus-square:before {
  content: "\f2c4";
}

.la-plus-square-o:before {
  content: "\f2c5";
}

.la-power-off:before {
  content: "\f2c6";
}

.la-print:before {
  content: "\f2c7";
}

.la-puzzle-piece:before {
  content: "\f2c8";
}

.la-qq:before {
  content: "\f2c9";
}

.la-qrcode:before {
  content: "\f2ca";
}

.la-question:before {
  content: "\f2cb";
}

.la-question-circle:before {
  content: "\f2cc";
}

.la-quote-left:before {
  content: "\f2cd";
}

.la-quote-right:before {
  content: "\f2ce";
}

.la-ra:before {
  content: "\f2cf";
}

.la-random:before {
  content: "\f2d0";
}

.la-rebel:before {
  content: "\f2d1";
}

.la-recycle:before {
  content: "\f2d2";
}

.la-reddit:before {
  content: "\f2d3";
}

.la-reddit-square:before {
  content: "\f2d4";
}

.la-refresh:before {
  content: "\f2d5";
}

.la-registered:before {
  content: "\f2d6";
}

.la-renren:before {
  content: "\f2d7";
}

.la-reorder:before {
  content: "\f2d8";
}

.la-repeat:before {
  content: "\f2d9";
}

.la-reply:before {
  content: "\f2da";
}

.la-reply-all:before {
  content: "\f2db";
}

.la-retweet:before {
  content: "\f2dc";
}

.la-rmb:before {
  content: "\f2dd";
}

.la-road:before {
  content: "\f2de";
}

.la-rocket:before {
  content: "\f2df";
}

.la-rotate-left:before {
  content: "\f2e0";
}

.la-rotate-right:before {
  content: "\f2e1";
}

.la-rouble:before {
  content: "\f2e2";
}

.la-feed:before, .la-rss:before {
  content: "\f2e3";
}

.la-rss-square:before {
  content: "\f2e4";
}

.la-rub:before {
  content: "\f2e5";
}

.la-ruble:before {
  content: "\f2e6";
}

.la-rupee:before {
  content: "\f2e7";
}

.la-safari:before {
  content: "\f2e8";
}

.la-save:before {
  content: "\f2e9";
}

.la-scissors:before {
  content: "\f2ea";
}

.la-search:before {
  content: "\f2eb";
}

.la-search-minus:before {
  content: "\f2ec";
}

.la-search-plus:before {
  content: "\f2ed";
}

.la-sellsy:before {
  content: "\f2ee";
}

.la-server:before {
  content: "\f2ef";
}

.la-share:before {
  content: "\f2f0";
}

.la-share-alt:before {
  content: "\f2f1";
}

.la-share-alt-square:before {
  content: "\f2f2";
}

.la-share-square:before {
  content: "\f2f3";
}

.la-share-square-o:before {
  content: "\f2f4";
}

.la-shekel:before {
  content: "\f2f5";
}

.la-sheqel:before {
  content: "\f2f6";
}

.la-shield:before {
  content: "\f2f7";
}

.la-ship:before {
  content: "\f2f8";
}

.la-shirtsinbulk:before {
  content: "\f2f9";
}

.la-shopping-cart:before {
  content: "\f2fa";
}

.la-sign-in:before {
  content: "\f2fb";
}

.la-sign-out:before {
  content: "\f2fc";
}

.la-signal:before {
  content: "\f2fd";
}

.la-simplybuilt:before {
  content: "\f2fe";
}

.la-sitemap:before {
  content: "\f2ff";
}

.la-skyatlas:before {
  content: "\f300";
}

.la-skype:before {
  content: "\f301";
}

.la-slack:before {
  content: "\f302";
}

.la-sliders:before {
  content: "\f303";
}

.la-slideshare:before {
  content: "\f304";
}

.la-smile-o:before {
  content: "\f305";
}

.la-sort:before, .la-unsorted:before {
  content: "\f306";
}

.la-sort-alpha-asc:before {
  content: "\f307";
}

.la-sort-alpha-desc:before {
  content: "\f308";
}

.la-sort-amount-asc:before {
  content: "\f309";
}

.la-sort-amount-desc:before {
  content: "\f30a";
}

.la-sort-asc:before, .la-sort-up:before {
  content: "\f30b";
}

.la-sort-desc:before, .la-sort-down:before {
  content: "\f30c";
}

.la-sort-numeric-asc:before {
  content: "\f30d";
}

.la-sort-numeric-desc:before {
  content: "\f30e";
}

.la-soundcloud:before {
  content: "\f30f";
}

.la-space-shuttle:before {
  content: "\f310";
}

.la-spinner:before {
  content: "\f311";
}

.la-spoon:before {
  content: "\f312";
}

.la-spotify:before {
  content: "\f313";
}

.la-square:before {
  content: "\f314";
}

.la-square-o:before {
  content: "\f315";
}

.la-stack-exchange:before {
  content: "\f316";
}

.la-stack-overflow:before {
  content: "\f317";
}

.la-star:before {
  content: "\f318";
}

.la-star-half:before {
  content: "\f319";
}

.la-star-half-empty:before, .la-star-half-full:before, .la-star-half-o:before {
  content: "\f31a";
}

.la-star-o:before {
  content: "\f31b";
}

.la-steam:before {
  content: "\f31c";
}

.la-steam-square:before {
  content: "\f31d";
}

.la-step-backward:before {
  content: "\f31e";
}

.la-step-forward:before {
  content: "\f31f";
}

.la-stethoscope:before {
  content: "\f320";
}

.la-sticky-note:before {
  content: "\f321";
}

.la-sticky-note-o:before {
  content: "\f322";
}

.la-stop:before {
  content: "\f323";
}

.la-street-view:before {
  content: "\f324";
}

.la-strikethrough:before {
  content: "\f325";
}

.la-stumbleupon:before {
  content: "\f326";
}

.la-stumbleupon-circle:before {
  content: "\f327";
}

.la-subscript:before {
  content: "\f328";
}

.la-subway:before {
  content: "\f329";
}

.la-suitcase:before {
  content: "\f32a";
}

.la-sun-o:before {
  content: "\f32b";
}

.la-superscript:before {
  content: "\f32c";
}

.la-table:before {
  content: "\f32d";
}

.la-tablet:before {
  content: "\f32e";
}

.la-tachometer:before {
  content: "\f32f";
}

.la-tag:before {
  content: "\f330";
}

.la-tags:before {
  content: "\f331";
}

.la-tasks:before {
  content: "\f332";
}

.la-taxi:before {
  content: "\f333";
}

.la-television:before, .la-tv:before {
  content: "\f334";
}

.la-tencent-weibo:before {
  content: "\f335";
}

.la-terminal:before {
  content: "\f336";
}

.la-text-height:before {
  content: "\f337";
}

.la-text-width:before {
  content: "\f338";
}

.la-th:before {
  content: "\f339";
}

.la-th-large:before {
  content: "\f33a";
}

.la-th-list:before {
  content: "\f33b";
}

.la-thumb-tack:before {
  content: "\f33c";
}

.la-thumbs-down:before {
  content: "\f33d";
}

.la-thumbs-o-down:before {
  content: "\f33e";
}

.la-thumbs-o-up:before {
  content: "\f33f";
}

.la-thumbs-up:before {
  content: "\f340";
}

.la-ticket:before {
  content: "\f341";
}

.la-remove:before, .la-times:before {
  content: "\f342";
}

.la-times-circle:before {
  content: "\f343";
}

.la-times-circle-o:before {
  content: "\f344";
}

.la-tint:before {
  content: "\f345";
}

.la-toggle-off:before {
  content: "\f346";
}

.la-toggle-on:before {
  content: "\f347";
}

.la-trademark:before {
  content: "\f348";
}

.la-train:before {
  content: "\f349";
}

.la-intersex:before, .la-transgender:before {
  content: "\f34a";
}

.la-transgender-alt:before {
  content: "\f34b";
}

.la-trash:before {
  content: "\f34c";
}

.la-trash-o:before {
  content: "\f34d";
}

.la-tree:before {
  content: "\f34e";
}

.la-trello:before {
  content: "\f34f";
}

.la-tripadvisor:before {
  content: "\f350";
}

.la-trophy:before {
  content: "\f351";
}

.la-truck:before {
  content: "\f352";
}

.la-try:before {
  content: "\f353";
}

.la-tty:before {
  content: "\f354";
}

.la-tumblr:before {
  content: "\f355";
}

.la-tumblr-square:before {
  content: "\f356";
}

.la-turkish-lira:before {
  content: "\f357";
}

.la-twitch:before {
  content: "\f358";
}

.la-twitter:before {
  content: "\f359";
}

.la-twitter-square:before {
  content: "\f35a";
}

.la-umbrella:before {
  content: "\f35b";
}

.la-underline:before {
  content: "\f35c";
}

.la-undo:before {
  content: "\f35d";
}

.la-university:before {
  content: "\f35e";
}

.la-unlink:before {
  content: "\f35f";
}

.la-unlock:before {
  content: "\f360";
}

.la-unlock-alt:before {
  content: "\f361";
}

.la-upload:before {
  content: "\f362";
}

.la-usd:before {
  content: "\f363";
}

.la-user:before {
  content: "\f364";
}

.la-user-md:before {
  content: "\f365";
}

.la-user-plus:before {
  content: "\f366";
}

.la-user-secret:before {
  content: "\f367";
}

.la-user-times:before {
  content: "\f368";
}

.la-users:before {
  content: "\f369";
}

.la-venus:before {
  content: "\f36a";
}

.la-venus-double:before {
  content: "\f36b";
}

.la-venus-mars:before {
  content: "\f36c";
}

.la-viacoin:before {
  content: "\f36d";
}

.la-video-camera:before {
  content: "\f36e";
}

.la-vimeo:before {
  content: "\f36f";
}

.la-vimeo-square:before {
  content: "\f370";
}

.la-vine:before {
  content: "\f371";
}

.la-vk:before {
  content: "\f372";
}

.la-volume-down:before {
  content: "\f373";
}

.la-volume-off:before {
  content: "\f374";
}

.la-volume-up:before {
  content: "\f375";
}

.la-warning:before {
  content: "\f376";
}

.la-wechat:before {
  content: "\f377";
}

.la-weibo:before {
  content: "\f378";
}

.la-weixin:before {
  content: "\f379";
}

.la-whatsapp:before {
  content: "\f37a";
}

.la-wheelchair:before {
  content: "\f37b";
}

.la-wifi:before {
  content: "\f37c";
}

.la-wikipedia-w:before {
  content: "\f37d";
}

.la-windows:before {
  content: "\f37e";
}

.la-won:before {
  content: "\f37f";
}

.la-wordpress:before {
  content: "\f380";
}

.la-wrench:before {
  content: "\f381";
}

.la-xing:before {
  content: "\f382";
}

.la-xing-square:before {
  content: "\f383";
}

.la-y-combinator:before {
  content: "\f384";
}

.la-y-combinator-square:before {
  content: "\f385";
}

.la-yahoo:before {
  content: "\f386";
}

.la-yc:before {
  content: "\f387";
}

.la-yc-square:before {
  content: "\f388";
}

.la-yelp:before {
  content: "\f389";
}

.la-yen:before {
  content: "\f38a";
}

.la-youtube:before {
  content: "\f38b";
}

.la-youtube-play:before {
  content: "\f38c";
}

.la-youtube-square:before {
  content: "\f38d";
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*-------------------------------------------------------------------------------------

    + CSS Reset
    + Header slider and carousel post
    + Menu and megamenu
    + Header (Mobile Menu, Top-search, Main Menu Menu)
    + Blog large layout with sidebar (Feature-two-column, Three columns, Tab, Image feature, Pagination, widget)
    + woocommerce
    + Audio player
    + Justified Gallery
    + Animation CSS
    + Go to top
    + Magnific Popup CSS
    + Footer

-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
CSS Reset
-------------------------------------------------------------------------------------*/
html,
body {
  -moz-osx-font-smoothing: grayscale;
}

body,
p {
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
  color: #666666;
}

p {
  margin: 0px 0px 15px;
}

p iframe {
  margin-bottom: 0px;
}

iframe {
  margin-bottom: 40px !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a,
a:hover {
  color: #000;
  transition: all 0.4s ease 0s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none !important;
  color: #ff4200 !important;
}

h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

h6 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.mejs-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.embed_wrapper {
  margin: 30px 0px !important;
}

blockquote.quote_content {
  margin: 20px 0px !important;
  float: left;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
  color: #000;
  letter-spacing: -0.03em;
}

.container {
  max-width: 1170px;
  width: 100%;
}

::-moz-selection {
  background-color: #ff4200;
  color: #FFF;
}

::selection {
  background-color: #ff4200;
  color: #FFF;
}

blockquote.quote_content {
  border-left: 3px solid;
  border-color: #ddd;
  padding: 0 18px;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #888;
}

blockquote {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 50px 0px 50px;
  text-align: center;
  border-left: 0px solid #2c2c2c;
  float: left;
  width: 100%;
}

blockquote:before {
  font-family: Georgia, Arial, sans-serif;
  float: left;
  line-height: 0.51;
  content: "“";
  position: absolute;
  z-index: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(9px) rotate(1deg);
  color: #2d53fe;
  opacity: 0.13;
  font-size: 170px;
}

blockquote p {
  font-size: 23px !important;
  color: #000;
  line-height: 1.6;
  font-weight: bold !important;
  letter-spacing: -0.03em;
}

blockquote cite {
  margin-top: 0px;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  display: block;
}

blockquote cite:before {
  content: "-";
  margin-right: 8px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

#gallery-1 img {
  border: 0px !important;
}

.dropcap_style {
  font-size: 60px;
  line-height: 73px;
  float: left;
  padding: 5px 10px;
  text-align: center;
  display: block;
  background-color: #0D1217;
  color: #fff;
  margin: 8px 15px 0 0;
  border-radius: 2px;
}

a:hover {
  text-decoration: underline !important;
}

p img {
  margin-bottom: 0px !important;
}

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

footer .widget ul {
  float: left;
  padding: 0px;
}

.flickr_badge_image {
  float: left;
  margin-right: 1.81818%;
  margin-bottom: 1.81818%;
  width: 32.12121%;
}

.admin-bar .menu_sticky.stick {
  top: 32px !important;
}

#flickr_badge_image3,
#flickr_badge_image6,
#flickr_badge_image9,
#flickr_badge_image12,
#flickr_badge_image15,
#flickr_badge_image18 {
  margin-right: 0px;
}

.flickr_badge_image img {
  width: 100%;
}

#sidebar select {
  width: 90%;
  font-size: 14px;
}

.wp-caption.alignnone {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 30px !important;
  padding: 0px;
  background: none;
  color: #000;
  font-style: italic;
}

.wp-caption p {
  margin-bottom: 0px;
}

.wp-caption.alignleft {
  margin: 5px 30px 30px 0%;
}

.wp-caption.alignright {
  margin: 5px 0% 30px 30px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #888;
  line-height: 17px;
  margin: 8px 0 0;
}

.wp-caption-text {
  margin-top: 5px;
  font-style: italic;
  font-size: 0.923em;
  text-align: center;
  color: #b4b4b4;
}

.gallery-caption {
  visibility: visible;
  opacity: 1;
}

.bypostauthor {
  visibility: visible;
  opacity: 1;
}

a img.alignright {
  float: right;
  margin: 10px 0 30px 30px;
}

a img.alignnone {
  margin: 0px;
}

a img.alignleft {
  float: left;
  margin: 10px 30px 30px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  float: left;
  margin: 5px 30px 30px 0 !important;
}

.alignright {
  display: block;
  float: right;
  margin: 5px 0 20px 20px !important;
}

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

.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.page_error_404 {
  text-align: center;
  margin-bottom: 150px;
}

.page_error_404 .link_home404 {
  height: 35px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 40px;
  color: #FFF;
  background: #000000;
  cursor: pointer;
  border: 0px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
}

.page_error_404 .link_home404:hover {
  text-decoration: none !important;
  opacity: 0.9;
}

.page_error_404 h1 {
  font-size: 140px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}

.grid_no_margin {
  margin-top: -30px;
}

.jp-type-playlist {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.postnav #prepost,
.postnav #nextpost,
.bbp-forum-title,
.single_post_arrow_content #prepost,
.single_post_arrow_content #nextpost {
  text-transform: capitalize;
}

.breadcrumbs_options {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  float: left;
  width: 100%;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.breadcrumbs_options a {
  color: #000 !important;
}

.breadcrumbs_options i {
  margin: 0px 5px;
}

.breadcrumbs_options a:hover {
  color: #ff4200;
  text-decoration: none !important;
}

.main_content {
  margin-bottom: 0px !important;
}

.content_single_page {
  margin-bottom: 50px !important;
  float: left;
  width: 100%;
  padding: 0px;
}

.content_single_page .single_section_comment #respond {
  padding: 25px 30px 30px 30px !important;
}

.content_single_page.page {
  margin-top: -7px;
  margin-bottom: 40px !important;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: transparent;
}

.content_single_page.page #respond {
  padding: 17px 0px 0px 0px;
  margin-bottom: 30px;
}

#content .content_single_page.page .woocommerce form {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content .content_single_page.page .woocommerce form a {
  font-size: 14px;
}

.tab-container, .tab-content {
  float: left;
  width: 100%;
}

#content .content_single_page.page form,
#content .content_single_page.page form .form-submit,
#content .content_single_page.page form #submit {
  margin-bottom: 0px;
}

.content_single_page.type-page .comments-area .comments-title,
.content_single_page.type-page .comment-respond .comment-reply-title {
  margin-top: 0px;
}

.content_single_page.type-page .single_section_comment {
  margin-top: 15px;
  padding: 0px;
}

.content_single_page.type-page .single_section_comment a {
  color: #222 !important;
}

.logged-in-as a {
  color: #222 !important;
}

.content_single_page .image-post-thumb {
  margin-bottom: 20px;
}

.content_single_page a,
.content_single_page a:hover {
  color: #ff4200;
}

.page-full {
  padding-bottom: 20px;
}

.page-full#content {
  width: 66.6666666667% !important;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.content_page_padding {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.assistive-text.section-heading {
  float: left;
  width: 100%;
  font-size: 20px;
  margin: 0px;
  line-height: 40px;
}

#comment-nav-below {
  float: left;
  width: 100%;
  margin-top: -25px;
  margin-bottom: 50px;
}

#comment-nav-below .nav-previous {
  float: left;
  margin: 0px 10px 0px 0px;
}

#comment-nav-below .nav-previous a,
#comment-nav-below .nav-next a {
  padding: 5px 12px;
  background: #f4f4f4;
  color: #000;
  border-radius: 5px;
  font-size: 13px;
}

#comment-nav-below .nav-previous a:hover,
#comment-nav-below .nav-next a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

#comment-nav-below .nav-next {
  float: left;
  margin: 0px;
}

#mainmenu li a i {
  margin-right: 5px;
}

/* black sections */
.jl_menu_lb {
  position: static !important;
  bottom: auto !important;
  background: #f74539 !important;
  color: #fff;
  width: auto !important;
  top: auto;
  display: inline-block !important;
  left: 0px;
  line-height: 1.2;
  margin-left: 5px;
  height: auto !important;
  font-size: 8px;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0px !important;
}

.jl_menu_lb.jl_lb_blue {
  background: #222ddc !important;
}

.jl_menu_lb.jl_lb_yellow {
  background: #ffe500 !important;
  color: #000;
}

/*-------------------------------------------------------------------------------------
black sections
-------------------------------------------------------------------------------------*/
.jl_header_top_feaure_post {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #f3f3f3;
  border-bottom: 1px solid #e8e8e8;
}

.jl_header_top_feaure_post .row {
  margin-bottom: 0px;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 1;
  backface-visibility: hidden;
  background-position: 50% center;
  transition: 0.5s ease-in-out opacity, 0.5s transform ease-in-out;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_grid_post {
  margin-bottom: 0px;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 5px;
  overflow: hidden;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .link_grid_header_absolute {
  background: #000;
  opacity: 0.3;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item:hover .link_grid_header_absolute {
  opacity: 0.5;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .item_caption {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .item_caption .meta-category-small {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .item_caption .meta-category-small a {
  margin: 0px !important;
  margin-right: 5px !important;
  float: left !important;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  height: auto;
  line-height: 10px;
  padding: 5px 11px 4px;
  color: #fff;
  border-radius: 2px;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .item_caption h4 {
  font-size: 22px;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .item_caption h4 a {
  color: #fff;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .item_caption h4 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .post-meta-bot {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .post-meta-bot i {
  margin-right: 5px;
}

.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .post-meta-bot a,
.jl_header_top_feaure_post .jl_news_post_small_wrapper .header_top_post_item .post-meta-bot .post-date {
  color: #fff !important;
}

.jl_header_top_feaure_post .header_tops_small_item {
  width: 50%;
  float: left;
  margin-top: 20px;
}

.jl_header_top_feaure_post .header_tops_small_item img {
  border-radius: 5px;
}

.jl_header_top_feaure_post .header_tops_small_item.small_grid_2,
.jl_header_top_feaure_post .header_tops_small_item.small_grid_5,
.jl_header_top_feaure_post .header_tops_small_item.small_grid_8 {
  padding-right: 10px;
}

.jl_header_top_feaure_post .header_tops_small_item.small_grid_3,
.jl_header_top_feaure_post .header_tops_small_item.small_grid_6,
.jl_header_top_feaure_post .header_tops_small_item.small_grid_9 {
  padding-left: 10px;
}

.jl_header_top_feaure_post .header_tops_small_item .item_caption h4 {
  font-size: 15px;
  margin-bottom: 0px;
}

.jl_header_top_feaure_post .header_tops_small_item .item_caption h4 a {
  color: #000;
}

.jlhome_carousel {
  background: #fbf2e0;
  margin-bottom: 50px;
  padding: 50px 0px 65px 0px;
}

.row.jl_home_carousel {
  margin-bottom: 0px !important;
}

.jl_car_home .jl_remove_m.row {
  margin-right: 0px;
  margin-left: 0px;
}

.jl_car_home {
  margin-bottom: 50px;
}

.jl_car_home .row {
  margin-bottom: 0px !important;
}

.jl_car_home .jl_remove_border .jl_car_wrapper .jl_car_img_front {
  border-radius: 0px !important;
}

.jl_car_home .jl_remove_m .col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.jelly_homepage_builder.jl_car_home .jl_remove_m .post-entry-content {
  border-right: 0px solid #ddd !important;
}

.jl_car_home .homepage_builder_title {
  text-align: center;
  float: left;
  width: 100%;
}

.jl_car_home .homepage_builder_title h2 {
  float: left;
  width: 100%;
}

.jl_car_home .image-post-thumb {
  position: relative;
}

.jl_car_home .meta-category-small {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0px !important;
}

.jl_car_home .meta-category-small a {
  margin: 0px 1px 0px 0px;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 400 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_car_home .car_style2 .post-entry-content {
  padding: 0px !important;
}

.jl_car_home .post-entry-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0px 0px 0px !important;
  border: 0px solid #e9ecef !important;
}

.jl_car_home .post-entry-content .image-post-title {
  margin-top: 0px;
  float: left;
  width: 100%;
}

.jl_car_home .image-post-title {
  font-size: 18px;
}

.jl_car_home .post-entry-content .post-meta {
  margin-top: 10px;
}

.jl_car_home .col-md-4 {
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.jl_car_home .jl_car_wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.jl_car_home .car_style1 .slick-arrow {
  background: #fff;
  color: #000;
}

.jl_car_home .post-entry-content .meta-category-small {
  display: none;
}

.jl_car_home .car_style2 .link_grid_header_absolute {
  opacity: 0.3 !important;
}

.jl_car_home .car_style2 .post-entry-content {
  position: absolute;
  top: 50%;
  background: none;
  left: 20%;
  right: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
  padding: 0px;
  bottom: auto;
  text-align: center;
}

.jl_car_home .car_style2 .meta-category-small,
.jl_car_home .car_style2 .jl_post_type_icon {
  display: none;
}

.jl_car_home .car_style2 .post-entry-content .meta-category-small {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  margin-bottom: 15px !important;
}

.jl_car_home .car_style2 .post-entry-content .meta-category-small a {
  float: none;
  display: inline-block;
  margin: 0px 2px;
}

.jl_car_home .car_style2 .image-post-title a,
.jl_car_home .car_style2 .image-post-title a:hover {
  color: #fff !important;
}

.jl_car_home .car_style2 .image-post-title a:hover {
  opacity: 0.8;
}

.jl_car_home .car_style2 .jl_post_meta span,
.jl_car_home .car_style2 .jl_post_meta span a {
  color: #fff;
}

.jl_car_home .car_style2 .jl_post_meta span a {
  float: none;
}

.jl_car_home .car_style2 .jl_post_meta span {
  float: none;
  display: inline-block;
}

.jl_car_home .car_style3 .post-entry-content {
  left: 0px !important;
  right: 0px !important;
  margin-top: 0;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  flex: 1;
  height: auto;
  padding: 30px !important;
  background: transparent;
}

.jl_car_home .car_style3 .slick-track {
  display: flex;
  align-items: stretch;
}

.jl_car_home .car_style3 .col-md-3 {
  flex: 1;
  height: auto;
}

.jl_car_home .car_style3 .jl_car_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid #ddd;
}

.jl_car_home .car_style3 .post-entry-content .image-post-title {
  text-align: center;
}

.jl_car_home .car_style3 .post-entry-content .jl_post_meta {
  text-align: center;
}

.jl_car_home .car_style3 .post-entry-content .jl_post_meta span {
  float: none;
  display: inline-block;
}

.jl_car_home .car_style3 .post-entry-content .jl_post_meta span a {
  float: none;
}

.jl_car_home .car_style3 .post-entry-content .jl_post_meta span img {
  display: none;
}

.jl_car_home .car_style3 .post-entry-content .meta-category-small {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 15px !important;
  position: relative;
  top: 0px;
  left: 0px;
}

.jl_car_home .car_style3 .post-entry-content .meta-category-small a {
  float: none;
  display: inline-block;
  margin: 0px 1px 0px 1px;
}

.jl_car_home .car_style3 .meta-category-small {
  display: none;
}

.jl_car_home .car_style4 .post-entry-content {
  position: absolute;
  bottom: 0px;
  left: 0px !important;
  right: 0px !important;
  background: transparent;
  padding: 25px !important;
}

.jl_car_home .car_style4 .post-entry-content .image-post-title a,
.jl_car_home .car_style4 .post-entry-content .image-post-title a:hover {
  color: #fff !important;
}

.jl_car_home .car_style4 .jl_post_meta span,
.jl_car_home .car_style4 .jl_post_meta span a {
  color: #fff;
}

.jl_car_home .car_style4 .link_grid_header_absolute {
  opacity: 1 !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
  transition: opacity 0.4s ease-in-out;
}

.jl_car_home .car_style4 .meta-category-small {
  display: none;
}

.jl_car_home .car_style4 .post-entry-content .meta-category-small {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 15px !important;
  float: left;
  width: 100%;
}

.jl_car_home .car_style4 .post-entry-content .meta-category-small a {
  margin-right: 3px;
}

.jl_car_home .slick-arrow {
  color: #000;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0 !important;
}

.jl_car_home .jl_hide_author .jl_post_meta .jl_author_img_w {
  display: none;
}

.jl_car_home .jl_hide_author_img .jl_post_meta .jl_author_img_w img {
  display: none;
}

.jl_car_home .jl_hide_date .jl_post_meta .post-date {
  display: none;
}

.jl_car_home .slick-arrow:hover {
  color: #fff;
  background: #000;
}

.jl_car_home .jelly_pro_post_arrow_left {
  left: 0px;
}

.jl_car_home .jelly_pro_post_arrow_right {
  right: 0px;
}

.jl_car_home .jl_wrapper_row .row:hover .jelly_pro_post_arrow_left {
  left: 40px;
  opacity: 1 !important;
}

.jl_car_home .jl_wrapper_row .row:hover .jelly_pro_post_arrow_right {
  right: 40px;
  opacity: 1 !important;
}

.jl_car_home .car_style1 .post-entry-content {
  left: 0% !important;
  right: 0% !important;
}

.jl_car_home .car_style1.jl_builder_1carousel .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 40%;
}

.jl_car_home .car_style1.jl_builder_2carousel .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 60%;
}

.jl_car_home .car_style1.jl_builder_3carousel .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 70%;
}

.jl_car_home .car_style2.jl_builder_1carousel .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 40%;
}

.jl_car_home .car_style2.jl_builder_2carousel .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 60%;
}

.jl_car_home .car_style2.jl_builder_3carousel .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 90%;
}

.jl_car_home .jl_builder_3carousel .post-entry-content {
  left: 10%;
  right: 10%;
}

.jl_car_home .jl_builder_4carousel .post-entry-content,
.jl_car_home .jl_builder_5carousel .post-entry-content,
.jl_car_home .jl_builder_6carousel .post-entry-content {
  left: 5%;
  right: 5%;
}

.jl_radius .jl_car_home .jl_car_wrapper .jl_car_img_front {
  border-radius: 10px;
}

.jl_car_home .jl_car_wrapper .jl_car_img_front {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 120%;
  overflow: hidden;
}

.jl_car_home .jl_car_wrapper .jl_car_img_front .image_grid_header_absolute {
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.jl_car_home .jl_car_wrapper .jl_car_img_front .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.jl_car_home .jl_car_wrapper .jl_car_img_front .meta-category-small {
  width: auto;
  z-index: 2;
}

.jl_car_home .slick-dots {
  bottom: 0px;
  line-height: 1.2;
}

.jl_car_home .slick-dots li {
  width: auto;
  height: auto;
}

.jl_car_home .slick-dots li.slick-active button {
  background: #000;
}

.jl_car_home .slick-dots button {
  background: #c9c9c9;
  height: 7px;
  padding: 0px;
  width: 7px;
  overflow: hidden;
  border-radius: 100px;
}

.jl_car_home .slick-dots button:before {
  padding: 0px;
  margin: 0px;
  height: 7px;
  width: 7px;
}

.jl_small_list_wrapper {
  float: left;
  width: 100%;
}

.widget_disto_home_small_list_widget.post_list_widget {
  margin-bottom: 20px !important;
}

.jl_small_list_wrapper .jl_home_small_list {
  margin-right: -15px;
  margin-left: -15px;
}

.jl_small_list_wrapper .jl_home_small_list .jl_list_item {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 0px solid #e4e4e4;
}

.jl_small_list_wrapper .jl_small_format {
  float: left !important;
  width: 130px !important;
}

.jl_small_list_wrapper .item-details {
  margin-left: 140px;
  margin-right: 0px !important;
}

.jl_car_home .car_style4 .post-entry-content .image-post-title {
  margin-bottom: 0px;
}

.jl_car_home .car_style4 .post-entry-content .jl_post_meta .jl_author_img_w,
.jl_car_home .car_style4 .post-entry-content .jl_post_meta .post-date {
  margin-top: 15px;
}

/*-------------------------------------------------------------------------------------
main grid 5 post
-------------------------------------------------------------------------------------*/
.so-panel.widget.widget_jl_recent_grid5_widgets {
  margin-bottom: 20px !important;
  background: none;
}

.jelly_homepage_builder {
  float: left;
  width: 100%;
}

.jl_grid5_builder.jelly_homepage_builder {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.jl_grid5_wrapper {
  float: left;
  width: 100%;
}

.jl_grid5_wrapper .jl_grid5_container {
  margin: 0px -7px;
}

.jl_grid5_wrapper .jl_grid5_item {
  float: left;
  padding-right: 7px;
  padding-left: 7px;
}

.jl_grid5_wrapper .jl_grid5_item.jl_grid5main {
  width: 44%;
}

.jl_grid5_wrapper .jl_grid5_item.jl_grid5main .jl_grid5_itemin {
  height: 514px;
  position: relative;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  width: auto;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .meta-category-small a {
  color: #fff;
  font-weight: 400 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
  letter-spacing: 0.03em;
}

.jl_grid5_wrapper .jl_grid5_item.jl_grid5main .image-post-title {
  font-size: 25px;
}

.jl_grid5_wrapper .jl_grid5_item.jl_grid5small {
  width: 28%;
  margin-bottom: 14px;
}

.jl_grid5_wrapper .jl_grid5_item.jl_grid5small .jl_grid5_itemin {
  height: 250px;
}

.jl_grid5_wrapper .jl_grid5_item.jl_grid5small .image-post-title {
  font-size: 18px;
}

.jl_grid5_wrapper .jl_grid5_item.jl_grid5small.jl_grid4,
.jl_grid5_wrapper .jl_grid5_item.jl_grid5small.jl_grid5 {
  margin-bottom: 0px;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.jl_radius .jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin {
  border-radius: 10px;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .image_grid_header_absolute {
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main {
  padding: 25px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0%;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .image-post-title {
  margin-top: 0px !important;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .image-post-title a,
.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .image-post-title a:hover {
  color: #fff !important;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .post-meta {
  float: left;
  width: 100%;
  line-height: 1.2;
  color: #fff;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .post-meta i {
  margin-right: 5px;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .jl_post_meta,
.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .jl_post_meta span,
.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .jl_post_meta a {
  color: #fff !important;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .post-meta .author-avatar-link {
  float: left;
  color: #fff !important;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .post-meta .author-avatar-link a:hover {
  color: #fff !important;
}

.jl_grid5_wrapper .jl_grid5_item .jl_grid5_itemin .wrap_box_style_main .post-meta .author-avatar-link a {
  float: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------
main grid 6 post
-------------------------------------------------------------------------------------*/
.jl_grid6_wrapper {
  float: left;
  width: 100%;
}

.jl_grid6_wrapper .jl_grid6_container {
  margin-right: -7px;
  margin-left: -7px;
}

.jl_grid6_wrapper .jl_grid6_item {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
}

.jl_grid6_wrapper .jl_grid6_item .jl_grid6_itemin {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.jl_radius .jl_grid6_wrapper .jl_grid6_item .jl_grid6_itemin {
  border-radius: 10px;
}

.jl_grid6_wrapper .jl_grid6_item .image_grid_header_absolute {
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.jl_grid6_wrapper .jl_grid6_item .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main {
  width: 50%;
  margin-bottom: 14px;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  width: auto;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .meta-category-small a {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 500 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding: 25px;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main .image-post-title {
  margin-top: 0px;
  font-size: 25px;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main .image-post-title a,
.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main .image-post-title a:hover {
  color: #fff !important;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main .jl_post_meta span,
.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main .jl_post_meta a {
  color: #fff !important;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6main .jl_grid6_itemin {
  float: left;
  width: 100%;
  padding-bottom: 60%;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small {
  width: 25%;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .jl_grid6_wp {
  float: left;
  width: 100%;
  overflow: hidden;
}

.jl_radius .jl_grid6_wrapper .jl_grid6_item.jl_grid6small .jl_grid6_wp {
  border-radius: 10px;
  position: relative;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .jl_grid6_wp .link_grid_header_absolute {
  opacity: 0.4;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .jl_grid6_itemin_thumbnail {
  float: left;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .post-entry-content {
  position: absolute;
  width: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .post-entry-content h3 a,
.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .post-entry-content h3 a:hover {
  color: #fff !important;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .post-entry-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3 !important;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .meta-category-small a {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 500 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .post-meta {
  margin-top: 3px;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .post-meta .meta-comment {
  display: none;
}

.jl_grid6_wrapper .jl_grid6_item.jl_grid6small .image-post-title {
  font-size: 18px;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------
Home grid with right list
-------------------------------------------------------------------------------------*/
.jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item_wrapper {
  width: 66.66666666%;
  float: left;
}

.jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item {
  width: 50%;
  margin-bottom: 30px;
}

.jl_radius .jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item .jl_2main_rightlist_item_win {
  border-radius: 10px;
  overflow: hidden;
}

.jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item .jl_2main_rightlist_itemin {
  height: 235px;
}

.jl_2main_rightlist_itemin .meta-category-small {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}

.jl_2main_rightlist_itemin .meta-category-small a {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 500 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_main_captions .wrap_box_style_main .image-post-title {
  font-size: 22px;
}

.jl_2main_rightlist_wrapper.jl_grid_right_list .jl_clear {
  float: left;
  width: 100%;
}

.jl_2main_rightlist_wpin {
  float: left;
  width: 100%;
}

.jl_radius .jl_2main_rightlist_wpin {
  border-radius: 10px;
  overflow: hidden;
}

.jl_radius .jl_2main_rightlist_wrapper .jl_2main_main_captions {
  border-radius: 0px 0px 10px 10px;
}

/*-------------------------------------------------------------------------------------
Home 2 main right list
-------------------------------------------------------------------------------------*/
.jl_2main_rightlist_builder {
  float: left;
  width: 100%;
}

.jl_2main_rightlist_container {
  margin-right: -15px;
  margin-left: -15px;
}

.jl_2main_rightlist_wrapper {
  float: left;
  width: 100%;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item .jl_2main_rightlist_itemin {
  float: left;
  width: 100%;
  height: 379px;
  overflow: hidden;
  position: relative;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item .image_grid_header_absolute {
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.jl_2main_rightlist_wrapper .jl_2main_main_captions {
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 25px;
  min-height: 143px;
}

.jl_2main_rightlist_wrapper .jl_2main_main_captions .wrap_box_style_main {
  float: left;
  width: 100%;
}

.jl_2main_rightlist_wrapper .jl_2main_main_captions .wrap_box_style_main .image-post-title {
  margin-top: 0px;
  font-size: 22px;
}

.jl_2main_rightlist_wrapper .jl_2main_main_captions .meta-category-small {
  float: left;
  width: 100%;
}

.jl_2main_rightlist_wrapper .jl_2main_main_captions .meta-category-small a {
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 300 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 4px 15px 4px;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature .jl_2main_rightlist_itemin {
  height: 520px;
  overflow: hidden;
}

.jl_radius .jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature .jl_2main_rightlist_itemin {
  border-radius: 10px;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature {
  width: 33.333333%;
}

.jl_2main_rightlist_item.jl_second_feature .meta-category-small {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}

.jl_2main_rightlist_item.jl_second_feature .meta-category-small a {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 500 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature .jl_2main_rightlist_itemin .jl_post_meta span,
.jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature .jl_2main_rightlist_itemin .jl_post_meta span a {
  color: #fff;
}

.jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature .link_grid_header_absolute {
  opacity: 0.4;
  background: #000;
}

.jl_2main_rightlist_item.jl_second_feature .wrap_box_style_main {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 0px 25px 25px 25px;
}

.jl_2main_rightlist_item.jl_second_feature .wrap_box_style_main .image-post-title a,
.jl_2main_rightlist_item.jl_second_feature .wrap_box_style_main .image-post-title a:hover {
  color: #fff !important;
}

.jl_2main_rightlist_item.jl_second_feature .wrap_box_style_main .image-post-title {
  font-size: 22px;
}

.jl_2main_rightlist_item.jl_second_feature .wrap_box_style_main .post-meta span,
.jl_2main_rightlist_item.jl_second_feature .wrap_box_style_main .post-meta span a,
.jl_2main_rightlist_item.jl_second_feature .wrap_box_style_main .post-meta span a:hover {
  color: #fff !important;
}

.jl_2main_small_text {
  float: left;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.jl_2main_small_text .jl_2main_small_text_in {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.jl_2main_small_text .jl_2main_small_text_in .item-details {
  position: relative;
  margin-right: 120px;
  top: 0px;
}

.jl_2main_small_text .jl_2main_small_text_in .meta-category-small {
  float: left;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}

.jl_2main_small_text .jl_2main_small_text_in .meta-category-small a {
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_2main_small_text .jl_2main_small_text_in .feature-post-title {
  font-size: 17px;
  line-height: 1.3;
  float: left;
  width: 100%;
  margin-top: 0px;
}

.jl_2main_small_text:last-child .jl_2main_small_text_in {
  margin-bottom: 0px;
}

.jl_2main_small_text .image-post-title {
  margin-top: 0px;
  font-size: 16px;
}

/*-------------------------------------------------------------------------------------
main overlay with right list
-------------------------------------------------------------------------------------*/
.jl_main_with_right_post {
  float: left;
  width: 100%;
}

.jl_main_with_right_post .jl_main_post_style_padding {
  float: left;
  width: 66.66666666%;
  padding-right: 15px;
}

.jl_main_with_right_post .jl_main_post_style {
  float: left;
  width: 100%;
  height: 490px;
  position: relative;
}

.jl_radius .jl_main_with_right_post .jl_main_post_style {
  border-radius: 10px;
  overflow: hidden;
}

.jl_main_with_right_post .jl_main_post_style .jl_love_view_social {
  z-index: 2;
  top: 20px;
  right: 20px;
}

.jl_main_with_right_post .jl_main_post_style .link_grid_header_absolute {
  opacity: 0.4;
}

.jl_radius .jl_main_with_right_post .jl_main_post_style .link_grid_header_absolute {
  border-radius: 10px;
}

.jl_main_with_right_post .jl_main_post_style .meta-category-small {
  z-index: 2;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.jl_main_with_right_post .jl_main_post_style .meta-category-small a {
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_main_with_right_post .jl_main_post_style .post-entry-content {
  position: absolute;
  top: auto;
  bottom: 0px;
  padding: 30px;
}

.jl_main_with_right_post .jl_main_post_style .post-entry-content h3 {
  margin-top: 0px !important;
  font-size: 30px;
}

.jl_main_with_right_post .jl_main_post_style .post-entry-content h3 a,
.jl_main_with_right_post .jl_main_post_style .post-entry-content h3 a:hover {
  color: #fff !important;
}

.jl_main_with_right_post .jl_main_post_style .post-entry-content .auto_image_with_date {
  float: left;
  width: 100%;
}

.jl_main_with_right_post .jl_main_post_style .post-entry-content .auto_image_with_date span {
  color: #fff;
}

.jl_main_with_right_post .jl_main_post_style .post-entry-content .auto_image_with_date span a,
.jl_main_with_right_post .jl_main_post_style .post-entry-content .auto_image_with_date span a:hover {
  color: #fff !important;
}

.jl_main_with_right_post .jl_post_meta .jl_author_img_w a,
.jl_main_with_right_post .jl_post_meta .jl_author_img_w a:hover,
.jl_main_with_right_post .jl_post_meta .post-date {
  color: #fff;
}

.jl_main_with_right_post .jl_main_post_style .image_grid_header_absolute {
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.jl_main_with_right_post .feature-image-link.image_post {
  float: left;
}

.jl_main_with_right_post .jl_list_post_wrapper .item-details h3 {
  font-size: 16px;
}

.jl_list_post_wrapper {
  float: left;
  width: 33.33333333%;
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
}

.jl_list_post_wrapper:last-child {
  margin-bottom: 0px;
}

.jl_list_post_wrapper .jl_small_format {
  width: 100px !important;
}

.jl_list_post_wrapper .jl_small_format {
  float: left;
  width: 100%;
}

.jl_list_post_wrapper .item-details {
  position: relative;
  margin-left: 115px;
  top: 0;
}

.jl_list_post_wrapper .item-details .meta-category-small {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.jl_list_post_wrapper .item-details .meta-category-small a {
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 0em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
  margin-bottom: 1px;
}

.jl_list_post_wrapper .item-details h3 {
  font-size: 15px;
  margin-top: 0px !important;
}

/*-------------------------------------------------------------------------------------
header fullscreen post
-------------------------------------------------------------------------------------*/
.home_post_feature_fullscreen_wrapper {
  float: left;
  width: 100%;
  position: relative;
  background-color: #000;
}

#home_fullscreen_post {
  background: #000;
  opacity: 0.3;
}

.home_post_feature_fullscreen {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  position: relative;
}

.home_post_feature_fullscreen_wrapper .banner-container {
  top: 50%;
  background: none;
  left: 27%;
  right: 27%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
  padding: 0px;
  bottom: auto;
  text-align: center;
}

.home_post_feature_fullscreen_wrapper .banner-container .post-category-color-text {
  display: inline-block;
  float: none;
}

.home_post_feature_fullscreen_wrapper .banner-container h5 a {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 45px;
}

.single_post_entry_content .post-category-color-text:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.single_post_entry_content .meta-category-small {
  margin-bottom: 17px;
  text-align: center;
  float: left;
  width: 100%;
}

.single_post_entry_content .reactions_img_wrapper .reactions_img_bg {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0);
}

/*-------------------------------------------------------------------------------------
Dark Skin
-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------- Day and night -------------------------------------------------------------------------------------*/
.jl_day_night.jldnup {
  position: absolute;
  top: 50%;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
  right: 86px;
}

.jl_day_night {
  position: relative;
  float: right;
}

.jl_day_night.jl_night_en .fa-moon-o {
  display: none;
}

.jl_day_night.jl_night_en .la-sun-o {
  display: block;
}

.jl_day_night.jl_day_en .fa-moon-o {
  display: block;
}

.jl_day_night.jl_day_en .la-sun-o {
  display: none;
}

.jl_day_night .g1-button-none {
  padding: 0;
  border-width: 0;
  box-shadow: none;
  text-align: inherit;
  border-color: transparent;
  background-color: transparent;
  color: inherit;
}

.jl_day_night .jl-night-toggle-icon {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  float: left;
  display: inline-block;
  width: auto;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.jl-night-toggle-icon.active i,
.jl-night-toggle-icon.active:hover i {
  color: #fff !important;
}

.jl_day_night .jl-night-toggle-icon:before,
.jl_day_night .jl-night-toggle-icon:after {
  transition: transform 375ms ease-in-out;
}

.jl_day_night .jl-night-toggle-icon i {
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 0 5px 0 0px;
  font-size: 20px !important;
  text-align: center;
}

.jl_day_night .jl-night-toggle-icon i,
.jl_day_night .jl-night-toggle-icon i:hover {
  color: #000;
}

.options_layout_wrapper.options_dark_skin .options_layout_container {
  background: none;
}

.options_dark_skin .grid-sidebar .box.sticky .large_post_content {
  background: #191717;
}

.options_dark_skin .navigation_wrapper .jl_main_menu > li:hover > a,
.options_dark_skin .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.options_dark_skin .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.options_dark_skin .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
  color: #fff !important;
}

.options_layout_wrapper.options_dark_skin {
  background: #232323;
  color: #999;
}

.options_dark_skin blockquote {
  border-left: 3px solid #999;
}

.options_dark_skin .jl_close_wapper .jl_close_1,
.options_dark_skin .jl_close_wapper .jl_close_2 {
  background: #fff;
}

.options_dark_skin #content_nav a .arrow_down {
  color: #fff;
}

.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a:hover {
  color: #fff;
}

.options_dark_skin .single_captions_aboves_image_full_width_wrapper .row .col-md-12 {
  background: #151414;
}

.options_dark_skin #respond {
  background: #1b1b1b !important;
}

.options_dark_skin .large_post_share_icons {
  border-bottom: 1px solid #353333;
  border-top: 1px solid #353333;
}

.options_dark_skin .large_post_share_icons a {
  color: #fff;
}

.options_dark_skin .panel-row-style {
  background: transparent !important;
}

.options_dark_skin .jl_header_magazine_style.two_header_top_style .social_icon_header_top li a,
.options_dark_skin .jl_header_magazine_style.two_header_top_style .menu_mobile_icons,
.options_dark_skin .jl_header_magazine_style.two_header_top_style .search_header_wrapper {
  background: rgba(255, 255, 255, 0.06) !important;
}

.options_dark_skin .jl_header_magazine_style.two_header_top_style .social_icon_header_top li a:hover,
.options_dark_skin .jl_header_magazine_style.two_header_top_style .menu_mobile_icons:hover,
.options_dark_skin .jl_header_magazine_style.two_header_top_style .search_header_wrapper:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.options_dark_skin .jl_count_style_1 .jlsocial-element {
  background: #2f2f2f;
  border: 1px solid #222;
}

.options_dark_skin .jl_count_style_1 .num-count,
.options_dark_skin .jl_count_style_1 .jlsocial-element-right {
  color: #fff;
}

.options_dark_skin .jl_large_builder.jelly_homepage_builder .jl_large_more {
  color: #fff;
}

.options_dark_skin .jl_post_title_top.jl_large_format .single-post-meta-wrapper span a:hover,
.options_dark_skin .jelly_homepage_builder .post-meta.meta-main-img a:hover {
  color: #818181 !important;
}

.options_dark_skin .widget .widget-title h2,
.options_dark_skin .jl_sidebar .widget .widget-title,
.options_dark_skin .widget_archive ul li {
  color: #fff;
  border-bottom: 1px solid #2f2e2e;
}

.options_dark_skin .auth .jl-author-link a:hover {
  color: #fff;
}

.options_dark_skin .main_title_col .auth .jl-author-link a,
.options_dark_skin .main_title_col .auth .jl-author-link a:hover {
  color: #000;
}

.options_dark_skin .single-post-meta-wrapper .jm-post-like,
.options_dark_skin .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span.post-author a,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span a,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span a:hover {
  color: #818181 !important;
}

.options_dark_skin .header_layout_style3_custom .search_header_menu .search_header_wrapper i,
.options_dark_skin .header_layout_style3_custom .search_header_menu .menu_mobile_icons i {
  color: #fff !important;
}

.options_dark_skin .jl_header_magazine_style.two_header_top_style .social_icon_header_top li a i {
  color: #fff !important;
}

.options_dark_skin .main_title_wrapper.jl_na_bg_title,
.options_dark_skin .main_title_wrapper.jl_na_bg_title.category_title_section {
  background: #3e3e3e;
}

.options_dark_skin .single-post-meta-wrapper .view_options {
  color: #fff !important;
}

.options_dark_skin .searchform_theme .search_btn {
  border: 2px solid #404040;
}

.options_dark_skin .comment-content {
  border-bottom: 1px solid #404040;
}

.options_dark_skin .searchform_theme .button {
  background: none !important;
  color: #404040;
}

.options_dark_skin .header_main_wrapper.header_style_3_opt {
  border-bottom: 1px solid #353333;
}

.options_dark_skin .header_layout_style3_custom .search_header_menu .menu_mobile_icons i,
.options_dark_skin .header_layout_style3_custom .search_header_menu .search_header_wrapper i,
.options_dark_skin .header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.options_dark_skin .header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.options_dark_skin .header_layout_style3_custom .search_header_menu .search_header_wrapper:hover i {
  color: #fff;
}

.options_dark_skin .social_icon_header li a,
.options_dark_skin .social_icon_header li a:hover {
  color: #fff;
}

.options_dark_skin h1,
.options_dark_skin h2,
.options_dark_skin h3,
.options_dark_skin h4,
.options_dark_skin h5,
.options_dark_skin h6,
.options_dark_skin h1 a,
.options_dark_skin h2 a,
.options_dark_skin h3 a,
.options_dark_skin h4 a,
.options_dark_skin h5 a,
.options_dark_skin h6 a,
.options_dark_skin a,
.options_dark_skin a:hover {
  color: #fff;
}

.options_dark_skin .single-post-meta-wrapper span a:hover,
.options_dark_skin .wp-caption,
.options_dark_skin .single-post-meta-wrapper span a,
.options_dark_skin .single-post-meta-wrapper span,
.options_dark_skin .breadcrumbs_options a,
.options_dark_skin .breadcrumbs_options,
.options_dark_skin .grid_post_share .mashsbcount,
.options_dark_skin p,
.options_dark_skin .post_grid_more_meta_wrapper .grid_post_share,
.options_dark_skin .post_grid_more_meta_wrapper .meta-comment a,
.options_dark_skin .grid_meta_bottom_wrapper .post-date,
.options_dark_skin .grid_meta_bottom_wrapper .author-avatar-link a,
.options_dark_skin .auto_image_with_date .post-date {
  color: #999 !important;
}

.options_dark_skin .cfs_from_wrapper {
  background: #464646;
}

.options_dark_skin .cfs_from_container {
  background: #4c4c4c;
}

.options_dark_skin .container_masonry_home .pagination-more {
  background: #151414;
}

.options_dark_skin #sidebar .widget .widget-title h2,
.options_dark_skin .panel-grid-cell .widget .widget-title {
  color: #fff;
  border-bottom: 1px solid #2f2e2e;
}

.options_dark_skin .widget .widget-title h2:after,
.options_dark_skin .jl_sidebar .widget .widget-title:after {
  border-top-color: #404040;
}

.options_dark_skin .jl_header_top_feaure_post .header_tops_small_item .item_caption h4 a {
  color: #fff;
}

.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn {
  color: #fff;
}

.options_dark_skin .footer_top_small_carousel_5 .slick-dots li button {
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
}

.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn::-webkit-input-placeholder {
  color: #fff !important;
}

.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn::-moz-placeholder {
  color: #fff !important;
}

.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn:-ms-input-placeholder {
  color: #fff !important;
}

.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn:-moz-placeholder {
  color: #fff !important;
}

.options_dark_skin .jl_header_top_feaure_post {
  background: #151414;
  border-bottom: 1px solid #353333;
}

.options_dark_skin .footer_top_small_carousel_5 {
  background: #232323;
}

.options_dark_skin .magazine_3_grid_slider .small-static-post-header {
  border-left: 1px solid #151414;
  border-bottom: 1px solid #151414;
}

.options_dark_skin .magazine_3_grid_slider .main-static-post-header {
  border-bottom: 1px solid #151414;
}

.options_dark_skin .category_header_post_2col_item.grid_5col_display_post.large_main_image_row {
  border-right: 0px solid #151414 !important;
  border-bottom: 1px solid #151414 !important;
}

.options_dark_skin .category_header_post_2col_item.grid_5col_display_post.small_main_image_row {
  border-bottom: 1px solid #151414 !important;
  border-left: 1px solid #151414 !important;
}

.options_dark_skin .main_title_wrapper .categories-title.title,
.options_dark_skin .main_title_wrapper.jl_cat_img_bg p,
.options_dark_skin .main_title_col .auth p,
.options_dark_skin .comments-area .comments-title,
.options_dark_skin .comment-respond .comment-reply-title,
.options_dark_skin .comment-meta .comment-author-name,
.options_dark_skin .related-posts h4,
.options_dark_skin .related-posts h3 a,
.options_dark_skin .single_post_entry_content .single_post_title_main,
.options_dark_skin .cfs_from_wrapper .cfs_label_message,
.options_dark_skin .cfs_from_wrapper .cfs_form_title,
.options_dark_skin .banner-container .post-meta span,
.options_dark_skin .footer_top_small_carousel_5 .jl_footer_car_title,
.options_dark_skin .footer_top_small_carousel_5 .jl_footer_car_desc,
.options_dark_skin .footer_top_small_carousel_5 .popular-item-caption h4 a {
  color: #fff !important;
}

.options_dark_skin .blog_grid_post_style .post-entry-content .post-entry-content-wrapper,
.options_dark_skin .main-grid-post-display .blog_grid_post_style .post-entry-content .post-entry-content-wrapper,
.options_dark_skin .grid_home_3col .blog_grid_post_style .post-entry-content .post-entry-content-wrapper {
  background: none;
}

.options_dark_skin .feature-post-list .item-details .post-meta a,
.options_dark_skin .feature-post-list .item-details .post-meta a:hover {
  color: #999 !important;
}

.options_dark_skin .single_post_arrow_content a {
  color: #fff;
}

.options_dark_skin #content select {
  color: #999;
}

.options_dark_skin ul.products li.product .price ins,
.options_dark_skin ul.products li.product .price {
  color: #fff !important;
}

.options_dark_skin #review-box h5 {
  border-bottom: 1px solid #383434;
}

.options_dark_skin #review-box {
  border: 2px solid #373434;
}

.options_dark_skin .page_slider_grid_5_style .main-static-post-header {
  border-bottom: 0px solid transparent;
}

.options_dark_skin .page_slider_grid_5_style .small-static-post-header {
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.options_dark_skin .recent_post_large_widget .recent_list_item_number_left {
  color: #fff;
}

.options_dark_skin .single_captions_only_full_width_wrapper .row .col-md-12,
.options_dark_skin .single_captions_bottom_image_full_width_wrapper .row .col-md-12 {
  background: #151414;
}

.options_dark_skin .recent_post_large_widget .wrap_box_style_main .title_content_wrapper {
  color: #fff;
}

.options_dark_skin .related-posts {
  border-top: 0px;
}

.options_dark_skin .comment-form-author input,
.options_dark_skin .comment-form-email input,
.options_dark_skin .comment-form-url input,
.options_dark_skin #content input[type=text],
.options_dark_skin #content input[type=password],
.options_dark_skin #content input[type=email],
.options_dark_skin #content textarea,
.options_dark_skin #content select,
.options_dark_skin .comment-form-comment textarea {
  background: #4c4c4c;
  border: solid 1px #4c4c4c;
  color: #fff !important;
}

.options_dark_skin .single_section_content .single-post-meta-wrapper > span:after,
.options_dark_skin .single_section_content .single-post-meta-wrapper .jm-post-like:after {
  background: #fff;
}

.options_dark_skin .logged-in-as a {
  color: #fff !important;
}

.options_dark_skin .single_post_share_wrapper,
.options_dark_skin .search_form_menu_personal {
  background-color: rgba(14, 14, 14, 0.97);
}

.search_form_menu.not_fount_result .searchform_theme {
  height: 45px;
}

.search_form_menu.not_fount_result .button {
  line-height: 37px !important;
}

.options_dark_skin .searchform_theme .search_btn,
.options_dark_skin .searchform_theme #sbtn,
.options_dark_skin .searchform_theme .s {
  background: none;
  color: #fff;
}

.options_dark_skin .searchform_theme .search_btn::-webkit-input-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme .search_btn::-moz-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme .search_btn:-ms-input-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme .search_btn:-moz-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme #sbtn::-webkit-input-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme #sbtn::-moz-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme #sbtn:-ms-input-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme #sbtn:-moz-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme .s::-webkit-input-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme .s::-moz-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme .s:-ms-input-placeholder {
  color: #fff;
}

.options_dark_skin .searchform_theme .s:-moz-placeholder {
  color: #fff;
}

.options_dark_skin .container_grid4_home .post_grid_content_wrapper {
  background: #2d2b2b;
}

.options_dark_skin #content_nav,
.options_dark_skin .container_grid4_home,
.options_dark_skin .header_main_wrapper {
  background: #232323;
}

.options_dark_skin #content_nav .search_form_menu .search_btn {
  border: 1px solid #353333;
}

.options_dark_skin #content_nav .search_form_menu .button {
  color: #fff !important;
}

.options_dark_skin #content_nav .menu_moble_slide li a {
  color: #fff;
}

.options_dark_skin #content_nav .menu_moble_slide > li,
.options_dark_skin #content_nav .sub-menu li {
  border-top: 1px solid #353333;
}

.options_dark_skin .menu_moble_slide {
  border-bottom: 1px solid #353333;
}

.options_dark_skin .single_post_tag_layout li a,
.options_dark_skin .single_post_tag_layout li a:hover {
  background: #353333 !important;
  color: #fff !important;
  border: 1px solid #222;
}

.options_dark_skin #commentform #submit,
.options_dark_skin .wpcf7-form-control.wpcf7-submit {
  background: #353333;
}

.options_dark_skin .blog_large_post_style .post-entry-content .post-entry-content-wrapper {
  background: none;
}

.options_dark_skin .jellywp_pagination ul li a {
  background: #353333;
}

.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
  border-top: 0px solid #2f2e2e;
  border-bottom: 0px solid #2f2e2e;
}

.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a {
  border-left: 0px solid #404040;
}

.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom #mainmenu > li:last-child > a {
  border-right: 0px solid #404040;
}

.options_dark_skin .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left,
.options_dark_skin .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right,
.options_dark_skin .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left:hover,
.options_dark_skin .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right:hover {
  border: 0px solid #404040;
  color: #ccc;
}

.options_dark_skin .social-count-plus ul li {
  border: 3px solid #232323 !important;
}

.options_dark_skin .author-avatar-link a {
  color: #999 !important;
}

.options_dark_skin .builder_post_list_bellow .meta-category-small a,
.options_dark_skin .main_right_post_style_list .meta-category-small a,
.options_dark_skin .builder_post_list_bellow .meta-category-small a:hover,
.options_dark_skin .main_right_post_style_list .meta-category-small a:hover {
  color: #999 !important;
}

.options_dark_skin .meta-category-small.cus_bgcolor_wrapper .post-category-bgcolor-text {
  color: #fff !important;
}

.options_dark_skin .enable_footer_columns_dark {
  background: #1b1b1b;
}

.options_dark_skin .enable_footer_copyright_dark {
  background: #1c1c1c;
  border-top: 1px solid #292929;
}

.options_dark_skin .cat_post_nav .nav_blank_link .options_dark_skin .cat_post_nav .nav_blank_link:hover {
  border: 1px solid #404040 !important;
  color: #ccc !important;
}

.options_dark_skin .cat_post_nav .next,
.options_dark_skin .cat_post_nav .prev,
.options_dark_skin .cat_post_nav .next:hover,
.options_dark_skin .cat_post_nav .prev:hover {
  border: 1px solid #404040 !important;
  color: #ccc !important;
}

.options_dark_skin .menu_post_feature .post-entry-content .image-post-title a {
  color: #000 !important;
}

.options_layout_wrapper.options_dark_skin .jelly_homepage_builder .image-post-title a,
.options_layout_wrapper.options_dark_skin .jelly_homepage_builder .feature-post-title a,
.options_layout_wrapper.options_dark_skin .jelly_homepage_builder h4 a {
  color: #fff;
}

.options_layout_wrapper.options_dark_skin .jl_continue_reading {
  background: #4c4c4c;
  border: 2px solid #4c4c4c;
}

.options_layout_wrapper.options_dark_skin .jl_continue_reading:hover {
  background: #2f2f2f;
  border: 2px solid #2f2f2f;
}

.options_layout_wrapper.options_dark_skin .builder_cat_title_list_style li {
  color: #fff;
}

.options_layout_wrapper.options_dark_skin .jelly_homepage_builder .homepage_builder_title h2 {
  color: #fff;
}

.options_layout_wrapper.options_dark_skin .jelly_homepage_builder .homepage_builder_title h2:after {
  background: #fff;
}

.options_layout_wrapper.options_dark_skin .widget_categories ul li {
  border-bottom: 1px solid #353333;
}

.options_layout_wrapper.options_dark_skin .jelly_homepage_builder.builder_post_list_bellow .blog_list_post_style {
  border-bottom: 1px solid #353333;
}

.options_layout_wrapper.options_dark_skin .jelly_homepage_builder.homepage_builder_two_cols .blog_grid_post_style {
  border-bottom: 1px solid #353333;
}

.options_layout_wrapper.options_dark_skin .header_layout_style3_custom .navigation_wrapper > ul > li > a {
  color: #fff;
}

.options_layout_wrapper.options_dark_skin .woocommerce-product-search input[type=submit] {
  background-color: #4c4c4c;
}

.options_layout_wrapper.options_dark_skin ul.cart_list li,
.options_layout_wrapper.options_dark_skin ul.product_list_widget li,
.options_layout_wrapper.options_dark_skin ul.cart_list li,
.options_layout_wrapper.options_dark_skin ul.product_list_widget li {
  border-bottom: 1px solid #353333 !important;
}

.options_layout_wrapper.options_dark_skin .widget_price_filter .price_slider_amount .button,
.options_layout_wrapper.options_dark_skin .widget_price_filter .price_slider_amount .button,
.options_layout_wrapper.options_dark_skin #content input.button,
.options_layout_wrapper.options_dark_skin #respond input#submit,
.options_layout_wrapper.options_dark_skin a.button,
.options_layout_wrapper.options_dark_skin button.button,
.options_layout_wrapper.options_dark_skin input.button,
.options_layout_wrapper.options_dark_skin #content input.button,
.options_layout_wrapper.options_dark_skin #respond input#submit,
.options_layout_wrapper.options_dark_skin a.button,
.options_layout_wrapper.options_dark_skin button.button,
.options_layout_wrapper.options_dark_skin input.button,
.options_layout_wrapper.options_dark_skin #content div.product form.cart .button,
.options_layout_wrapper.options_dark_skin div.product form.cart .button,
.options_layout_wrapper.options_dark_skin #content div.product form.cart .button,
.options_layout_wrapper.options_dark_skin div.product form.cart .button,
.options_layout_wrapper.options_dark_skin #content input.button.alt,
.options_layout_wrapper.options_dark_skin #respond input#submit.alt,
.options_layout_wrapper.options_dark_skin a.button.alt,
.options_layout_wrapper.options_dark_skin button.button.alt,
.options_layout_wrapper.options_dark_skin input.button.alt,
.options_layout_wrapper.options_dark_skin #content input.button.alt,
.options_layout_wrapper.options_dark_skin #respond input#submit.alt,
.options_layout_wrapper.options_dark_skin a.button.alt,
.options_layout_wrapper.options_dark_skin button.button.alt,
.options_layout_wrapper.options_dark_skin input.button.alt {
  background: #4c4c4c;
}

.options_layout_wrapper.options_dark_skin .added_to_cart.wc-forward {
  color: #fff !important;
}

.options_layout_wrapper.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper {
  background: #000;
}

.options_layout_wrapper.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
  background: #000 !important;
}

.options_dark_skin .jl_header_magazine_style.two_header_top_style .social_icon_header_top li a:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.jl_menu_sticky {
  backface-visibility: hidden !important;
}

.jl_blank_nav {
  float: left;
  width: 100%;
}

.admin-bar .jl_menu_sticky.jl_sticky {
  top: 32px;
}

.jl_menu_sticky.jl_sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.jl_top_blank_nav {
  float: left;
  width: 100%;
  height: 55px;
}

.jl_topa_blank_nav {
  float: left;
  width: 100%;
  height: 60px;
}

.jl_topb_blank_nav {
  float: left;
  width: 100%;
  height: 100px;
}

.jl_top_menu_sticky,
.jl_topa_menu_sticky,
.jl_topb_menu_sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100 !important;
}

.admin-bar .jl_topa_menu_sticky {
  top: 32px !important;
}

.admin-bar .jl_large_menu_logo.jl_topb_menu_sticky {
  top: 32px !important;
}

.admin-bar .header_layout_style6_custom .menu_wrapper {
  top: 32px !important;
}

.admin-bar .header_magazine_style.header_layout_style3_custom .menu_wrapper {
  top: 32px !important;
}

/*-------------------------------------------------------------------------------------
header slider and carousel post
-------------------------------------------------------------------------------------*/
.options_layout_wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
}

.options_layout_wrapper .options_layout_container {
  float: left;
  width: 100%;
}

.options_layout_wrapper .options_layout_container.box_layout_enable_front {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 1260px;
  overflow: hidden;
  background: #fff;
}

.slick-slider *:active,
.slick-slider *:focus {
  outline: none !important;
}

/*fixed slide issue*/
.slider_widget_post .wrap_box_style_main,
.full_screen_slider_home_height:before,
.slick-slider .jl_review_wrapper,
.slick-slider .jl_review_wrapper .jl_rating_front,
.slick-slider .jl_review_wrapper .jl_rating_front canvas,
.slick-slider .jl_rating_front,
.slick-slide .meta-category-small,
.slick-slide .featured_thumbnail_link,
.jellywp_home_builder_carousel_post .popular-item-caption,
.meta-category-small.jl_slider_category a,
.item_slide.slick-slide.slick-current.slick-active,
.slick-slider .main-static-post-header,
.slick-slider .slider_grid_image_style,
.slick-slider .background_color_absolute_1,
.slick-slider .background_color_absolute_2,
.slick-slider .background_color_absolute_3,
.slick-slider .background_color_absolute_4,
.slick-slider .background_color_absolute_5,
.slick-slider .background_color_absolute_6,
.slick-slider .background_color_absolute_7,
.slick-slider .background_color_absolute_8,
.slick-slider .background_color_absolute_9,
.slick-slider .background_color_absolute_10,
.slick-slider .background_color_absolute_11,
.slick-slider .background_color_absolute_12,
.slick-slider .post-entry-content .image-post-title,
.slick-slider .jl_post_meta,
.slick-slider .jl_post_meta span,
.slick-slider .link_grid_header_absolute,
.slick-slider .love_post_view_header,
.slick-slider .banner-container,
.slick-slider .jelly_main_post_large,
.slick-slider .jelly_main_post_small,
.slick-slider .slick-slide,
.slick-slider .slick-arrow,
.slick-slider .jelly_post_entry_content,
.slick-slider .jelly_main_post_small:before,
.slick-slider .jelly_main_post_small:after,
.slick-slider .jelly_main_post_large:after {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.slick-track,
.slick-list {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------------------------------------------
header 5 post header
-------------------------------------------------------------------------------------*/
.page_slider_grid_5_style .meta-category-small {
  position: relative;
  top: auto;
  left: auto;
  z-index: 3;
  width: auto;
}

.page_slider_grid_5_style .meta-category-small a {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
header 4 post header
-------------------------------------------------------------------------------------*/
.home_grid_4_post_header.home_grid_2_post_header_style .large_main_image_header .banner-container h1 > a {
  font-size: 25px !important;
}

.home_grid_4_post_header .meta-category-small {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 15px;
  z-index: 1;
  width: auto;
}

.home_grid_4_post_header .meta-category-small a {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
header 3 gird post header
-------------------------------------------------------------------------------------*/
.magazine_3_grid_slider .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: auto;
}

.magazine_3_grid_slider .meta-category-small a {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
header 3 col post header
-------------------------------------------------------------------------------------*/
.page_slider_grid_3_style_2 .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: auto;
}

.page_slider_grid_3_style_2 .meta-category-small a {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
header 3 post header
-------------------------------------------------------------------------------------*/
.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_left,
.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_right {
  color: #fff;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  font-size: 25px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  opacity: 1 !important;
}

.home_grid_3_post_header .meta-category-small {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: auto;
  margin-bottom: 15px;
}

.home_grid_3_post_header .meta-category-small a {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
none box style
-------------------------------------------------------------------------------------*/
.jl_none_box_style.options_layout_wrapper {
  background-color: #fff;
}

.jl_none_box_style.options_layout_wrapper .loop-large-post .box {
  border: 0px !important;
}

.jl_none_box_style.options_layout_wrapper .jl_love_view_social {
  border: 1px solid #efefef !important;
}

.jl_none_box_style.options_layout_wrapper .jl_post_title_top {
  margin-top: 0px;
  padding-right: 0px;
}

.jl_none_box_style.options_layout_wrapper .blog_large_post_style .large_post_content p,
.jl_none_box_style.options_layout_wrapper .box .large_post_content p,
.jl_none_box_style.options_layout_wrapper .box .post_grid_content_wrapper .single-post-meta-wrapper,
.jl_none_box_style.options_layout_wrapper .grid-sidebar .box .image-post-title,
.jl_none_box_style.options_layout_wrapper .show3_post_col_home .grid4_home_post_display .blog_grid_post_style .image-post-title {
  text-align: center;
  padding: 0px;
}

.jl_none_box_style.options_layout_wrapper .jl_love_view_social .jl_foot_share_col {
  height: 40px;
  line-height: 40px;
}

.jl_none_box_style.options_layout_wrapper .single_post_entry_content,
.jl_none_box_style.options_layout_wrapper .single_section_content .post_content,
.jl_none_box_style.options_layout_wrapper .single_tag_share {
  padding: 0px !important;
}

.jl_none_box_style.options_layout_wrapper .auth {
  padding: 25px 0px !important;
}

.jl_none_box_style.options_layout_wrapper .related-posts {
  padding: 30px 0px;
}

.jl_none_box_style.options_layout_wrapper .single_section_comment {
  padding: 25px 0px 0px 0px;
}

.jl_none_box_style.options_layout_wrapper .postnav_left {
  margin-left: 0px;
}

.jl_none_box_style.options_layout_wrapper .postnav_right {
  margin-right: 0px;
}

.jl_none_box_style.options_layout_wrapper .grid-sidebar .box .image-post-title {
  margin-top: 20px;
}

/*-------------------------------------------------------------------------------------
header  post header
-------------------------------------------------------------------------------------*/
.home_grid_2_post_header .meta-category-small a,
.home_grid_3_post_header .meta-category-small a,
.magazine_3_grid_slider .meta-category-small a,
.header_slider_and_feaure_post_options .meta-category-small a {
  margin: 0px !important;
  margin-right: 5px !important;
  float: left !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 4px 10px;
  font-weight: 500 !important;
}

.home_grid_2_post_header .meta-category-small {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 15px;
  z-index: 1;
  width: auto;
}

.home_grid_2_post_header .meta-category-small a {
  color: #fff;
}

.home_grid_2_post_header .banner-container .meta-category-small a:hover,
.home_grid_3_post_header .banner-container .meta-category-small a:hover,
.magazine_3_grid_slider .banner-container .meta-category-small a:hover,
.header_slider_and_feaure_post_options .banner-container .meta-category-small a:hover {
  color: #fff !important;
}

.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_left {
  left: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0 !important;
}

.home_grid_2_post_header_wrapper:hover .jelly_pro_post_arrow_left {
  opacity: 1 !important;
  left: 20px;
}

.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_right {
  right: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0 !important;
}

.home_grid_2_post_header_wrapper:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
  right: 20px;
}

.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_left:hover,
.home_grid_2_post_header_wrapper .jelly_pro_post_arrow_right:hover {
  background: transparent;
  color: #fff;
}

.love_post_view_header {
  position: absolute;
  right: 15px;
  z-index: 9;
  top: 10px;
  bottom: auto !important;
  z-index: 9;
  font-size: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  line-height: 10px;
  padding: 5px 8px 5px;
  letter-spacing: 0.03em !important;
  border-radius: 3px;
}

.page_slider_grid_3_pop .love_post_view_header {
  display: none;
}

.page_slider_grid_5_style .love_post_view_header a,
.page_slider_grid_6_style .love_post_view_header a {
  font-size: 10px !important;
}

.love_post_view_header a {
  color: #fff !important;
  font-size: 12px !important;
  opacity: 1;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.love_post_view_header a:hover {
  color: #e0e0e0;
}

.love_post_view_header a i {
  margin-right: 5px;
}

.home_grid_2_post_header_wrapper {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 0px;
}

.home_grid_2_post_header_wrapper .container {
  width: 100%;
  padding: 0px;
  max-width: 100% !important;
}

.col3_homepost_carosel {
  margin-top: 0px;
}

.slider_for_menu_full .container {
  width: 100%;
  padding: 0px;
}

.home_grid_2_post_header_wrapper.slider_for_menu_box .container {
  margin-top: 30px;
}

.first_two_col_home_post {
  border-right: 3px solid #fff;
}

.home_grid_2_post_header_wrapper .row {
  margin-bottom: 0px;
}

.link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style {
  float: left;
  width: 100%;
  position: relative;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .slick-list {
  margin: 0px -1px;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style.home_grid_4_post_header .large_main_image_header {
  height: 500px;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style.home_grid_2_post_header .large_main_image_header {
  height: 400px;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header {
  float: left;
  width: 100%;
  height: 350px;
  position: relative;
  background: #000;
  overflow: hidden;
  text-align: left;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .image_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 0px 0px 15px 0px !important;
  line-height: 1.2;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  float: left;
  width: 100%;
  text-transform: capitalize;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .banner-container .post-meta span,
.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .banner-container .post-meta span a {
  color: #fff !important;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1 > a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header {
  float: left;
  width: 25%;
  height: 250px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .image_grid_small_header_absolute {
  width: 100%;
  height: 250px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  height: 3px;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  width: 3px;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px 7px 0px;
  line-height: 0;
}

.home_grid_2_post_header_wrapper .home_grid_2_post_header_style .small_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 17px !important;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
}

.home_grid_2_post_header_style .link_grid_header_absolute {
  opacity: 0;
}

.home_grid_2_post_header_style .banner-container {
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  padding: 30px;
  text-align: left;
  position: absolute;
  transition: all 0.3s ease-out;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}

.home_grid_2_post_header_style .large_main_image_header:hover .banner-container {
  bottom: 0px !important;
}

.home_grid_2_post_header_style .large_main_image_header:hover .banner-container .jl_carousel_more {
  margin-top: 15px;
  opacity: 1;
  margin-bottom: 10px;
}

.home_grid_2_post_header_style .banner-container .jl_carousel_more:hover {
  color: #fff;
  text-decoration: none !important;
}

.home_grid_2_post_header_style .banner-container .jl_carousel_more {
  color: #fff;
  background: #ff4200;
  height: 25px;
  line-height: 25px;
  padding: 0px 15px;
  margin-top: 45px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
}

.home_grid_2_post_header .banner-container .meta-category-small a {
  float: none !important;
  display: inline-block;
  letter-spacing: 0.2em;
}

.home_grid_2_post_header_style .banner-container .post-meta {
  font-size: 11px;
  text-align: left;
  color: #fff;
  margin: 0px;
  float: left;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-top: -3px;
  font-style: normal;
}

.home_grid_2_post_header_style .banner-container .post-meta span a {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
header grid 3 post header
-------------------------------------------------------------------------------------*/
.home_grid_3_post_header_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.home_grid_3_post_header_wrapper .row {
  margin-bottom: 0px;
}

.link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header {
  float: left;
  width: 100%;
  position: relative;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header {
  float: left;
  width: 760px;
  height: 500px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.home_grid_3_post_header .banner-container {
  top: auto;
  left: 0px;
  right: 0px;
  width: auto;
  padding: 25px;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

.home_grid_3_post_header .banner-container .meta-category-small a {
  color: #fff;
  float: none !important;
  display: inline-block;
  float: left !important;
  letter-spacing: 0.2em;
}

.home_grid_3_post_header .banner-container .meta-category-small a:hover {
  color: #fff !important;
}

.home_grid_3_post_header .banner-container h1 {
  margin: 10px 0px 10px 0px !important;
}

.home_grid_3_post_header .banner-container h1 a {
  font-size: 25px !important;
  line-height: 1.5;
}

.large_main_image_header.small_static_grid_3 {
  width: 380px !important;
  height: 250px !important;
}

.large_main_image_header.small_static_grid_3 .image_grid_header_absolute {
  height: 250px !important;
}

.large_main_image_header.small_static_grid_3 .banner-container h1 > a {
  font-size: 17px !important;
  text-transform: capitalize;
}

.large_main_image_header.large_static_grid_3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  width: 5px;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .image_grid_header_absolute {
  width: 100%;
  height: 500px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  height: 5px;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 5px 0px;
  line-height: 0;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header {
  float: left;
  width: 25%;
  height: 250px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .image_grid_small_header_absolute {
  width: 100%;
  height: 250px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  height: 3px;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  width: 3px;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px 7px 0px;
  line-height: 0;
}

.home_grid_3_post_header_wrapper .home_grid_3_post_header .small_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 17px !important;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
}

.home_grid_4_post_header.home_grid_2_post_header_style .banner-container {
  padding: 20px !important;
}

.header_layout_style5_custom .jl_header_5container {
  padding-left: 30px;
  padding-right: 30px;
}

.headcus5_custom.header_layout_style5_custom .logo_link {
  float: none !important;
}

.headcus5_custom.header_layout_style5_custom .logo_link img {
  max-height: 180px !important;
}

.headcus5_custom.header_layout_style5_custom .logo_link .jl_wlg {
  display: none;
}

.headcus5_custom.header_layout_style5_custom .logo_link .jl_blg {
  display: inherit !important;
}

.headcus5_custom.header_layout_style5_custom .menu_wrapper {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.headcus5_custom.header_layout_style5_custom .jl_main_menu {
  text-align: center !important;
  float: left !important;
}

.headcus5_custom.header_layout_style5_custom .social_icon_header {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-left: 0px;
  bottom: auto;
  height: 40px;
  overflow: visible;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.headcus5_custom.header_layout_style5_custom .social_icon_header li {
  margin-right: 5px;
}

.headcus5_custom.header_layout_style5_custom .social_icon_header li a img {
  max-width: 60%;
}

.headcus5_custom.header_layout_style5_custom .social_icon_header li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 0px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 100px;
  font-size: 17px;
}

.headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe {
  padding: 0px;
  margin: 0px;
  margin: auto;
  margin-right: 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe a {
  float: left;
  width: 100%;
  background-color: #efefef;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0px 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe a:hover {
  background: #030303;
  color: #fff;
  text-decoration: none !important;
}

.headcus5_custom.header_layout_style5_custom .navigation_wrapper > ul > li > a {
  height: 51px;
  line-height: 51px;
}

.headcus5_custom.header_layout_style5_custom .header_main_wrapper {
  padding: 40px 0px;
  background: #000;
}

.headcus5_custom.header_layout_style5_custom #mainmenu > li > a {
  font-size: 13px;
  font-weight: 400;
  color: #000 !important;
}

.headcus5_custom.header_layout_style5_custom .social_icon_header li a {
  color: #fff;
}

.headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe .search_header_menu .menu_mobile_icons i {
  color: #fff !important;
}

.headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe .search_header_wrapper i {
  color: #fff !important;
}

.headcus5_custom.header_layout_style5_custom.jl_header_magazine_style.two_header_top_style .search_header_wrapper {
  background: rgba(255, 255, 255, 0.1) !important;
}

.headcus5_custom.header_layout_style5_custom.jl_header_magazine_style.two_header_top_style .menu_mobile_icons {
  background: rgba(255, 255, 255, 0.1) !important;
}

.headcus5_custom.header_layout_style5_custom .search_header_menu.jl_menu_bottom .menu_mobile_icons,
.headcus5_custom.header_layout_style5_custom .search_header_menu.jl_menu_bottom .search_header_wrapper {
  display: block;
}

.headcus5_custom.header_layout_style5_custom .search_header_menu.jl_menu_bottom .search_header_wrapper {
  margin-right: 0px;
}

.headcus5_custom.header_layout_style5_custom .search_header_menu.jl_menu_bottom .search_header_wrapper i {
  font-size: 18px;
}

.headcus5_custom.header_layout_style5_custom .jl_menu_search i {
  color: #000;
  float: left;
  font-size: 17px;
}

.headcus5_custom.header_layout_style5_custom .search_header_wrapper i {
  float: none !important;
  font-size: 17px !important;
}

.headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe .search_header_menu {
  margin-top: 0px !important;
}

.headcus5_custom.header_layout_style5_custom .menu_mobile_icons i {
  float: none !important;
  font-size: 17px !important;
}

.headcus5_custom.header_layout_style5_custom .menu_mobile_icons {
  margin-left: 0px !important;
}

.header_layout_style5_custom .jl_header_link_subscribe .search_header_menu {
  float: right;
  width: auto !important;
  margin-top: 0px !important;
  position: static !important;
  margin-left: 5px !important;
}

.jl_header_link_subscribe .search_header_wrapper {
  float: right;
  width: auto !important;
}

.jl_header_link_subscribe .search_header_wrapper i {
  color: #000 !important;
  cursor: pointer;
}

.jl_header_link_subscribe .search_header_menu .menu_mobile_icons i {
  color: #000 !important;
}

/*-------------------------------------------------------------------------------------
header grid 5 post header
-------------------------------------------------------------------------------------*/
.home_grid_post_header_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.home_grid_post_header_wrapper .row {
  margin-bottom: 0px;
}

.link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.home_grid_post_header_wrapper .home_grid_post_header {
  float: left;
  width: 100%;
  position: relative;
}

.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header {
  float: left;
  width: 50%;
  height: 500px;
  position: relative;
  border-bottom: 3px solid transparent;
  overflow: hidden;
}

.home_grid_post_header_wrapper .home_grid_post_header .featured_thumbnail_link {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_1,
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_2,
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_3,
.home_grid_post_header_wrapper .home_grid_post_header .background_color_absolute_4 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0.6;
}

.jelly_gradient_color_enable .background_color_absolute_1,
.jelly_gradient_color_enable .background_color_absolute_2,
.jelly_gradient_color_enable .background_color_absolute_3,
.jelly_gradient_color_enable .background_color_absolute_4,
.jelly_gradient_color_enable .background_color_absolute_5,
.jelly_gradient_color_enable .background_color_absolute_6,
.jelly_gradient_color_enable .background_color_absolute_7,
.jelly_gradient_color_enable .background_color_absolute_8,
.jelly_gradient_color_enable .background_color_absolute_9,
.jelly_gradient_color_enable .background_color_absolute_10,
.jelly_gradient_color_enable .background_color_absolute_11,
.jelly_gradient_color_enable .background_color_absolute_12 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0.5;
}

.home_grid_post_header_wrapper .home_grid_post_header .image_grid_header_absolute {
  width: 100%;
  height: 500px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px;
  line-height: 0;
}

.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1 > a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header {
  float: left;
  width: 25%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.home_grid_post_header_wrapper .home_grid_post_header .image_grid_small_header_absolute {
  width: 100%;
  height: 250px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px;
  line-height: 0;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1 > a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.home_grid_post_header_wrapper .home_grid_post_header .banner-container .meta-category-small a {
  float: left;
  margin: 0px 10px 0px 0px;
}

.home_grid_post_header_wrapper .home_grid_post_header .banner-container .post-meta,
.home_grid_post_header_wrapper .home_grid_post_header .banner-container .post-meta a {
  color: #fff;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post {
  width: 50%;
}

.home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post .banner-container h1 > a {
  font-size: 16px !important;
}

.home_grid_post_header_wrapper .home_grid_post_header .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  width: auto;
}

.home_grid_post_header_wrapper .home_grid_post_header .meta-category-small a {
  color: #fff;
}

.home_grid_post_header_wrapper .home_grid_post_header .jl_review_wrapper {
  z-index: 1;
  top: 15px;
  right: 15px;
}

.home_grid_post_header_wrapper .home_grid_post_header .featured_thumbnail_link {
  z-index: 2;
}

.home_grid_post_header_wrapper .home_grid_post_header .banner-container {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 9;
  bottom: 0px;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 20px 20px 20px 20px;
  transform: none !important;
  -webkit-transform: none !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

/*-------------------------------------------------------------------------------------
header grid 5 post header style 2
-------------------------------------------------------------------------------------*/
.home_grid_5_post_header_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.home_grid_5_post_header_wrapper .row {
  margin-bottom: 0px;
}

.link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header {
  float: left;
  width: 100%;
  position: relative;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header {
  float: left;
  width: 50%;
  height: 500px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .image_grid_header_absolute {
  width: 100%;
  height: 500px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  height: 3px;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  width: 3px;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 5px 0px;
  line-height: 0;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .large_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header {
  float: left;
  width: 25%;
  height: 250px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .image_grid_small_header_absolute {
  width: 100%;
  height: 250px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  height: 3px;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  width: 3px;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px 7px 0px;
  line-height: 0;
}

.home_grid_5_post_header_wrapper .home_grid_5_post_header .small_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 17px !important;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
}

.large_main_image_header.large_static_grid_5 {
  width: 50% !important;
  height: 360px !important;
}

.large_main_image_header.large_static_grid_5 .image_grid_header_absolute {
  height: 400px !important;
}

.small_main_image_header.small_static_grid_5 {
  width: 33.33333333% !important;
  height: 250px !important;
}

.small_main_image_header.small_static_grid_5 .image_grid_small_header_absolute {
  height: 250px !important;
}

/*-------------------------------------------------------------------------------------
header grid 5 post header
-------------------------------------------------------------------------------------*/
.home_grid_main_5_post_header_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.home_grid_main_5_post_header_wrapper .row {
  margin-bottom: 0px;
}

.home_grid_main_5_post_header {
  float: left;
  width: 100%;
  padding: 10px !important;
  background-image: repeating-linear-gradient(135deg, #eaeaea, #eaeaea 1px, #FFF 0px, #FFF 3px, #e0e0e0 0px, #eaeaea 1px, #FFF 0px, #FFF 1px) !important;
  background-image: repeating-linear-gradient(135deg, #eaeaea, #eaeaea 1px, #FFF 0px, #FFF 3px, #e0e0e0 0px, #eaeaea 1px, #FFF 0px, #FFF 1px) !important;
  background-image: repeating-linear-gradient(135deg, #eaeaea, #eaeaea 1px, #FFF 0px, #FFF 3px, #e0e0e0 0px, #eaeaea 1px, #FFF 0px, #FFF 1px) !important;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_wraper_in {
  background: #fff;
  padding: 25px 25px 5px 25px !important;
  float: left;
  position: relative;
}

.home_grid_main_5_post_header_wraper_in_bg {
  background: #f00a71;
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_wrapper,
.home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_last {
  width: 20%;
  float: left;
  position: relative;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_large_post {
  width: 60%;
  float: left;
  position: relative;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_large_post .wrapper_in_main_post {
  float: left;
  width: 100%;
  padding: 0px 30px;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_large_post .image_grid_small_header_absolute {
  width: 100%;
  height: 400px;
  float: left;
  background-size: cover;
  background-position: 50%;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_small_post .image_grid_header_absolute,
.home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_last .image_grid_small_header_absolute {
  width: 100%;
  height: 160px;
  float: left;
  background-size: cover;
  background-position: 50%;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_small_post .heading_title_post_5,
.home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_last .heading_title_post_5 {
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: center;
  margin: 13px 0px 5px 0px;
  text-align: left;
  text-transform: capitalize;
}

.home_grid_main_5_post_header .home_grid_main_5_post_header_large_post .heading_title_post_5_main {
  font-size: 23px;
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0px 10px 0px;
  text-transform: capitalize;
}

.home_grid_main_5_post_header .meta-category-small {
  text-align: center;
  text-align: center;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.home_grid_main_5_post_header .meta-category-small a {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 10px !important;
  text-transform: uppercase;
  margin: 0px 5px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: auto;
  line-height: 10px;
  padding: 5px 11px 4px;
}

.home_grid_main_5_post_header .post-meta.meta-main-img {
  float: left;
  width: 100%;
  text-align: left;
}

.home_grid_main_5_post_header .post-meta.meta-main-img,
.home_grid_main_5_post_header .post-meta.meta-main-img a {
  color: #999;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
}

.home_grid_main_5_post_header .post-meta.meta-main-img .post-author {
  margin-right: 10px;
}

.home_grid_main_5_post_header .post-meta.meta-main-img span i {
  margin-right: 5px;
}

.home_grid_main_5_post_header_small_post,
.home_grid_main_5_post_header_small_post_last {
  float: left;
  margin-bottom: 20px;
}

.post_title_container {
  float: left;
}

.home_grid_main_5_post_header_large_post .post_title_container {
  margin: 0px 40px;
  padding: 8px 20px 20px 20px;
  margin-top: -50px;
  background: #fff;
  text-align: center;
  position: relative;
}

.home_grid_main_5_post_header_large_post .post_title_container .post-meta.meta-main-img {
  text-align: center;
}

.home_grid_main_5_post_header .image_main_wrapper_5_hader {
  position: relative;
}

.home_grid_main_5_post_header .image_main_wrapper_5_hader .featured_thumbnail_link {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
}

.home_grid_main_5_post_header .image_main_wrapper_5_hader .background_color_absolute_1 {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, rgb(255, 255, 0) 0%, rgb(0, 128, 128) 100%);
  /* w3c */
  /* ie6-9 */
}

.home_grid_main_5_post_header .image_main_wrapper_5_hader .background_color_absolute_2 {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(37deg, rgb(153, 218, 255) 0%, rgb(0, 128, 128) 100%);
  /* w3c */
  /* ie6-9 */
}

.home_grid_main_5_post_header .image_main_wrapper_5_hader .background_color_absolute_3 {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, rgb(255, 0, 255) 0%, rgb(0, 255, 255) 100%);
  /* w3c */
  /* ie6-9 */
}

.home_grid_main_5_post_header .image_main_wrapper_5_hader .background_color_absolute_4 {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, rgb(255, 0, 0) 0%, rgb(0, 0, 0) 100%);
  /* w3c */
  /* ie6-9 */
}

.home_grid_main_5_post_header .image_main_wrapper_5_hader .background_color_absolute_5 {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, rgb(0, 47, 255) 0%, rgb(255, 255, 0) 100%);
  /* w3c */
  /* ie6-9 */
}

.home_grid_main_5_post_header .home_page_front_view {
  top: 10px;
  bottom: auto;
}

/*-------------------------------------------------------------------------------------
header grid 8 post header
-------------------------------------------------------------------------------------*/
.home_grid_8_post_header_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.home_grid_8_post_header_wrapper .row {
  margin-bottom: 0px;
}

.link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header {
  float: left;
  width: 100%;
  position: relative;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header {
  float: left;
  width: 50%;
  height: 500px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .image_grid_header_absolute {
  width: 100%;
  height: 500px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  height: 3px;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 5px 0px;
  line-height: 0;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .large_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header {
  float: left;
  width: 25%;
  height: 250px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .image_grid_small_header_absolute {
  width: 100%;
  height: 250px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  height: 3px;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 999;
  background: #fff;
  width: 3px;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px 7px 0px;
  line-height: 0;
}

.home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header .banner-container h1 > a {
  color: #fff;
  font-size: 17px !important;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
}

.spr-number {
  text-align: center;
  display: inline-block;
  float: left;
  width: 65px;
  height: 65px;
  line-height: 60px;
  position: relative;
  background: #eaeaea;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 2px solid #ff4200;
  color: #FFF;
  font-weight: 400;
  font-size: 35px;
}

.spr-number:hover {
  color: #333;
  text-decoration: none !important;
}

.spr-number span {
  position: relative;
  z-index: 1;
}

.spr-number:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  content: "";
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  background: #ff4200;
  transition: transform 0.5s;
}

.feature-post-list li:hover .spr-number {
  color: #333;
}

.banner-banner-carousel-item .bubble {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner-container {
  position: absolute;
  top: 50%;
  background: none;
  left: 22%;
  right: 22%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
  padding: 0px;
  bottom: auto;
  text-align: center;
  z-index: 9;
}

.banner-container .meta-category-small,
.meta-category-small-builder {
  float: left;
  width: 100%;
}

.meta-category-small-builder {
  margin-bottom: 5px;
}

.margin_small_category_grid {
  margin-bottom: -3px;
  margin-top: 13px;
}

.margin_small_category_carousel_builder {
  margin-bottom: 5px;
  margin-top: 13px;
}

.margin_small_category_two_col_builder {
  margin-bottom: 0px;
  margin-top: 13px;
}

.single_post_category_top {
  margin-bottom: 6px;
  margin-top: 0px;
}

.margin_small_category_right_col_builder {
  margin-top: 0px;
  margin-bottom: 5px;
}

.banner-container .meta-category-small a,
.meta-category-small-builder a {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  padding: 5px 10px 5px;
  font-size: 11px !important;
  text-transform: uppercase;
  margin: 0px 5px;
  display: inline-block;
  background: #000000;
  color: #fff;
  font-weight: 300 !important;
  letter-spacing: 0.2em;
}

.banner-container .meta-category-small .category-color-have-options:hover {
  text-decoration: none !important;
}

.banner-container .meta-category-small .post_type_icon {
  height: 20px;
  line-height: 20px;
  background: #FFF;
  color: #000;
  float: none;
  width: 20px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  border-radius: 2px;
  margin-right: 5px;
}

.meta_category_text_small {
  float: left;
  width: 100%;
  margin-top: -3px;
}

.meta_category_text_small a {
  font-size: 10px;
  position: relative;
  color: #ff4200;
  float: left;
  margin-right: 8px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.banner-container h5 {
  float: left;
  margin: 10px 0px 10px 0px;
  width: 100%;
  text-transform: capitalize;
}

.banner-container h5 a {
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
}

.banner-container .post-meta {
  font-size: 10px;
  color: #fff;
  margin: 0px;
  float: left;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-top: -3px;
  font-style: normal;
  line-height: 1.2;
}

.banner-container .post-meta span {
  float: none;
  display: inline-block;
  margin-right: 5px !important;
  letter-spacing: 0.03em;
  color: #fff;
}

.banner-container .post-meta span.meta-comment {
  margin-right: 0px;
}

.banner-container .post-meta span,
.banner-container .post-meta span i {
  margin-right: 5px;
}

.banner-container .post-meta span a {
  color: #fff !important;
  font-weight: 700;
  float: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

.banner-container .post-meta span a img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin: 0px;
  margin-right: 5px;
  display: inline;
}

.banner-container .post-meta span a:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.banner-carousel-item-style .bubble {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-carousel-item-style .captions_carousel_style_main .meta-category-small,
.banner-carousel-item-style .captions_carousel_style .meta-category-small {
  float: left;
  width: 100%;
}

.banner-carousel-item-style .captions_carousel_style_main .meta-category-small a,
.banner-carousel-item-style .captions_carousel_style .meta-category-small a {
  height: 22px;
  margin-top: 5px;
  line-height: 22px;
  font-size: 10px;
  color: #000;
  background: #ff4200;
  float: none;
  padding: 0px 12px;
  margin-right: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-carousel-item-style .captions_carousel_style_main .meta-category-small a:before,
.banner-carousel-item-style .captions_carousel_style .meta-category-small a:before {
  border-top: 20px solid rgba(255, 255, 255, 0);
}

.banner-carousel-item-style .captions_carousel_style_main .meta-category-small a:after,
.banner-carousel-item-style .captions_carousel_style .meta-category-small a:after {
  border-bottom: 20px solid rgba(255, 255, 255, 0);
}

.banner-carousel-item-style .captions_carousel_style_main .meta-category-small .post_type_icon,
.banner-carousel-item-style .captions_carousel_style .meta-category-small .post_type_icon {
  height: 23px;
  line-height: 23px;
  background: #000;
  color: #FFF;
  float: none;
  width: 23px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}

.carousel-item-slider-4 .jelly_pro_post_arrow_right {
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 100%;
}

.carousel-item-slider-4 .jelly_pro_post_arrow_left {
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 100%;
}

.carousel-item-slider-4:hover .jelly_pro_post_arrow_right:hover,
.carousel-item-slider-4:hover .jelly_pro_post_arrow_left:hover {
  background: #ff4200;
  opacity: 1;
}

.carousel-item-slider-4:hover .jelly_pro_post_arrow_right {
  left: 10px;
  opacity: 0.7;
}

.carousel-item-slider-4:hover .jelly_pro_post_arrow_left {
  right: 10px;
  opacity: 0.7;
}

.banner-carousel-item-style .captions_carousel_style_main h5,
.banner-carousel-item-style .captions_carousel_style h5 {
  float: left;
  margin: 10px 0px;
  width: 100%;
  line-height: 1.1;
  text-transform: capitalize;
}

.banner-carousel-item-style .captions_carousel_style_main h5 a,
.banner-carousel-item-style .captions_carousel_style h5 a {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.jl_post_meta {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.jl_post_meta .jl_author_img_w {
  float: left;
  margin-right: 10px;
}

.jl_post_meta .jl_author_img_w img {
  width: 25px !important;
  height: 25px !important;
  float: left;
  margin-right: 5px;
  border-radius: 100px;
}

.jl_post_meta .jl_author_img_w a,
.jl_post_meta .post-date {
  font-weight: 400 !important;
}

.jl_post_meta .jl_author_img_w a {
  text-transform: none !important;
}

.jl_post_meta .jl_author_img_w a,
.jl_post_meta .jl_author_img_w a:hover {
  color: #818181;
  font-size: 13px;
  text-decoration: none !important;
  text-transform: capitalize;
  float: left;
  line-height: 25px;
}

.jl_post_meta .post-date {
  float: left;
  color: #818181;
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.jl_post_meta .post-date i {
  margin-right: 5px;
}

.jl_main_b_grid_item.jl_second_feature .jl_post_meta .jl_author_img_w a,
.jl_main_b_grid_item.jl_second_feature .jl_post_meta .post-date {
  color: #818181 !important;
}

.blog_grid_post_style .jl_post_meta .jl_author_img_w a,
.blog_grid_post_style .jl_post_meta .jl_author_img_w a:hover,
.blog_grid_post_style .jl_post_meta .post-date,
.blog_grid_post_style .jl_post_meta .post-date a {
  color: #818181 !important;
}

.banner-carousel-item-style .captions_carousel_style_main .post-meta,
.banner-carousel-item-style .captions_carousel_style .post-meta {
  font-size: 12px;
  margin: 0px;
  color: #777;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.banner-carousel-item-style .captions_carousel_style_main .post-meta a,
.banner-carousel-item-style .captions_carousel_style .post-meta a {
  color: #777;
}

.banner-carousel-item-style .captions_carousel_style_main .post-meta span,
.banner-carousel-item-style .captions_carousel_style_main .post-meta i,
.banner-carousel-item-style .captions_carousel_style .post-meta span,
.banner-carousel-item-style .captions_carousel_style .post-meta i {
  margin-right: 5px;
}

.banner-carousel-item-style .captions_carousel_style_main p.content_carousel,
.captions_border_style .content_carousel {
  margin-top: 10px;
  margin-bottom: 0px;
}

.carousel-item-slider .jelly_pro_post_arrow_right,
.carousel-item-slider .jelly_pro_post_arrow_left {
  margin: -30px 0 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 9;
  font-size: 0;
  color: #fff;
  text-align: center;
  font-size: 25px;
  border-radius: 100%;
}

.carousel-item-slider .jelly_pro_post_arrow_right {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  left: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.carousel-item-slider .jelly_pro_post_arrow_left {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.carousel-item-slider .jelly_pro_post_arrow_right:hover {
  background: #ff4200;
}

.carousel-item-slider .jelly_pro_post_arrow_left:hover {
  background: #ff4200;
}

.carousel-item-slider .jelly_pro_post_arrow_right {
  left: -60px;
}

.carousel-item-slider:hover .jelly_pro_post_arrow_right {
  left: 20px;
}

.carousel-item-slider .jelly_pro_post_arrow_left {
  right: -60px;
}

.carousel-item-slider:hover .jelly_pro_post_arrow_left {
  right: 20px;
}

.carousel-item-slider .top-view-love {
  z-index: 1;
  display: none;
}

.full-static-post-header {
  float: left;
  background: #000;
}

.main-static-post-header {
  float: left;
  width: 33.33%;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.main-static-post-header h5 a,
.main-static-post-header .post-meta,
.main-static-post-header .post-meta a {
  color: #FFF !important;
}

.small-static-post-header h5 a,
.small-static-post-header .post-meta,
.small-static-post-header .post-meta a {
  color: #FFF !important;
}

.main-static-post-header .meta-category-small a:before,
.small-static-post-header .meta-category-small a:before {
  border-top: 20px solid rgba(255, 255, 255, 0);
}

.main-static-post-header .meta-category-small a:after,
.small-static-post-header .meta-category-small a:after {
  border-bottom: 20px solid rgba(255, 255, 255, 0);
}

.main-static-post-header h5 a {
  font-size: 28px;
  line-height: 1.1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.333);
  line-height: 1.1;
}

.main-static-post-header:hover,
.small-static-post-header:hover {
  background: #222;
}

.small-static-post-header h5 {
  line-height: 1.1;
}

.small-static-post-header h5 a {
  font-size: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.333);
}

.main-static-post-header,
.small-static-post-header {
  overflow: hidden;
}

.main-static-post-header .wp-post-image,
.small-static-post-header .wp-post-image {
  transition: all 0.4s ease 0s;
}

.small-static-post-header {
  width: 33.33%;
  float: left;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.top-view-love {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}

.top-view-love .love_post_view.like_post {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0px 5px;
  float: left;
  border-radius: 2px;
  margin-right: 5px;
}

.top-view-love .love_post_view {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0px 5px;
  float: right;
  border-radius: 2px;
}

.top-view-love .love_post_view i,
.top-view-love .love_post_view.like_post i {
  margin-right: 2px;
}

.top-view-love .love_post_view.like_post a,
.top-view-love .love_post_view {
  color: #FFF;
}

.jl_home_builder_full .panel-grid,
.jl_home_builder_sidebar .panel {
  margin-bottom: 0px !important;
}

.clear_line_3col_home {
  float: left;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.blog_grid_post_style .image-post-title {
  float: left;
  width: 100%;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

/*slider full width*/
.jl_slider_fullwidth.large_center_slider_container .jelly_pro_post_arrow_left,
.jl_slider_fullwidth.large_center_slider_container .jelly_pro_post_arrow_right {
  font-size: 30px !important;
  opacity: 1 !important;
}

.jl_slider_fullwidth.large_center_slider_container .jelly_pro_post_arrow_left {
  text-align: left;
}

.jl_slider_fullwidth.large_center_slider_container .jelly_pro_post_arrow_right {
  text-align: right;
}

.jl_slider_fullwidth.large_center_slider_container .slick-slider:hover .jelly_pro_post_arrow_left,
.jl_slider_fullwidth.large_center_slider_container .slick-slider:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.jl_slider_fullwidth.large_center_slider_container .slick-slide .link_grid_header_absolute {
  opacity: 0.2 !important;
}

.jl_slider_fullwidth.large_center_slider_container .banner-container {
  top: 50%;
  background: none;
  left: 25% !important;
  right: 25% !important;
  width: auto;
  padding: 0px !important;
  text-align: center;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.jl_slider_fullwidth.large_center_slider_container .banner-container .meta-category-small {
  float: left;
  width: 100%;
  text-align: center;
}

.jl_slider_fullwidth.large_center_slider_container .banner-container .meta-category-small a {
  float: none !important;
  display: inline-block;
}

.jl_slider_fullwidth.large_center_slider_container .banner-container h5 {
  max-width: 100% !important;
  text-align: center !important;
}

.jl_slider_fullwidth .slider_exception {
  float: left;
  width: 100%;
  text-align: center;
}

.jl_slider_fullwidth .meta-category-small a {
  padding: 8px 25px 8px !important;
  font-size: 10px !important;
  letter-spacing: 0.2em;
}

.jl_slider_fullwidth .slider_exception a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px 0px;
  transition: 0.25s;
  background-color: #fff;
}

.jl_slider_fullwidth .slider_exception a:hover {
  text-decoration: none !important;
  background: #000;
  color: #fff;
}

/*header slider vertical nav*/
.large_center_slider_container {
  position: relative;
  overflow: hidden;
}

.home_slider_header_tab_ver .banner-container {
  z-index: 3;
}

.home_slider_header_tab_ver .item {
  height: 500px !important;
}

.home_slider_header_tab_ver .image_grid_header_absolute {
  height: 100% !important;
}

.home_slider_header_tab_ver:before {
  content: " ";
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.large_center_slider_container.header_slider_and_feaure_post_options .home_slider_header_tab_ver .banner-inside-wrapper .large_continue_reading,
.large_center_slider_container.header_slider_and_feaure_post_options .home_slider_header_tab_ver .banner-inside-wrapper .post-meta,
.large_center_slider_container.header_slider_and_feaure_post_options .home_slider_header_tab_ver .banner-inside-wrapper .meta-category-small {
  text-align: left !important;
}

.large_center_slider_container.header_slider_and_feaure_post_options .large_center_slider {
  margin-bottom: 0px;
}

.home_slider_header_tab_ver .banner-inside-wrapper h5 {
  float: left !important;
  text-align: left !important;
}

.home_slider_header_tab_ver .banner-container {
  z-index: 999;
  position: absolute;
}

.home_slider_header_tab_ver .slick-arrow {
  display: none !important;
}

.jlslide_tab_ver_nav_container {
  position: absolute;
  width: 300px;
  z-index: 2;
  top: 0px;
  right: 0px;
  top: 50%;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.jlslide_tab_ver_nav_container .jlslide_tab_ver_nav_row {
  width: 300px;
  float: right;
  padding: 20px;
}

.jlslide_tab_ver_nav_container .jlslide_tab_ver_nav_row img {
  width: 100px;
  position: relative !important;
  display: block;
  float: left;
  overflow: hidden;
}

.jlslide_tab_ver_nav_container .jlslide_tab_ver_nav_row .item {
  cursor: pointer;
}

.jlslide_tab_ver_nav_container .jlslide_tab_ver_nav_row .ver_slide_title {
  position: relative;
  margin-left: 115px;
  top: 0px;
  color: #fff;
  font-size: 14px;
}

/*header slider tab*/
.homeslider_full_tab .header_magazine_full_screen .menu_wrapper {
  border-bottom: 0px solid #f0f0f0 !important;
}

.homeslider_full_tab .headcus5_custom.header_layout_style5_custom .menu_wrapper {
  border-top: 0px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
}

.jlslide_tab_nav_container {
  float: left;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  z-index: 2;
  bottom: 0%;
  left: 0px;
}

.jlslide_tab_nav_container .jlslide_tab_nav_row {
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 0px 30px;
  position: relative;
}

.jlslide_tab_nav_container .jlslide_tab_nav_row .item {
  width: 25% !important;
  height: auto !important;
  cursor: pointer;
  padding: 0px 10px;
  border: 0px solid #efefef;
  border-right-color: transparent;
  float: left !important;
}

.jlslide_tab_nav_container .jlslide_tab_nav_row .item .banner-carousel-item {
  float: left;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.jl_radius .jlslide_tab_nav_container .jlslide_tab_nav_row .item .image_small_nav {
  border-radius: 100px;
}

.jlslide_tab_nav_container .jlslide_tab_nav_row .item .image_small_nav {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
}

.jlslide_tab_nav_container .jlslide_tab_nav_row .item.slick-current h5 {
  opacity: 1 !important;
}

.jlslide_tab_nav_container .jlslide_tab_nav_row .item h5 {
  font-size: 15px;
  margin: 0px;
  padding-right: 15px;
  position: absolute;
  left: 90px;
  top: 50%;
  color: #fff;
  opacity: 0.7 !important;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4 !important;
  max-height: 40px;
}

.jlslide_tab_nav_container .jlslide_tab_nav_row .item img {
  border-radius: 3px;
}

.jlslide_tab_nav_container .slick-track {
  width: 100% !important;
  float: left;
  transform: translate3d(0px, 0px, 0px) !important;
}

.jlslide_tab_nav_container .slick-slide {
  float: none !important;
  display: block !important;
  width: 100% !important;
}

.blog_grid_post_style .owl-controls {
  margin-top: 0px !important;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 0px !important;
}

.blog_grid_post_style .jelly_pro_post_arrow_right,
.blog_grid_post_style .jelly_pro_post_arrow_left {
  margin: -18px 0 0;
  width: 28px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 9;
  font-size: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
}

.blog_grid_post_style .jelly_pro_post_arrow_right {
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 50%;
  opacity: 0.7;
  border-radius: 100%;
}

.blog_grid_post_style .jelly_pro_post_arrow_left {
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: 0.7;
  border-radius: 100%;
}

.blog_list_post_style .jelly_pro_post_arrow_right {
  background: #000;
  left: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog_list_post_style .jelly_pro_post_arrow_left {
  background: #000;
  right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog_list_post_style .jelly_pro_post_arrow_left,
.blog_list_post_style .jelly_pro_post_arrow_right {
  background: #000;
  color: #FFF;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 0.7;
  border-radius: 100%;
}

.large_center_mode_slider .item {
  margin-left: 0px;
  margin-right: 0px;
}

.large_center_mode_slider .item .banner-carousel-item {
  border-radius: 10px;
  overflow: hidden;
  float: left;
  width: 100%;
}

.large_center_mode_slider,
.large_center_mode_slider .item {
  height: 620px;
}

.large_center_slider_wrapper .item {
  width: 100%;
  float: left;
  height: 580px;
  position: relative;
}

.large_center_slider_wrapper .image_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.large_center_slider_wrapper .slick-active .link_grid_header_absolute,
.large_center_slider_wrapper:hover .large_center_mode_slider .slick-active .link_grid_header_absolute {
  opacity: 0 !important;
}

.large_center_slider_wrapper .link_grid_header_absolute,
.large_center_slider_wrapper:hover .large_center_mode_slider .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.85 !important;
  background: #000 !important;
}

.home.header_layout_6 .large_center_slider_container.header_slider_and_feaure_post_options,
.home.homeslider_full_tab .large_center_slider_container.header_slider_and_feaure_post_options {
  margin-top: 0px;
}

.home.header_layout_6 .large_center_slider_container.header_slider_and_feaure_post_options .row {
  margin-bottom: 0px;
}

.large_center_slider_container.header_slider_and_feaure_post_options {
  margin-top: 0px;
}

.jl_slider_nav_tab .row {
  margin-bottom: 0px;
}

.large_center_slider_container.header_slider_and_feaure_post_options .banner-container h5 {
  float: left;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  max-width: 100%;
}

.large_center_slider_container.header_slider_and_feaure_post_options .meta-category-small {
  float: none !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}

.large_center_slider_container.header_slider_and_feaure_post_options .banner-inside-wrapper {
  float: none !important;
  width: 100%;
  max-width: 100% !important;
}

.large_center_slider_container {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.large_center_slider_container .banner-carousel-item > a {
  float: left;
  width: 100%;
}

.large_center_slider_container:hover .banner-carousel-item > a {
  opacity: 0.2;
}

.large_center_slider_container .banner-carousel-item > a > img {
  opacity: 1;
}

.large_center_slider_container .owl-stage-outer:before {
  right: 100%;
}

.large_center_slider_container .owl-stage-outer:after {
  left: 100%;
}

.large_center_slider_container.header_slider_and_feaure_post_options .banner-container {
  left: 0%;
  right: 0%;
  text-align: left;
  padding: 30px;
}

.large_center_slider_container.header_slider_and_feaure_post_options .banner-container .container,
.large_center_slider_container.header_slider_and_feaure_post_options .banner-container .container .col-md-12 {
  padding: 0px;
}

.large_center_slider_container.header_slider_and_feaure_post_options .banner-container .banner-inside-wrapper {
  max-width: 100% !important;
}

.large_center_slider_container .banner-container {
  top: auto;
  bottom: 0px;
  left: 20%;
  right: 20%;
  width: auto;
  text-align: left;
  transform: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.large_center_slider_container .banner-container .row {
  margin-bottom: 0px;
  margin: 0px !important;
}

.large_center_mode_slider .slick-current.slick-active .banner-container .banner-inside-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
}

.large_center_mode_slider .item {
  height: 500px !important;
}

.large_center_mode_slider .image_grid_header_absolute {
  height: 501px !important;
}

.large_center_mode_slider .banner-container .banner-inside-wrapper {
  float: none !important;
  max-width: 550px !important;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.2s ease;
}

.large_center_mode_slider:hover .link_grid_header_absolute {
  opacity: 0.2 !important;
}

.large_center_mode_slider .banner-container .meta-category-small {
  display: inline-block;
  float: left !important;
  width: auto;
  text-align: left;
}

.large_center_mode_slider .banner-container .banner-inside-wrapper .jl_rating_front {
  float: none !important;
  display: inline-block;
  margin-top: 0px;
  margin-left: 5px;
}

.large_center_mode_slider .banner-container .banner-inside-wrapper .jl_rating_front span {
  padding-top: 5px;
}

.large_center_slider_container .banner-container .banner-inside-wrapper {
  float: left;
  max-width: 600px;
}

.large_center_slider_container .banner-container .banner-inside-wrapper .jl_rating_front {
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}

.large_center_slider_container .banner-container .banner-inside-wrapper .jl_rating_front span {
  height: 16px;
  line-height: 16px;
  font-size: 15px;
}

.large_center_slider_container .banner-container h5 a {
  font-size: 45px !important;
  color: #fff;
  text-transform: capitalize;
}

.large_center_slider_container .banner-container h5 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.large_center_slider_container .banner-container .post-meta span,
.large_center_slider_container .banner-container .post-meta span a {
  color: #fff !important;
  float: left;
}

.large_center_slider_container .jelly_pro_post_arrow_left,
.large_center_slider_container .jelly_pro_post_arrow_right {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: 120px;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  opacity: 0.4 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 100px;
}

.large_center_slider_container .jelly_pro_post_arrow_left i,
.large_center_slider_container .jelly_pro_post_arrow_right i {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.large_center_slider_container .jelly_pro_post_arrow_left:hover,
.large_center_slider_container .jelly_pro_post_arrow_right:hover {
  color: #fff;
}

.large_center_slider_container .jelly_pro_post_arrow_left {
  left: 55px;
}

.large_center_slider_container .slick-slider:hover .jelly_pro_post_arrow_left {
  left: 55px;
  opacity: 0.4 !important;
}

.large_center_slider_container .jelly_pro_post_arrow_right {
  right: 55px;
}

.large_center_slider_container .slick-slider:hover .jelly_pro_post_arrow_right {
  right: 55px;
  opacity: 0.4 !important;
}

.large_center_slider_container .banner-container .meta-category-small {
  float: left;
  width: auto;
  text-align: left;
}

.large_center_slider_container .banner-container .meta-category-small a {
  float: left !important;
  display: inline-block;
}

.large_center_slider_container.jl_single_slider_box {
  margin-top: 50px;
  height: 600px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.large_center_slider_container.jl_single_slider_box .row {
  margin-bottom: 0px;
}

.large_center_slider_container.jl_single_slider_box .item {
  height: 600px;
}

.large_center_slider_container.jl_single_slider_box .image_grid_header_absolute {
  height: 601px;
}

.large_center_slider_container.jl_single_slider_box .link_grid_header_absolute,
.large_center_slider_container.jl_single_slider_box:hover .link_grid_header_absolute {
  opacity: 0.2;
}

.large_center_slider_container.jl_single_slider_box .banner-container {
  background: #fff;
  width: 420px;
}

.large_center_slider_container.jl_single_slider_box .banner-container h5 a {
  color: #000;
}

.large_center_slider_container.jl_single_slider_box .banner-container .post-meta span,
.large_center_slider_container.jl_single_slider_box .banner-container .post-meta span a {
  color: #000 !important;
}

.jl_home_single_slide .header_main_wrapper.header_style_3_opt {
  border-bottom: 0px;
}

.jl_home_single_slide .headcus5_custom.header_layout_style5_custom .menu_wrapper {
  border-top: 0px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
}

.jl_home_single_slide .header_magazine_full_screen .menu_wrapper {
  border-bottom: 0px solid #f0f0f0 !important;
}

.jl_full_padding_single_slider {
  margin-top: 0px;
}

.jl_full_padding_single_slider .row,
.jl_full_padding_single_slider .large_center_slider {
  margin-bottom: 0px !important;
}

.jl_full_padding_single_slider .item {
  height: 500px;
}

.jl_full_padding_single_slider .banner-container {
  top: 50%;
  width: auto;
  text-align: center;
  transform: translate3d(0px, 0px, 0px) perspective(1px) translateY(-50%);
  left: 25% !important;
  right: 25% !important;
  background: transparent;
  padding: 0px !important;
}

.jl_full_padding_single_slider .banner-container .container {
  padding: 0px;
}

.jl_full_padding_single_slider .banner-container .meta-category-small {
  float: left;
  width: 100%;
  text-align: center;
}

.jl_full_padding_single_slider .banner-container .meta-category-small a {
  display: inline-block;
  letter-spacing: 0.2em;
  float: none !important;
  font-size: 10px !important;
  padding: 8px 25px !important;
}

.jl_full_padding_single_slider .banner-container .slider_exception {
  float: left;
  width: 100%;
}

.jl_full_padding_single_slider .banner-container .slider_exception a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  height: 40px;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  padding: 0px 30px;
  transition: 0.25s;
}

.jl_full_padding_single_slider .banner-container .slider_exception a:hover {
  color: #fff;
  background: #000;
  text-decoration: none !important;
}

.jl_full_padding_single_slider .banner-container h5 {
  float: left;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.jl_full_padding_single_slider .banner-container h5 a {
  font-size: 40px !important;
}

.jl_full_padding_single_slider .jelly_pro_post_arrow_left,
.jl_full_padding_single_slider .jelly_pro_post_arrow_right {
  font-size: 35px;
  opacity: 1 !important;
}

.jl_full_padding_single_slider .large_center_slider:hover .jelly_pro_post_arrow_left,
.jl_full_padding_single_slider .large_center_slider:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.jl_full_padding_single_slider .jelly_pro_post_arrow_left {
  text-align: left;
}

.jl_full_padding_single_slider .jelly_pro_post_arrow_right {
  text-align: right;
}

.jl_full_padding_single_slider .slick-slide .link_grid_header_absolute {
  opacity: 0.2 !important;
}

/*-------------------------------------------------------------------------------------
Overlay item
-------------------------------------------------------------------------------------*/
.jl_recent_post_overlay {
  float: left;
  width: 100%;
}

.jl_recent_post_overlay .jl_overlay_item {
  float: left;
  width: 100%;
  height: 205px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.jl_radius .jl_recent_post_overlay .jl_overlay_item {
  border-radius: 10px;
}

.jl_recent_post_overlay .jl_overlay_item:last-child {
  margin-bottom: 0px;
}

.jl_recent_post_overlay .image_grid_header_absolute {
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jl_recent_post_overlay .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}

.jl_recent_post_overlay .item-details {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 25px 25px 25px;
  z-index: 2;
}

.jl_recent_post_overlay .item-details .meta-category-small {
  float: left;
  width: 100%;
}

.jl_recent_post_overlay .item-details .meta-category-small a {
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_recent_post_overlay .item-details .feature-post-title {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 10px 0px;
}

.jl_recent_post_overlay .item-details .feature-post-title a,
.jl_recent_post_overlay .item-details .feature-post-title a:hover {
  color: #fff !important;
}

.jl_recent_post_overlay .item-details .post-meta {
  float: left;
  width: 100%;
}

.jl_recent_post_overlay .item-details span {
  color: #fff;
}

.jl_recent_post_overlay .item-details span i {
  margin-right: 5px;
}

/*-------------------------------------------------------------------------------------
Slider tab nav
-------------------------------------------------------------------------------------*/
.jl_slider_nav_tab.large_center_slider_container {
  margin-top: 0px;
}

.jl_border_radius .home_slider_header_tab {
  border-radius: 5px;
  overflow: hidden;
}

.jl_slider_nav_tab .large_center_slider_wrapper .item {
  height: 550px;
}

.jl_radius .jl_slider_nav_tab .large_center_slider_wrapper .item {
  border-radius: 10px;
  overflow: hidden;
}

.jl_slider_nav_tab:hover .large_center_slider_wrapper .link_grid_header_absolute {
  opacity: 0.3 !important;
}

.jl_slider_nav_tab.large_center_slider_container .link_grid_header_absolute {
  opacity: 0.3 !important;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container {
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 45%;
  padding: 0px 0px 0px 50px;
  width: auto;
  text-align: center;
  background: none;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.jl_slider_nav_tab.large_center_slider_container .banner-container .meta-category-small {
  float: left !important;
  width: 100% !important;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container .meta-category-small a {
  font-size: 11px !important;
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container h5 a {
  font-size: 37px !important;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container h5 a,
.jl_slider_nav_tab.large_center_slider_container .banner-container h5 a:hover {
  color: #fff !important;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container .post-meta span,
.jl_slider_nav_tab.large_center_slider_container .banner-container .post-meta span a {
  color: #fff !important;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container .slider_exception {
  float: left;
  width: 100%;
  text-align: left;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container .slider_exception a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px 0px;
  transition: 0.25s;
  background-color: #fff;
}

.jl_slider_nav_tab.large_center_slider_container .banner-container .slider_exception a:hover {
  color: #fff;
  background: #000;
  text-decoration: none !important;
}

.jl_slider_nav_tab .banner-inside-wrapper h5 {
  text-align: left;
  margin: 15px 0px 15px 0px;
}

.jl_slider_nav_tab .banner-inside-wrapper .jl_post_meta .jl_author_img_w a,
.jl_slider_nav_tab .banner-inside-wrapper .jl_post_meta .jl_author_img_w a:hover,
.jl_slider_nav_tab .banner-inside-wrapper .jl_post_meta .post-date {
  color: #fff;
}

/*-------------------------------------------------------------------------------------
Header feature post
-------------------------------------------------------------------------------------*/
.jl_header_feature_post_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.jl_header_feature_post_wrapper .container {
  padding-right: 10px;
  padding-left: 10px;
}

.jl_header_feature_post_wrapper .row {
  margin-bottom: 0px;
  margin-right: -10px;
  margin-left: -10px;
}

.jl_header_feature_post_wrapper .row .col-md-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.jl_header_feature_post_wrapper .jl_header_feature_title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.jl_header_feature_post_wrapper .jl_header_feature_title h2 {
  margin: 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.03em !important;
}

.jl_header_feature_post {
  margin-right: -10px;
  margin-left: -10px;
}

.jl_header_feature_post .jl_feature_items {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  float: left;
}

.jl_header_feature_post .jl_feature_items_in {
  float: left;
  width: 100%;
  position: relative;
  height: 250px;
}

.jl_header_feature_post .jl_feature_items.jl_items_count1 .jl_feature_items_in {
  height: 520px;
}

.jl_header_feature_post .jl_feature_items.jl_items_count2,
.jl_header_feature_post .jl_feature_items.jl_items_count3,
.jl_header_feature_post .jl_feature_items.jl_items_count4 {
  margin-bottom: 20px;
}

.jl_header_feature_post .jl_feature_items.jl_items_count6 {
  width: 50%;
}

.jl_header_feature_post .image_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jl_header_feature_post .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.1 !important;
  background: #000 !important;
}

.jl_header_feature_post .jl_captions_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  padding: 20px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.jl_header_feature_post .jl_captions_overlay h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

.jl_header_feature_post .jl_feature_items.jl_items_count6 .jl_captions_overlay h5 {
  max-width: 50%;
}

.jl_header_feature_post .jl_captions_overlay h5 a {
  color: #fff !important;
}

.jl_header_feature_post .jl_captions_overlay h5 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.jl_header_feature_post .jl_captions_overlay .post-meta {
  color: #fff !important;
  font-size: 11px;
  text-transform: uppercase;
}

.jl_header_feature_post .jl_captions_overlay .post-meta i {
  margin-right: 5px;
}

.jl_header_feature_post .jl_captions_overlay .post-meta a {
  color: #fff !important;
  text-transform: uppercase;
}

.jl_header_feature_post .jl_captions_overlay .post-meta span {
  color: #fff;
}

.jl_header_feature_post .meta-category-small {
  position: absolute;
  margin: 0px !important;
  top: 15px;
  left: 15px;
  z-index: 9;
}

.jl_header_feature_post .meta-category-small a {
  float: left !important;
  margin: 0px 5px 0px 0px !important;
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 5px 10px 5px;
}

.jl_latest_main_title {
  margin-bottom: 20px;
}

.jl_latest_main_title h2 {
  margin: 0px;
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: -0.03em !important;
}

/*-------------------------------------------------------------------------------------
Reactions menu
-------------------------------------------------------------------------------------*/
[class^=icon-jl],
[class*=" icon-jl"] {
  font-family: "jl_cusfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jl_fire:before {
  content: "\e900";
}

.icon-jl_flash:before {
  content: "\e901";
}

.icon-jl_star:before {
  content: "\e902";
}

.reactions_menu_wrapper .reactions_img_wrapper a {
  float: left;
  margin-left: 20px;
}

.reactions_menu_wrapper .reactions_img_wrapper .reactions_img_bg {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.reactions_menu_wrapper .reactions_img_wrapper a .reactions_img_bg {
  display: inline-block;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0);
}

.reactions_menu_wrapper .reactions_img_wrapper a .category_image_link,
.menu_icons_custom .icons_text {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.reactions_menu_wrapper .reactions_img_wrapper a .category_style_item_image {
  margin-left: 0px;
}

.reactions_menu_wrapper .reactions_img_wrapper {
  float: right;
  position: inherit;
}

.menu_icons_custom a {
  margin-left: 0px !important;
}

.menu_icons_custom a:hover {
  text-decoration: none !important;
}

.menu_icons_custom .icons_menus {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  padding: 0px;
  font-size: 24px;
  background-color: #ffe041;
  background: radial-gradient(ellipse at center, #ffe041 0%, #ffc965 100%);
  color: #000;
}

.menu_icons_custom .icons_menus.icons_popular {
  background: #ff9300;
  color: #fff;
}

.menu_icons_custom .icons_menus.icons_trending {
  background: #009cff;
  color: #fff;
}

.menu_icons_custom .icons_menus.icon_recent {
  background: #f30000;
  color: #fff;
}

.menu_icons_custom {
  float: left;
  margin-left: 20px;
  text-align: center;
}

.add_menu_mobile li {
  list-style: none;
}

.mobile_menu_reactions {
  display: none;
}

.mobile_menu_reactions a i {
  margin-right: 0px !important;
}

.mobile_menu_reactions {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.mobile_menu_reactions .reactions_img_wrapper a {
  margin-left: 10px;
  margin-right: 10px;
  float: none;
  display: inline-block;
}

.mobile_menu_reactions .menu_icons_custom {
  margin-left: 10px;
  margin-right: 10px;
  float: none;
  display: inline-block;
}

.mobile_menu_reactions .menu_icons_custom a {
  margin-right: 0px !important;
}

.mobile_menu_reactions.reactions_menu_wrapper .reactions_img_wrapper {
  padding: 0px 20px;
  text-align: center;
}

/*-------------------------------------------------------------------------------------
Header menu style 1
-------------------------------------------------------------------------------------*/
.header_layout_style1_custom.navigation_wrapper {
  position: absolute !important;
  width: 100% !important;
  z-index: 1;
}

.header_layout_style1_custom.navigation_wrapper .jl_main_menu {
  text-align: center;
  position: static !important;
}

/*-------------------------------------------------------------------------------------
Header menu style 2
-------------------------------------------------------------------------------------*/
.header_layout_style2_custom.navigation_wrapper {
  float: right;
  right: 0px;
  width: 100%;
  z-index: 1;
  position: absolute;
  text-align: right;
}

.header_layout_style2_custom.navigation_wrapper > ul > li:last-child {
  margin-right: 85px !important;
}

.header_layout_style2_custom.navigation_wrapper .sub-menu.menu_post_feature {
  width: 100%;
}

.menu_grid12 .col-md-12 {
  float: left;
  width: 100%;
}

/*-------------------------------------------------------------------------------------
Header menu style 3
-------------------------------------------------------------------------------------*/
.jl_top_bar_dis.header_top_bar_wrapper {
  height: 0px;
  overflow: hidden;
}

.header_top_bar_wrapper {
  background: rgb(58, 76, 180);
  background: linear-gradient(90deg, #2bbacc 0%, #72b3a5 25%, #b2a871 50%, #f89919 100%);
  float: left;
  width: 100%;
}

.header_top_bar_wrapper .navigation_wrapper #jl_top_menu > li > a {
  color: #fff !important;
  letter-spacing: 0.1em;
}

.header_top_bar_wrapper .navigation_wrapper #jl_top_menu {
  position: relative;
  z-index: 999;
}

.header_top_bar_wrapper .navigation_wrapper #jl_top_menu > li ul {
  z-index: 999;
}

.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > li:hover > a,
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
  color: #fff;
}

.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li > a {
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 10px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li a {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.header_top_bar_wrapper .jl_top_bar_right {
  height: 45px;
  line-height: 45px;
  color: #fff;
  float: right;
  font-size: 13px;
}

.jl_current_title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
  border-radius: 100px;
  margin-right: 10px;
}

.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li {
  float: left;
}

.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul {
  margin-left: 50px !important;
  float: left;
  width: auto;
  z-index: 222;
}

.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu {
  width: auto;
  top: 0px;
  margin-right: 50px;
  margin-top: 0px;
}

.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li {
  list-style: none;
  float: left;
  padding: 0px;
  margin: 0px;
}

.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top {
  margin-right: 15px;
}

.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a {
  margin-left: 15px;
  height: 35px;
  line-height: 35px;
  float: left;
}

.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a i {
  font-size: 14px;
  color: #fff !important;
}

.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a:hover {
  opacity: 0.7;
}

.header_layout_style3_custom .header_top_bar_wrapper .menu_mobile_icons i,
.header_layout_style3_custom .header_top_bar_wrapper .search_header_wrapper i {
  color: #fff !important;
  font-size: 15px;
}

.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper {
  margin-right: 1px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: #ff4200;
  text-align: center;
  cursor: pointer;
}

.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i {
  line-height: 35px;
  float: none !important;
}

.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons {
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: #ff4200;
  text-align: center;
}

.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons i {
  line-height: 35px;
  float: none !important;
}

.header_layout_style3_custom .logo_position_wrapper {
  text-align: left;
}

.header_layout_style3_custom .menu_wrapper.stick .navigation_wrapper {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}

.header_magazine_style.header_layout_style3_custom .menu_wrapper {
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #222;
}

.header_layout_style3_custom.top_bar_menu_black .menu_wrapper {
  background: #1f1f1f;
  border: 0px;
}

.header_layout_style3_custom .navigation_wrapper > ul > li {
  float: none;
  margin-right: 10px;
  margin-left: 10px;
}

.header_layout_style3_custom .navigation_wrapper > ul > li:first-child {
  margin-left: 0px !important;
}

.jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper > ul {
  position: static;
}

.jl_header_magazine_style.header_layout_style3_custom #menu_wrapper .navigation_wrapper {
  background: transparent;
  width: auto;
}

.header_magazine_style.header_layout_style3_custom .navigation_wrapper > ul > li > a {
  height: 55px;
  line-height: 55px;
}

.header_layout_style3_custom .navigation_wrapper > ul > li > a {
  padding: 0px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.header_magazine_style.header_layout_style3_custom .navigation_wrapper > ul > li > a {
  color: #fff;
}

.header_layout_style3_custom.top_bar_menu_black .navigation_wrapper > ul > li > a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.header_layout_style3_custom .navigation_wrapper .jl_main_menu > li:hover > a {
  color: #ff4200;
}

.header_layout_style3_custom .search_header_menu {
  overflow: visible;
  margin: auto;
  margin-right: 15px;
  position: absolute;
  bottom: auto;
  right: 0;
  height: auto;
  width: 207px;
  z-index: 9;
  top: 50%;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.header_layout_style3_custom .search_header_menu .menu_mobile_icons i,
.header_layout_style3_custom .search_header_menu .search_header_wrapper i,
.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style3_custom .search_header_menu .search_header_wrapper:hover i {
  color: #000;
  float: left;
}

.header_layout_style3_custom .search_header_menu i {
  font-size: 15px;
}

.header_layout_style3_custom .jl_random_post_link {
  position: absolute;
  top: 9px;
  font-size: 20px;
  right: 15px;
}

.jl_top_social_menu.header_layout_style3_custom .menu_wrapper .container {
  max-width: 95%;
}

.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header {
  z-index: 999;
  bottom: auto;
  top: 18px;
  line-height: 1.2;
}

.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header li {
  line-height: 1.2;
  margin-right: 12px;
}

.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header li a {
  font-size: 15px;
  color: #fff;
}

.jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .search_header_wrapper i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .search_header_wrapper:hover i {
  color: #fff;
}

.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu {
  top: 20px;
}

/*-------------------------------------------------------------------------------------
Header menu style 5
-------------------------------------------------------------------------------------*/
.header_layout_style5_custom .jl_header5_logo {
  float: left !important;
  height: 80px;
  line-height: 80px;
  position: absolute;
}

.header_layout_style5_custom .jl_header5_logo a {
  margin-top: 0px !important;
}

.header_layout_style5_custom .jl_header5_logo img {
  height: 40px;
}

.header_layout_style5_custom .main_menu .navigation_wrapper {
  padding-right: 0px;
}

.header_layout_style5_custom .menu_wrapper .navigation_wrapper > ul > li:last-child {
  padding-right: 25px;
}

.header_layout_style5_custom .main_menu .navigation_wrapper,
.header_layout_style5_custom .main_menu .jl_main_menu {
  float: right;
  text-align: right;
}

.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > li:hover > a,
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
  color: #fff;
}

.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul > li > a {
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 11px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul > li {
  float: left;
  margin-right: 15px;
}

.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul {
  margin-left: 50px !important;
  float: left;
  width: auto;
  z-index: 222;
}

.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu {
  width: auto;
  top: 0px;
  margin-right: 50px;
  margin-top: 0px;
}

.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li {
  list-style: none;
  float: left;
  padding: 0px;
  margin: 0px;
}

.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top {
  margin-right: 15px;
}

.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li a {
  margin-left: 15px;
  height: 35px;
  line-height: 35px;
  float: left;
}

.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li a i {
  font-size: 14px;
  color: #fff !important;
}

.header_layout_style5_custom .header_top_bar_wrapper .menu_mobile_icons i,
.header_layout_style5_custom .header_top_bar_wrapper .search_header_wrapper i {
  color: #fff !important;
  font-size: 15px;
}

.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper {
  margin-right: 1px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: #ff4200;
  text-align: center;
  cursor: pointer;
}

.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i {
  line-height: 35px;
  float: none !important;
}

.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons {
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: #ff4200;
  text-align: center;
}

.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons i {
  line-height: 35px;
  float: none !important;
}

.header_layout_style5_custom {
  background: #fff;
}

.header_layout_style5_custom .logo_position_wrapper {
  text-align: left;
}

.header_layout_style5_custom .menu_wrapper.stick .navigation_wrapper {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}

.header_magazine_style.header_layout_style5_custom .menu_wrapper {
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #000;
}

.header_layout_style5_custom.top_bar_menu_black .menu_wrapper {
  background: #1f1f1f;
  border: 0px;
}

.header_layout_style5_custom .menu_wrapper .navigation_wrapper > ul > li {
  float: none !important;
  margin-right: 25px;
}

.jl_header_magazine_style.header_layout_style5_custom #menu_wrapper .navigation_wrapper {
  border-bottom: 3px solid #000;
  background: #fff;
}

.header_magazine_style.header_layout_style5_custom .navigation_wrapper > ul > li > a {
  height: 70px;
  line-height: 70px;
}

.header_layout_style5_custom .navigation_wrapper > ul > li > a {
  padding: 0px;
  height: 80px;
  line-height: 80px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.header_magazine_style.header_layout_style5_custom .navigation_wrapper > ul > li > a {
  color: #fff;
}

.header_layout_style5_custom.top_bar_menu_black .navigation_wrapper > ul > li > a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.header_layout_style5_custom .navigation_wrapper .jl_main_menu > li:hover > a {
  color: #ff4200;
}

.header_layout_style5_custom .search_header_menu {
  overflow: visible;
  margin: 0px !important;
  margin-right: 15px;
  position: relative;
  bottom: auto;
  right: 0;
  height: auto;
  width: 207px;
  top: 50%;
  margin-top: -12px;
  z-index: 999;
}

.header_layout_style5_custom .search_header_menu .menu_mobile_icons i,
.header_layout_style5_custom .search_header_menu .search_header_wrapper i,
.header_layout_style5_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style5_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style5_custom .search_header_menu .search_header_wrapper:hover i {
  color: #fff;
  float: left;
}

.header_layout_style5_custom .search_header_menu i {
  font-size: 24px;
}

.header_layout_style5_custom .jl_random_post_link {
  position: absolute;
  top: 23px;
  font-size: 20px;
  right: 15px;
  color: #000;
}

.header_layout_style5_custom .jl_random_post_link:hover {
  color: #ff4200;
}

.header_layout_style5_custom .main_menu .menu_mobile_icons,
.header_layout_style5_custom .main_menu .search_header_wrapper {
  position: absolute;
  display: none;
  top: 18px;
  font-size: 20px;
  right: 15px;
  color: #fff;
  cursor: pointer;
}

.header_layout_style5_custom .main_menu .search_header_wrapper {
  right: 50px;
}

.header_layout_style5_custom #menu_wrapper .navigation_wrapper {
  background: none !important;
  border: 0px !important;
}

.jl_header_magazine_style.two_header_top_style.header_layout_style5_custom .header_main_wrapper.header_style_3_opt {
  border-bottom: 1px solid #e4e4e4 !important;
  background: #f7f7f7;
}

.header_layout_style5_custom .menu_wrapper {
  background: #fff;
  border-top: 0px solid #f0f0f0;
  border-bottom: 0px solid #f0f0f0;
  margin-bottom: 0px;
  position: relative;
  z-index: 100;
}

.header_layout_style5_custom #mainmenu > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.header_layout_style5_custom .jl_main_menu > .current-menu-parent > a,
.header_layout_style5_custom #mainmenu > li > a {
  color: #000 !important;
}

.header_layout_style5_custom #mainmenu > li > a:hover {
  opacity: 1;
}

/*-------------------------------------------------------------------------------------
Header menu style 6
-------------------------------------------------------------------------------------*/
.header_layout_style6_custom .menu_wrapper {
  float: left;
  width: 100%;
  z-index: 9999;
  margin-bottom: -1px;
  background: #161616;
  border-top: 0px solid #f0f0f0;
  border-bottom: 0px solid #f0f0f0;
}

.header_layout_style6_custom .jl_top_blank_nav {
  height: 50px;
}

.header_layout_style6_custom .navigation_wrapper .jl_main_menu > li > a {
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.header_layout_style6_custom .search_header_menu .menu_mobile_icons i,
.header_layout_style6_custom .search_header_menu .search_header_wrapper i,
.header_layout_style6_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style6_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style6_custom .search_header_menu .search_header_wrapper:hover i {
  color: #fff;
}

.header_layout_style6_custom .navigation_wrapper ul {
  text-align: left;
}

.header_layout_style6_custom .navigation_wrapper .jl_main_menu > li > a {
  padding: 0px 20px 0px 0px;
}

.header_layout_style6_custom .menu_wrapper .search_header_menu {
  position: absolute;
  height: auto;
  top: 15px;
  bottom: auto;
}

.header_layout_style6_custom .header_main_wrapper .search_header_menu {
  display: none;
}

.navigation_wrapper #mainmenu.jl_main_menu > li li > a {
  letter-spacing: 0em;
}

/*-------------------------------------------------------------------------------------
Header with social header top share
-------------------------------------------------------------------------------------*/
.jl_cus_top_share.header_layout_style3_custom .search_header_menu {
  position: relative;
  transform: auto;
}

.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover {
  background: transparent !important;
}

.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a {
  background: transparent !important;
  width: 25px;
  height: 45px;
  line-height: 45px;
  color: #fff;
}

.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .jl_hfollow {
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a i {
  color: #fff !important;
  font-size: 14px;
}

.jl_cus_top_share.header_layout_style3_custom .navigation_wrapper.jl_cus_share_mnu {
  float: right !important;
}

.jl_cus_top_share.header_layout_style3_custom .navigation_wrapper > ul > li:last-child {
  padding-right: 0px !important;
}

.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a {
  margin-left: 0px;
  height: auto;
  line-height: 1.2;
}

.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a i {
  color: #999 !important;
}

.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover i,
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover {
  opacity: 1 !important;
  color: #fff !important;
}

.jl_cus_top_share.header_layout_style3_custom .search_header_wrapper {
  width: auto !important;
  height: auto !important;
  line-height: 1.2 !important;
  background: transparent !important;
}

.jl_cus_top_share.header_layout_style3_custom .search_header_menu .search_header_wrapper i {
  line-height: 1.2 !important;
  float: left !important;
  color: #999 !important;
}

.jl_cus_top_share.header_layout_style3_custom .search_header_menu .search_header_wrapper i:hover,
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .menu_mobile_icons i:hover {
  color: #fff !important;
}

.jl_cus_top_share.header_layout_style3_custom .menu_mobile_icons {
  width: auto !important;
  height: auto !important;
  line-height: 1.2 !important;
  background: transparent !important;
}

.jl_cus_top_share.header_layout_style3_custom .search_header_menu .menu_mobile_icons i {
  line-height: 1.2 !important;
  float: left !important;
  color: #999 !important;
}

.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i,
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover {
  color: #000 !important;
  opacity: 1 !important;
  font-size: 17px !important;
}

.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i:hover {
  color: #fff !important;
}

.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons {
  background: rgba(255, 255, 255, 0.05) !important;
}

.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i,
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i:hover {
  color: #000 !important;
  opacity: 1 !important;
  font-size: 17px !important;
}

.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile {
  float: right;
  height: 70px;
  width: 125px !important;
  position: relative;
  top: 0px;
  transform: none;
}

.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper {
  right: 45px;
}

.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons {
  right: 0px;
}

.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper,
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons {
  margin-right: 0px;
  margin-left: 5px;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center;
  width: 40px !important;
  float: right;
  background: rgba(0, 0, 0, 0.05) !important;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper i,
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons i {
  font-size: 16px;
  float: left;
  text-align: center;
  line-height: 40px !important;
  width: 40px !important;
}

/*====================*/
.menu_mobile_share_wrapper .menu_mobile_share {
  float: right;
  margin-right: 18px;
  padding-bottom: 11px;
}

.menu_mobile_share_wrapper .menu_mobile_share i {
  color: #000;
}

.menu_mobile_share_wrapper .social_icon_header {
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #fff;
  left: auto;
  right: 0px;
  top: 19px;
  bottom: auto;
  width: 201px;
  padding: 0px;
  margin-left: 0px;
  display: block;
  position: absolute;
  z-index: 1;
  overflow: visible;
  height: auto !important;
  visibility: hidden;
  opacity: 0;
  transform: translate(0px, 20px);
  -webkit-transition: visibility 0s, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
  -webkit-transition-delay: 0.55s, 0.175s, 0.175s;
  transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, transform 0.375s ease-in-out 0.175s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

.top_bar_menu_black .menu_mobile_share_wrapper .social_icon_header {
  top: 14px !important;
}

.menu_mobile_share_wrapper:hover .social_icon_header {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease-in-out, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
  -webkit-transition-delay: 0.175s, 0.175s, 0.175s;
  transition: visibility 0s ease-in-out 0.175s, opacity 0.375s ease-in-out 0.175s, transform 0.375s ease-in-out 0.175s;
}

.menu_mobile_share_wrapper {
  float: right;
  position: relative;
}

.menu_mobile_share_wrapper .social_icon_header li {
  float: left;
  margin: 0px;
}

.menu_mobile_share_wrapper .social_icon_header li a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0%;
  border: 1px solid #ececec;
  border-left: 0px;
  border-bottom: 0px;
}

.menu_mobile_share_wrapper .social_icon_header li a i {
  color: inherit;
  font-size: 15px;
}

.menu_mobile_share_wrapper .social_icon_header li a.facebook {
  color: #3b5999;
}

.menu_mobile_share_wrapper .social_icon_header li a.google_plus {
  color: #dd4b39;
}

.menu_mobile_share_wrapper .social_icon_header li a.behance {
  color: #0b66ff;
}

.menu_mobile_share_wrapper .social_icon_header li a.vimeo {
  color: #1ab7ea;
}

.menu_mobile_share_wrapper .social_icon_header li a.youtube {
  color: #410093;
}

.menu_mobile_share_wrapper .social_icon_header li a.tumblr {
  color: #34465d;
}

.menu_mobile_share_wrapper .social_icon_header li a.instagram {
  color: #3f729b;
}

.menu_mobile_share_wrapper .social_icon_header li a.linkedin {
  color: #0077B5;
}

.menu_mobile_share_wrapper .social_icon_header li a.pinterest {
  color: #bd081c;
}

.menu_mobile_share_wrapper .social_icon_header li a.twitter {
  color: #55acee;
}

.menu_mobile_share_wrapper .social_icon_header li a.deviantart {
  color: #34465d;
}

.menu_mobile_share_wrapper .social_icon_header li a.dribble {
  color: #ea4c89;
}

.menu_mobile_share_wrapper .social_icon_header li a.dropbox {
  color: #007ee5;
}

.menu_mobile_share_wrapper .social_icon_header li a.rss {
  color: #ff6600;
}

.menu_mobile_share_wrapper .social_icon_header li a.skype {
  color: #00AFF0;
}

.menu_mobile_share_wrapper .social_icon_header li a.stumbleupon {
  color: #eb4924;
}

.menu_mobile_share_wrapper .social_icon_header li a.wordpress {
  color: #21759b;
}

.menu_mobile_share_wrapper .social_icon_header li a.yahoo {
  color: #410093;
}

.menu_mobile_share_wrapper .social_icon_header li a.flickr {
  color: #ff0084;
}

.menu_mobile_share_wrapper .social_icon_header li a.soundcloud {
  color: #ff5700;
}

/*-------------------------------------------------------------------------------------
Menu
-------------------------------------------------------------------------------------*/
.navigation_wrapper {
  float: left;
  text-align: center;
  color: #161616;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  z-index: -1;
}

.navigation_wrapper > ul {
  float: left;
  width: 100%;
}

.navigation_wrapper ul {
  list-style: none;
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
}

.navigation_wrapper .jl_main_menu a:hover {
  text-decoration: none !important;
}

.navigation_wrapper ul li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navigation_wrapper .jl_main_menu li > a {
  float: left;
  padding: 0;
  color: inherit;
}

.navigation_wrapper .jl_main_menu > li > a {
  padding: 0 13px;
  height: 45px;
  line-height: 45px;
}

.navigation_wrapper .menu-item-has-children > a:after,
.navigation_wrapper .menupost > a:after {
  display: inline-block;
  content: "\f107";
  margin-left: 5px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header_layout_style1_custom.navigation_wrapper .jl_main_menu > li > ul,
.header_layout_style1_custom.navigation_wrapper .jl_main_menu > li > .sub-menu {
  margin-left: -8px !important;
}

.header_layout_style2_custom.navigation_wrapper .jl_main_menu > li > ul,
.header_layout_style2_custom.navigation_wrapper .jl_main_menu > li > .sub-menu {
  margin-left: -11px !important;
}

.navigation_wrapper .jl_main_menu > li > ul,
.navigation_wrapper .jl_main_menu > li > .sub-menu {
  top: 100%;
  margin-left: -22px !important;
  margin-top: -1px;
  background: #fff !important;
}

.navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature {
  margin-left: 0px !important;
}

.navigation_wrapper .jl_main_menu ul,
.navigation_wrapper .jl_main_menu .sub-menu {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 0px !important;
  background: #fff;
  transition: all 0.25s ease-in;
  z-index: 100;
  line-height: 1.8666;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}

.navigation_wrapper .jl_main_menu li li {
  display: block;
}

.navigation_wrapper .jl_main_menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.navigation_wrapper .jl_main_menu .jl_menu_tl ul {
  left: auto !important;
  right: 100% !important;
}

.navigation_wrapper .jl_main_menu li li {
  display: block;
}

.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li {
  float: none;
  min-width: 200px;
  max-width: 350px;
  border-top: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li:last-child {
  border-bottom: 0px;
}

.navigation_wrapper .jl_main_menu > li li a {
  float: none;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 6px 22px;
  border-top: 0px solid #e9ecef;
  font-size: 11px;
  pointer-events: none;
  color: #000;
  letter-spacing: 0.15em;
}

.navigation_wrapper .jl_main_menu > li:hover li a {
  pointer-events: auto;
}

.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li {
  float: none;
  min-width: 200px;
  max-width: 350px;
  border-top: 0;
  padding: 0;
  position: relative;
}

.navigation_wrapper .jl_main_menu > li li:first-child > a {
  border-top: 0;
  box-shadow: none;
}

.navigation_wrapper .sub-menu li:first-child > .sub-menu {
  margin-top: 0px !important;
}

.navigation_wrapper .jl_main_menu ul,
.navigation_wrapper .jl_main_menu .sub-menu {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 0;
  transition: all 0.25s ease-in;
  z-index: 100;
  line-height: 1.8666;
}

.navigation_wrapper .jl_main_menu ul .menu-item-has-children > a:after {
  line-height: 1;
  content: "\f105";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;
  color: #000;
}

.navigation_wrapper .jl_main_menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.navigation_wrapper li:hover > ul,
.navigation_wrapper li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#mainmenu li:hover > a,
.navigation_wrapper .jl_main_menu li li:hover > a,
.navigation_wrapper .jl_main_menu li li.current-menu-item > a {
  color: #000;
}

.navigation_wrapper .jl_main_menu li li:hover > a,
.navigation_wrapper .jl_main_menu li li.current-menu-item > a {
  background: #f6f7f9 !important;
}

.mobile-menu-container {
  display: none;
}

.navigation_wrapper .mega-menu {
  left: 0;
}

.navigation_wrapper .mega-menu .sub-cats {
  display: table-cell;
  float: none;
  vertical-align: top;
  padding: 12px 30px;
  width: 19.5%;
  height: 100%;
  border-right: 1px solid #ebebeb;
}

.navigation_wrapper .mega-menu .sub-cats li {
  min-width: initial;
  max-width: initial;
}

.navigation_wrapper .mega-menu .sub-cats a {
  padding: 11px 0;
  font-weight: 600;
}

.navigation_wrapper .mega-menu .sub-cats li:last-child a {
  border-bottom: 1px solid #ebebeb;
}

.navigation_wrapper .jl_main_menu .mega-menu {
  display: table;
  table-layout: fixed;
}

.jl_social_counter {
  float: left;
  width: 100%;
}

.jl_count_style_1 .jl-facebook i {
  color: #45629f;
}

.jl_count_style_1 .jl-twitter i {
  color: #5eb2ef;
}

.jl_count_style_1 .jl-pinterest i {
  color: #ff4200;
}

.jl_count_style_1 .jl-instagram i {
  color: #125d8f;
}

.jl_count_style_1 .jl-youtube i {
  color: #c61d23;
}

.jl_count_style_1 .jl-soundcloud i {
  color: #f80;
}

.jl_count_style_1 .jl-vimeo i {
  color: #1ab7ea;
}

.jl_count_style_1 .jl-dribbble i {
  color: #ec498a;
}

.jl_count_style_1 .jl-vk i {
  color: #5081b8;
}

.jl_count_style_1 .jlsocial-element {
  float: left;
  width: 25%;
  text-align: center;
  background: #f8f9fa;
  border: 1px solid #fff;
  padding: 12px 0px;
  position: relative;
}

.jl_count_style_1 a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.jl_count_style_1 .jlsocial-element-left {
  display: block;
}

.jl_count_style_1 i {
  display: block;
  font-size: 23px;
}

.jl_count_style_1 .num-count {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin: 5px 0 0;
  padding: 0;
  font-weight: 600;
  color: #000;
}

.jl_count_style_1 .jlsocial-element-right {
  font-size: 11px;
  color: #000;
  display: block;
  line-height: 1.2;
}

.jl_count_style_2 .jl-facebook i {
  background: #45629f;
}

.jl_count_style_2 .jl-twitter i {
  background: #5eb2ef;
}

.jl_count_style_2 .jl-pinterest i {
  background: #ff4200;
}

.jl_count_style_2 .jl-instagram i {
  background: #125d8f;
}

.jl_count_style_2 .jl-youtube i {
  background: #c61d23;
}

.jl_count_style_2 .jl-soundcloud i {
  background: #f80;
}

.jl_count_style_2 .jl-vimeo i {
  background: #1ab7ea;
}

.jl_count_style_2 .jl-dribbble i {
  background: #ec498a;
}

.jl_count_style_2 .jl-vk i {
  background: #5081b8;
}

.jl_count_style_2 .jlsocial-element {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 7px;
}

.jl_count_style_2 .jlsocial-element:last-child {
  margin-bottom: 0px;
}

.jl_count_style_2 a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.jl_count_style_2 .jlsocial-element-left {
  float: left;
}

.jl_count_style_2 i {
  font-size: 15px;
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
}

.jl_count_style_2 .num-count {
  float: left;
  font-size: 13px;
  line-height: 35px;
  margin-left: 15px;
  padding: 0;
  font-weight: 600;
  color: #000;
}

.jl_count_style_2 .jlsocial-element-right {
  font-size: 13px;
  color: #000;
  display: block;
  line-height: 35px;
  float: right;
  font-weight: 600;
}

.social-count-plus ul {
  margin: 0px !important;
}

.social-count-plus ul a,
.social-count-plus .default a {
  background: transparent !important;
  background-size: 0px !important;
  display: inline-block;
  vertical-align: middle;
  width: 48px !important;
  height: 48px !important;
  position: relative !important;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100% !important;
  min-height: 100% !important;
}

.social-count-plus ul .count-tumblr {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-tumblr a {
  color: #34465d !important;
}

.social-count-plus ul .count-tumblr a:before {
  content: "\f173";
}

.social-count-plus ul .count-twitch {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-twitch a {
  color: #6341a4 !important;
}

.social-count-plus ul .count-twitch a:before {
  content: "\f1e8";
}

.social-count-plus ul .count-linkedin {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-linkedin a {
  color: #0077B5 !important;
}

.social-count-plus ul .count-linkedin a:before {
  content: "\f0e1";
}

.social-count-plus ul .count-vimeo {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-vimeo a {
  color: #1ab7ea !important;
}

.social-count-plus ul .count-vimeo a:before {
  content: "\f27d";
}

.social-count-plus ul .count-comments {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-comments a {
  color: #125688 !important;
}

.social-count-plus ul .count-comments a:before {
  content: "\f075";
}

.social-count-plus ul .count-posts {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-posts a {
  color: #00bf8f !important;
}

.social-count-plus ul .count-posts a:before {
  content: "\f040";
}

.social-count-plus ul .count-users {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-users a {
  color: #32506d !important;
}

.social-count-plus ul .count-users a:before {
  content: "\f007";
}

.social-count-plus ul .count-pinterest {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-pinterest a {
  color: #ff4200 !important;
}

.social-count-plus ul .count-pinterest a:before {
  content: "\f0d2";
}

.social-count-plus ul .count-github {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-github a {
  color: #000000 !important;
}

.social-count-plus ul .count-github a:before {
  content: "\f09b";
}

.social-count-plus ul .count-soundcloud {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-soundcloud a {
  color: #f80 !important;
}

.social-count-plus ul .count-soundcloud a:before {
  content: "\f1be";
}

.social-count-plus ul .count-twitter {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-twitter a {
  color: #5eb2ef !important;
}

.social-count-plus ul .count-twitter a:before {
  content: "\f099";
}

.social-count-plus ul .count-facebook {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-facebook a {
  color: #45629f !important;
}

.social-count-plus ul .count-facebook a:before {
  content: "\f09a";
}

.social-count-plus ul .count-youtube {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-youtube a {
  color: #c61d23 !important;
}

.social-count-plus ul .count-youtube a:before {
  content: "\f167";
}

.social-count-plus ul .count-googleplus {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-googleplus a {
  color: #df5443 !important;
}

.social-count-plus ul .count-googleplus a:before {
  content: "\f0d5";
}

.social-count-plus ul .count-instagram {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-instagram a {
  color: #125d8f !important;
}

.social-count-plus ul .count-instagram a:before {
  content: "\f16d";
}

.social-count-plus ul .count-steam {
  background: #f8f9fa !important;
}

.social-count-plus ul .count-steam a {
  color: #333 !important;
}

.social-count-plus ul .count-steam a:before {
  content: "\f1b6";
}

.social-count-plus ul {
  padding: 0px !important;
}

.social-count-plus ul li {
  width: 25% !important;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 38px 0px 10px 0px;
  position: relative;
  list-style: none !important;
  float: left;
  clear: none !important;
  text-align: center;
  margin: 0;
  border: 1px solid #fff !important;
}

.social-count-plus span span {
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
  color: #000;
}

.widget.widget_socialcountplus {
  padding: 0px;
  background: transparent;
}

.social-count-plus .count {
  display: block;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin: 5px 0 0 !important;
  padding: 0;
  font-weight: 600 !important;
}

.social-count-plus .label {
  font-size: 11px !important;
  line-height: 1.2 !important;
  text-transform: capitalize !important;
  margin-top: 5px;
}

.social-count-plus ul li a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 3px;
  font-size: 23px;
  text-align: center;
}

/* Slider multi width */
.slider_multi_width_wrapper {
  float: left;
  width: 100%;
}

.intro-carousel.carousel_multi_width .item {
  background: #000 !important;
}

.intro-carousel.carousel_multi_width,
.intro-carousel.carousel_multi_width .item,
.intro-carousel.carousel_multi_width img {
  height: 510px;
  overflow: hidden;
}

.intro-carousel.carousel_multi_width .owl-controls {
  cursor: pointer;
}

.intro-carousel.carousel_multi_width .album-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.intro-carousel.carousel_multi_width .album-info h3 {
  opacity: 0;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  transition: all 0.4s ease-in-out;
}

.intro-carousel.carousel_multi_width .album-info h6 {
  opacity: 0;
  font-size: 16px;
  line-height: 23px;
  transition: all 0.4s ease-in-out;
}

.intro-carousel.carousel_multi_width .album-info:hover h3,
.intro-carousel.carousel_multi_width .album-info:hover h6 {
  margin: 5px 0px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.intro-carousel.carousel_multi_width .owl-item .bubble {
  float: left;
  width: 100%;
  background: #000;
}

.intro-carousel.carousel_multi_width .owl-item img {
  width: auto !important;
}

.intro-carousel.carousel_multi_width .jelly_pro_post_arrow_right {
  background: url("img/prev.html") center !important;
  left: 20px !important;
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}

.intro-carousel.carousel_multi_width .jelly_pro_post_arrow_left {
  background: url("img/next.html") center !important;
  right: 20px !important;
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}

.carousel_multi_width .banner-container h5 {
  width: 300px;
}

/* Grid slider */
.magazine_3_grid_slider {
  float: left;
  width: 100%;
  padding-top: 25px;
}

.magazine_3_grid_slider .row {
  margin-bottom: 0px;
}

.magazine_3_grid_slider .banner-container h1 {
  float: left;
  width: 100%;
  margin: 10px 0px;
  line-height: 0;
  text-transform: capitalize;
}

.magazine_3_grid_slider .banner-container h1 a {
  color: #fff;
  line-height: 1.2;
}

.magazine_3_grid_slider .banner-container h1 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.magazine_3_grid_slider .banner-container .meta-category-small a {
  float: left;
  margin: 0px 10px 0px 0px;
}

.magazine_3_grid_slider .main-static-post-header {
  width: 60%;
  height: 498px;
  float: left;
  border-bottom: 1px solid transparent;
}

.magazine_3_grid_slider:hover .main-static-post-header {
  background: none;
}

.magazine_3_grid_slider .main-static-post-header .feature-link,
.magazine_3_grid_slider .small-static-post-header .feature-link {
  float: left;
  width: 100%;
  background: #000;
}

.magazine_3_grid_slider .main-static-post-header img,
.magazine_3_grid_slider .small-static-post-header img {
  transition: all 0.4s ease 0s;
  transform: translateZ(0);
  backface-visibility: hidden;
  -ms-perspective: 1000;
  perspective: 1000;
  width: 100%;
}

.header_slider_and_feaure_post_options .featured_thumbnail_link {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
  z-index: 2;
}

.magazine_3_grid_slider .main-static-post-header .banner-container h1 a {
  font-size: 30px !important;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-weight: 500;
}

.magazine_3_grid_slider .jl_review_wrapper {
  z-index: 1;
}

.magazine_3_grid_slider .meta-category-small {
  z-index: 3;
}

.magazine_3_grid_slider .featured_thumbnail_link {
  z-index: 2;
}

.magazine_3_grid_slider .small-static-post-header {
  width: 40%;
  height: 250px;
  float: left;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.magazine_3_grid_slider:hover .small-static-post-header {
  background: none;
}

.magazine_3_grid_slider .small-static-post-header .banner-container h1 a {
  font-size: 20px !important;
  text-transform: capitalize;
  font-weight: 500;
}

.header_slider_and_feaure_post_options .slider_grid_image_style {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.magazine_3_grid_slider .jelly_pro_post_arrow_right,
.magazine_3_grid_slider .jelly_pro_post_arrow_left {
  color: #000;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.magazine_3_grid_slider .jelly_pro_post_arrow_right:hover,
.magazine_3_grid_slider .jelly_pro_post_arrow_left:hover {
  color: #fff !important;
  background: #000;
}

.magazine_3_grid_slider .jelly_pro_post_arrow_left {
  left: 0px;
}

.magazine_3_grid_slider .jelly_pro_post_arrow_right {
  right: 0px;
}

.magazine_3_grid_slider .single-item-slider:hover .jelly_pro_post_arrow_left {
  left: 20px;
}

.magazine_3_grid_slider .single-item-slider:hover .jelly_pro_post_arrow_right {
  right: 20px;
}

.magazine_3_grid_slider .single-item-slider:hover .jelly_pro_post_arrow_left,
.magazine_3_grid_slider .single-item-slider:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.magazine_3_grid_slider .banner-container {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 9;
  bottom: 0px;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 220%);
}

.header_small_4_carousel {
  overflow: hidden;
  position: relative;
}

.header_small_4_carousel .meta-category-small {
  text-align: center;
}

.header_small_4_carousel .meta-category-small a {
  margin: 0px 2.5px !important;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  height: auto;
  line-height: 10px;
  padding: 5px 11px 4px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
}

/*grid 3 style 2*/
.page_slider_grid_3_style_2 {
  margin-top: 25px;
  float: left;
  width: 100%;
}

.page_slider_grid_3_style_2 .row {
  margin-bottom: 0px;
}

.page_slider_grid_3_style_2 .main-static-post-header {
  width: 46%;
  height: 450px;
  position: relative;
  background: #ececec;
}

.page_slider_grid_3_style_2 .small-static-post-header {
  width: 27%;
  height: 450px;
  border-left: 3px solid transparent;
}

.page_slider_grid_3_style_2:hover .small-static-post-header {
  border-left: 3px solid transparent;
  background: none;
}

.page_slider_grid_3_style_2 .meta-category-small {
  z-index: 3;
}

.page_slider_grid_3_style_2 .jl_review_wrapper {
  z-index: 1;
  top: 15px;
  right: 15px;
}

.page_slider_grid_3_style_2 .featured_thumbnail_link {
  z-index: 2;
}

.page_slider_grid_3_style_2 .jelly_pro_post_arrow_right,
.page_slider_grid_3_style_2 .jelly_pro_post_arrow_left {
  color: #000;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.page_slider_grid_3_style_2 .jelly_pro_post_arrow_left {
  left: 0px;
}

.page_slider_grid_3_style_2 .jelly_pro_post_arrow_right {
  right: 0px;
}

.page_slider_grid_3_style_2 .jelly_pro_post_arrow_left:hover,
.page_slider_grid_3_style_2 .jelly_pro_post_arrow_right:hover {
  color: #fff;
  background: #000;
}

.page_slider_grid_3_style_2 .single-item-slider:hover .jelly_pro_post_arrow_left {
  left: 20px;
  opacity: 1 !important;
}

.page_slider_grid_3_style_2 .single-item-slider:hover .jelly_pro_post_arrow_right {
  right: 20px;
  opacity: 1 !important;
}

.page_slider_grid_3_style_2 .banner-container {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 9;
  bottom: 0px;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 20px 20px 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 190%);
}

.page_slider_grid_3_style_2 .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px;
  line-height: 0;
  text-transform: capitalize;
}

.page_slider_grid_3_style_2 .main-static-post-header .banner-container h1 a {
  font-size: 30px;
}

.page_slider_grid_3_style_2 .small-static-post-header .banner-container h1 a {
  font-size: 19px;
}

.page_slider_grid_3_style_2 .banner-container h1 a {
  letter-spacing: -0.03em;
  text-transform: capitalize;
  line-height: 1.2;
  color: #fff;
}

.page_slider_grid_3_style_2 .banner-container h1 a:hover {
  color: #fff !important;
}

/*grid 5 style*/
.page_slider_grid_5_style {
  float: left;
  width: 100%;
}

.page_slider_grid_5_style .row {
  margin-bottom: 0px;
}

.page_slider_grid_5_style .main-static-post-header {
  width: 50%;
  height: 610px;
  position: relative;
  border-bottom: 0px solid transparent;
}

.page_slider_grid_5_style:hover .main-static-post-header,
.page_slider_grid_5_style:hover .small-static-post-header {
  background: none;
}

.page_slider_grid_5_style .small-static-post-header {
  width: 25%;
  height: 305px;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.page_slider_grid_5_style:hover .slick-arrow {
  opacity: 1 !important;
}

.page_slider_grid_5_style .slick-arrow {
  opacity: 0 !important;
}

.page_slider_grid_5_style .jelly_pro_post_arrow_right,
.page_slider_grid_5_style .jelly_pro_post_arrow_left {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: none !important;
}

.page_slider_grid_5_style:hover .jelly_pro_post_arrow_right {
  right: 20px;
  opacity: 1;
}

.page_slider_grid_5_style:hover .jelly_pro_post_arrow_left {
  left: 20px;
  opacity: 1;
}

.jl_enable_full_slider {
  margin-top: 0px !important;
  padding: 40px 0px;
  background: #222;
}

.home_slider_5grid {
  margin-top: 0px;
  float: left;
  width: 100%;
}

.home_slider_5grid .container {
  max-width: 100% !important;
  padding: 0px;
}

.home_slider_5grid .row {
  margin-bottom: 0px;
}

.page_slider_grid_5_style .jelly_pro_post_arrow_left {
  left: 0px;
}

.page_slider_grid_5_style .jelly_pro_post_arrow_right {
  right: 0px;
}

.page_slider_grid_5_style .jelly_pro_post_arrow_left:hover,
.page_slider_grid_5_style .jelly_pro_post_arrow_right:hover {
  color: #fff;
  background: #000;
}

.page_slider_grid_5_style .banner-container {
  top: auto;
  background: none;
  width: auto;
  padding: 30px;
  text-align: left;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.page_slider_grid_5_style .banner-container .meta-category-small a {
  float: none !important;
  display: inline-block;
}

.page_slider_grid_5_style .banner-container h1 {
  float: left;
  width: 100%;
  margin: 15px 0px;
  line-height: 0;
  text-transform: capitalize;
}

.page_slider_grid_5_style .banner-container h1 a {
  font-size: 35px !important;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  line-height: 1.3;
  color: #fff;
  float: left;
}

.page_slider_grid_5_style .banner-container h1 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.page_slider_grid_5_style .main-static-post-header .banner-container {
  left: 0px;
  right: 0px;
}

.page_slider_grid_5_style .featured_thumbnail_link {
  opacity: 0;
  background: #000;
}

.page_slider_grid_5_style .small-static-post-header .banner-container {
  left: 0px;
  right: 0px;
}

.page_slider_grid_5_style .small-static-post-header .banner-container h1 a {
  font-size: 20px !important;
  float: left;
}

/*full screen height*/
.jl_home_full_screen_height .header_layout_style5_custom {
  background: transparent;
  position: absolute;
}

.jl_home_full_screen_height .header_layout_style5_custom .menu_wrapper {
  background: transparent;
  border-top: 1px solid rgba(234, 234, 234, 0.3) !important;
  border-bottom: 1px solid rgba(234, 234, 234, 0.3) !important;
}

.jl_home_full_screen_height .header_layout_style5_custom .menu_wrapper.jl_sticky {
  background: #fff;
}

.jl_home_full_screen_height .header_layout_style5_custom .jl_sticky #mainmenu > li > a {
  color: #000 !important;
}

.jl_home_full_screen_height .header_layout_style5_custom .social_icon_header li a {
  color: #fff;
}

.jl_home_full_screen_height .header_layout_style5_custom .search_header_wrapper i,
.jl_home_full_screen_height .header_layout_style5_custom .search_header_menu i {
  color: #fff !important;
}

.jl_home_full_screen_height .header_layout_style5_custom .logo_link .jl_wlg {
  display: inherit !important;
}

.jl_home_full_screen_height .header_layout_style5_custom .logo_link .jl_blg {
  display: none !important;
}

.jl_home_full_screen_height .header_layout_style5_custom #mainmenu > li > a {
  color: #fff !important;
}

.jl_home_full_screen_height .jl_topa_blank_nav {
  display: none;
}

.jl_home_full_screen_height .header_magazine_full_screen .menu_wrapper {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.jl_home_full_screen_height .header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a,
.jl_home_full_screen_height .header_magazine_full_screen .navigation_wrapper .jl_main_menu > li:hover > a {
  color: #fff !important;
}

.jl_home_full_screen_height .header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a > span,
.jl_home_full_screen_height .header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a > span {
  background: #fff;
}

.jl_home_full_screen_height .header_magazine_full_screen .search_header_menu i,
.jl_home_full_screen_height .header_magazine_full_screen .search_header_menu i:hover {
  color: #fff !important;
}

.jl_home_full_screen_height .header_magazine_full_screen.dark_header_menu .navigation_wrapper .jl_main_menu > li > a,
.jl_home_full_screen_height.dark_header_menu .header_magazine_full_screen .navigation_wrapper .jl_main_menu > li:hover > a {
  color: #000 !important;
}

.jl_home_full_screen_height .header_magazine_full_screen.dark_header_menu .search_header_menu i,
.jl_home_full_screen_height.dark_header_menu .header_magazine_full_screen .search_header_menu i:hover {
  color: #000 !important;
}

.jl_home_full_screen_height .jl_blg {
  display: none;
}

.jl_home_full_screen_height .header_magazine_full_screen.dark_header_menu .jl_blg {
  display: block;
}

.jl_home_full_screen_height .header_magazine_full_screen.dark_header_menu .jl_wlg {
  display: none;
}

.jl_full_screen_height .banner-container {
  background: none !important;
  text-align: center;
  left: 25% !important;
  right: 25% !important;
  padding: 0px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}

.jl_full_screen_height .banner-container .slider_exception {
  float: left;
  width: 100%;
  text-align: center;
}

.jl_full_screen_height .banner-container .slider_exception a {
  display: inline-block;
  float: none;
}

.jl_full_screen_height .banner-container p {
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
  float: left;
  max-width: 400px;
  margin-bottom: 0px;
  font-size: 14px;
}

.jl_full_screen_height .banner-container .jl_slider_readding {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px 0px;
  transition: 0.25s;
  background-color: #fff;
}

.jl_full_screen_height .banner-container .jl_slider_readding:hover {
  text-decoration: none !important;
  background: #000;
  color: #fff;
}

.jl_full_screen_height .banner-container .meta-category-small,
.jl_full_screen_height .banner-container .single-post-meta-wrapper {
  text-align: center !important;
}

.jl_full_screen_height .banner-container .single-post-meta-wrapper .post-author img {
  display: inline-block;
}

.jl_full_screen_height .banner-container .single-post-meta-wrapper span,
.jl_full_screen_height .banner-container .single-post-meta-wrapper span a,
.jl_full_screen_height .banner-container .single-post-meta-wrapper span a:hover {
  color: #fff !important;
}

.jl_full_screen_height .slick-active .link_grid_header_absolute {
  opacity: 0.3 !important;
}

.jl_full_screen_height .link_grid_header_absolute {
  opacity: 0.3 !important;
  background: #222 !important;
}

.jl_full_screen_height:hover .link_grid_header_absolute {
  opacity: 0.3 !important;
}

.jl_full_screen_height .jelly_pro_post_arrow_left,
.jl_full_screen_height .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.jl_full_screen_height:hover .jelly_pro_post_arrow_left,
.jl_full_screen_height .jelly_pro_post_arrow_left,
.jl_full_screen_height:hover .jelly_pro_post_arrow_right,
.jl_full_screen_height .jelly_pro_post_arrow_right {
  color: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: 35px;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 100px;
}

.jl_full_screen_height:hover .jelly_pro_post_arrow_left,
.jl_full_screen_height .jelly_pro_post_arrow_left {
  left: 55px;
  text-align: left;
}

.jl_full_screen_height .slick-slider:hover .jelly_pro_post_arrow_left,
.jl_full_screen_height .slick-slider:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.jl_full_screen_height:hover .jelly_pro_post_arrow_right,
.jl_full_screen_height .jelly_pro_post_arrow_right {
  right: 55px;
  text-align: right;
}

.jl_full_screen_height .slick-dots {
  float: left;
  width: 100%;
  bottom: 20px;
  display: none !important;
}

.jl_full_screen_height .slick-dots li {
  padding: 0px;
  width: 12px;
  height: 12px;
}

.jl_full_screen_height .slick-dots li button {
  padding: 0px;
  margin: 0px;
  background: #fff;
  border: 1px solid #fff;
  height: 12px;
  width: 12px;
  float: left;
  opacity: 0.4;
  border-radius: 100px;
}

.jl_full_screen_height .slick-dots li.slick-active button {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1 !important;
}

.jl_full_screen_height .slick-dots li button:before {
  opacity: 0;
  color: black;
  display: none;
  height: 12px;
  line-height: 12px;
  font-size: 0px;
}

.jl_full_screen_height .banner-container h5 {
  text-align: center !important;
  max-width: 100% !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.jl_full_screen_height .banner-container h5 a {
  font-size: 45px !important;
}

.jl_full_screen_height .banner-container .meta-category-small a {
  padding: 7px 20px 7px;
  margin: 0px 4px !important;
  letter-spacing: 0.2em;
  float: none !important;
}

/*grid 6 style*/
.page_slider_grid_6_style {
  margin-top: 25px;
  float: left;
  width: 100%;
}

.page_slider_grid_6_style .row {
  margin-bottom: 0px;
}

.page_slider_grid_6_style .main-static-post-header,
.page_slider_grid_6_style .small-static-post-header.margin_2,
.page_slider_grid_6_style .small-static-post-header.margin_8,
.page_slider_grid_6_style .small-static-post-header.margin_14,
.page_slider_grid_6_style .small-static-post-header.margin_20,
.page_slider_grid_6_style .small-static-post-header.margin_26 {
  width: 50%;
  height: 350px;
  position: relative;
  border-bottom: 3px solid transparent;
}

.page_slider_grid_6_style:hover .main-static-post-header,
.page_slider_grid_6_style:hover .small-static-post-header,
.page_slider_grid_6_style:hover .small-static-post-header {
  background: none;
}

.page_slider_grid_6_style .small-static-post-header {
  width: 25%;
  height: 200px;
  border-bottom: 2px solid transparent;
  border-left: 3px solid transparent;
}

.page_slider_grid_6_style .jelly_pro_post_arrow_right,
.page_slider_grid_6_style .jelly_pro_post_arrow_left {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}

.page_slider_grid_6_style .jelly_pro_post_arrow_left {
  left: 0px;
}

.page_slider_grid_6_style .jelly_pro_post_arrow_right {
  left: 31px;
}

.page_slider_grid_6_style .featured_thumbnail_link {
  z-index: 2;
}

.page_slider_grid_6_style .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  width: auto;
}

.page_slider_grid_6_style .meta-category-small a {
  color: #fff !important;
}

.page_slider_grid_6_style .banner-container {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 9;
  bottom: 0px;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 20px 20px 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
  transform: none;
  -webkit-transform: none;
}

.page_slider_grid_6_style .banner-container h1 {
  float: left;
  width: 100%;
  margin: 7px 0px;
  line-height: 0;
  text-transform: capitalize;
}

.page_slider_grid_6_style .small-static-post-header.margin_2 .banner-container h1 {
  margin: 7px 0px !important;
}

.page_slider_grid_6_style .small-static-post-header .banner-container h1 {
  margin: 7px 0px 0px 0px;
}

.page_slider_grid_6_style .small-static-post-header.margin_3,
.page_slider_grid_6_style .small-static-post-header.margin_9 {
  border-left: 0px !important;
}

.page_slider_grid_6_style .banner-container h1 a,
.page_slider_grid_6_style .small-static-post-header.margin_8 .banner-container h1 a,
.page_slider_grid_6_style .small-static-post-header.margin_2 .banner-container h1 a {
  font-size: 26px !important;
  text-transform: capitalize;
  line-height: 1.2;
  color: #fff;
}

.page_slider_grid_6_style .banner-container h1 a:hover,
.page_slider_grid_6_style .small-static-post-header.margin_8 .banner-container h1 a:hover,
.page_slider_grid_6_style .small-static-post-header.margin_2 .banner-container h1 a:hover {
  opacity: 0.8;
}

.page_slider_grid_6_style .small-static-post-header.margin_8 .banner-container .meta-category-small a,
.page_slider_grid_6_style .small-static-post-header.margin_2 .banner-container .meta-category-small a {
  padding: 5px 11px 4px;
  font-size: 10px !important;
}

.page_slider_grid_6_style .banner-container h1 a:hover {
  color: #fff !important;
}

.page_slider_grid_6_style .small-static-post-header .banner-container h1 a {
  font-size: 16px !important;
  float: left;
}

.page_slider_grid_6_style .small-static-post-header .banner-container .meta-category-small a {
  padding: 3px 7px 1px;
  font-size: 9px !important;
}

/*grid 4 style with pop*/
.grid_slider_with_pop_post {
  width: 71%;
  float: left;
  position: relative;
}

.page_slider_grid_3_pop {
  margin-top: 25px;
  float: left;
  width: 100%;
}

.page_slider_grid_3_pop .row {
  margin-bottom: 0px;
}

.page_slider_grid_3_pop .main-static-post-header {
  width: 67%;
  height: 501px;
  position: relative;
  border-bottom: 3px solid transparent;
}

.page_slider_grid_3_pop:hover .main-static-post-header,
.page_slider_grid_3_pop:hover .small-static-post-header {
  background: none;
}

.page_slider_grid_3_pop .small-static-post-header {
  width: 33%;
  height: 167px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}

.page_slider_grid_3_pop .jelly_pro_post_arrow_right,
.page_slider_grid_3_pop .jelly_pro_post_arrow_left {
  color: #000;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.page_slider_grid_3_pop .jelly_pro_post_arrow_left {
  left: 0px;
}

.page_slider_grid_3_pop .jelly_pro_post_arrow_right {
  right: 0px;
}

.page_slider_grid_3_pop .jelly_pro_post_arrow_left:hover {
  background: #000;
  color: #fff;
}

.page_slider_grid_3_pop .jelly_pro_post_arrow_right:hover {
  background: #000;
  color: #fff;
}

.page_slider_grid_3_pop .grid_slider_with_pop_post:hover .jelly_pro_post_arrow_left {
  left: 20px;
  opacity: 1 !important;
}

.page_slider_grid_3_pop .grid_slider_with_pop_post:hover .jelly_pro_post_arrow_right {
  right: 20px;
  opacity: 1 !important;
}

.page_slider_grid_3_pop .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  width: auto;
}

.page_slider_grid_3_pop .meta-category-small a {
  color: #fff;
}

.page_slider_grid_3_pop .featured_thumbnail_link {
  z-index: 2;
}

.page_slider_grid_3_pop .jl_review_wrapper {
  z-index: 1;
  top: 20px;
  right: 20px;
}

.page_slider_grid_3_pop .banner-container {
  bottom: 0px;
  top: auto;
  left: 0px;
  right: 0px;
  text-align: left;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.page_slider_grid_3_pop .main-static-post-header .banner-container h1 {
  float: left;
  width: 100%;
  margin: 5px 0px;
}

.page_slider_grid_3_pop .banner-container h1 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  margin: 5px 0px;
  line-height: 0;
}

.page_slider_grid_3_pop .main-static-post-header .banner-container {
  padding: 0px 20px 20px 20px;
}

.page_slider_grid_3_pop .small-static-post-header .banner-container {
  padding: 0px 10px 10px 10px;
}

.page_slider_grid_3_pop .small-static-post-header .banner-container .post-meta.meta-main-img {
  display: none;
}

.page_slider_grid_3_pop .small-static-post-header .banner-container .meta-category-small a {
  padding: 3px 7px 1px;
  font-size: 9px !important;
}

.page_slider_grid_3_pop .main-static-post-header .love_post_view_header {
  top: 5px;
  right: 10px;
}

.page_slider_grid_3_pop .small-static-post-header .love_post_view_header {
  top: 0px;
  right: 5px;
}

.page_slider_grid_3_pop .small-static-post-header .love_post_view_header a {
  font-size: 12px !important;
}

.page_slider_grid_3_pop .main-static-post-header .banner-container h1 a {
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

.page_slider_grid_3_pop .small-static-post-header .banner-container h1 a {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

/*right pop post*/
.pop_post_right_slider {
  width: 29%;
  position: relative;
  float: left;
  overflow: hidden;
  border-left: 3px solid transparent;
}

.pop_post_right_slider .slider_pop_post_list {
  float: left;
  width: 100%;
}

.pop_post_right_slider .headding_pop_post {
  float: left;
  width: 100%;
  padding-left: 16px;
  text-align: left;
  height: 43px;
  line-height: 43px;
  background: #ff4200;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.pop_post_right_slider .slider_pop_post_list_items {
  float: left;
  width: 100%;
  height: 114px;
  position: relative;
  border-bottom: 1px solid transparent;
}

.pop_post_right_slider .slider_pop_post_list_items .slider_grid_image_style {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.pop_post_right_slider .slider_pop_post_list_items .featured_thumbnail_link {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
  background: #000;
}

.pop_post_right_slider .slider_pop_post_list_items .item-details {
  position: absolute;
  left: 20px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}

.pop_post_right_slider .slider_pop_post_list_items .feature-post-title {
  margin: 0px;
  padding: 0px;
  line-height: 0;
  margin-bottom: 3px;
}

.pop_post_right_slider .slider_pop_post_list_items .feature-post-title a {
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize;
}

.pop_post_right_slider .slider_pop_post_list_items .post-meta {
  float: left;
  line-height: 1.2;
}

.pop_post_right_slider .slider_pop_post_list_items .post-meta span {
  color: #fff;
  float: left;
  margin-right: 10px;
  font-size: 11px !important;
  text-transform: uppercase;
}

.pop_post_right_slider .slider_pop_post_list_items .post-meta span i {
  margin-right: 3px;
}

.pop_post_right_slider .slider_pop_post_list_items .post-meta span a {
  color: #fff !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

.pop_post_right_slider .slider_pop_post_list_items .post-meta span a:hover {
  color: #fff !important;
}

.page_slider_grid_3_pop a:hover {
  color: #fff !important;
  opacity: 0.8;
}

/*-------------------------------------------------------------------------------------
Magazine grid
-------------------------------------------------------------------------------------*/
.magazine_grid_color_container_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.magazine_grid_color_container_wrapper .row {
  margin-bottom: 0px;
}

.magazine_static_grid_color .banner-container {
  background: none;
}

.magazine_static_grid_color .main-static-post-header > a,
.magazine_static_grid_color .small-static-post-header.iteam2 > a,
.magazine_static_grid_color .small-static-post-header.iteam3 > a,
.magazine_static_grid_color .small-static-post-header.iteam4 > a,
.magazine_static_grid_color .small-static-post-header.iteam5 > a {
  float: left;
  width: 100%;
}

.magazine_static_grid_color .main-static-post-header > a > img,
.magazine_static_grid_color .small-static-post-header.iteam2 > a > img,
.magazine_static_grid_color .small-static-post-header.iteam3 > a > img,
.magazine_static_grid_color .small-static-post-header.iteam4 > a > img,
.magazine_static_grid_color .small-static-post-header.iteam5 > a > img {
  opacity: 0.3 !important;
  width: 100%;
}

.magazine_static_grid_color .main-static-post-header:hover > a > img,
.magazine_static_grid_color .small-static-post-header.iteam2:hover > a > img,
.magazine_static_grid_color .small-static-post-header.iteam3:hover > a > img,
.magazine_static_grid_color .small-static-post-header.iteam4:hover > a > img,
.magazine_static_grid_color .small-static-post-header.iteam5:hover > a > img {
  opacity: 0.4 !important;
}

.magazine_static_grid_color .main-static-post-header h5 a,
.magazine_static_grid_image .main-static-post-header h5 a {
  font-weight: 700 !important;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  font-size: 25px;
}

.magazine_static_grid_color .small-static-post-header h5 a,
.magazine_static_grid_image .small-static-post-header h5 a {
  font-weight: 700 !important;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  font-size: 18px;
}

.comment_box_count_post_wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}

.comment_box_count_post_wrapper .comment_box_count_post {
  float: left;
  font-size: 12px;
  text-align: center;
  position: relative;
  display: block;
  padding: 0px 7px;
  height: 17px;
  line-height: 17px;
  background: #fff;
  color: #000;
}

.comment_box_count_post_wrapper .comment_box_count_post a {
  color: #000;
}

.comment_box_count_post_wrapper .comment_box_count_post:before {
  content: " ";
  position: absolute;
  bottom: -4px;
  left: 30%;
  border-width: 0 0 6px 6px;
  border-style: solid;
  border-color: transparent #fff;
}

/*-------------------------------------------------------------------------------------
Loading
-------------------------------------------------------------------------------------*/
.jl-loadmore-btn-w {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.options_dark_skin .jl_btn_load {
  background: #000;
}

.jl_btn_load {
  position: relative;
  width: 194px;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  background: #222;
  color: #fff;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 100px;
}

.jl_btn_load:focus {
  text-decoration: none;
  color: #fff;
}

.jl_btn_load:hover {
  text-decoration: none !important;
  color: #fff;
  background: #222;
  transform: translatey(-3px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.jl_btn_load.btn-loading:after {
  content: "\f1ce";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 19px;
  margin-left: 0px;
  position: relative;
  top: 1px;
  animation: jlloading 1s linear infinite;
}
@keyframes jlloading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.jelly_loading_pro {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.jelly_loading_pro div {
  opacity: 0;
}

.options_dark_skin .jelly_loading_pro:after {
  background: #000;
}

.jelly_loading_pro:after {
  content: "";
  width: 49px;
  height: 49px;
  background: #222;
  left: 50%;
  margin-left: -17px !important;
  position: absolute;
  top: 50%;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.jelly_loading_pro.slick-initialized {
  height: auto;
}

.jelly_loading_pro.slick-initialized div {
  opacity: 1;
}

.jelly_loading_pro.slick-initialized:after {
  display: none;
}

.news_tiker_loading_pro {
  display: block;
  height: 30px;
  overflow: hidden;
}

.news_tiker_loading_pro div {
  opacity: 0;
}

.news_tiker_loading_pro.slick-initialized {
  height: auto;
}

.news_tiker_loading_pro.slick-initialized div {
  opacity: 1;
}

.news_tiker_loading_pro.slick-initialized:after {
  display: none;
}

.news_tiker_small_img_loading_pro {
  display: block;
  height: 70px;
  overflow: hidden;
}

.news_tiker_small_img_loading_pro div {
  opacity: 0;
}

.news_tiker_small_img_loading_pro.slick-initialized {
  height: auto;
}

.news_tiker_small_img_loading_pro.slick-initialized div {
  opacity: 1;
}

.news_tiker_small_img_loading_pro.slick-initialized:after {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  New ticker
/*-----------------------------------------------------------------------------------*/
.jl_newsticker_wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.jl_newsticker_wrapper .homepage_ticker_title {
  float: left;
  line-height: 35px;
}

.jl_radius .jl_newsticker_wrapper .builder_ticker_title_home_page {
  border-radius: 5px;
}

.jl_newsticker_wrapper .builder_ticker_title_home_page {
  display: inline-block;
  background: #e93b2e;
  color: #fff;
  padding: 0px 10px;
  height: 22px;
  line-height: 22px !important;
  margin: 0px 15px 0px 0px;
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.jl_newsticker_wrapper .home_newsticker {
  position: static;
  float: left;
  width: 70%;
}

.jl_newsticker_wrapper .item {
  padding: 5px 0px;
}

.jl_newsticker_wrapper .jl_post_meta {
  float: left;
  width: auto;
  margin-right: 15px;
}

.jl_newsticker_wrapper .jl_author_img_w a,
.jl_newsticker_wrapper .jl_author_img_w a:hover {
  color: #000;
}

.jl_newsticker_wrapper .jl_post_meta .post-date {
  color: #000 !important;
}

.jl_newsticker_wrapper .item h5 {
  float: left;
  margin: 0px;
  font-size: 15px;
  line-height: 25px !important;
}

.jl_newsticker_wrapper .jelly_pro_post_arrow_right,
.jl_newsticker_wrapper .jelly_pro_post_arrow_left {
  border: 1px solid #ccc;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
  transition: all 0.4s ease 0s;
  border-radius: 5px;
}

.jl_newsticker_wrapper .jelly_pro_post_arrow_right i,
.jl_newsticker_wrapper .jelly_pro_post_arrow_left i {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.jl_newsticker_wrapper .jelly_pro_post_arrow_right:hover,
.jl_newsticker_wrapper .jelly_pro_post_arrow_left:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.jl_newsticker_wrapper .jelly_pro_post_arrow_right {
  right: 0px;
}

.jl_newsticker_wrapper .jelly_pro_post_arrow_left {
  right: 34px;
}

.header_news_ticker_style_wrapper_main {
  float: left;
  width: 100%;
  position: relative;
}

.main_new_ticker_wrapper {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.main_new_ticker_wrapper .row {
  margin-bottom: 0px;
}

.main_new_ticker_wrapper .post-date {
  float: left;
  margin-right: 10px;
  color: #9a9a9a;
  font-size: 11px;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

.main_new_ticker_wrapper .post-date i {
  margin-right: 3px;
}

.main_new_ticker_wrapper .news_ticker_title_style {
  float: left;
  background: #000;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0px 10px;
  font-size: 11px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper {
  float: left;
  width: 75%;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .slick-slider {
  position: inherit;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .feature-post-title {
  padding: 0px;
  float: left;
  width: auto;
  margin: 0px;
  height: 25px;
  line-height: 18px;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .feature-post-title a {
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500 !important;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left,
.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right {
  position: absolute;
  top: 50%;
  background: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
  text-align: center;
  z-index: 9;
  padding: 0px !important;
  font-size: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 23px;
  color: #222;
  border: 1px solid #a7a7a7;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left:hover,
.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
  transition: all 0.4s ease 0s;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left {
  right: 28px;
}

.main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right {
  right: 0px;
}

.ticker_margin_option_slider {
  margin-top: 25px !important;
}

/*-------------------------------------------------------------------------------------
continue reading button
-------------------------------------------------------------------------------------*/
.large_center_slider_container .large_continue_reading {
  margin-top: 20px;
}

.large_center_slider_container .large_continue_reading span {
  background: none;
}

.large_center_slider_container .large_continue_reading span a,
.large_center_slider_container .large_continue_reading span a:hover {
  display: block;
  padding: 0px 15px;
  transition: all 0.5s;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: transparent;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}

.large_center_slider_container .large_continue_reading span a:hover {
  color: #000 !important;
  background: #fff;
  text-shadow: none;
}

.large_continue_reading {
  margin: 0px;
  float: left;
  text-align: center;
  width: 100%;
}

.large_continue_reading span {
  display: inline-block;
  position: relative;
  color: #000000;
  background: #FFF;
  padding: 0px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.large_continue_reading span a {
  color: #fff;
  display: block;
  padding: 0px 15px;
  transition: all 0.5s;
  height: 35px;
  line-height: 36px;
  background: #000;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.blog-list-padding .large_continue_reading span {
  display: inline-block;
  position: relative;
  color: #000;
  background: #FFF;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.large_continue_reading span a:hover,
.jelly_homepage_builder .large_continue_reading span a:hover {
  text-decoration: none !important;
  background: #ff4200;
  color: #FFF !important;
}

/*-------------------------------------------------------------------------------------
Social icons
-------------------------------------------------------------------------------------*/
.jellywp_about_us_widget_wrapper {
  text-align: center;
  float: left;
  width: 100%;
}

.social-icons-list-widget {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  float: left;
  width: 100%;
  text-align: left;
}

.social-icons-list-widget li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  margin-bottom: 6px;
}

.social-icons-list-widget.iconss_widget_display {
  margin-right: -1px !important;
  margin-left: -1px !important;
  width: auto;
}

.social-icons-list-widget.iconss_widget_display li {
  margin-right: 0px;
  margin-bottom: 2px;
  width: 50%;
  padding-right: 1px;
  padding-left: 1px;
  float: left;
  opacity: 0.9;
}

.social-icons-list-widget.iconss_widget_display {
  margin: 0px;
}

footer .social-icons-list-widget.iconss_widget_display li a {
  color: #FFF;
}

.social-icons-list-widget.iconss_widget_display li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
  border-radius: 0px !important;
}

.social-icons-list-widget.iconss_widget_display li a i {
  margin-right: 5px !important;
  background: #000;
  background-color: rgba(0, 0, 0, 0.08);
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 13px;
  text-align: center;
}

.social-icons-list-widget.iconss_widget_display li a:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.social-icons-list-widget.iconss_widget_display li a.facebook {
  background: #3b5999;
}

.social-icons-list-widget.iconss_widget_display li a.google_plus {
  background: #dd4b39;
}

.social-icons-list-widget.iconss_widget_display li a.behance {
  background: #0b66ff;
}

.social-icons-list-widget.iconss_widget_display li a.vimeo {
  background: #1ab7ea;
}

.social-icons-list-widget.iconss_widget_display li a.youtube {
  background: #410093;
}

.social-icons-list-widget.iconss_widget_display li a.tumblr {
  background: #34465d;
}

.social-icons-list-widget.iconss_widget_display li a.instagram {
  background: #3f729b;
}

.social-icons-list-widget.iconss_widget_display li a.linkedin {
  background: #0077B5;
}

.social-icons-list-widget.iconss_widget_display li a.pinterest {
  background: #bd081c;
}

.social-icons-list-widget.iconss_widget_display li a.twitter {
  background: #55acee;
}

.social-icons-list-widget.iconss_widget_display li a.deviantart {
  background: #34465d;
}

.social-icons-list-widget.iconss_widget_display li a.dribble {
  background: #ea4c89;
}

.social-icons-list-widget.iconss_widget_display li a.dropbox {
  background: #007ee5;
}

.social-icons-list-widget.iconss_widget_display li a.rss {
  background: #ff6600;
}

.social-icons-list-widget.iconss_widget_display li a.skype {
  background: #00AFF0;
}

.social-icons-list-widget.iconss_widget_display li a.stumbleupon {
  background: #eb4924;
}

.social-icons-list-widget.iconss_widget_display li a.wordpress {
  background: #21759b;
}

.social-icons-list-widget.iconss_widget_display li a.yahoo {
  background: #410093;
}

.social-icons-list-widget.iconss_widget_display li a.flickr {
  background: #ff0084;
}

.social-icons-list-widget.iconss_widget_display li a.soundcloud {
  background: #ff5700;
}

.header_social_icons_jl {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.header_social_icons_jl .social-icons-list-widget {
  margin-top: 10px;
}

#content_nav .header_social_icons_jl .social-icons-list-widget li a {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  color: #fff;
  float: left;
  padding: 13px 0px;
}

#content_nav .header_social_icons_jl .social-icons-list-widget li a:hover {
  color: #fff !important;
}

#content_nav .header_social_icons_jl .social-icons-list-widget li a i {
  margin-right: 0px;
  display: block;
}

#content_nav .widget:last-child {
  margin-bottom: 40px !important;
}

.social-icons-list-widget li a i {
  margin-right: 0px !important;
}

.social-icons-list-widget li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 15px !important;
  transition: background 0.3s linear;
  transition: all 0.4s ease 0s;
  border-radius: 100px;
}

.social-icons-list-widget li a:hover {
  color: #fff;
}

.social-icons-list-widget.icons_about_widget_display li a.facebook {
  background: #3b5999;
}

.social-icons-list-widget.icons_about_widget_display li a.google_plus {
  background: #dd4b39;
}

.social-icons-list-widget.icons_about_widget_display li a.behance {
  background: #0b66ff;
}

.social-icons-list-widget.icons_about_widget_display li a.vimeo {
  background: #1ab7ea;
}

.social-icons-list-widget.icons_about_widget_display li a.youtube {
  background: #fe2905;
}

.social-icons-list-widget.icons_about_widget_display li a.tumblr {
  background: #34465d;
}

.social-icons-list-widget.icons_about_widget_display li a.instagram {
  background: #3f729b;
}

.social-icons-list-widget.icons_about_widget_display li a.linkedin {
  background: #0077B5;
}

.social-icons-list-widget.icons_about_widget_display li a.pinterest {
  background: #bd081c;
}

.social-icons-list-widget.icons_about_widget_display li a.twitter {
  background: #55acee;
}

.social-icons-list-widget.icons_about_widget_display li a.deviantart {
  background: #34465d;
}

.social-icons-list-widget.icons_about_widget_display li a.dribble {
  background: #ea4c89;
}

.social-icons-list-widget.icons_about_widget_display li a.dropbox {
  background: #007ee5;
}

.social-icons-list-widget.icons_about_widget_display li a.rss {
  background: #ff6600;
}

.social-icons-list-widget.icons_about_widget_display li a.skype {
  background: #00AFF0;
}

.social-icons-list-widget.icons_about_widget_display li a.stumbleupon {
  background: #eb4924;
}

.social-icons-list-widget.icons_about_widget_display li a.wordpress {
  background: #21759b;
}

.social-icons-list-widget.icons_about_widget_display li a.yahoo {
  background: #410093;
}

.social-icons-list-widget.icons_about_widget_display li a.flickr {
  background: #ff0084;
}

.social-icons-list-widget.icons_about_widget_display li a.soundcloud {
  background: #ff5700;
}

/*-------------------------------------------------------------------------------------
Form
-------------------------------------------------------------------------------------*/
#content form {
  margin-bottom: 30px;
}

#content fieldset {
  margin-bottom: 20px;
}

#content form .logged-in-as,
#content form .comment-notes {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 12px !important;
  text-transform: capitalize;
  letter-spacing: 0em;
}

#content .col-md-4,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 33.33333333%;
}

.form-fields.row input {
  margin-bottom: 0px !important;
}

.comment-form-comment {
  margin-bottom: 0px;
}

.wpcf7,
.wpcf7 .form-fields.row {
  margin-top: 25px;
}

.form-fields.row {
  margin-top: 30px;
  margin-bottom: 0px;
}

.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type=text]:focus,
#content input[type=password]:focus,
#content input[type=email]:focus,
#content textarea:focus {
  border-color: #000;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
#content input[type=text],
#content input[type=password],
#content input[type=email],
#content textarea,
.comment-form-comment textarea,
#content select {
  font-size: 14px;
  border: solid 1px #c6c6c6;
  padding: 10px;
  outline: none;
  line-height: 20px;
  margin: 0;
  color: #555;
  width: 100%;
  transition: all 0.4s ease 0s;
  border-radius: 5px;
}

#content select {
  padding: 0;
}

.comment-form-comment textarea:focus,
#content textarea:focus {
  color: #444;
  border: solid 1px #000;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type=text]:focus,
#content input[type=password]:focus,
#content input[type=email]:focus {
  color: #444;
}

#content textarea {
  min-height: 60px;
}

#content label,
#content legend {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

#content select {
  width: 220px;
}

#content input[type=checkbox] {
  display: inline;
}

#content label span,
#content legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

.wpcf7-form-control-wrap {
  margin-top: 5px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #f00 !important;
}

#respond {
  float: left;
  width: 100%;
  padding: 27px 0px 0px 0px;
  padding: 25px 30px 5px 30px !important;
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 50px;
}

.logged-in-as a:hover {
  color: #ff4200;
  text-decoration: none !important;
}

/*-------------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------------*/
.single_post_title {
  padding-bottom: 45px !important;
}

.page-title,
.single_post_title {
  margin: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #25262e;
  font-size: 28px;
  line-height: 1.2;
  margin-top: -5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.main_title_wrapper.jl_na_bg_title,
.main_title_wrapper.jl_na_bg_title.category_title_section {
  background: #f0f0f0;
}

.main_title_wrapper.jl_na_bg_title .categories-title.title {
  color: #000;
}

.main_title_wrapper {
  float: left;
  width: 100%;
  text-align: left;
  padding: 50px 0px 43px 0px;
  background: transparent;
  border-bottom: 0px solid #e5e5e5;
  overflow: hidden;
}

.main_title_wrapper.category_title_section.jl_cat_img_bg .categories-title {
  color: #fff;
}

.main_title_wrapper.category_title_section {
  text-align: center;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  padding: 50px 0px 43px 0px;
}

.options_dark_skin .main_title_wrapper.category_title_section {
  background: #4e4e4e;
}

.main_title_wrapper.category_title_section .category_image_bg_image,
.main_title_wrapper.category_title_section .category_image_bg_ov {
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.main_title_wrapper.category_title_section .category_image_bg_ov {
  background: #000;
  opacity: 0.4;
}

.main_title_wrapper.category_title_section .jl_cat_title_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.main_title_wrapper .row {
  margin-bottom: 0px;
}

.main_title_wrapper .jl_cat_mid_title {
  width: 100%;
}

.main_title_wrapper .categories-title.title {
  font-size: 35px;
  margin: 0px 0px 0px 0px;
  color: #000;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

.main_title_wrapper.jl_cat_img_bg p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1.2;
  margin-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 3px;
}

.single-post-title,
.datepost-title {
  font-size: 30px;
  margin-bottom: 10px;
}

#sidebar .widget_container {
  float: left;
  width: 100%;
  padding: 25px 0px 25px 0px;
  background: #FFF;
}

.post_list_widget.comment_widget {
  margin-bottom: 50px !important;
}

.post_list_widget.comment_widget .image_post {
  width: 90px !important;
}

#sidebar .widget_container .widget {
  margin-bottom: 0px;
}

.tab_widget .widget_container {
  padding: 0px !important;
}

.tab_widget .widget_container .tab-container {
  padding: 6px 0px 25px 0px !important;
}

#sidebar .widget_container,
footer .widget_container {
  float: left;
}

.social-twitter,
.social-facebook,
.social-youtube,
.social-google-plus {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.social-twitter .icon {
  background: #4099FF;
}

.social-facebook .icon {
  background: #3B5998;
}

.social-youtube .icon {
  background: #CD332D;
}

.social-google-plus .icon {
  background: #DD4B39;
}

.social-twitter .icon,
.social-facebook .icon,
.social-youtube .icon,
.social-google-plus .icon {
  float: left;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-right: 10px;
}

.social-twitter h2,
.social-facebook h2,
.social-youtube h2,
.social-google-plus h2 {
  font-size: 20px !important;
  margin: 0px;
  line-height: 20px;
}

.social-twitter p,
.social-facebook p,
.social-youtube p,
.social-google-plus p {
  font-size: 13px !important;
  margin: 0px !important;
}

.ads300x250-thumb {
  text-align: center;
}

.panel-grid .ads_widget_container,
.panel-grid .ads_widget_container .widget {
  padding: 0px !important;
  background: none !important;
}

.panel-grid .ads_widget_container {
  margin-bottom: 30px;
}

.panel-grid .ads_widget_container:last-child {
  margin-bottom: 0px !important;
}

.adss_header {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  float: left;
}

.adss_header .widget.ads_widget_container {
  margin-bottom: 0px;
}

.widget_jl_wrapper.ads_widget_container {
  float: none;
}

footer .recent_post_large_widget {
  border-bottom: 1px solid #232323;
}

.recent_post_large_widget .image_post {
  position: relative;
}

.recent_post_large_widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.recent_post_large_widget .wrap_box_style_main.post_meta_overlay_img {
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: auto;
}

.recent_post_large_widget .meta-category-small {
  margin: 0px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.recent_post_large_widget .meta-category-small a:hover {
  color: #fff !important;
}

.recent_post_large_widget .meta-category-small a {
  padding: 7px 15px 7px;
  margin-bottom: 1px;
  letter-spacing: 0px;
  border-radius: 5px;
  color: #fff !important;
  background: #000;
  width: auto !important;
  float: left !important;
}

.recent_post_large_widget .post-meta {
  float: left;
  width: 100%;
  color: #737373;
  font-size: 14px !important;
  text-transform: capitalize;
  line-height: 1.2;
}

.recent_post_large_widget .post-meta a {
  color: #444;
  font-weight: 400;
}

.recent_post_large_widget .post-meta a:hover {
  text-decoration: none !important;
  float: none !important;
}

.post-meta .post-author:hover a,
.post-meta .post-author a:hover {
  margin: 0px !important;
  padding: 0px !important;
  line-height: auto;
  float: none !important;
  text-decoration: none !important;
}

.recent_post_large_widget:last-child {
  margin-bottom: 0px;
  border-bottom: 0px solid #EDEDED;
  padding-bottom: 0px;
}

.recent_post_large_widget .image_post a.feature-link {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  max-height: 200px;
  overflow: hidden;
  background: #eee;
}

.jl_radius .recent_post_large_widget .image_post a.feature-link {
  border-radius: 10px;
  overflow: hidden;
}

.layout_magazine_video .overlay_icons {
  display: none;
}

.layout_magazine_video .post_type_icon,
.layout_magazine_video .header_small_carousel_post .post_type_icon {
  display: block;
}

.post_type_icon,
.header_small_carousel_post .post_type_icon {
  display: none;
  color: #FFF;
  border: 3px solid #fff;
  background: #000;
  font-size: 20px !important;
  height: 45px;
  width: 45px;
  line-height: 45px;
  left: 50%;
  margin-left: -17px !important;
  margin-top: -17px !important;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  border-radius: 100%;
  opacity: 0.7;
}

.post_type_icon:before {
  margin-left: 14px !important;
  font-size: 18px;
  margin-top: -2px !important;
  float: left;
}

.feature-post-list .post_type_icon,
.recent-grid-post-widget .post_type_icon,
.recent_post_large_widget .post_type_icon {
  border: 2px solid #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.feature-post-list .post_type_icon:before,
.recent-grid-post-widget .post_type_icon:before,
.recent_post_large_widget .post_type_icon:before {
  margin-left: 11px !important;
  font-size: 15px;
  margin-top: -2px !important;
}

.recent_post_large_widget .image_post a:hover img {
  opacity: 1;
}

.recent_post_large_widget .overlay_icon {
  font-size: 20px;
  margin-top: 5px;
  color: #333;
  float: right;
  padding: 0px;
}

.recent_post_large_widget .meta-category {
  float: left;
  margin-bottom: 10px;
}

.recent_post_large_widget .meta-category a {
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  font-size: 12px;
  color: #FFF;
  background: #ff4200;
  float: left;
  padding: 0px 7px;
  margin-left: 5px;
  margin-right: 6px;
  position: relative;
}

.recent_post_large_widget .meta-category a:hover {
  background: #333 !important;
  text-decoration: none !important;
}

.recent_post_large_widget img,
.recent_post_large_widget .image_post {
  float: left;
  width: 100%;
}

.recent_post_large_widget .image_post {
  margin-bottom: 20px;
}

.recent_post_large_widget .wrap_box_style_main {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.recent_post_large_widget .recent_list_item_number {
  background: #ff4200;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  margin-top: -20px;
  position: absolute;
  top: 16%;
  left: -10px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 99;
  border-radius: 100px;
}

.recent_post_large_widget .wrap_box_style_main .title_content_wrapper {
  float: left;
}

.menu_post_feature .recent_post_large_widget .post-meta,
.menu_post_feature .recent_post_large_widget .meta-category-small {
  display: none !important;
}

.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main,
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front {
  display: inherit !important;
  margin-bottom: 10px;
}

.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main {
  margin-top: 2px;
}

.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main a {
  font-weight: 600 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  float: left !important;
  letter-spacing: 0em !important;
  height: auto !important;
  line-height: 10px !important;
  padding: 0px !important;
}

.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front {
  margin-top: 0px;
}

.recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main,
.recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front {
  display: none;
}

.recent_post_large_widget .jl_count_num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background: #ff4200;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}

.recent_post_large_widget .wrap_box_style_main h3 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: left;
}

.recent_post_large_widget .wrap_box_style_main .post-meta span {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.recent_post_large_widget .wrap_box_style_main .post-meta span i {
  margin-right: 5px;
}

.jellywp_about_us_widget_wrapper .footer_logo_about {
  margin-bottom: 10px;
  float: none;
  display: inline-block;
  width: 200px;
}

.jellywp_about_us_widget_wrapper .jl_img_sign {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.post-meta a:hover {
  color: #ff4200 !important;
}

/*-------------------------------------------------------------------------------------
Ajax tab menu
-------------------------------------------------------------------------------------*/
.ajax_cat_post_wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.enable_cat_loading {
  width: 100%;
  height: 251px;
  background: #fff;
  z-index: 100;
  overflow: hidden;
}

.enable_cat_loading .spinner {
  margin: 100px auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 10px;
  position: relative;
}

@keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5);
  }
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ld.ld-cycle {
  animation: ld-cycle 1s infinite linear;
}

.ld-ring {
  width: 35px;
  height: 35px;
  position: relative;
  color: inherit;
  display: inline-block;
}

.ld-ring:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box;
}

.cat_post_nav {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cat_post_nav:after {
  content: "";
  display: block;
  min-width: 100%;
  height: 0px;
  background: #eeeded;
  position: absolute;
  top: 13px;
  right: 65px;
}

.cat_post_nav .next,
.cat_post_nav .prev {
  height: 25px !important;
  line-height: 23px !important;
  width: 25px !important;
  padding: 0px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 0px !important;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #b7b7b7;
  background: none;
  border: 1px solid #a7a7a7 !important;
  cursor: pointer;
}

.cat_post_nav .nav_blank_link {
  border: 1px solid #e6e6e6 !important;
  color: #e6e6e6;
}

.cat_post_nav .nav_blank_link:hover,
.cat_post_nav .next.nav_blank_link:hover,
.cat_post_nav .prev.nav_blank_link:hover {
  color: #e6e6e6 !important;
  background: none !important;
  border: 1px solid #e6e6e6 !important;
}

.cat_post_nav .next:hover,
.cat_post_nav .prev:hover {
  background: #222;
  border: 1px solid #222 !important;
  color: #fff !important;
}

.cat_post_nav .prev {
  float: right;
  margin-right: 2px;
}

.cat_post_nav .next {
  float: right;
}

.menu_post_feature,
.menu_post_feature .category_post_ajax_wrap {
  float: left;
  width: 100%;
  position: relative;
}

.menu_post_feature .category_post_ajax_wrap .cat_title_list_style {
  width: 246px !important;
  float: left;
  background: #efeeee !important;
  margin: 0px 0px -500px;
  padding-bottom: 500px;
  margin-left: -20px;
  margin-top: -20px;
}

.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li {
  border-bottom: 1px solid #dcdcdc !important;
  float: left;
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 39px;
  padding: 0px 0px 0px 15px !important;
  margin: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  color: #000 !important;
}

.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post,
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post:hover {
  background: #fff !important;
}

.menu_post_feature .builder_cat_title_list_style {
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0) !important;
}

.navigation_wrapper .menu_post_feature .builder_cat_title_list_style {
  padding-bottom: 500px !important;
  padding-top: 20px !important;
  position: absolute !important;
  left: 0px;
  bottom: 0px;
  display: none !important;
  transition: all 0.55s ease-in-out;
}

.navigation_wrapper > ul > li:hover .menu_post_feature .builder_cat_title_list_style {
  display: block !important;
  transition: all 0.55s ease-in-out;
}

.menu_post_feature .builder_cat_title_list_style li {
  color: #000;
  text-align: left;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat {
  width: 79.5% !important;
  float: right !important;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .row {
  min-width: 100%;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat {
  padding: 20px 25px 20px 20px !important;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .author-avatar-link {
  line-height: 1.2 !important;
  padding: 0px;
  height: auto !important;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .author-avatar-link a {
  padding: 0px !important;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .post-date {
  line-height: 1.2;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget {
  float: left !important;
  width: 270px !important;
  border: 0px solid #000;
  margin-left: 20px;
  margin-right: 0px !important;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a,
.menu_post_feature .image-post-title a {
  text-transform: capitalize;
}

.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a:hover,
.menu_post_feature .image-post-title a:hover {
  color: #000 !important;
}

.menu_post_feature .jelly_category_ajax_widget {
  margin-bottom: 0px !important;
}

.menu_post_feature .image-post-thumb > a {
  height: auto !important;
}

.menu_post_feature .image_post > .feature-link img,
.menu_post_feature .image-post-thumb > a img {
  width: 100% !important;
  max-height: 100% !important;
}

.menu_post_feature .recent_post_large_widget .wrap_box_style_main h3 a {
  font-size: 17px !important;
  letter-spacing: -0.03em !important;
  float: left;
  width: 100%;
}

.menu_post_feature .recent_post_large_widget .feature-link img {
  border-radius: 0px;
}

/*-------------------------------------------------------------------------------------
Top menu
-------------------------------------------------------------------------------------*/
.header_main_wrapper.header_style_3_opt {
  padding: 50px 0px;
  border-bottom: 1px solid #e4e4e4;
}

.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu {
  width: auto !important;
}

.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu i:hover {
  color: #fff !important;
}

.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu i {
  font-size: 15px;
}

.home.header_layout_6 .header_main_wrapper.header_style_3_opt,
.home.homeslider_full_tab .header_main_wrapper.header_style_3_opt {
  border-bottom: 0px solid #e4e4e4;
}

.home.home_single_slider.header_layout_6 .large_center_slider_container.jl_single_slider_box {
  margin-top: 0px !important;
}

.jl_header_magazine_style.two_header_top_style .header_main_wrapper.header_style_3_opt {
  border-bottom: 0px solid #e4e4e4 !important;
}

.logo-position-top .logo_position_wrapper {
  text-align: center;
}

.header_layout_style3_custom .logo-position-top .logo_position_wrapper {
  margin-top: 0px;
}

.header_date_display {
  float: left;
  height: 23px;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
  background: #222;
  padding: 0px 10px;
  border-radius: 2px;
  margin-top: 7px;
}

.menu_wrapper {
  width: 100%;
  z-index: 999;
}

.jl_nav_height {
  float: left;
  width: 100%;
}

.jl_menu_sticky.jl_on_sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.logo-position h1 {
  line-height: 0px;
  margin: 0px;
}

.sf-top-menu #home {
  border-left: none;
  width: 60px;
}

.sf-top-menu #home a {
  padding: 12px 19px 12px 19px;
}

.sf-top-menu,
.sf-top-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-top-menu li {
  position: relative;
  padding: 0 !important;
  z-index: 999;
  list-style: none;
}

.sf-top-menu > li:hover > a,
.sf-top-menu > li > a:hover {
  color: #FFF;
}

.sf-top-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 999;
  text-align: left;
}

.sf-top-menu > li {
  display: inline-block;
}

.sf-top-menu li:hover > ul,
.sf-top-menu li.top-menuHover > ul {
  display: block;
}

.sf-top-menu a {
  display: block;
  position: relative;
  font-size: 12px !important;
  color: #FFF;
  text-transform: capitalize !important;
  letter-spacing: 0px;
}

.sf-top-menu a:hover {
  text-decoration: none !important;
}

.sf-top-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-top-menu {
  float: left;
  margin-bottom: 0px;
}

.sf-top-menu ul {
  min-width: 180px;
  *width: 180px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.sf-top-menu > li#home > a {
  font-size: 19px;
  color: #FFF;
}

.sf-top-menu > li > a {
  color: #FFF;
  letter-spacing: 0px;
  font-size: 12px;
}

.sf-top-menu > li {
  background: none !important;
}

.sf-top-menu ul.sub-menu a {
  font-style: 13px;
  border: 0px;
  padding: 0px 20px;
  text-decoration: none;
  zoom: 1;
  color: #FFF;
  height: 35px;
  line-height: 35px;
}

.sf-top-menu li ul.sub-menu a {
  border: none;
  color: #222;
  letter-spacing: 0px;
  font-weight: 300px !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

.sf-top-menu a {
  text-decoration: none;
  zoom: 1;
  height: 36px;
  line-height: 37px;
}

.sf-top-menu a {
  color: #fff;
}

.sf-top-menu li {
  white-space: nowrap;
  *white-space: normal;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
}

.sf-top-menu .sf-with-ul {
  padding-right: 10px !important;
}

.sf-top-menu li a {
  padding-left: 10px;
  padding-right: 10px;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
}

.sf-top-menu .current_page_item a,
.sf-top-menu li a:hover {
  color: #FFF;
}

.sf-top-menu ul li {
  background: #fff;
  border-bottom: #dedede solid 1px;
}

.sf-top-menu ul li.current-menu-item {
  background: #f2f2f2;
}

.sf-top-menu ul ul li {
  background: #f2f2f2;
}

.sf-top-menu li:hover,
.sf-top-menu li.top-menuHover {
  background: #f2f2f2;
  transition: none;
}

.top-menu-arrows .top-menu-with-ul {
  padding-right: 15px;
  *padding-right: 16px;
}

.top-menu-arrows .top-menu-with-ul span {
  background: url(img/arrow-down.html) no-repeat right 6px;
  padding-right: 14px;
  display: block;
}

/*-------------------------------------------------------------------------------------
Megamenu
-------------------------------------------------------------------------------------*/
.jl_main_menu > ul > li.megamenu > ul.sub-menu {
  width: 100%;
  left: 0px;
  padding: 25px 0px 25px 0px;
  background-color: #fff;
  margin-top: 0px;
}

.jl_main_menu > ul > li.megamenu > ul.sub-menu > li {
  background: none !important;
  border-bottom: none;
}

.jl_main_menu > ul > li.megamenu > ul.sub-menu > li > ul > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

.jl_main_menu > ul > li.megamenu > ul.sub-menu li {
  background: none;
  border-bottom: none;
}

.jl_main_menu > ul > li.megamenu > ul > li {
  float: left;
  padding: 0px 15px;
  background: none !important;
}

.jl_main_menu > ul > li.megamenu.columns-3 > ul > li {
  width: 33.33% !important;
  padding: 0px 15px !important;
  border-right: 1px solid #dedede;
}

.jl_main_menu > ul > li.megamenu.columns-3 > ul li {
  border-top: 0px !important;
}

.jl_main_menu > ul > li.megamenu.columns-3 > ul > li:last-child {
  border: 0px;
}

.jl_main_menu > ul > li.megamenu.columns-4 > ul > li {
  width: 24.99% !important;
  padding: 0px 15px !important;
  border-right: 1px solid #dedede;
}

.jl_main_menu > ul > li.megamenu.columns-4 > ul > li:last-child {
  border: 0px;
}

.jl_main_menu > ul > li.megamenu > ul > li ul {
  display: block !important;
  top: 0px !important;
  width: 100%;
  opacity: 1 !important;
  filter: alpha(opacity=100);
  left: 0px !important;
  position: relative !important;
  margin: 0px;
}

.jl_main_menu > ul > li.megamenu ul li a {
  padding: 9px 15px;
}

.megamenu li a,
.megamenu li.current-menu-item a {
  background: none !important;
  border-bottom: none;
}

.jl_main_menu > ul > li.megamenu > ul > li > a {
  font-size: 15px;
  text-transform: uppercase;
  background: none !important;
}

.jl_main_menu > ul > li.megamenu > ul ul li a:hover {
  background: #f2f2f2 !important;
}

.jl_main_menu > ul > li.megamenu > ul > li .sf-with-ul:after {
  display: none !important;
}

.jl_main_menu > ul > li.megamenu li:first-child a {
  border-top: 0px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  menu post tab
/*-----------------------------------------------------------------------------------*/
.menu_post_feature {
  margin-top: 0px !important;
  width: 100% !important;
  background: #FFF !important;
  float: left;
  padding: 20px 0px;
  padding-bottom: 0px !important;
  overflow: hidden !important;
}

.menu_post_feature ul.hover_tab_post_large {
  background: #2C3242 !important;
  margin: 0px 0px -500px;
  padding-bottom: 500px;
  margin-top: -30px;
}

.menu_post_feature ul.hover_tab_post_large li {
  border-right: 0px solid #ccc !important;
  border-bottom: 1px solid #616161 !important;
}

.menu_post_feature .builder_cat_title_list_style {
  width: 20% !important;
  float: left;
  background: #ff4200 !important;
  margin: 0px 0px -500px;
  padding-bottom: 500px;
  margin-left: -20px;
  margin-top: -20px;
  padding-top: 30px !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.menu_post_feature .builder_cat_title_list_style li {
  border-bottom: 1px solid #fff !important;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3) !important;
  float: left;
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 39px;
  padding: 0px 0px 0px 25px !important;
  margin: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  color: #fff !important;
}

.menu_post_feature .builder_cat_title_list_style li {
  letter-spacing: 0.03em;
  font-weight: 600 !important;
}

.menu_post_feature .builder_cat_title_list_style li.current_cat_post,
.menu_post_feature .builder_cat_title_list_style li.current_cat_post:hover {
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px;
}

.menu_post_feature .builder_cat_title_list_style li.current_cat_post:hover {
  background: #fff !important;
}

.menu_post_feature .wrapper_display_post_cat {
  float: left;
  position: relative;
  width: 870px !important;
  margin-left: 0px;
  margin-top: 0px;
}

.menu_post_feature .wrapper_display_post_cat .image-post-title a {
  font-size: 15px !important;
  letter-spacing: 0px !important;
}

.menu_post_feature .wrapper_display_post_cat .image-post-title a:hover {
  opacity: 0.8 !important;
}

.menu_post_feature .cat_post_nav {
  float: left;
  width: 57px;
  margin: 20px 0px 0px 0px !important;
}

.menu_post_feature .cat_post_nav a.next {
  float: right !important;
}

.menu_post_feature .cat_post_nav a.prev {
  float: left !important;
  margin-left: 0px;
}

.menu_post_feature .cat_post_nav a {
  height: 25px !important;
  line-height: 23px !important;
  width: 25px !important;
  padding: 0px !important;
  text-align: center !important;
}

.menu_post_feature .cat_post_nav .prev.nav_blank_link {
  float: left;
  margin-left: 0px !important;
}

.menu_post_feature .cat_post_nav .next.nav_blank_link {
  float: right !important;
  margin-left: 0px;
}

.menu_post_feature .cat_post_nav a i {
  float: none !important;
  margin: 0px !important;
}

.menu_post_feature li {
  white-space: normal !important;
  background: none !important;
  padding: 10px !important;
  padding-bottom: 0px !important;
}

.menu_post_feature li:hover,
.menu_post_feature:hover li {
  background: none !important;
}

.menu_post_feature .two-content-wrapper {
  float: left !important;
  width: 247px !important;
  margin: 0px 10px !important;
}

.menu_post_feature .two-content-wrapper a.feature-link {
  height: 160px !important;
}

.menu_tab_post_large {
  margin-bottom: 10px !important;
}

.menu_post_feature .menu_post_cat_color:hover {
  text-decoration: underline !important;
}

.menu_post_feature .widget-title,
.menu_post_feature .homepage_builder_title {
  display: none !important;
}

.menu_post_feature .feature-post-title a {
  height: auto !important;
  font-size: 15px !important;
  line-height: 20px !important;
  padding: 0px !important;
  margin-bottom: 5px !important;
}

.menu_post_feature h3 a.image-post-title-link {
  background: none !important;
  text-transform: none !important;
  color: #FFF !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  margin-bottom: 5px !important;
  height: auto !important;
  padding: 0px !important;
  line-height: 25px !important;
}

.menu_post_feature h3 a:hover {
  text-decoration: underline !important;
  background: none !important;
  color: #FFF !important;
}

.menu_post_feature .post-meta {
  margin: 0px !important;
  float: left !important;
}

.menu_post_feature .post-author a {
  display: inherit !important;
  padding: 0px !important;
  padding-right: 5px !important;
  background: none !important;
  height: 20px !important;
  line-height: 20px !important;
  color: #B0B0B8 !important;
}

.menu_post_feature ul {
  position: static !important;
  display: block !important;
}

.menu_post_feature .jl_post_meta .jl_author_img_w a {
  color: #818181 !important;
  float: left !important;
  font-size: 12px !important;
  line-height: 25px !important;
  letter-spacing: 0em !important;
}

.menu_post_feature .jl_post_meta .post-date {
  color: #818181;
}

.menu_post_feature .jl_post_meta .jl_author_img_w a:hover {
  color: #818181 !important;
}

.menu_post_feature .image-post-thumb a {
  height: auto !important;
  padding: 0px !important;
}

.menu_post_feature .image-post-title {
  margin: 0px;
}

.menu_post_feature .image-post-title a {
  padding: 0px !important;
  color: #000;
  font-size: 18px !important;
  height: auto !important;
  line-height: 1.2 !important;
}

.menu_post_feature .image-post-title a:hover,
.menu_post_feature .image-post-title:hover,
.menu_post_feature a:hover {
  color: #000 !important;
}

.menu_post_feature .right-post-display-content {
  float: left;
  width: 760px;
}

.menu_post_feature .right-post-display-content .image_post {
  height: auto !important;
  padding: 0px !important;
}

.menu_post_feature .right-post-display-content ul {
  float: left;
  width: 100%;
}

.menu_post_feature .right-post-display-content ul li {
  float: left;
  width: 350px;
  height: auto !important;
  margin: 0px 0px 15px 20px !important;
  padding: 0px 0px 15px 0px !important;
}

.menu_post_feature .right-post-display-content ul li:last-child {
  border-bottom: 1px solid #EDEDED;
}

.menu_post_feature .right-post-display-content ul li a {
  padding: 0px;
  color: #000;
  height: auto !important;
  line-height: 1.2;
}

.menu_post_feature .right-post-display-content ul li .post-meta.meta-main-img,
.menu_post_feature .right-post-display-content .post-meta.meta-main-img {
  display: block !important;
}

.menu_post_feature .mainpost_with_list_widget .blog_grid_post_style .content_post_grid {
  display: none;
  border-bottom: 0px !important;
}

.menu_post_feature .blog_grid_post_style {
  margin-bottom: 0px !important;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style {
  width: 100% !important;
  padding: 0px !important;
  margin-bottom: 25px !important;
  position: relative;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 140%);
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .home_page_front_view {
  top: 10px;
  bottom: auto;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content h3 {
  margin: 5px 0px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content h3 a,
.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content h3 a:hover {
  color: #fff !important;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content .post-meta span {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #FFF !important;
  text-transform: uppercase;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-entry-content .post-meta span a {
  color: #fff !important;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-meta span,
.widget_home-main-post-style.main_post_style .blog_grid_post_style .post-meta span a {
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #929292 !important;
}

/*-------------------------------------------------------------------------------------
menu post
-------------------------------------------------------------------------------------*/
.main_post_style .feature-link img {
  transition: all 0.4s ease 0s;
}

.menu_post_feature > li,
.menu_post_feature .main_post_style {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: transparent;
}

.menu_post_feature .widget.main_post_style {
  margin-bottom: 0px !important;
}

.menu_post_feature .widget.main_post_style .jl_recent_large {
  padding: 20px 10px 0px 10px;
  float: left;
  width: 100%;
}

.menu_post_feature > li {
  float: left;
  width: 100%;
  padding: 0px !important;
  padding-left: 20px !important;
  margin-bottom: 20px;
  border: 0px solid #000 !important;
}

.menu_post_feature .recent_post_large_widget {
  float: left !important;
  width: 25% !important;
  border: 0px solid #000;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.menu_post_feature .image_post a.feature-link {
  height: auto !important;
  line-height: auto !important;
  padding: 0px !important;
}

.menu_post_feature .wrap_box_style_main .image-post-title {
  margin: 0px 0px 10px 0px !important;
  padding: 0px !important;
  float: left;
  width: 100%;
}

.menu_post_feature .wrap_box_style_main .image-post-title a {
  font-size: 16px !important;
  line-height: 1.3 !important;
  height: auto !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #000 !important;
}

.menu_post_feature .wrap_box_style_main .image-post-title a:hover,
.menu_post_feature .post-entry-content .image-post-title a:hover,
.menu_post_feature .item-details .feature-post-title a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.menu_post_feature .post-entry-content .image-post-title a,
.menu_post_feature .item-details .feature-post-title a {
  text-transform: capitalize !important;
}

.menu_post_feature .recent_post_large_widget .post-meta.meta-main-img {
  display: none !important;
  margin-top: 6px !important;
}

.menu_post_feature .recent_post_large_widget .post-meta.meta-main-img a {
  font-size: 11px !important;
  text-transform: uppercase !important;
}

/*-------------------------------------------------------------------------------------
Full screen menu with full screen slider
-------------------------------------------------------------------------------------*/
.full_screen_slider_home_height_menu.header-wraper {
  position: absolute !important;
}

.full_screen_slider_home_height_menu .menu_wrapper {
  background: transparent !important;
  border-bottom: 0px !important;
}

.full_screen_slider_home_height:before {
  content: "";
  position: absolute;
  z-index: 89;
  left: 0;
  top: 0;
  width: 100%;
  height: 210px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.13) 0%, transparent 100%);
  background-repeat: repeat-x;
}

.options_dark_header .menu_wrapper {
  transition: all 0.4s ease 0s;
}

.options_dark_header.full_screen_slider_home_height_menu .search_btn,
.options_dark_header.full_screen_slider_home_height_menu #sbtn {
  background: none;
  color: #fff;
}

.options_dark_header.full_screen_slider_home_height_menu .search_btn::-webkit-input-placeholder,
.options_dark_header.full_screen_slider_home_height_menu #sbtn::-webkit-input-placeholder {
  color: #fff;
}

.options_dark_header.dark_header_menu .search_btn::-webkit-input-placeholder,
.options_dark_header.dark_header_menu .search_btn {
  color: #000 !important;
}

.full_screen_slider_home_height .link_grid_header_absolute {
  opacity: 0;
}

.full_screen_slider_home_height .banner-container h5 a {
  font-size: 45px !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  opacity: 1;
}

.full_screen_slider_home_height .banner-container .meta-main-img span,
.full_screen_slider_home_height .banner-container .meta-main-img span a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: none !important;
}

.full_screen_slider_home_height .banner-container {
  left: 25%;
  right: 25%;
}

.full_screen_slider_home_height .jelly_pro_post_arrow_left,
.full_screen_slider_home_height .jelly_pro_post_arrow_right {
  opacity: 0.6 !important;
  font-size: 70px;
}

.full_screen_slider_home_height .jelly_pro_post_arrow_left:hover,
.full_screen_slider_home_height .jelly_pro_post_arrow_right:hover {
  opacity: 0.9 !important;
}

.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a {
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.header_magazine_full_screen .menu_wrapper {
  border: 0px !important;
  position: relative;
}

.header_magazine_full_screen .menu_wrapper.menu_sticky.jquery-stickit-spacer {
  height: auto !important;
}

.header_magazine_full_screen .menu_wrapper .jl_main_menu > li {
  padding: 0 13px;
}

.header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a {
  position: relative;
  padding: 0px;
}

.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a {
  color: #000 !important;
}

.header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a > span {
  position: absolute;
  width: 0;
  height: 0px;
  display: block;
  bottom: 25px;
  right: 0;
  background: #000;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
}

.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a > span {
  width: 100%;
  left: 0;
  background: #000;
}

.jl_head_lobl #menu_wrapper {
  float: left;
  width: 100%;
  height: 54px;
  position: relative;
}

.jl_head_lobl.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a {
  height: 54px;
  line-height: 54px;
}

.jl_head_lobl.header_magazine_full_screen .search_header_menu {
  position: relative;
  float: right;
}

.jl_head_lobl.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a {
  color: #fff;
}

.jl_head_lobl.header_magazine_full_screen .search_header_menu i,
.jl_head_lobl.header_magazine_full_screen .search_header_menu i:hover {
  color: #fff !important;
}

.jl_head_lobl.jl_cus_sihead.header_magazine_full_screen .menu_mobile_icons,
.jl_cus_sihead.header_magazine_full_screen .search_header_wrapper {
  height: 54px;
  line-height: 54px !important;
}

.jl_head_lobl.header_magazine_full_screen .search_header_menu i {
  height: 54px;
  line-height: 54px;
}

.jl_head_lobl.header_magazine_full_screen .search_header_menu {
  height: 54px;
  margin-right: 0px;
}

.jl_head_lobl.header_magazine_full_screen .jl_left_share {
  float: left;
}

.jl_head_lobl.header_magazine_full_screen.jl_cus_sihead .menu_wrapper .jl_main_menu > li:hover > a {
  color: #fff !important;
}

.page-template-home-page-builder .jl_head_lobl .jl_logo_tm {
  border-bottom: 0px;
}

.page-template-home-page-builder .jl_head_lobl .jl_logo_tm .jl_lgin {
  padding: 50px 0 0px 0;
}

.jl_head_lobl .jl_logo_tm {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.jl_head_lobl .jl_logo_tm .row {
  margin-bottom: 0px;
}

.jl_head_lobl .jl_logo_tm .jl_lgin {
  float: left;
  width: 100%;
  padding: 50px 0 50px 0;
}

.jl_head_lobl .jl_topa_blank_nav {
  height: 54px;
}

.jl_head_lobl.header_magazine_full_screen .logo_link img {
  max-height: 120px;
  max-width: 320px;
}

.jl_head_lobl.header_magazine_full_screen .menu_wrapper {
  background-color: #141414 !important;
  border-bottom: 0px solid #f0f0f0 !important;
}

.jl_cus_sihead.header_magazine_full_screen .search_header_menu {
  width: auto;
}

.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top {
  padding: 0px;
  margin: 0px;
  float: right;
}

.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li {
  float: left;
  list-style: none;
  margin-right: 15px;
}

.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li a img {
  width: 22px;
}

.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li a {
  float: left;
  height: 50px;
  line-height: 50px;
}

.jl_cus_sihead.header_magazine_full_screen .search_header_menu .search_header_wrapper {
  margin-right: 15px;
}

.jl_cus_sihead.header_magazine_full_screen .menu_mobile_icons,
.jl_cus_sihead.header_magazine_full_screen .search_header_wrapper {
  height: 60px;
  line-height: 60px !important;
}

.jl_cus_sihead.header_magazine_full_screen .menu_wrapper .jl_main_menu > li {
  padding: 0 10px;
}

.social_icon_header_top.jl_socialcolor li a.facebook i {
  color: #45629f;
}

.social_icon_header_top.jl_socialcolor li a.google_plus i {
  color: #df5443;
}

.social_icon_header_top.jl_socialcolor li a.behance i {
  color: #0057ff;
}

.social_icon_header_top.jl_socialcolor li a.vimeo i {
  color: #1ab7ea;
}

.social_icon_header_top.jl_socialcolor li a.youtube i {
  color: #c61d23;
}

.social_icon_header_top.jl_socialcolor li a.instagram i {
  color: #125d8f;
}

.social_icon_header_top.jl_socialcolor li a.Linkedin i {
  color: #0077B5;
}

.social_icon_header_top.jl_socialcolor li a.pinterest i {
  color: #ff4200;
}

.social_icon_header_top.jl_socialcolor li a.twitter i {
  color: #5eb2ef;
}

.social_icon_header_top.jl_socialcolor li a.deviantart i {
  color: #c9dd44;
}

.social_icon_header_top.jl_socialcolor li a.dribble i {
  color: #f5669a;
}

.social_icon_header_top.jl_socialcolor li a.dropbox i {
  color: #0077fa;
}

.social_icon_header_top.jl_socialcolor li a.rss i {
  color: #ff8d36;
}

.social_icon_header_top.jl_socialcolor li a.skype i {
  color: #00bcf2;
}

.social_icon_header_top.jl_socialcolor li a.stumbleupon i {
  color: #f56132;
}

.social_icon_header_top.jl_socialcolor li a.wordpress i {
  color: #1a87aa;
}

.social_icon_header_top.jl_socialcolor li a.yahoo i {
  color: #5729bb;
}

.social_icon_header_top.jl_socialcolor li a.sound_cloud i {
  color: #b19ba5;
}

.social_icon_header_top.jl_socialcolor li:hover a i {
  color: inherit !important;
}

.header_magazine_full_screen .search_header_menu {
  margin-right: 15px;
}

.header_magazine_full_screen .logo_white {
  display: none;
}

.full_screen_slider_home_height_menu .logo_white {
  display: block;
}

.full_screen_slider_home_height_menu .logo_black {
  display: none;
}

.full_screen_slider_home_height_menu.dark_header_menu .logo_white {
  display: none;
}

.full_screen_slider_home_height_menu.dark_header_menu .logo_black {
  display: block;
}

.header_magazine_full_screen .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat,
.menu_with_logo_header_style .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat {
  width: 902px !important;
}

/*-------------------------------------------------------------------------------------
Header large height sitcky
-------------------------------------------------------------------------------------*/
.header-wraper.jl_large_menu_logo.jl_custom_height_small .navigation_wrapper .jl_main_menu > li > a {
  height: 60px;
  line-height: 60px;
}

.header-wraper.jl_large_menu_logo.jl_custom_height_small .logo_small_wrapper_table {
  height: 60px;
}

.header-wraper.jl_large_menu_logo.jl_custom_height_small .logo_link img,
.header-wraper.jl_large_menu_logo .logo_link img {
  max-height: 25px;
  transition: all 0.4s ease 0s;
}

.header-wraper.jl_large_menu_logo.jl_custom_height_small,
.header-wraper.jl_large_menu_logo.jl_custom_height_small .search_header_menu .menu_mobile_icons,
.header-wraper.jl_large_menu_logo.jl_custom_height_small .search_header_menu .search_header_wrapper {
  transition: all 0.4s ease 0s;
}

/*-------------------------------------------------------------------------------------
Header large height
-------------------------------------------------------------------------------------*/
.header-wraper.jl_large_menu_logo .menu_wrapper {
  background: #fff !important;
  border-bottom: 1px solid #eaeaea !important;
}

.header-wraper.jl_large_menu_logo .navigation_wrapper .jl_main_menu > li > a {
  height: 100px;
  line-height: 100px;
  color: #000;
  font-size: 15px;
  font-weight: 800;
  padding: 0 8px;
  letter-spacing: 0.03em;
}

.header-wraper.jl_large_menu_logo .search_header_menu i {
  color: #000;
}

.header-wraper.jl_large_menu_logo .search_header_menu i:hover {
  color: #000;
}

.header-wraper.jl_large_menu_logo .logo_small_wrapper_table {
  height: 100px;
}

.header-wraper.jl_large_menu_logo .logo_link img {
  max-height: 40px;
}

/*-------------------------------------------------------------------------------------
Header 06
-------------------------------------------------------------------------------------*/
.header_magazine_full_screen.jl_headcus_06 .container {
  max-width: 100%;
  padding: 0px 80px;
}

.header_magazine_full_screen.jl_headcus_06 .container .col-md-12 {
  width: 100%;
  float: left;
}

.header_magazine_full_screen.jl_headcus_06 .search_header_menu {
  position: absolute !important;
}

.jl_topa_blank_nav.jl_blank_06 {
  height: 93px;
}

.header_magazine_full_screen.jl_headcus_06 .logo_small_wrapper_table {
  height: 93px;
}

.header_magazine_full_screen.jl_headcus_06 .navigation_wrapper .jl_main_menu > li > a {
  height: 93px;
  line-height: 93px;
}

.header_magazine_full_screen.jl_headcus_06 .menu_wrapper {
  background-color: #0a1e48 !important;
  border-bottom: 0px solid #f0f0f0 !important;
}

.header_magazine_full_screen.jl_headcus_06 .navigation_wrapper .jl_main_menu > li > a,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i {
  color: #fff !important;
}

.header_magazine_full_screen.jl_headcus_06 .search_header_menu i:hover,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i:hover,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i:hover {
  color: #fff !important;
}

.header_magazine_full_screen.jl_headcus_06 .logo_link img {
  max-width: 220px;
  max-height: 35px;
}

/*-------------------------------------------------------------------------------------
Header full screen
-------------------------------------------------------------------------------------*/
.header_magazine_full_screen .logo_small_wrapper_table {
  display: table;
  padding: 0;
  height: 60px;
  float: left;
  width: auto;
  margin-right: 0px;
  margin-left: 0px !important;
  position: relative;
  z-index: 33;
}

.header_magazine_full_screen.menu_grid12 .logo_small_wrapper_table {
  margin-left: 0px !important;
  position: relative;
  z-index: 2;
}

.header_magazine_full_screen .logo_small_wrapper_table .logo_small_wrapper {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}

.full_screen_slider_home_height_menu.header_magazine_full_screen .menu_wrapper {
  border-top: 0px solid #e4e4e4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

.jl_home_full_screen_height .header_magazine_full_screen.dark_header_menu .menu_wrapper,
.header_magazine_full_screen .menu_wrapper {
  background-color: #fff !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.header_magazine_full_screen .logo_link {
  margin: 0;
  display: inline-block;
}

.header_magazine_full_screen .logo_link img {
  max-height: 30px;
  max-width: 120px;
}

.header_magazine_full_screen .main-menu {
  float: left;
  position: static;
}

.header_magazine_full_screen .search_header_menu {
  height: 60px;
}

.header_magazine_full_screen .search_header_wrapper {
  margin-top: 0px;
  height: 100px;
  line-height: 100px !important;
}

.header_magazine_full_screen .menu_mobile_icons {
  margin-top: 0px;
  height: 100px;
  line-height: 100px !important;
}

.header_magazine_full_screen .search_header_menu i {
  font-size: 15px;
  color: #000;
  height: 60px;
  line-height: 60px;
  float: left;
}

.search_header_menu i:hover {
  color: #000 !important;
}

.header_magazine_full_screen .search_header_menu i:hover {
  color: #000 !important;
}

.menu_mobile_icons.mobile_close_icons.closed_menu i,
.search_header_wrapper.search_form_menu_personal_click.search_close_btn_pop i {
  color: #000 !important;
}

.header_magazine_full_screen .search_form_menu_personal {
  top: 15px;
}

/*-------------------------------------------------------------------------------------
Header Magazine style
-------------------------------------------------------------------------------------*/
.jl_header_magazine_style .header_top_bar_wrapper .row {
  margin-bottom: 0px;
}

.jl_header_magazine_style .header_top_bar_wrapper .navigation_wrapper {
  width: auto;
}

.jl_header_magazine_style .navigation_wrapper > ul > li {
  float: left;
}

.jl_header_magazine_style.two_header_top_style.jl_cus_top_share .header_top_bar_wrapper {
  background: #141414;
}

.jl_header_magazine_style.two_header_top_style .navigation_wrapper > ul {
  margin-left: 0px !important;
}

.header_layout_style3_custom.jl_cusdate_head.jl_header_magazine_style.two_header_top_style .search_header_menu {
  margin-right: 15px;
}

.jl_header_magazine_style.two_header_top_style .search_header_menu {
  width: auto;
  margin-right: 0px;
}

.jl_header_magazine_style.two_header_top_style .menu_mobile_icons {
  margin-left: 5px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05) !important;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
}

.jl_header_magazine_style.two_header_top_style .menu_mobile_icons:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.jl_header_magazine_style.two_header_top_style .menu_mobile_icons i {
  font-size: 15px;
  line-height: 40px;
  width: 40px;
}

.jl_header_magazine_style.two_header_top_style .search_header_wrapper {
  margin-right: 0px;
  margin-left: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  float: right;
  background: rgba(0, 0, 0, 0.05) !important;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
}

.jl_header_magazine_style.two_header_top_style .search_header_wrapper:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.jl_header_magazine_style.two_header_top_style .search_header_wrapper i {
  font-size: 16px;
  line-height: 40px;
  width: 40px;
}

.jl_header_magazine_style.two_header_top_style .social_icon_header_top {
  padding: 0px;
  margin: 0px;
  float: right;
  line-height: 1.2;
  margin-top: 0px;
}

.jl_header_magazine_style.two_header_top_style .social_icon_header_top li {
  list-style: none;
  float: left;
  margin-left: 5px;
  line-height: 1.2;
}

.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a img {
  max-width: 60%;
}

.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a {
  background: rgba(0, 0, 0, 0.05) !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
}

.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a i {
  font-size: 15px;
}

.jl_header_magazine_style .navigation_wrapper {
  width: auto;
}

.jl_header_magazine_style .header_main_wrapper.header_style_3_opt {
  padding: 25px 0px 25px 0px;
}

.jl_header_magazine_style.header_layout_style3_custom .logo_position_table {
  float: left;
}

.jl_header_magazine_style.header_layout_style3_custom .logo_position_table .logo_link {
  float: left;
  height: 80px;
  line-height: 80px;
}

.jl_header_magazine_style.header_layout_style3_custom .logo_position_table .logo_link img {
  max-height: 30px;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > ul,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > .sub-menu {
  margin-left: 0px !important;
}

.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
  border-top: 0px solid #eee;
  border-bottom: 1px solid #eee;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
}

.jl_header_magazine_style.header_layout_style3_custom #jl_top_menu > li > a {
  letter-spacing: 0em;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a {
  padding: 0px;
  height: 70px;
  line-height: 70px;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  letter-spacing: -0.03em;
}

.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a:hover,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li:hover > a {
  color: #000;
}

.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li > a > span {
  position: absolute;
  width: 0;
  height: 0px;
  display: block;
  bottom: 15px;
  right: 0;
  background: #fff;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
}

.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li:hover > a > span {
  width: 100%;
  left: 0;
  background: #fff;
}

.jl_header_magazine_style.header_layout_style3_custom .logo_small_wrapper_table {
  display: table;
  padding: 0;
  height: 70px;
  float: left;
  width: auto;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.jl_header_magazine_style.header_layout_style3_custom .logo_small_wrapper_table .logo_small_wrapper {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}

.jl_header_magazine_style.header_layout_style3_custom .logo_small_wrapper_table .logo_small_wrapper a {
  margin: 0;
  display: inline-block;
}

.jl_header_magazine_style.header_layout_style3_custom .logo_small_wrapper_table .logo_small_wrapper a img {
  max-height: 35px;
}

.jl_header_magazine_style .jl_ads_header_pos {
  float: right;
  width: 70%;
}

.jl_header_magazine_style .jl_ads_header_pos .ads300x250-thumb {
  text-align: right;
}

.jl_header_magazine_style .jl_ads_header_pos .widget {
  margin-bottom: 0px;
}

.jl_header_magazine_style .logo_link {
  float: left;
}

.jl_header_magazine_style .navigation_wrapper {
  width: 100%;
}

.jl_main_menu > .megamenu {
  position: initial !important;
}

.jl_main_menu .sub-menu.menu_post_feature {
  width: 100% !important;
  float: left;
  position: absolute;
  left: 0px;
}

.jl_main_menu .sub-menu.menu_post_feature > li {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px !important;
}

.jl_main_menu .recent_post_large_widget .recent_list_item_number_left {
  display: none;
}

.jl_main_menu .recent_post_large_widget .wrap_box_style_main .title_content_wrapper {
  border-left: 0px solid #000;
  padding-left: 0px;
  margin-left: 0px;
  float: left;
  max-width: 100%;
  margin-top: 0px;
}

.jl_main_menu .home_page_front_view {
  display: none;
}

/*-------------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------------*/
.header-top-right ul {
  margin: 0px;
  float: right;
}

.header-top-left h1 {
  line-height: 0px;
  margin-bottom: 0px;
}

.header-top-left .widget {
  margin-bottom: 0px !important;
  float: inherit;
}

.header-top-right ul.menu-top li {
  height: 40px;
  line-height: 40px;
  border-top: 3px solid transparent;
  list-style: none;
  margin: 0 5px;
  display: inline-block;
  color: #FFF;
}

.header-top-right ul.menu-top li.current_page_item {
  border-top: 3px solid #fff;
}

.header-top-right ul.menu-top li a {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
}

.header-wraper .main_menu {
  float: right;
  z-index: 998;
  position: relative;
}

.header-main-position {
  position: relative;
}

.header-wraper .menu-position {
  position: static;
}

.header-wraper .main_menu .grid_8 {
  width: 882px;
  margin: 0px;
}

.header-wraper .main_menu .grid_4 {
  width: 200px;
  margin: 0px;
}

.header_top_wrapper {
  background: #000000;
  float: left;
  width: 100%;
}

.header_top_wrapper .row {
  padding: 0px 7px;
}

.header_top_wrapper .row,
.news_ticker_wrapper .row,
.header_top_wrapper form,
.header_top_wrapper p {
  margin-bottom: 0px;
}

.header-wraper {
  float: left;
  width: 100%;
  z-index: 999;
  position: relative;
}

.header_main_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

.header_layout_style3_custom.top_bar_menu_black .header_main_wrapper {
  background: #36ffe7;
}

.header_main_wrapper .logo_link img {
  max-width: 200px;
}

.header_magazine_style .header_main_wrapper img {
  width: auto !important;
}

.header_main_wrapper .row,
.header_main_wrapper img {
  margin-bottom: 0px;
}

.menu_wrapper {
  float: left;
  width: 100%;
  z-index: 9999;
  margin-bottom: -1px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.body_wraper_box .menu_wrapper {
  max-width: 1150px;
}

.sticky-wrapper {
  clear: both;
}

.menu_wrapper .row {
  margin-bottom: 0px;
}

.row {
  margin-bottom: 40px;
}

.body_wraper_box {
  background: #FFF;
  width: 100%;
  max-width: 1150px;
  min-width: 300px;
  margin: 0 auto;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #F0420B;
}

#progressBar {
  width: 100%;
  background: #EDEDED;
}

.full_width_caption_with_post_format .single_post_share_icon_post_top {
  margin-bottom: 25px !important;
}

/*-------------------------------------------------------------------------------------
Header layout 6
-------------------------------------------------------------------------------------*/
.header_layout_black_custom .header_top_main_wrapper {
  background: #000 !important;
}

.header_layout_black_custom .header_main_wrapper {
  background: #fff !important;
}

.header_layout_black_custom .menu_wrapper {
  border-bottom: 0px !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03) !important;
}

.header_layout_black_custom .search_form_menu_click {
  margin-top: 4px !important;
}

/*-------------------------------------------------------------------------------------
category header
-------------------------------------------------------------------------------------*/
.cat_header_wrapper {
  overflow: hidden;
  float: left;
  width: 100%;
}

.cat_header_wrapper .meta-category-small {
  position: absolute;
  margin: 0px !important;
  top: 15px;
  left: 15px;
  width: 100%;
  line-height: 1.2;
}

.cat_header_wrapper .meta-category-small a {
  font-weight: 400 !important;
  letter-spacing: 0em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 5px 10px 5px;
  color: #fff;
}

.cat_header_wrapper .auto_image_with_date .post-date {
  color: #fff !important;
}

.large_main_image_row .popular-item-date,
.small_main_image_row .popular-item-date {
  float: left;
  margin-top: 3px;
}

.category_header_post_2col_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row .category_header_post_2col_wrapper.slider_for_menu_box {
  margin-top: 30px;
}

.category_header_post_2col_wrapper .row {
  margin-bottom: 0px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row {
  float: left;
  width: 65%;
  height: 440px;
  position: relative;
  background: #ececec;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row h2 a {
  font-size: 29px;
}

.category_header_post_2col_wrapper .featured_thumbnail_link {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: #000;
  opacity: 0;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row {
  float: left;
  width: 35%;
  height: 220px;
  position: relative;
  border-right: 0px solid #fff;
  background: #ececec;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row h2 a {
  font-size: 18px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row h2 a:hover,
.category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row h2 a:hover {
  opacity: 0.7;
}

.category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row.small_main_image_margin {
  border-bottom: 5px solid #fff;
}

.category_header_post_2col_item:last-child {
  border-right: 0px solid #fff !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category_header_post_2col_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 170%);
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .meta-category-small {
  margin-bottom: 10px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .meta-category-small a {
  margin: 0px !important;
  margin-right: 5px !important;
  background: #000;
  line-height: 10px;
  padding: 5px 10px 5px;
  font-size: 10px !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  border-radius: 100px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .meta-category-small a:hover {
  color: #fff !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2 {
  float: left;
  width: 100%;
  margin: 0px;
  line-height: 0px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2 a {
  color: #fff !important;
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: 500;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2 a:hover {
  color: #fff !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h2 a:hover,
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a:hover {
  color: #fff !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date,
.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date .post-author {
  margin-right: 10px;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a {
  font-weight: 500;
  color: #fff !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date a:hover {
  float: none !important;
  text-decoration: none !important;
}

.category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption .popular-item-date i {
  margin-right: 5px;
}

/*grid 2 category*/
.category_header_post_2col_item.grid_2col_display_post.large_main_image_row {
  width: 50% !important;
  height: 400px !important;
}

.category_header_post_2col_item.grid_2col_display_post.small_main_image_row {
  width: 50% !important;
  height: 400px !important;
}

.category_header_post_2col_item.grid_2col_display_post h2 a {
  font-size: 25px !important;
}

.category_header_post_2col_item.grid_2col_display_post .category-item-caption {
  padding: 20px;
}

/*grid 3 category*/
.category_header_post_2col_item.grid_3col_display_post.grid_class_name_count_1 .category-item-caption {
  padding: 20px;
}

/*grid 4 category*/
.category_header_post_2col_item.grid_4col_display_post.large_main_image_row {
  width: 50% !important;
  border-right: 0px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.category_header_post_2col_item.grid_4col_display_post.small_main_image_row {
  width: 25% !important;
  border-bottom: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
}

.category_header_post_2col_item.grid_4col_display_post.small_main_image_row.grid_class_name_count_4 {
  width: 50% !important;
}

.category_header_post_2col_item.grid_4col_display_post .category-item-caption {
  padding: 0 20px;
}

.category_header_post_2col_item.grid_4col_display_post.grid_class_name_count_1 .category-item-caption {
  padding: 0 60px;
}

/*grid 5 category*/
.category_header_post_2col_item.grid_5col_display_post.large_main_image_row {
  width: 50% !important;
  border-right: 0px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

.category_header_post_2col_item.grid_5col_display_post.small_main_image_row {
  width: 25% !important;
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
}

.category_header_post_2col_item.grid_5col_display_post.grid_class_name_count_1 .category-item-caption {
  padding: 20px;
}

/*grid 6 category*/
.category_header_post_2col_item.grid_6col_display_post.large_main_image_row.grid_class_name_count_1,
.category_header_post_2col_item.grid_6col_display_post.small_main_image_row.grid_class_name_count_2 {
  width: 50% !important;
  height: 350px !important;
  border-right: 0px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

.category_header_post_2col_item.grid_6col_display_post.small_main_image_row {
  width: 25% !important;
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
}

.category_header_post_2col_item.grid_6col_display_post.grid_class_name_count_2 h2 a {
  font-size: 23px !important;
}

.category_header_post_2col_item.grid_6col_display_post.small_main_image_row.grid_class_name_count_3 {
  border-left: 0px !important;
}

.category_header_post_2col_item.grid_6col_display_post.grid_class_name_count_1 .category-item-caption,
.category_header_post_2col_item.grid_6col_display_post.grid_class_name_count_2 .category-item-caption {
  padding: 0 60px;
}

/*grid 8 category*/
.category_header_post_2col_item.grid_8col_display_post.large_main_image_row.grid_class_name_count_1 {
  border-right: 0px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  height: 255px !important;
}

.category_header_post_2col_item.grid_8col_display_post.small_main_image_row,
.category_header_post_2col_item.grid_8col_display_post.large_main_image_row.grid_class_name_count_1 {
  width: 25% !important;
  border-bottom: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
}

.category_header_post_2col_item.grid_8col_display_post.grid_class_name_count_1 h2 a {
  font-size: 18px !important;
}

/*grid 3 style 1 category*/
.category_header_post_2col_item.grid_3col_style1_display_post.large_main_image_row {
  width: 33.33333333% !important;
  height: 450px !important;
  border-right: 0px solid #fff !important;
  border-bottom: 0px solid #fff !important;
}

.category_header_post_2col_item.grid_3col_style1_display_post.small_main_image_row {
  width: 33.33333333% !important;
  height: 450px !important;
  border-bottom: 0px solid #fff !important;
  border-left: 0px solid #fff !important;
}

.category_header_post_2col_item.grid_3col_style1_display_post h2 a {
  font-size: 20px !important;
}

/*grid 3 style 2 category*/
.category_header_post_2col_item.grid_3col_style2_display_post.large_main_image_row {
  width: 46% !important;
  height: 450px !important;
  border-right: 0px solid #fff !important;
  border-bottom: 0px solid #fff !important;
}

.category_header_post_2col_item.grid_3col_style2_display_post.small_main_image_row {
  width: 27% !important;
  height: 450px !important;
  border-bottom: 0px solid #fff !important;
  border-left: 1px solid #fff !important;
}

.category_header_post_2col_item.grid_3col_style2_display_post.grid_class_name_count_1 .category-item-caption {
  padding: 0 60px;
}

/*grid 4 style 1 category*/
.category_header_post_2col_item.grid_4col_style1_display_post.large_main_image_row {
  width: 25% !important;
  height: 450px !important;
  border-right: 0px solid #fff !important;
  border-bottom: 0px solid #fff !important;
}

.category_header_post_2col_item.grid_4col_style1_display_post.small_main_image_row {
  width: 25% !important;
  height: 450px !important;
}

.category_header_post_2col_item.grid_4col_style1_display_post h2 a {
  font-size: 18px !important;
}

/*-------------------------------------------------------------------------------------
3 Grid post style
-------------------------------------------------------------------------------------*/
.show3_post_col_home {
  background: none !important;
}

.show3_post_col_home .grid4_home_post_display .box {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.show3_post_col_home #content_masonry {
  margin: 0px -15px 0px -15px;
}

.show3_post_col_home .grid4_home_post_display .blog_grid_post_style .image-post-title {
  font-size: 20px;
  text-align: left;
  padding: 0px 30px;
  margin-top: 23px;
}

.show3_post_col_home .grid4_home_post_display .image-post-thumb {
  margin-bottom: 0px !important;
}

.show3_post_col_home .grid4_home_post_display .box {
  margin-bottom: 40px !important;
}

/*-------------------------------------------------------------------------------------
4 Grid post style
-------------------------------------------------------------------------------------*/
.container_grid4_home {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.grid4_home_post_display {
  padding: 0px;
}

.grid4_home_post_display .blog_grid_post_style .image-post-title {
  font-size: 20px;
}

.grid4_home_post_display .box {
  margin-bottom: 30px !important;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
}

/*-------------------------------------------------------------------------------------
5 Grid post style
-------------------------------------------------------------------------------------*/
.container_grid5_home {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.grid5_home_post_display {
  padding: 0px;
}

.grid5_home_post_display .container {
  max-width: 100%;
}

.grid5_home_post_display .row {
  padding: 0px;
  margin: 0px;
}

.grid5_home_post_display .col-md-12 {
  padding: 0px;
  margin: 0px;
}

.grid5_home_post_display #content_masonry {
  padding: 0px;
  margin: 0px;
}

.grid5_home_post_display .blog_grid_post_style .image-post-title {
  font-size: 21px;
}

.grid5_home_post_display .box {
  margin-bottom: 30px !important;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0px;
  padding-left: 0px;
}

.container_grid4_home .box .post-entry-content,
.container_grid4_home .box .post-entry-content-wrapper,
.container_grid4_home .box .post-meta-bot,
.container_grid4_home .box .post-meta-bot-in {
  background: none !important;
}

.container_grid4_home .box .post-entry-content {
  padding: 10px 0px 0px 0px;
}

.container_grid4_home .box .image-post-thumb > a > img {
  border-radius: 0px;
}

.container_grid4_home .post_grid_content_wrapper {
  background: #fff;
  float: left;
  width: 100%;
  position: relative;
}

.container_grid4_home .post_grid_content_wrapper .preview_wrapper_icons {
  top: -12px;
}

.container_grid4_home .box .image-post-title {
  padding: 0px !important;
  text-align: left;
  margin-top: 10px !important;
}

.container_grid4_home .box .reactions_img_wrapper {
  display: none;
}

.container_grid4_home .box .meta-category-small {
  text-align: left;
}

.grid4_home_post_display .box .background_quote_image {
  background-position: center center;
  background-size: cover;
}

.grid4_home_post_display .box.grid_4col {
  width: 270px;
}

/*-------------------------------------------------------------------------------------
home grid overlay 4 col
-------------------------------------------------------------------------------------*/
.jl_4col_overlay {
  max-width: 100%;
  padding: 0px !important;
}

.jl_4col_overlay .box.jl_post_overlay_center {
  width: 25%;
  padding: 0px !important;
  margin: 0px !important;
}

.jl_4col_overlay .row {
  margin: 0px;
}

.jl_4col_overlay .col-md-12.grid-sidebar {
  padding: 0px;
}

.jl_4col_overlay .pagination-more div a {
  width: 100%;
}

.jl_4col_overlay #content_masonry {
  margin: 0px !important;
}

#sidebar table thead {
  background: #2f88d6;
}

.mainpost_with_list_widget.jl_dark_main_list {
  background: #f5f5f5;
}

.mainpost_with_list_widget.jl_dark_main_list .blog_grid_post_style .post-entry-content {
  padding: 10px 20px;
}

.mainpost_with_list_widget.jl_dark_main_list .feature-post-list {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.mainpost_with_list_widget.jl_dark_main_list .feature-post-list li {
  padding: 0px 20px;
}

.mainpost_with_list_widget.jl_dark_main_list .image-post-title a,
.mainpost_with_list_widget.jl_dark_main_list .item-details h3 a {
  color: #000;
}

.mainpost_with_list_widget.jl_dark_main_list .blog_grid_post_style .post-entry-content .post-meta.meta-main-img a:hover,
.mainpost_with_list_widget.jl_dark_main_list .post-meta.meta-main-img a,
.mainpost_with_list_widget.jl_dark_main_list .post-meta.meta-main-img a:hover {
  color: #989898 !important;
}

.mainpost_with_list_widget,
.mainpost_with_list_widget .blog_grid_post_style,
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img {
  float: left;
  width: 100%;
}

.mainpost_with_list_widget .meta-category-small a {
  color: #fff !important;
}

.mainpost_with_list_widget .blog_grid_post_style {
  margin-bottom: 10px;
}

.mainpost_with_list_widget .image-post-title a {
  font-size: 22px;
  float: left;
}

.mainpost_with_list_widget .blog_grid_post_style .content_post_grid {
  padding: 0px;
}

.mainpost_with_list_widget .blog_grid_post_style .content_post_grid p {
  text-align: left;
}

.mainpost_with_list_widget .image-post-thumb {
  margin-bottom: 20px !important;
}

.mainpost_with_list_widget .image-post-thumb .jl_post_type_icon {
  z-index: 1 !important;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content {
  padding: 0px 0px 12px 0px;
  margin-bottom: 5px !important;
  text-align: left;
  position: relative;
  margin: 0px;
  border-bottom: 0px solid #e4e4e4;
}

.mainpost_with_list_widget .blog_grid_post_style .content_post_grid {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .meta-category-small a {
  height: 18px;
  margin-top: 5px;
  line-height: 18px;
  font-size: 10px;
  position: relative;
  color: #222;
  background: #E6E6E6;
  display: inline-block;
  padding: 0px 5px;
  margin-right: 2px;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-radius: 1px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img {
  margin-top: 15px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img,
.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img a {
  color: #444;
  font-size: 11px !important;
  text-transform: capitalize;
  line-height: 1.2;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img a {
  text-transform: uppercase;
  text-decoration: none !important;
  float: none !important;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img a:hover {
  color: #000 !important;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img .post-author {
  margin-right: 10px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .post-meta.meta-main-img span i {
  margin-right: 5px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .love_post_view_single {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 13px;
}

.mainpost_with_list_widget .blog_grid_post_style .post-entry-content .love_post_view_single i {
  margin-right: 3px;
}

.blog_grid_post_style .large_continue_reading {
  margin: 15px 0px 0px 0px !important;
}

.main_grid_3col_post_below_wrapper {
  float: left;
  width: 100%;
}

.main_grid_3col_post_below_wrapper .cat_post_nav {
  margin-top: -35px !important;
  position: relative;
}

.main_full_3_col_post_row {
  margin-top: 30px !important;
}

.main_full_3_col_post {
  float: left;
}

.main_full_3_col_post .post-entry-content {
  padding: 0px !important;
  margin-bottom: 25px !important;
}

.main_full_3_col_post .post-entry-content .image-post-title {
  font-size: 15px !important;
  margin-bottom: 0px !important;
}

.main_full_3_col_post .post-entry-content .meta-category-small {
  margin-top: 15px !important;
}

.post_list_widget li {
  position: relative;
}

.post_list_widget .recent_list_item_number {
  background: #ff4200;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  margin-top: -20px;
  position: absolute;
  top: 16%;
  left: -10px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 99;
  border-radius: 100px;
}

.jl_border_radius .feature-image-link.image_post {
  overflow: hidden;
  border-radius: 5px;
}

.feature-image-link.image_post {
  width: 100px;
  position: relative !important;
  display: block;
  float: right;
}

.jl_radius .feature-image-link.image_post .jl_small_list_num {
  border-radius: 10px 0px 0px 0px;
}

.feature-image-link.image_post .jl_small_list_num {
  position: absolute;
  top: 0%;
  left: 0%;
  background: #f84126;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.feature-image-link.image_post .background_over_image:before,
.feature-image-link.image_post .background_over_image:after {
  display: none;
}

.jl_radius .feature-image-link.image_post img {
  border-radius: 10px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-image-link.image_post img {
  transition: all 0.4s ease 0s;
}

.feature-image-link.image_post .overlay_icons {
  color: #FFF;
  font-size: 15px !important;
  left: 50%;
  margin-left: -10px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.feature-image-link.image_post:hover .overlay_icons {
  margin-top: -4px;
  opacity: 0;
}

.feature-image-link.image_post .alignnone {
  margin: 0px !important;
}

.feature-post-list li {
  list-style: none;
  margin-bottom: 30px;
  padding-bottom: 0px;
  float: left;
  width: 100%;
  border-bottom: 0px solid #e4e4e4;
}

.feature-post-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #e4e4e4;
}

.post_list_widget ul,
.feature-post-list {
  padding: 0px;
  margin-bottom: 0px;
}

.feature-item img {
  width: 100%;
}

.feature-post-list .item-details {
  position: relative;
  margin-right: 120px;
  top: 0px;
}

.feature-post-list .item-details p {
  margin-bottom: 0px;
}

#tab3 .feature-post-list .item-details,
.comment_widget .feature-post-list .item-details {
  margin-left: 105px;
}

.feature-post-list-number .item-details {
  position: relative;
  margin-left: 85px;
  top: 0px;
}

.feature-post-list .item-details .meta-category-small {
  margin-bottom: 10px;
}

.feature-post-list .item-details .meta-category-small a {
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  margin-bottom: 1px;
  border-radius: 5px;
}

.feature-post-list .item-details h3 {
  margin: 0px 0px 10px 0px !important;
  text-transform: capitalize;
  float: left;
  width: 100%;
}

.feature-post-list .item-details h3 a {
  font-size: 16px;
}

.feature-post-list .item-details .post-meta {
  float: left;
  width: 100%;
  line-height: 1.2;
}

footer .feature-post-list .item-details h3 {
  margin-bottom: 5px;
}

footer .feature-post-list .item-details .post-meta,
footer .feature-post-list .item-details .post-meta a {
  color: #444;
}

.feature-post-list .item-details .post-meta,
.feature-post-list .item-details .post-meta a {
  color: #555;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.auto_image_with_date .post-date {
  margin-top: 0px;
  float: left;
  margin-left: 0px;
  text-transform: capitalize;
  color: #818181;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-right: 10px;
  font-size: 12px;
}

.feature-post-list .item-details .post-meta a:hover {
  text-decoration: none !important;
  float: none !important;
  color: #000 !important;
}

.feature-post-list .item-details .post-meta a {
  font-weight: 700;
}

.feature-post-list .item-details .post-meta .post-author {
  margin-right: 10px;
}

.feature-post-list .item-details .post-meta i {
  margin-right: 5px;
}

.feature-post-list .feature-post-title,
.box-1 .inside h3 {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0px !important;
}

.jl_recent_post_number .meta-category-small-text {
  float: left;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}

.jl_recent_post_number .meta-category-small-text a {
  font-size: 12px;
  margin-right: 10px;
  text-transform: capitalize;
  letter-spacing: 0em;
  font-weight: 400;
  float: left;
}

.jl_recent_post_number .meta-category-small-text a:hover {
  text-decoration: none !important;
}

.jl_recent_post_number .meta-category-small-text a:after {
  content: " ,";
}

.jl_recent_post_number .meta-category-small-text a:last-child:after {
  content: "";
}

.jl_recent_post_number {
  float: left;
  width: 100%;
}

.jl_recent_post_number > li {
  float: left;
  width: 100%;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.jl_recent_post_number > li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px !important;
}

.jl_recent_post_number > li .jl_list_bg_num {
  position: absolute;
  z-index: 1;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.2;
  top: -25px;
  right: 0px;
  color: #f5f5f5;
}

.jl_recent_post_number > li .item-details {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}

.jl_recent_post_number .meta-category-small {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.jl_recent_post_number .meta-category-small a {
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.jl_recent_post_number .feature-post-title {
  font-size: 17px;
  margin-top: 0px !important;
  float: left;
  width: 100%;
}

.jl_recent_post_number .feature-post-title a {
  font-size: 17px !important;
}

.jl_recent_post_number .post-meta {
  float: left;
  width: 100%;
}

.jl_recent_post_number .post-meta .post-date i {
  margin-right: 5px;
}

/*-------------------------------------------------------------------------------------
Grid post widget
-------------------------------------------------------------------------------------*/
.recent-grid-post-widget {
  float: left;
  width: 100%;
  padding: 0px;
}

.widget.post_grid_widget {
  padding-bottom: 20px !important;
}

.post_grid_widget .widget_container {
  padding-bottom: 0px !important;
}

.recent-grid-post-widget .grid_post_wrapper {
  list-style: none;
  float: left;
  width: 50%;
}

.recent-grid-post-widget .grid_post_wrapper h3 {
  font-size: 15px;
  line-height: 1.2;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.recent-grid-post-widget .grid_post_wrapper .post-meta {
  color: #444;
  font-size: 12px !important;
  text-transform: capitalize;
  font-style: italic;
}

.recent-grid-post-widget .grid_post_wrapper .post-meta i {
  margin-right: 5px;
}

.recent-grid-post-widget .grid_post_wrapper.last_grid {
  padding-left: 10px;
  padding-right: 0px;
}

.recent-grid-post-widget .grid_post_wrapper .recent-grid-post {
  position: relative;
  float: left;
  overflow: hidden;
}

.jl_radius .recent-grid-post-widget .grid_post_wrapper .recent-grid-post {
  border-radius: 10px;
  overflow: hidden;
}

.recent-grid-post-widget .grid_post_wrapper .recent-grid-post > img {
  width: 100%;
}

.recent-grid-post-widget .grid_post_wrapper .recent-grid-post > img,
.blog-list-padding .image-post-thumb a > img {
  transition: all 0.4s ease 0s;
}

.recent-grid-post-widget .grid_post_wrapper .overlay_icons,
.blog-list-padding .image-post-thumb .overlay_icons {
  color: #FFF;
  font-size: 15px !important;
  left: 50%;
  margin-left: -10px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.recent-grid-post-widget .featured-thumbnail:hover .overlay_icons,
.blog-list-padding .image-post-thumb:hover .overlay_icons {
  margin-top: -4px;
  opacity: 0;
}

.email_subscribe_box {
  padding: 5px !important;
  background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px) !important;
  background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px) !important;
  background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px) !important;
}

.email_subscribe_box_wrapper {
  background: #fff;
  padding: 25px !important;
}

.email_subscribe_box h2 {
  font-size: 18px;
  color: #222;
  line-height: 1.2;
  margin-top: -2px;
  letter-spacing: 0.03em;
}

.email_subscribe_box p {
  margin-bottom: 15px;
}

.email_subscribe_box .text {
  width: 100%;
  display: block;
  background: #fff;
  padding: 0 15px 0 15px;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  outline: none;
}

.email_subscribe_box .buttons {
  width: 100%;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 38px;
  height: 37px;
  border: 0px;
  padding: 0px;
  background: #222;
  transition: all ease-out 0.3s;
}

.email_subscribe_box .buttons:focus {
  outline: none;
}

.email_subscribe_box .buttons:hover {
  background: #ff4200;
}

.cfs_from_wrapper {
  position: relative;
  z-index: 1;
  padding: 0px;
}

.cfs_from_container {
  padding: 35px;
  float: left;
  width: 100%;
}

.cfs_from_wrapper p {
  margin-bottom: 0px;
  padding: 0px;
}

.cfs_from_wrapper,
.cfs_from_wrapper .cfs_form_title,
.cfs_from_wrapper .cfs_email_text,
.cfs_from_wrapper .cfs_submit,
.cfs_from_wrapper .cfs_label_message {
  float: left;
  width: 100%;
}

.cfs_from_wrapper .cfs_form_title {
  font-size: 25px;
  line-height: 1.2;
  color: #000;
  font-weight: 800 !important;
  letter-spacing: 0px;
  text-align: center;
  letter-spacing: -0.025em;
  border-radius: 5px;
  margin-bottom: 15px;
}

.cfs_from_wrapper .cfs_email_text input {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #dedddd;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
}

.cfs_from_wrapper .cfs_email_text input::-webkit-input-placeholder {
  color: #a5a5a5;
}

.cfs_from_wrapper .cfs_email_text input::-moz-placeholder {
  color: #a5a5a5;
}

.cfs_from_wrapper .cfs_email_text input:-ms-input-placeholder {
  color: #a5a5a5;
}

.cfs_from_wrapper .cfs_email_text input:-moz-placeholder {
  color: #a5a5a5;
}

.cfs_from_wrapper .cfs_email_text input:focus {
  outline: none;
}

.cfs_from_wrapper .cfs_submit input {
  float: left;
  width: 100%;
  background: #e93b2e;
  color: #fff;
  border: 0px;
  height: 40px;
  padding: 0px;
  line-height: 40px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  font-size: 13px;
}

.cfs_from_wrapper .cfs_submit input:active,
.cfs_from_wrapper .cfs_submit input:focus {
  outline: none;
}

.cfs_from_wrapper .cfs_label_message {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------
tag
-------------------------------------------------------------------------------------*/
.tagcloud {
  padding: 0;
  list-style: none;
}

footer .tagcloud a {
  color: #FFF;
}

.tagcloud a {
  float: left;
  margin: 0px 5px 5px 0px;
  font-size: 12px !important;
  color: #000;
  background: #f0f0f0;
  border: 1px solid #e2e2e2;
  padding: 0px 15px;
  height: 25px;
  line-height: 23px;
  transition: all 0.4s;
  text-transform: capitalize;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 5px;
}

.tagcloud a:hover,
.tag-cat a:hover {
  text-decoration: none !important;
  background: #ff4200;
  color: #FFF !important;
  border: 1px solid transparent;
}

/*-------------------------------------------------------------------------------------
Pagination
-------------------------------------------------------------------------------------*/
.jellywp_pagination {
  margin: 0px !important;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.jellywp_pagination ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.jellywp_pagination ul li {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.jellywp_pagination ul li a {
  font-size: 12px;
  margin-right: 5px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  float: left;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background: #000;
  color: #fff;
  border-radius: 100px;
}

.jellywp_pagination ul li span {
  font-size: 12px;
  margin-right: 5px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  float: left;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background: #ff4200;
  color: #fff;
  border-radius: 100px;
}

.jellywp_pagination ul li a:hover {
  text-decoration: none !important;
  background: #ff4200;
  color: #FFF;
}

.jelly-infinite-scroll {
  float: left;
  width: 100%;
  display: block !important;
  text-align: center;
}

.jelly-infinite-scroll a {
  position: relative;
  z-index: 2;
  padding: 7px 25px;
  width: 220px;
  max-width: 100%;
  line-height: 20px;
  border: 3px solid #ececec;
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.jelly-infinite-scroll a:hover,
.jelly-infinite-scroll a:focus {
  border: 3px solid #d8d8d8;
  text-decoration: none !important;
}

/*-------------------------------------------------------------------------------------
Author box
-------------------------------------------------------------------------------------*/
.main_title_col .auth {
  margin-top: 0px;
}

.main_title_col .auth .jl-author-link a {
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.main_title_col .auth .jl-author-link {
  margin-bottom: 10px;
}

.auth .author_postcount,
.auth .author_commentcount {
  background-color: #222;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #fff;
  margin-right: 2px;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
}

.auth .socialmedia span {
  text-align: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0px;
  border-radius: 3px;
}

.auth .socialmedia span a {
  display: block;
}

.auth .socialmedia span a i {
  color: #FFF;
  font-size: 13px;
}

.auth .socialmedia span.globe {
  background: #ff835e;
}

.auth .socialmedia span.facebook {
  background: #3b5999;
}

.auth .socialmedia span.twitter {
  background: #00aced;
}

.auth .socialmedia span.googleplus {
  background: #d61e1e;
}

.auth .author_avata img {
  position: relative;
  float: left;
  padding-right: 15px;
}

.auth {
  float: left;
  width: 100%;
  border-left: 0px;
  border-right: 0px;
  margin-top: 40px;
  padding: 25px 0px;
  border-top: 0px solid #f0f0f0;
  padding: 0px;
  border-radius: 10px;
}

.auth h5 {
  margin-bottom: 5px;
  margin: 0px;
}

.auth i {
  font-size: 20px;
}

.auth span {
  padding-right: 10px;
}

.auth p {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.auth .author-info {
  margin-bottom: 0px;
}

.auth .jl-author-link {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 1.2;
}

.auth .jl-author-link li {
  list-style: none;
  float: left;
  margin-right: 5px;
}

.auth .jl-author-link a {
  color: #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  border-radius: 100px;
}

.options_dark_skin .auth .jl-author-link a {
  color: #999;
}

.auth .jl-author-link a:hover {
  color: #000;
}

.auth .jl-author-link a i {
  font-size: 13px;
}

/*-------------------------------------------------------------------------------------
Author profile
-------------------------------------------------------------------------------------*/
.author-info {
  margin-bottom: 25px;
}

.author-info .author-avatar {
  float: left;
}

.author-info .author-description {
  margin-left: 140px;
}

.author-info .author-description h5 {
  font-size: 18px;
  text-transform: capitalize;
}

.author-info .author-description h2 {
  font-size: 25px;
}

.author-info img.avatar {
  margin: 0px;
  width: 120px !important;
  height: 120px !important;
  border-radius: 100px;
}

.author-description h2 {
  color: #656d78;
  line-height: 18px;
}

.auth .social-icons-list-widget {
  margin-top: 10px;
  text-align: left;
}

.auth .social-icons-list-widget li {
  float: left;
}

.auth .social-icons-list-widget a {
  color: #222;
  font-size: 12px;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
}

.auth .social-icons-list-widget a:hover {
  color: #ff4200;
}

.auth .social-icons-list-widget i {
  font-size: 15px;
}

.tag-cat i {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
}

.tag-cat .tag_title {
  background: #222 !important;
  color: #fff !important;
  letter-spacing: 0px;
}

.tag-cat a,
.tag-cat .tag_title {
  margin-top: 3px;
  background: #EAE9E9;
  line-height: 22px;
  height: 21px;
  float: left;
  margin-right: 3px;
  padding: 0px 10px;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.tag-cat a:hover {
  background: #ff4200;
  color: #FFF;
  padding: 0px 10px !important;
}

.single_post_tag_layout {
  float: left;
  padding: 0px;
  margin: 0px;
}

.single_post_tag_layout li {
  float: left;
  list-style: none;
}

.single_post_tag_layout li a:before {
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  content: "#";
  margin-right: 3px;
}

.single_post_tag_layout li a {
  color: #000 !important;
  padding: 0px 10px 0px 10px;
  border: 1px solid #e8e8e8;
  background: transparent;
  height: 25px;
  line-height: 24px;
  font-size: 10px !important;
  border-radius: 5px;
}

.single_post_tag_layout li a:hover {
  color: #000 !important;
  background: transparent !important;
  padding: 0px 10px 0px 10px !important;
  border: 1px solid #000 !important;
}

.single_tag_share .tag-cat a:hover {
  border: 0px;
}

.mashsb-buttons a:hover {
  text-decoration: none !important;
}

.single_tag_share {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 15px 0px 40px 0px;
}

.single_section_content .mashsb-count {
  font-family: inherit !important;
}

.single_section_content .counts.mashsbcount {
  color: #ff4200;
  font-family: inherit;
  letter-spacing: -3px;
  padding-top: 3px;
}

.single_section_content .mashsb-sharetext {
  font-family: inherit;
  color: #8A8C8E;
  font-weight: 400;
}

.single_tag_share .tag-cat {
  float: left;
  margin-top: 0px;
}

.single_tag_share .tag-cat a {
  margin-top: 1px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 12px;
}

/*-------------------------------------------------------------------------------------
Ads
-------------------------------------------------------------------------------------*/
.jl_ads_section {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -30px;
}

.jl_ads_section.jl_before_comment {
  margin-bottom: -25px;
  margin-top: 30px;
}

.jl_ads_section iframe,
.jl_ads_section .widget {
  margin-bottom: 0px !important;
}

.jl_ads_section p {
  margin-bottom: 0px;
}

.jl_ads_u_title {
  text-align: center;
  float: left;
  width: 100%;
}

.jl_ads_u_title.image_ads_bl {
  margin-top: 30px;
}

.jl_ads_u_title.image_ads_bl .widget_text.widget {
  margin-bottom: 0px !important;
}

/*-------------------------------------------------------------------------------------
Post nav
-------------------------------------------------------------------------------------*/
.single_post_arrow {
  width: 40px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  background-color: #f3f3f3;
  color: #000;
  position: relative;
  z-index: 99;
}

.postnav_left .single_post_arrow_content {
  float: left;
}

.postnav_right .single_post_arrow_content {
  float: right;
  text-align: right;
}

.postnav_left:hover .single_post_arrow_content {
  left: 40px;
  opacity: 1;
  visibility: visible;
}

.postnav_right:hover .single_post_arrow_content {
  right: 40px;
  opacity: 1;
  visibility: visible;
}

.single_post_arrow_content {
  top: 0;
  height: 100%;
  padding: 0px;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}

.single_post_arrow_content a {
  font-size: 17px;
}

span.nextpost {
  margin-left: 10px;
}

span.previouspost {
  margin-right: 10px;
}

.postnav_right > a {
  float: right;
}

.postnav_right {
  margin-bottom: 0px;
  margin-right: 0px;
  float: right;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 999;
  width: 40%;
}

#nextpost:hover {
  text-decoration: underline;
  color: #ff3400;
}

#nextpost:hover span {
  text-decoration: none !important;
}

#nextpost span {
  display: block;
  font-size: 11px;
}

.postnav_left > a {
  float: left;
}

.postnav_left {
  margin-bottom: 0px;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 999;
  margin-left: 0px;
  width: 40%;
}

#prepost:hover {
  text-decoration: underline;
  color: #ff3400;
}

#prepost:hover span {
  text-decoration: none !important;
}

#prepost span {
  display: block;
  font-size: 11px;
}

.single_post_arrow_content .nav_thumbnail_left {
  width: 100px;
  position: relative !important;
  display: block;
  float: left;
  overflow: hidden;
}

.jl_radius .single_post_arrow_content .nav_thumbnail_right,
.jl_radius .single_post_arrow_content .nav_thumbnail_left {
  border-radius: 10px;
}

.single_post_arrow_content #prepost {
  position: relative;
  margin-left: 0px;
  top: 5px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.single_post_arrow_content #prepost span,
.single_post_arrow_content #nextpost span {
  margin-top: 6px;
  font-weight: 300 !important;
  letter-spacing: 0.01em;
}

.single_post_arrow_content #prepost span,
.single_post_arrow_content #nextpost span,
.single_post_arrow_content #prepost a:hover span {
  color: #737373 !important;
}

.single_post_arrow_content #prepost:hover {
  text-decoration: none !important;
}

.single_post_arrow_content .nav_thumbnail_right {
  width: 100px;
  position: relative !important;
  display: block;
  float: right;
  overflow: hidden;
}

.single_post_arrow_content #nextpost {
  position: relative;
  margin-right: 0px;
  top: 5px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.03em;
}

.single_post_arrow_content #nextpost:hover {
  text-decoration: none !important;
}

.single_post_arrow_content .no_nav_img_post_left {
  margin-right: 0px !important;
}

.single_post_arrow_content .no_nav_img_post {
  margin-left: 0px !important;
}

/*-------------------------------------------------------------------------------------
Related post
-------------------------------------------------------------------------------------*/
.related-posts {
  border: 0px solid #f0f0f0;
  border-left: 0px;
  border-right: 0px;
  margin-top: -1px;
  float: left;
  width: 100%;
  padding: 40px 0px 0px 0px;
  position: relative;
}

.related-posts .single_related_post {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
  float: left;
  width: auto;
}

.related-posts .jl_related_feature_items {
  width: 50%;
  position: relative;
  float: left;
  margin-bottom: 30px;
  padding: 0px 15px;
}

body:not(.jl-has-sidebar) .related-posts .jl-post-title {
  font-size: 18px !important;
}

.related-posts h4 {
  color: #202020;
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 27px;
  margin: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.related-posts .jl_related_feature_items_in {
  float: left;
  width: 100%;
  position: relative;
}

.jl_related_feature_items .meta-category-small {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

.blog_large_post_style .related-posts .jl_related_feature_items .image-post-thumb {
  margin-bottom: 25px !important;
}

.jl_related_feature_items .post-entry-content {
  padding: 0px;
}

.jl_related_feature_items .post-entry-content .jl-post-title {
  margin-top: 0px;
}

.jl_related_feature_items .post-entry-content .jl_post_meta {
  margin-top: 15px;
}

.jl_related_feature_items .jl_post_type_icon {
  z-index: 1;
}

.jl_related_feature_items .jl_author_img_w a,
.jl_related_feature_items .jl_author_img_w a:hover,
.jl_related_feature_items .post-date {
  color: #818181;
}

.related-posts .image_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.related-posts .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.2 !important;
  background: #000 !important;
}

.related-posts .meta-category-small {
  margin: 0px !important;
  float: left;
  width: auto;
}

.related-posts .meta-category-small a {
  float: left !important;
  margin: 0px 5px 1px 0px !important;
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px !important;
  border-radius: 100px;
}

.related-posts .post-meta {
  float: left;
  width: auto !important;
  margin-bottom: 0px !important;
  margin-top: 3px;
}

.related-posts .post-meta span {
  margin-right: 0px !important;
}

.related-posts .post-meta span:last-child {
  display: none !important;
}

.related-posts .jl-post-title {
  margin-bottom: 0px !important;
  font-size: 22px !important;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.related-posts .content_post_grid {
  margin-bottom: 0px;
  margin-top: 13px;
}

.related-posts .content_post_grid p {
  font-size: 15px;
  line-height: 1.5;
}

.blog_large_post_style .related-posts .image-post-thumb {
  margin-bottom: 25px !important;
}

.jl_radius .blog_large_post_style .related-posts .image-post-thumb a {
  border-radius: 10px;
  overflow: hidden;
}

.blog_large_post_style .related-posts .image-post-thumb a,
.blog_large_post_style .related-posts .image-post-thumb img {
  float: left;
  width: 100% !important;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-posts .jl_captions_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  padding: 30px;
  width: 100%;
}

.related-posts .jl_captions_overlay h5 {
  font-size: 20px;
  margin-bottom: 0px;
}

.related-posts .jl_captions_overlay h5 a {
  color: #fff !important;
}

.related-posts .jl_captions_overlay h5 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.related-posts .jl_captions_overlay .post-meta {
  color: #fff !important;
  font-size: 11px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  line-height: 1.2;
  margin-top: 10px;
}

.related-posts .jl_captions_overlay .post-meta span {
  color: #fff !important;
}

.related-posts .jl_captions_overlay .post-meta a {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.related-posts .jl_captions_overlay .post-meta i {
  margin-right: 5px;
}

.no_feature_image_post_small_grid {
  height: 13px;
  width: 100%;
  float: left;
}

.no_feature_image_post_medium_grid {
  height: 0px;
  width: 100%;
  float: left;
}

.blog_list_post_style .post-entry-content.list_no_feature_image_post {
  float: left !important;
  width: 100% !important;
  margin-left: 0px !important;
  padding: 0px;
}

.hide_feature_post_sign {
  display: none !important;
}

.single-meta-category-small {
  float: left;
  width: 100%;
}

.single-meta-category-small a {
  float: left;
  margin-bottom: 5px;
}

.jl_main_b_grid_builder {
  float: left;
  width: 100%;
}

.jl_main_b_grid_builder .jl_main_b_grid_container {
  margin-left: -15px;
  margin-right: -15px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item_w {
  padding: 0px 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.jl_main_b_grid_builder .jl_main_b_grid_item {
  float: left;
  width: 100%;
  position: relative;
}

.jl_radius .jl_main_b_grid_builder .jl_main_b_grid_item {
  overflow: hidden;
  border-radius: 10px;
}

.jl_border_radius .jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin {
  border-radius: 5px;
  overflow: hidden;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin {
  height: 365px;
  position: relative;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .jl_post_meta span {
  color: #fff !important;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin .meta-category-small-overlay {
  position: absolute;
  width: auto;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin .meta-category-small-overlay a {
  float: left;
  color: #fff;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  text-transform: uppercase;
  border-radius: 5px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .image_grid_header_absolute {
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 0px 25px 25px 25px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .post-category-color-text {
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 4px 10px 4px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .image-post-title a,
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .image-post-title a:hover {
  color: #fff !important;
}

.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .auto_image_with_date span,
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .auto_image_with_date span a {
  color: #fff !important;
}

.widget.widget_disto_main_b_gridwidgets {
  margin-bottom: 20px !important;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper {
  float: left;
  width: 100%;
  border: 1px solid #e9ecef;
}

.jl_radius .jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper .wrap_box_style_main {
  background: #fff;
  padding: 20px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small {
  top: 20px;
  left: 20px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin {
  height: 170px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small {
  float: left;
  width: auto;
  margin-bottom: 0px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small a {
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .image-post-title {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0px;
  margin-bottom: 10px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .image-post-title.wrap_box_style_main {
  margin-bottom: 0px;
}

.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .post-meta {
  float: left;
  width: 100%;
  margin-top: 10px;
}

/*-------------------------------------------------------------------------------------
Comment box
-------------------------------------------------------------------------------------*/
.comment {
  position: relative;
  margin-bottom: 20px;
}

.comment-meta {
  position: relative;
  float: left;
  width: 100%;
}

.comment-meta img {
  margin-right: 20px;
  float: left;
  width: 80px !important;
  height: 80px !important;
  border-radius: 80px;
}

.comment-meta .comment-author-name {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  color: #202020;
  margin-top: 0px;
  font-weight: 400;
}

.comment-meta .comment-author-name a:hover {
  text-decoration: none !important;
  color: #ff4200;
}

.comment-meta .comment-author-date {
  display: block;
  margin-top: -5px;
}

.comment-meta .comment-author-date:hover,
.comment-meta .comment-author-date:hover time {
  color: #ff4200;
  text-decoration: none !important;
}

.comment-meta cite {
  display: block;
  font-size: 16px;
  padding-bottom: 0px;
}

.comment-content {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.comment-reply-link,
.comment-edit-link {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #F1F1F1;
  color: #313131 !important;
  height: 20px;
  line-height: 20px;
  margin-left: 0px;
  transition: 0.3s;
  top: 0px;
  right: 0px;
  float: left;
  text-align: center;
  padding: 0px 10px;
  margin-top: 5px;
  border-radius: 100px;
}

.comment-edit-link {
  margin-right: 5px;
}

.comment-reply-link:hover,
.comment-edit-link:hover {
  color: #fff !important;
  background: #ff4200;
  text-decoration: none !important;
}

.comment time {
  font-weight: 300;
  font-size: 11px;
  color: #777;
  text-transform: capitalize;
  letter-spacing: 0em;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.2;
  color: #202020;
}

.comments-area ul,
.comments-area ol {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .commentlist > li,
.comments-area .children > li {
  list-style: none !important;
}

.comments-area li {
  float: left;
  margin-bottom: 0px;
  width: 100%;
}

.comments-area li #respond {
  margin-bottom: 30px;
  margin-top: 20px;
}

dd {
  margin-bottom: 20px;
}

#commentform #submit,
.wpcf7-form-control.wpcf7-submit {
  outline: none;
  height: 35px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 40px;
  color: #FFF;
  background: #000000;
  cursor: pointer;
  border: 0px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 5px;
}

#commentform #submit:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  color: #FFF;
  background: #ff4200;
}

.single_section_comment p {
  font-size: 14px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  float: left;
}

.single_section_comment .comment-form-comment .u-full-width {
  float: left;
  width: 100%;
}

.single_section_comment .form-fields.row {
  float: left;
}

.single_section_comment .comment-form-cookies-consent {
  margin-top: 10px;
  position: relative;
}

.single_section_comment .comment-form-cookies-consent input[type=checkbox] {
  float: left;
  position: relative !important;
  display: block;
}

.single_section_comment .comment-form-cookies-consent label {
  position: relative;
  margin-left: 20px;
  line-height: 1.2;
}

.single_section_comment .form-submit input,
.single_section_comment .form-submit {
  margin-bottom: 0px !important;
}

.single_section_comment .form-submit {
  margin-top: 0px;
}

.single_section_comment {
  border: 0px solid #EAEAEA;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-top: -1px;
  float: left;
  width: 100%;
  padding: 35px 0px 0px 0px;
}

.single_section_comment #respond {
  padding: 25px 30px 30px 30px !important;
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 0px;
}

.comment-respond form {
  margin-bottom: 0px;
}

.single_section_comment .commentlist {
  padding: 0px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.single_section_comment .commentlist:last-child {
  margin-bottom: 0px;
}

.single_section_comment .commentlist .children {
  float: left;
  width: 100%;
}

.single_section_comment .commentlist .children:last-child {
  margin-bottom: 0px;
}

.comments-area textarea,
.comments-area input[type=text] {
  width: 100%;
}

.comments-area h3#reply-title {
  margin: 0px;
  text-transform: capitalize;
  color: #202020;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.comments-area .logged-in-as {
  margin-bottom: 15px;
}

.comments-area .form-allowed-tags {
  font-size: 12px;
}

.required {
  position: relative;
  color: #900;
}

/*-------------------------------------------------------------------------------------
Comment List
-------------------------------------------------------------------------------------*/
.jl_comment_post {
  float: left;
  width: 100%;
}

.jl_comment_post li {
  list-style: none;
  width: 100%;
  float: left;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
}

.jl_comment_post li:first-child {
  margin-top: -10px;
}

.jl_comment_post li:last-child {
  margin-bottom: 0px;
}

.jl_comment_post li p {
  margin-bottom: 0px;
  line-height: 1.2;
}

.jl_comment_post li .jl_comment_title {
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0px;
}

.jl_comment_post li .jl_comment_title a {
  font-weight: 17px;
}

.jl_comment_post li a:hover {
  text-decoration: none !important;
  opacity: 1;
}

.jl_comment_post li span {
  margin-right: 5px;
}

.jl_comment_post li span a {
  font-size: 11px;
  text-transform: uppercase !important;
}

.jl_comment_post li span a:hover {
  text-decoration: none !important;
}

.jl_comment_post li .jl_item_comment {
  padding-left: 30px;
}

.jl_comment_post li .jl_item_comment i {
  position: absolute;
  top: 5px;
  left: 0px;
  color: #999;
  font-size: 14px;
}

/*-------------------------------------------------------------------------------------
Menu slide
-------------------------------------------------------------------------------------*/
#content_nav .widget {
  padding: 0px 40px !important;
}

#content_nav .feature-image-link.image_post {
  width: 90px;
}

#content_nav .feature-post-list .item-details {
  margin-left: 105px;
}

.mobile_close_icons.closed_menu {
  width: 35px;
  height: 35px;
  line-height: 30px;
  margin-right: 30px;
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  display: block;
  transition: 0.3s ease-in-out;
  color: #000;
  border-radius: 0px;
}

.mobile_close_icons.closed_menu i {
  font-size: 20px !important;
  margin-top: 0px !important;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 35px;
}

#content_nav .widget {
  border: 0px;
}

#content_nav .widget .widget-title {
  margin: 0px 0px 30px 0px;
  padding-bottom: 0px;
  float: left;
  width: 100%;
}

#content_nav select {
  width: 100%;
}

#content_nav .widget .widget-title h2 {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
  background: none;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0px;
}

#content_nav .widget .widget-title h2:after {
  display: none;
}

#content_nav .post_list_widget,
#content_nav .jellywp_about_us_widget {
  padding: 0px;
}

#content_nav .cfs_from_wrapper {
  padding: 7px;
}

#content_nav .cfs_from_wrapper .cfs_form_title {
  font-size: 16px;
}

.jl_mobile_nav_inner {
  float: left;
  width: 100%;
}

.active_mobile_nav_class {
  overflow: hidden;
}

#content_nav .search_form_menu {
  padding: 0px 40px;
  float: left;
  width: 100%;
  margin: 40px 0px 20px 0px;
}

#content_nav .search_form_menu .button {
  border: 0px !important;
  line-height: 36px !important;
  margin-right: 5px;
  background: none;
  color: #000 !important;
  right: 0px;
  top: 0px;
}

#content_nav .search_form_menu .search_btn {
  border-radius: 100px;
  border: 0px solid #000;
  background: #ececec;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  color: #000;
}

.menu_mobile_icons {
  display: none;
  font-size: 30px;
  float: right;
  cursor: pointer;
  color: #fff;
}

.menu_mobile_icons i {
  margin-top: 5px;
}

.menu_mobile_icons.closed_menu .fa-bars {
  display: none;
}

.menu_mobile_icons .fa-times {
  display: none;
}

.menu_mobile_icons.closed_menu .fa-times {
  display: block;
}

#content_nav .logo_link {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#content_nav .logo_link img {
  width: 70%;
}

#content_nav.jl_mobile_nav_wrapper {
  visibility: hidden;
}

#content_nav.jl_mobile_nav_wrapper.jl_mobile_nav_open {
  transform: translate(0px, 0px);
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 -5px 100px rgba(0, 0, 0, 0.1);
  opacity: 1;
  visibility: visible !important;
}

#content_nav {
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999999;
  width: 350px;
  padding: 30px 0px 0px 0px;
  color: #000;
  position: fixed;
  background: #fff;
  overflow-y: scroll !important;
  transition: all 0.2s ease-out;
  transform: translate(480px, 0px);
  -o-transform: translate(480px, 0px);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}

#content_nav .menu_moble_slide li a {
  padding: 7px 0px !important;
  font-weight: 600;
  display: block;
  color: #000;
}

#content_nav .menu_moble_slide li a:hover {
  color: #797979 !important;
}

#content_nav a i {
  margin-right: 5px;
}

#content_nav .menu_moble_slide > li {
  border-top: 0px solid #DADADA;
}

#content_nav .menu_moble_slide > li a {
  padding-left: 40px !important;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

#content_nav .sub-menu li {
  border-top: 0px solid #DADADA;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#content_nav .menu_moble_slide li {
  width: 100%;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0px;
  position: relative;
}

#content_nav .sub-menu .sub-menu a {
  padding-left: 30px;
}

#content_nav .menu_moble_slide li a:hover {
  text-decoration: none;
}

#content_nav .sub-menu > li a {
  padding-left: 50px !important;
}

#content_nav .sub-menu .sub-menu > li a {
  padding-left: 60px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 80px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 100px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 120px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 140px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 160px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 180px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 200px !important;
}

#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 220px !important;
}

.menu_moble_slide {
  border-bottom: 0px solid #DADADA;
  margin-bottom: 30px;
}

#content_nav .menu_moble_slide li a,
#content_nav .menu_moble_slide {
  width: 100% !important;
  text-decoration: none !important;
  padding: 0px;
}

#content_nav a .arrow_down {
  transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
  padding: 0px;
  position: absolute;
  top: 4px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  font-size: 18px;
  border-radius: 0px;
}

#content_nav a .arrow_down i {
  margin: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  float: left;
  transition-duration: 0.6s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

#content_nav ul .menu-active-class {
  opacity: 1;
  visibility: visible;
  display: block;
  margin-top: 0px;
}

#content_nav .sub-menu {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  visibility: hidden;
  display: none;
  box-shadow: none;
}

.mobile_menu_active.mobile_menu_overlay {
  visibility: visible;
  background: rgba(0, 0, 0, 0.9);
}

.mobile_menu_overlay {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  background: transparent;
  transition: all 0.3s ease;
}

.sb-toggle-left {
  display: none;
  width: 40px;
  height: 38px;
  margin-left: 15px;
  float: right !important;
  padding: 11px 8px 8px 8px;
  background: #151515;
  cursor: pointer;
  border-radius: 2px;
}

.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #FFF;
}

.mobile_menu_meg {
  width: 100%;
  position: relative;
  float: left;
  display: none;
}

#nav-wrapper {
  background-color: #151515;
  text-align: left;
  float: left;
  width: 100% !important;
  position: absolute;
  display: none;
  z-index: 9999;
}

#nav-wrapper #menu-main-menu {
  margin: 0px;
  padding: 0px;
}

#nav-wrapper .jl_main_menu > li {
  border-top: 1px solid #212121;
}

#nav-wrapper .jl_main_menu > li a {
  padding-left: 30px !important;
}

#nav-wrapper .sub-menu li {
  border-top: 1px solid #212121;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#nav-wrapper #menu-main-menu li {
  width: 100%;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 6px 0px;
}

#nav-wrapper .sub-menu .sub-menu a {
  padding-left: 30px;
}

#nav-wrapper #menu-main-menu li a:hover {
  text-decoration: none;
}

#nav-wrapper .sub-menu > li a {
  padding-left: 50px !important;
}

#nav-wrapper .sub-menu .sub-menu > li a {
  padding-left: 70px !important;
}

#nav-wrapper .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 90px !important;
}

#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 110px !important;
}

#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu > li a {
  padding-left: 130px !important;
}

#nav-wrapper a,
#nav-wrapper #menu-main-menu {
  color: #FFF;
  width: 100% !important;
  text-decoration: none !important;
}

#nav-wrapper li:hover a {
  color: #ccc;
}

#nav-wrapper a .arrow_down {
  background-color: #212121;
  border: 1px solid #333;
  padding: 0px 6px;
  margin-left: 20px;
}

#nav-wrapper ul .menu-active-class {
  opacity: 1;
  visibility: visible;
  display: block;
  margin-top: 10px;
}

#nav-wrapper .sub-menu {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  visibility: hidden;
  display: none;
  box-shadow: none;
}

/* =================================== List post Style 2 ===================================*/
.blog-list-padding {
  float: left;
  width: 100%;
}

.loop-list-post-display #content-loop-list-post {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px !important;
}

.loop-list-post-display #content-loop-list-post .appear_animation {
  float: left;
  width: 100%;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style {
  float: left;
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style .post-entry-content {
  padding-left: 0px !important;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span,
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span a {
  color: #202020;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_content {
  float: left;
  width: 100%;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}

.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_footer_wrapper {
  float: left;
  width: 100%;
}

.loop-list-post-display #content-loop-list-post .main_list_wrapper {
  float: left;
  width: 100%;
}

.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content {
  padding-top: 0px !important;
  padding-right: 0px !important;
}

.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content {
  text-align: left;
}

.post_content input[type=submit] {
  outline: none;
  height: 35px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 40px;
  color: #FFF;
  background: #4E4E4E;
  cursor: pointer;
  border: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 5px;
}

.page-link {
  float: left;
  width: 100%;
}

.page-links {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0px;
}

.page-links a,
.page-links li {
  padding: 0px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  float: left;
  list-style: none;
  margin-right: 5px;
  background: #222;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: all 0.1s ease-in-out;
  border-radius: 100px;
}

.page-links a:hover {
  background: #222;
}

.page-links a:hover li {
  background: no-repeat;
}

.page-links > li {
  background: #f5f5f5;
  color: #000;
}

.page-links a li {
  margin-right: 0px;
  padding: 0px;
}

.blog_list_post_style {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 50px !important;
  border-bottom: 0px solid #e4e4e4;
}

.blog_list_post_style:last-child {
  border-bottom: 0px;
}

.blog_list_post_style .large_continue_reading {
  margin-bottom: 0px !important;
}

.blog_list_post_style .meta-category-small {
  width: 100%;
  float: left;
}

.blog_list_post_style .image-post-thumb {
  position: relative;
  width: 50% !important;
  float: left;
}

.blog_list_post_style .image-post-thumb .jl_img_container {
  width: 100%;
  padding-bottom: 65%;
}

.blog_list_post_style .image-post-thumb .jl_img_container .image_grid_header_absolute {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.image-post-thumb > a {
  float: left;
  width: 100%;
  height: 100%;
}

.image-post-thumb > a img {
  float: left;
  width: 100%;
}

.blog_list_post_style .post-entry-content {
  width: 50% !important;
  padding: 0px 0px 0px 25px;
  text-align: left;
}

.blog_list_post_style .image-post-title {
  float: left;
  width: 100%;
  font-size: 23px;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left !important;
  text-transform: capitalize;
}

.blog_list_post_style .post-meta {
  float: left;
  color: #444;
  font-size: 11px !important;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

.blog_list_post_style .post-meta a {
  color: #444;
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 500;
}

.blog_list_post_style .post-meta a:hover {
  float: none !important;
  text-decoration: none !important;
}

.blog_list_post_style .post-meta span.author-avatar-image {
  margin-right: 0px !important;
}

.blog_list_post_style .post-meta span {
  float: left;
  margin-right: 10px;
  color: #777;
  font-size: 13px;
}

.blog_list_post_style .post-meta span i {
  margin-right: 5px;
}

.blog_list_post_style .large_continue_reading {
  text-align: left;
  margin: 0px;
  border: 0px;
  float: left;
  margin-top: 7px;
}

.blog_list_post_style .post_type_icon {
  color: #FFF;
  background: #000;
  font-size: 20px !important;
  height: 45px;
  width: 45px;
  line-height: 45px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  border-radius: 100%;
  opacity: 0.7;
}

.jl_radius .blog_list_post_style .image-post-thumb {
  border-radius: 10px;
}

.blog_list_post_style .image-post-thumb {
  position: relative;
  overflow: hidden;
}

.blog_list_post_style .image-post-thumb .meta-category-small {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/* =================================== Header social icons ===================================*/
.social_icon_header {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  margin: auto;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 30px;
}

.social_icon_header li {
  float: left;
  list-style: none;
  margin-right: 18px;
  text-align: center;
  border-radius: 100%;
}

.social_icon_header li a {
  float: left;
  color: #000;
  font-size: 13px;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  border-radius: 100%;
}

.personal_magazine_style .social_icon_header li a:hover {
  color: #ff4200;
}

.logo_link {
  position: relative;
  z-index: 99;
}

.search_header {
  overflow: auto;
  margin: auto;
  margin-right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}

.search_header form {
  width: 200px;
  float: right;
}

.searchform_theme {
  float: left;
  width: 100%;
  position: relative;
  height: 42px;
  overflow: hidden;
}

.jl_search_none {
  padding: 0px 15px;
}

.jl_search_none .description {
  font-size: 16px;
}

.searchform_theme .search_btn,
.searchform_theme #sbtn,
.searchform_theme .s {
  border: 1px solid #c6c6c6;
  border-radius: 0px;
  float: left;
  padding: 0px 10px !important;
  width: 100%;
  color: #000;
  outline: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  height: 40px;
  line-height: 40px !important;
  border-radius: 5px;
}

.searchform_theme .s::-webkit-input-placeholder {
  color: #313131;
}

.searchform_theme .button {
  background: none;
  border: 0px solid #202020 !important;
  border-left: 0px solid #202020 !important;
  border-bottom: 0px;
  color: #000;
  border-radius: 0 2px 2px 0 !important;
  background-repeat: no-repeat !important;
  height: 38px !important;
  line-height: 38px;
  text-align: center;
  width: 40px;
  position: absolute !important;
  right: 0px;
  top: 0px;
  outline: none !important;
  border-bottom: 0px !important;
  font-size: 15px;
}

.search_form_menu .button {
  line-height: 33px !important;
}

/*jl_post_type_icon*/
.jl_small_format .jl_post_type_icon,
.jl_small_format .jl_post_type_icon i {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.jl_post_type_icon {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 20px !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  right: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
  z-index: 1;
  border-radius: 100px;
}

.jl_post_type_icon i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
}

/* =================================== search and menu ===================================*/
.search_header_menu {
  margin: auto;
  margin-right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 70px;
  z-index: 2;
}

.search_header_menu i {
  font-size: 20px;
  color: #000;
  cursor: pointer;
}

.search_header_menu .search_header_wrapper {
  float: right;
  margin-right: 18px;
}

.search_form_menu_personal .searchform_theme {
  margin: -60px 0 0 -300px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  overflow: hidden;
  float: none;
}

#footer-container .searchform_theme .search_btn {
  background: #fff;
}

.searchform_theme .search_btn {
  font-size: 14px;
}

.search_form_menu_personal .searchform_theme .search_btn {
  background: none;
  border: 0;
  border-bottom: 2px solid #444 !important;
  color: #000;
  float: left;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  padding: 20px 0;
  width: 100%;
  height: 70px;
}

.search_form_menu_personal .searchform_theme .search_btn::-webkit-input-placeholder {
  color: #000 !important;
}

.search_form_menu_personal .searchform_theme .search_btn::-moz-placeholder {
  color: #000 !important;
}

.search_form_menu_personal .searchform_theme .search_btn:-ms-input-placeholder {
  color: #000 !important;
}

.search_form_menu_personal .searchform_theme .search_btn:-moz-placeholder {
  color: #000 !important;
}

.search_form_menu_personal .searchform_theme .button {
  display: none;
}

.search_header_menu .search_header_wrapper i:hover {
  color: #000;
}

.search_header_menu .menu_mobile_icons {
  display: inherit;
  float: right;
  font-size: 20px !important;
  line-height: 0px;
}

.search_header_menu .menu_mobile_icons i {
  margin: 0px;
  cursor: pointer;
  font-size: 17px;
}

.search_header_menu .menu_mobile_icons i:hover {
  color: #000;
}

.search_form_menu_personal {
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.97);
  opacity: 0;
  position: fixed;
  top: 0 !important;
  left: 0;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
}

.search_form_menu_personal_active {
  opacity: 1 !important;
  visibility: visible !important;
}

.menu_mobile_large_close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 9999;
}

.jl_close_wapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.jl_close_wapper .jl_close_1,
.jl_close_wapper .jl_close_2 {
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #000;
  transform: rotate(25deg);
  transition: all 0.2s ease;
}

.jl_close_wapper .jl_close_1 {
  left: 50%;
  transform: rotate(45deg);
}

.jl_close_wapper .jl_close_2 {
  left: 50%;
  transform: rotate(-45deg);
}

.menu_mobile_large {
  cursor: pointer;
  height: 90px;
  line-height: 90px !important;
  display: inherit;
  float: right;
  font-size: 20px !important;
  margin-left: 18px;
  position: relative;
  width: 30px;
}

.search_close_btn_pop {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  display: block;
  transition: all 0.2s ease;
  margin: 0px !important;
}

.search_close_btn_pop i {
  font-size: 20px !important;
  color: #fff;
  float: left !important;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.search_close_btn_pop:hover i {
  color: #fff !important;
}

.searchform_theme.pop_search_form {
  margin: -60px 0 0 -300px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  overflow: hidden;
  float: none;
}

.searchform_theme.pop_search_form .search_input_pop {
  background: none;
  border: 0;
  border-bottom: 2px solid #444 !important;
  color: #444;
  float: left;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  padding: 20px 0;
  width: 100%;
  height: 70px;
}

.search_form_menu_personal .search_btn,
.search_form_menu_personal #sbtn {
  padding: 0px !important;
  border: 0px;
  border-radius: 0px;
}

h2.notfound_p_title {
  color: #222;
  text-transform: capitalize;
}

p.notfound_p_text {
  margin-bottom: 40px;
}

.searchform_theme .search_btn,
.searchform_theme #sbtn::-webkit-input-placeholder {
  color: #313131;
}

.search_content_page {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

/*gird width slider*/
.full-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.full-slider-wrapper .item {
  background: #000;
  float: left;
  width: 100%;
}

.full-slider-wrapper .banner-carousel-item .banner-container {
  width: 100%;
  text-align: left;
  padding: 15px 25px 20px 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.full-slider-wrapper .owl-dots,
.header_small_carousel_post .owl-dots {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.full-slider-wrapper .owl-dots .owl-dot.active,
.header_small_carousel_post .owl-dots .owl-dot.active {
  background: #000;
}

.full-slider-wrapper .owl-dots .owl-dot,
.header_small_carousel_post .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  background: #FFF;
  border: 1px solid #000;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  transition: all 0.35s;
}

.header_small_carousel_post .owl-dots {
  display: none !important;
}

.full-slider-wrapper .banner-carousel-item .banner-container .more_btn,
.single-item-slider .banner-carousel-item .banner-container .more_btn {
  display: inline-block;
  position: relative;
  padding: 0px;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
}

.full-slider-main-home-wrapper .more_btn a {
  color: #FFF !important;
  border: 1px solid #FFF;
  color: #000;
  display: block;
  padding: 0px 15px;
  transition: all 0.5s;
  letter-spacing: 1px;
}

.jl_radius .full-slider-main-home-wrapper.jl_remove_border .banner-carousel-item {
  border-radius: 0px;
}

.full-slider-main-home-wrapper .more_btn a:hover {
  border: 1px solid #ff4200;
}

.full-slider-wrapper .banner-carousel-item .banner-container .more_btn a {
  color: #000;
  display: block;
  padding: 0px 15px;
  border: 1px solid #000;
  transition: all 0.5s;
  letter-spacing: 1px;
}

.full-slider-wrapper .banner-carousel-item .banner-container .more_btn a:hover,
.single-item-slider .banner-carousel-item .banner-container .more_btn a:hover {
  text-decoration: none !important;
  border: 1px solid #ff4200;
  box-shadow: 200px 0 0 0 #ff4200 inset;
  color: #fff;
}

.full-slider-wrapper .banner-carousel-item > a {
  float: left;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.full-slider-wrapper .banner-carousel-item > a img {
  transition: all 0.4s ease 0s;
}

/* Small header carousel top 5*/
.header_top_small_carousel_5 {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.header_top_small_carousel_5.personal_allin_top_bar_menu {
  background: none;
  margin: 30px 0px;
}

.main_new_ticker_wrapper.personal_allin_top_bar_menu {
  margin-top: 0px;
  margin-bottom: 25px;
}

.header_top_small_carousel_5 .row {
  margin-bottom: 0px;
}

.header_top_small_carousel_5 .featured-thumbnail {
  width: 90px;
  position: relative !important;
  display: block;
  float: left;
  overflow: hidden;
}

.header_top_small_carousel_5 .popular-item-caption {
  position: relative;
  margin-left: 105px;
  top: 0px;
}

.header_top_small_carousel_5 .popular-item-caption h4 {
  font-size: 13px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.header_small_5_carousel:hover .jelly_pro_post_arrow_left,
.header_small_5_carousel:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.header_top_small_carousel_5 .jelly_pro_post_arrow_left,
.header_top_small_carousel_5 .jelly_pro_post_arrow_right {
  width: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  float: left;
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0 !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.header_top_small_carousel_5 .header_small_5_carousel:hover .jelly_pro_post_arrow_left,
.header_top_small_carousel_5 .header_small_5_carousel:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.header_top_small_carousel_5 .jelly_pro_post_arrow_left {
  left: 0px;
}

.header_top_small_carousel_5 .jelly_pro_post_arrow_right {
  right: 0px;
}

.header_top_5_carousel_item.slick-active:last-child .popular-item-caption h4 {
  padding-right: 0px !important;
}

/*footer carousel*/
.footer_top_small_carousel_5 .jelly_pro_post_arrow_left {
  left: 10px;
}

.footer_top_small_carousel_5 .jelly_pro_post_arrow_right {
  right: 10px;
}

.footer_small_5_carousel {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.footer_small_5_carousel .slick-list {
  margin: 0px -5px;
}

.footer_small_5_carousel:hover .jelly_pro_post_arrow_left,
.footer_small_5_carousel:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.footer_top_small_carousel_5 .jelly_pro_post_arrow_left,
.footer_top_small_carousel_5 .jelly_pro_post_arrow_right {
  color: #fff;
  background: #fff;
  background: none;
  cursor: pointer;
  z-index: 1;
  font-size: 30px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -40px;
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.footer_top_small_carousel_5 {
  padding: 80px 0px;
  float: left;
  width: 100%;
  overflow: hidden;
  background: #fbf2e0;
}

.footer_top_small_carousel_5 .jl_footer_car_title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  line-height: 1.2;
}

.jl_car_title_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: none;
}

.footer_top_small_carousel_5 .popular-item-caption {
  float: left;
  width: 100%;
  padding: 0px;
}

.footer_top_small_carousel_5 .footer_inside_wrapper {
  float: left;
  width: 100%;
}

.footer_top_small_carousel_5 .jl_footer_car_desc {
  font-size: 15px;
  color: #000;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0px;
}

.footer_top_small_carousel_5 .row {
  margin-bottom: 0px;
}

.footer_top_small_carousel_5 .meta-category-small {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-top: -10px;
  margin: 0px 0px 10px 20px;
}

.footer_top_small_carousel_5 .jl_rating_front {
  margin-top: 0px;
  margin-left: 0px;
}

.footer_top_small_carousel_5 .meta-category-small .post-category-color-text {
  font-weight: 400;
  letter-spacing: 0em;
  margin: 0px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
  float: left;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 4px 12px 4px;
  color: #fff !important;
}

.footer_top_small_carousel_5 .popular-item-caption h4 {
  line-height: 1.2;
  float: left;
  margin: 0px;
  text-align: left;
  padding: 10px 0px 0px 0px;
}

.footer_top_small_carousel_5 .popular-item-caption h4 a {
  color: #000;
  font-size: 14px;
  float: left;
}

.footer_top_small_carousel_5 .large_post_content {
  float: left;
  margin-top: 10px;
}

.footer_top_small_carousel_5 .large_post_content p {
  line-height: 1.4;
  float: left;
  margin: 0px;
  text-align: left;
  padding: 0px 20px;
}

.footer_top_small_carousel_5 .footer_top_5_carousel_item {
  padding: 0px 5px 0px 5px;
  float: left;
  width: 50%;
  margin-top: 0px;
}

.footer_top_small_carousel_5 .footer_top_5_carousel_item a.featured-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  background: #000;
}

.footer_top_small_carousel_5 .footer_top_5_carousel_item a img {
  transition: all 0.4s ease 0s;
}

.footer_top_small_carousel_5 .footer_top_5_carousel_item:hover a img {
  opacity: 1;
}

.footer_top_small_carousel_5 .single-post-meta-wrapper > span {
  margin: 0px 10px 0px 0px;
}

.footer_top_small_carousel_5 .single-post-meta-wrapper > .meta-comment {
  display: none;
}

.footer_top_small_carousel_5 .slick-dots {
  float: left;
  width: 100%;
  bottom: 0px;
  position: relative;
  margin-top: 20px;
  height: 12px;
  line-height: 12px;
}

.footer_top_small_carousel_5 .slick-dots li {
  padding: 0px;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.footer_top_small_carousel_5 .slick-dots li button {
  padding: 0px;
  margin: 0px;
  background: #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 10px;
  width: 10px;
  float: left;
  border-radius: 100px;
}

.footer_top_small_carousel_5 .slick-dots li.slick-active button {
  background: #ff4200;
  border: 1px solid #ff4200;
}

.footer_top_small_carousel_5 .slick-dots li button:before {
  opacity: 0;
  color: black;
  display: none;
  height: 10px;
  line-height: 10px;
  font-size: 0px;
}

/*full width slider*/
.full-slider-main-home-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.full-slider-main-home-wrapper .full-slider-main-home {
  float: left;
  width: 100%;
  overflow: hidden;
}

.full-slider-main-home-wrapper .item {
  float: left;
  width: 100%;
}

.full-slider-main-home-wrapper .banner-carousel-item > a {
  width: 100%;
  float: left;
  background: #000;
  position: relative;
  opacity: 0.3;
}

.jl_radius .full-slider-main-home-wrapper .banner-carousel-item > a {
  border-radius: 10px;
}

.full-slider-main-home-wrapper .banner-carousel-item a img {
  transition: all 0.4s ease 0s;
  opacity: 0.8;
}

.header-main-slider-large {
  margin-bottom: 0px;
}

.builder_main_single_home_slider {
  float: left;
  width: 100%;
}

.full-slider-main-home {
  margin-top: 40px;
}

.full-slider-main-home .banner-container .meta-category-small a {
  float: none !important;
  display: inline-block;
}

.full-slider-main-home .banner-carousel-item {
  float: left;
  width: 100%;
  height: 500px;
  position: relative;
}

.jl_radius .full-slider-main-home .banner-carousel-item {
  border-radius: 10px;
  overflow: hidden;
}

.full-slider-main-home .image_grid_header_absolute {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.full-slider-main-home .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.siteorigin-panels-stretch .full-slider-main-home .banner-container {
  left: 30%;
  right: 30%;
}

.siteorigin-panels-stretch .full-slider-main-home .banner-container h5 a {
  font-size: 35px !important;
}

.full-slider-main-home .banner-container {
  top: 50%;
  background: none;
  left: 25%;
  right: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
  padding: 0px;
  bottom: auto;
  text-align: center;
}

.full-slider-main-home .banner-container .post-meta {
  float: left;
  color: #fff;
  width: 100%;
}

.full-slider-main-home .banner-container .post-meta a {
  color: #fff;
}

.full-slider-main-home .banner-container .post-meta a:hover {
  color: #fff !important;
}

.page_builder_slider .banner-container h5 a {
  font-size: 25px !important;
}

.full-slider-main-home .banner-container h5:hover {
  color: #fff !important;
}

.full-slider-main-home .banner-container h5 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.full-slider-main-home .banner-container h5 a {
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

.full-slider-main-home .banner-container h5 a:hover,
.page_builder_slider .banner-container h5 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.full-slider-main-home .jelly_pro_post_arrow_right {
  background: #000;
  right: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.full-slider-main-home .jelly_pro_post_arrow_left {
  background: #000;
  left: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.full-slider-main-home .jelly_pro_post_arrow_left {
  left: 0px;
}

.full-slider-main-home .jelly_pro_post_arrow_right {
  right: 0px;
}

.full-slider-main-home .jelly_pro_post_arrow_left,
.full-slider-main-home .jelly_pro_post_arrow_right {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  opacity: 1 !important;
}

.full-slider-main-home .jelly_pro_post_arrow_left {
  left: 40px;
}

.full-slider-main-home .jelly_pro_post_arrow_right {
  right: 40px;
}

.full-slider-main-home:hover .jelly_pro_post_arrow_left {
  left: 40px;
  opacity: 1 !important;
}

.full-slider-main-home:hover .jelly_pro_post_arrow_right {
  right: 40px;
  opacity: 1 !important;
}

.full-slider-main-home .jelly_pro_post_arrow_left:hover,
.full-slider-main-home .jelly_pro_post_arrow_right:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}

/*Post format*/
.format-link .image-post-thumb a {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 40px 20px 20px 20px;
  color: #FFF;
  font-size: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
}

.format-link .image-post-thumb a:hover {
  text-decoration: none;
}

.format-link .image-post-thumb a i {
  margin-right: 10px;
}

/*Post Loop Wrapper*/
.jl_post_loop_wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.jl_post_loop_wrapper #content_masonry {
  margin: 0px -15px 0px -15px;
  padding-top: 0px;
  display: flex;
  flex-flow: row wrap;
}

.jl_post_loop_wrapper .jl_wrapper_cat {
  float: left;
  width: 100%;
  padding: 0px;
  padding-bottom: 0px;
  position: relative;
}

.jl_post_loop_wrapper .jl_wrapper_cat .auto_image_with_date {
  float: left;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 10px;
}

.jl_post_loop_wrapper .jl_wrapper_cat .auto_image_with_date span {
  margin-right: 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.jl_post_loop_wrapper .jl_wrapper_cat .auto_image_with_date span i {
  margin-right: 5px;
}

.jl_post_loop_wrapper .jl_wrapper_cat .auto_image_with_date span a {
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.2em;
  font-weight: 300;
}

.jl_post_loop_wrapper .jl_wrapper_cat .auto_image_with_date span a:hover {
  color: #777 !important;
}

.jl_post_loop_wrapper .jl_wrapper_cat .large_post_content p {
  margin-top: 5px;
}

.jl_post_loop_wrapper .jl_wrapper_cat .post_grid_content_wrapper {
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.jl_post_loop_wrapper .jl_wrapper_cat .post_grid_content_wrapper .meta-category-small a {
  color: #fff;
  font-weight: 500 !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px !important;
  border-radius: 5px;
}

/*Grid layout*/
#wrapper_masonry.show3_post_col_home {
  padding-top: 60px;
}

.jl_hide_m_top .headcus5_custom.header_layout_style5_custom .menu_wrapper {
  border-bottom: 0px;
}

.jl_hide_m_top .jl_home_bw {
  padding-top: 0px;
}

.jl_hide_m_top #wrapper_masonry {
  padding-top: 0px;
}

.jl_home_bw {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.jl_search_rel#wrapper_masonry {
  padding-top: 50px;
}

.jl_spost .post_content > p {
  margin-top: 0px;
  margin-bottom: 20px;
}

#wrapper_masonry,
#content_main {
  clear: both;
  padding-top: 50px;
  padding-bottom: 0px;
}

.jl_front_b_cont {
  margin-bottom: 0px !important;
}

.jl_front_b_cont .jl_mid_main_3col,
.jl_front_b_cont .jl_3col_wrapin,
.jl_front_b_cont .panel-layout {
  float: left;
  width: 100%;
}

.jl_home_bw .jl_mid_main_3col,
.jl_home_bw .jl_3col_wrapin,
.jl_home_bw .panel-layout {
  float: left;
  width: 100%;
}

.jl_home_section {
  float: left;
  width: 100%;
}

.jl_home_section .box.blog_grid_post_style {
  margin-bottom: 50px !important;
}

.jl_home_section .row {
  margin-bottom: 0px;
}

.jl_car_h5 .jl_car_home {
  margin-top: 50px;
  padding: 0px 80px;
}

.jl_sm_list {
  margin-bottom: 30px;
}

.jl_head_car {
  margin-top: 50px;
}

.jl_home_slider {
  margin-top: 50px;
}

.jl_home_grid_overlay {
  margin-bottom: 30px;
}

.jl_home_mbg {
  background-color: #fdeedc;
  padding: 50px 0px 50px 0px;
}

.jl_home_mbg.background-style-2 {
  background-color: #02bbd2;
}

#wrapper_masonry .row {
  margin-bottom: 50px;
}

#wrapper_masonry #sidebar .widget:last-child {
  margin-bottom: 0px !important;
}

.jl_grid_mian {
  float: left;
  width: 100%;
}

.jl_grid_mian_overlay .post_grid_more_meta_wrapper .meta-category-small,
.jl_grid_mian_overlay .image-post-title,
.jl_grid_mian_overlay .single-post-meta-wrapper {
  text-align: center !important;
}

.jl_grid_mian_overlay .image-post-title {
  margin-top: 12px !important;
}

.jl_grid_bellow_mian {
  float: left;
  width: 100%;
}

#content_masonry {
  margin: 0px -15px 0px -15px;
}

#content_masonry .meta-category-small a:before {
  border-top: 20px solid rgba(255, 255, 255, 0);
}

#content_masonry .meta-category-small a:after {
  border-bottom: 20px solid rgba(255, 255, 255, 0);
}

/*Grid overlay center*/
.jl_post_overlay_center .post_grid_content_wrapper {
  width: 100% !important;
  height: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #ececec;
  float: left;
}

.jl_post_overlay_center .image_grid_header_absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.jl_post_overlay_center .link_grid_header_absolute {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}

.jl_post_overlay_center .post-entry-content {
  background: none;
  padding: 50px 30px 30px 30px !important;
  width: auto;
  padding: 0;
  bottom: auto;
  text-align: left;
  float: none !important;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 130%);
}

.jl_post_overlay_center .post-entry-content .jl_post_meta {
  margin-top: 10px;
}

.jl_post_overlay_center .post-entry-content .jl_post_meta .post-date,
.jl_post_overlay_center .post-entry-content .jl_post_meta .jl_author_img_w a {
  color: #fff !important;
}

.jl_post_overlay_center .post-entry-content .image-post-title,
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper {
  text-align: left !important;
}

.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper {
  margin-bottom: 0px !important;
}

.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper > span {
  float: left !important;
}

.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper > span a:hover {
  color: #fff !important;
}

.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper .post-author {
  margin-left: 0px !important;
}

.jl_post_overlay_center .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}

.jl_post_overlay_center .meta-category-small a {
  color: #fff !important;
}

.grid-sidebar .box.jl_post_overlay_center .post-entry-content .image-post-title {
  font-size: 20px !important;
}

.jl_post_overlay_center .post-entry-content h3 a,
.jl_post_overlay_center .single-post-meta-wrapper span,
.jl_post_overlay_center .single-post-meta-wrapper span a,
.jl_post_overlay_center .single-post-meta-wrapper span a:hover {
  color: #fff !important;
}

.jl_post_overlay_center .post-entry-content h3 a:hover {
  opacity: 0.8;
}

/*Post grid full*/
.jl_grid_fullwidth {
  float: left;
  width: 100%;
}

.jl_grid_fullwidth .grid-sizer {
  width: 25%;
}

.jl_grid_fullwidth .box {
  width: 25%;
  float: left;
  margin: 0px;
}

.jl_grid_fullwidth #wrapper_masonry {
  width: 100%;
  max-width: 100% !important;
  float: left;
  padding: 0px;
  margin: 0px !important;
}

.jl_grid_fullwidth #content_masonry {
  margin: 0px !important;
  background: #000;
}

.jl_grid_fullwidth .row {
  margin: 0px !important;
}

.jl_grid_fullwidth .grid-fullwidth_verlay {
  padding: 0px;
}

.jl_grid_fullwidth .box.jl_large_box {
  width: 25%;
}

.jl_grid_fullwidth .box.jl_large_width {
  width: 50%;
}

.jl_grid_fullwidth .box.jl_large_width .post_grid_content_wrapper {
  padding-bottom: 50%;
}

.jl_grid_fullwidth .post-entry-content .meta-category-small {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
}

.jl_grid_fullwidth .post-meta {
  float: left;
  width: 100%;
  line-height: 1.2;
  margin-top: 15px;
}

.jl_grid_fullwidth .post-meta span {
  color: #fff;
  line-height: 1.2 !important;
  float: left;
}

.jl_grid_fullwidth .post-meta span a {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  float: left;
}

.jl_grid_fullwidth .post-meta span i {
  margin-right: 5px;
}

.jl_grid_fullwidth .jl_large_box .image-post-title {
  font-size: 22px;
}

.jl_grid_fullwidth .jl_large_width .image-post-title {
  font-size: 30px;
}

.jl_grid_fullwidth .image-post-title {
  font-size: 20px;
}

/*Title above image*/
.jl_post_title_top {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 35px;
}

.jl_post_title_top .image-post-title {
  text-align: left !important;
  font-size: 30px !important;
  float: left;
  width: 100%;
  margin-top: 15px !important;
}

.jl_post_title_top .image-post-title a {
  font-size: 30px;
}

.jl_post_title_top .meta-category-small {
  text-align: center !important;
}

.jl_post_title_top .meta-category-small a {
  float: none !important;
  color: #fff;
  margin: 0px 3px;
}

.jl_post_title_top .single-post-meta-wrapper {
  text-align: left !important;
  line-height: 1.2;
  margin-bottom: 0px !important;
}

.jl_post_title_top.jl_large_format {
  margin-top: 0px;
}

.jl_post_title_top.jl_large_format .meta-category-small {
  margin-top: -1px;
}

.jl_post_title_top.jl_large_format .single-post-meta-wrapper span,
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span a {
  font-size: 13px;
  color: #818181 !important;
}

.jl_post_title_top.jl_large_format .single-post-meta-wrapper span {
  letter-spacing: 0px;
  margin-right: 5px !important;
}

.jl_post_title_top.jl_large_format .single-post-meta-wrapper span:after {
  display: none !important;
}

/*Grid full 2 col*/
.jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .image-post-title {
  font-size: 28px !important;
  margin-bottom: 0px;
}

.jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .grid-sizer {
  width: 50%;
}

.jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box {
  width: 50%;
  padding-right: 35px;
  padding-left: 35px;
}

.jl_grid_large2col.jl_grid_4col_home .row {
  margin-right: -35px;
  margin-left: -35px;
}

.jl_grid_large2col.jl_grid_4col_home .col-md-12 {
  padding-left: 35px;
  padding-right: 35px;
}

.jl_grid_large2col.jl_grid_4col_home #content_masonry {
  margin-right: -35px;
  margin-left: -35px;
}

.jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .post-entry-content {
  background: #fff;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: -80px;
  padding: 30px 30px 0px 30px;
  width: auto;
}

.jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home #wrapper_masonry {
  padding-top: 50px;
}

.page-template-home-grid-2col .header_magazine_full_screen .menu_wrapper {
  border-bottom: 0px solid #f0f0f0 !important;
}

/*Grid full 3 col*/
.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .grid-sizer {
  width: 33.33333333%;
}

.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box {
  width: 33.33333333%;
}

/*Grid layout with sidebar*/
.grid-sidebar .box.sticky .large_post_content {
  padding: 30px;
  background: #f4f4f4;
  border-radius: 10px;
}

.grid-sidebar .grid-sizer {
  width: 50%;
}

.grid-sidebar .box {
  margin-bottom: 0px !important;
  width: 50%;
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-align: center;
  position: relative;
}

.box .post_grid_content_wrapper {
  float: left;
  width: 100%;
}

.box .post_grid_content_wrapper .meta-category-small {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  text-align: left;
}

.box .post_grid_content_wrapper .meta-category-small a {
  float: none;
  display: inline-block;
  color: #fff !important;
}

.box .post_grid_content_wrapper .post-author img {
  width: 20px !important;
  height: 20px !important;
}

.box .post_grid_content_wrapper .single-post-meta-wrapper {
  margin-bottom: 5px;
  padding: 0px;
}

.box .post_grid_content_wrapper .single-post-meta-wrapper span {
  font-weight: 400;
  color: #000 !important;
}

.box .post_grid_content_wrapper .single-post-meta-wrapper span.post-author a {
  font-weight: 400;
}

.box .post_grid_content_wrapper .single-post-meta-wrapper span a {
  font-weight: 400;
  color: #000 !important;
}

.box .post_grid_content_wrapper .single-post-meta-wrapper span a:hover {
  color: #000 !important;
}

.box .post_grid_content_wrapper .single-post-meta-wrapper span,
.box .post_grid_content_wrapper .single-post-meta-wrapper span a {
  font-size: 11px;
  color: #000;
  letter-spacing: 0.05em;
}

.grid-sidebar .box .image-post-title {
  float: left;
  width: 100%;
  font-size: 22px;
  letter-spacing: -0.025em;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left;
  padding: 0px;
}

.grid-sidebar .box .image-post-title,
.show3_post_col_home .grid4_home_post_display .blog_grid_post_style .image-post-title {
  text-align: left;
}

.grid-sidebar .box .image-post-thumb {
  margin-bottom: 20px;
}

.box .large_post_content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px;
}

.box .large_post_content .meta-category-small {
  float: left;
  width: auto;
  margin-right: 10px;
}

.box .large_post_content .meta-category-small a {
  float: left;
}

.box .large_post_content .auto_image_with_date {
  float: left;
  width: auto;
  margin-top: 5px;
  margin-bottom: 15px;
}

.jl_grid_more {
  float: left;
  width: 100%;
}

.jl_grid_more .jl_slider_readding {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  height: 35px;
  line-height: 35px;
  border: 1px solid #000;
  padding: 0px 30px 0px;
  transition: 0.25s;
  background-color: #fff;
  margin-top: 20px;
}

.jl_grid_more .jl_slider_readding:hover {
  text-decoration: none !important;
  background: #000;
  color: #fff;
}

.box .large_post_content p {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
  padding: 0px;
  font-size: 15px;
  line-height: 1.5;
  color: #777;
}

.box .large_post_content .jl_continue_reading {
  margin: 25px 0px 15px 0px;
}

/*Large Main Grid layout with sidebar*/
.search_page_result {
  height: auto;
}

#content-large-main-grid-post {
  width: auto !important;
  margin: 0px -15px 0px -15px;
  float: none !important;
  display: block;
  clear: both;
}

#content-large-main-grid-post,
#content-loop-main-grid-post,
.main-grid-post-display .blog_large_post_style {
  width: 100%;
  float: left;
  padding: 0px !important;
}

#content-large-main-grid-post .meta-category-small a:before {
  border-top: 20px solid rgba(255, 255, 255, 0);
}

#content-large-main-grid-post .meta-category-small a:after {
  border-bottom: 20px solid rgba(255, 255, 255, 0);
}

.main-grid-post-display .blog_large_post_style {
  width: 100% !important;
}

.main-grid-post-display .box {
  margin-bottom: 40px !important;
  width: 50%;
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-align: center;
  position: relative;
}

.main-grid-post-display .box .large_continue_reading {
  margin: 0px;
}

.main-grid-post-display .box .image-post-title {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  text-transform: capitalize;
}

.blog_grid_post_style .post-entry-content .post-entry-content-wrapper {
  padding: 0px;
}

.blog_grid_post_style .post-entry-content .post-entry-content-wrapper,
.main-grid-post-display .blog_grid_post_style .post-entry-content .post-entry-content-wrapper,
.grid_home_3col .blog_grid_post_style .post-entry-content .post-entry-content-wrapper {
  float: left;
  width: 100%;
}

/*grid layout 1*/
.box.jl_grid_layout1.blog_large_post_style .single-post-meta-wrapper > span,
.box.jl_grid_layout1 .post_grid_content_wrapper .single-post-meta-wrapper > span {
  margin: 0px 10px 0px 0px;
}

.single_section_content .single-post-meta-wrapper > span:after,
.single_section_content .single-post-meta-wrapper .jm-post-like:after {
  background: #000;
}

.single-post-meta-wrapper .post-author span {
  padding-right: 0px !important;
}

.single-post-meta-wrapper > span:last-child:after {
  display: none;
}

/*grid layout 2*/
.box.jl_grid_layout2 .large_post_content p {
  text-align: center;
}

.show3_post_col_home .grid4_home_post_display .box.jl_grid_layout2 .image-post-title {
  text-align: center;
}

.box.jl_grid_layout2.blog_large_post_style .image-post-title,
.box.jl_grid_layout2 .image-post-title {
  text-align: center;
  margin-bottom: 10px !important;
}

.box.jl_grid_layout2.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout2 .post_grid_content_wrapper .single-post-meta-wrapper {
  margin-bottom: 10px !important;
}

.box.jl_grid_layout2.blog_large_post_style .meta-category-small,
.box.jl_grid_layout2 .meta-category-small {
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.box.jl_grid_layout2.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout2 .post_grid_content_wrapper .single-post-meta-wrapper {
  text-align: center;
}

.box.jl_grid_layout2 .large_post_content {
  padding-bottom: 0px !important;
  border-bottom: 0px solid #ededed;
}

.box.jl_grid_layout2 .large_continue_reading {
  margin-top: 20px !important;
}

#content .box.jl_grid_layout2.blog_grid_post_style .meta-category-small a {
  font-weight: 700 !important;
  margin: 0px 5px !important;
}

.box.jl_grid_layout2 .meta-category-small a,
.box.jl_grid_layout2.blog_grid_post_style .meta-category-small a {
  float: none;
  margin: 0px 5px !important;
  padding: 0px !important;
  background: none !important;
  float: none;
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 700 !important;
}

/*grid layout 3*/
.box.jl_grid_layout3 .large_post_content p {
  text-align: center;
}

.box.jl_grid_layout3.blog_large_post_style .image-post-title,
.box.jl_grid_layout3 .image-post-title {
  text-align: center !important;
  margin-bottom: 10px !important;
}

.box.jl_grid_layout3.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout3 .post_grid_content_wrapper .single-post-meta-wrapper {
  margin-bottom: 10px !important;
}

.box.jl_grid_layout3.blog_large_post_style .meta-category-small,
.box.jl_grid_layout3 .meta-category-small {
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.box.jl_grid_layout3.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout3 .post_grid_content_wrapper .single-post-meta-wrapper {
  text-align: center;
}

.box.jl_grid_layout3 .large_post_content {
  padding-bottom: 0px !important;
  border-bottom: 0px solid #ededed;
}

.box.jl_grid_layout3 .large_continue_reading {
  margin-top: 20px !important;
}

.box.jl_grid_layout3 .large_continue_reading span a {
  border-radius: 100px;
}

.box.jl_grid_layout3 .meta-category-small a,
.box.jl_grid_layout3.blog_grid_post_style .meta-category-small a,
#content .box.jl_grid_layout3.blog_grid_post_style .meta-category-small a {
  margin: 0px 5px !important;
  padding: 0px !important;
  background: none !important;
  float: none;
  font-weight: 700 !important;
  font-size: 12px !important;
}

/*grid layout 4*/
.box.jl_grid_layout4 .large_post_content p {
  text-align: left;
}

.box.jl_grid_layout4 .image-post-title {
  text-align: left;
  margin-bottom: 5px !important;
}

.box.jl_grid_layout4 .post_grid_content_wrapper .single-post-meta-wrapper {
  margin-bottom: 5px !important;
  text-align: left;
}

.box.jl_grid_layout4 .post_grid_content_wrapper .single-post-meta-wrapper > span {
  margin: 0px 10px 0px 0px;
}

.box.jl_grid_layout4.blog_large_post_style .single-post-meta-wrapper > span {
  margin: 0px 10px 0px 0px !important;
}

.box.jl_grid_layout4.blog_large_post_style .meta-category-small,
.box.jl_grid_layout4 .meta-category-small {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.box.jl_grid_layout4 .meta-category-small a {
  float: none;
}

.box.jl_grid_layout4 .large_post_content {
  padding-bottom: 0px !important;
  border-bottom: 0px solid #ededed;
}

.box.jl_grid_layout4 .large_continue_reading {
  margin-top: 20px !important;
}

.box.jl_grid_layout4 .large_continue_reading span a {
  border-radius: 100px;
}

.box.jl_grid_layout4 .meta-category-small a {
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
  background: none !important;
  float: left;
}

.blog_large_post_style .jl_love_view_social {
  background: #030303;
}

.blog_large_post_style .jl_love_view_social .jm-post-like,
.blog_large_post_style .jl_love_view_social .view_options,
.blog_large_post_style .jl_love_view_social .jl_foot_con_readding,
.blog_large_post_style .jl_love_view_social .jl_footer_social li a {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.blog_large_post_style .jl_love_view_social .jl_foot_share_col {
  border-right: 1px solid #444444;
}

.jl_footer_share {
  padding: 0px;
}

.jl_footer_social_wrapper .row {
  margin-bottom: 0px;
}

.jl_footer_social_wrapper {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.jl_footer_copy_right {
  font-size: 13px;
  color: #818181;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}

.jl_footer_social {
  border-bottom: 1px solid #202020;
  padding: 0px;
  margin: 0px;
}

.jl_footer_social li {
  padding: 0px;
  list-style: none;
  display: inline-block;
  margin: 0 38px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 400;
}

.jl_footer_social li a {
  color: #fff;
  float: left;
  margin-top: 40px;
  margin-bottom: 33px;
}

.jl_footer_social li i {
  color: #fff;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.jl_footer_social li a:hover {
  text-decoration: none !important;
}

.jl_love_view_social {
  font-size: 11px;
  border-top: 1px solid #efefef;
  padding: 0px;
  float: left;
  width: 100%;
}

.jl_love_view_social .jl_foot_share_col {
  float: left;
  text-align: center;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #efefef;
}

.jl_love_view_social .jl_foot_share_col.jl_foot_last_child {
  border-right: 0px solid #efefef;
}

.jl_love_view_social .jm-post-like {
  margin-right: 10px;
  float: left;
  line-height: 1.2;
  font-size: 11px;
  color: #000;
}

.jl_love_view_social .jm-post-like i {
  margin-right: 5px;
}

.jl_love_view_social .jm-post-like {
  float: none;
  display: inline-block;
}

.jl_love_view_social .view_options {
  float: none;
  display: inline-block;
  line-height: 1.2;
  color: #000;
}

.jl_love_view_social .view_options i {
  margin-right: 5px;
}

.jl_love_view_social .jl_footer_social {
  list-style: none;
  padding: 0px;
  float: none;
  display: inline-block;
  margin: 0px;
  border-bottom: 0px;
}

.jl_love_view_social .jl_footer_social li {
  float: left;
  margin: 0px 5px;
}

.jl_love_view_social .jl_footer_social li a {
  font-size: 13px;
  color: #000;
  padding: 0px !important;
  margin: 0px;
}

.jl_love_view_social .jl_footer_social li a,
.jl_love_view_social .jl_footer_social li a i {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0px !important;
  font-size: 13px;
}

.jl_love_view_social .jl_foot_con_readding {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jl_love_view_social .jl_foot_con_readding:hover {
  text-decoration: none !important;
}

.loop-large-post .box .jl_love_view_social .jl_foot_share_col.jl_read_more {
  display: block !important;
}

.grid-sidebar .box .jl_love_view_social .jl_foot_share_col.jl_read_more,
.grid_home_3col .box .jl_love_view_social .jl_foot_share_col.jl_read_more {
  display: none;
}

.loop-large-post .box .jl_love_view_social .jl_foot_share_col {
  width: 33.33333333% !important;
}

.grid-sidebar .box .jl_love_view_social .jl_foot_share_col,
.grid_home_3col .box .jl_love_view_social .jl_foot_share_col {
  width: 50%;
}

/*grid layout 5*/
.box.jl_grid_layout5 .large_post_content p {
  text-align: left;
}

.box.jl_grid_layout5 .image-post-title {
  text-align: left;
  margin-bottom: 5px !important;
  font-size: 20px;
}

.box.jl_grid_layout5.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout5 .post_grid_content_wrapper .single-post-meta-wrapper {
  margin-bottom: 5px !important;
  text-align: left;
}

.box.jl_grid_layout5.blog_large_post_style .single-post-meta-wrapper > span,
.box.jl_grid_layout5 .post_grid_content_wrapper .single-post-meta-wrapper > span {
  margin: 0px 10px 0px 0px;
}

.box.jl_grid_layout5.blog_large_post_style .meta-category-small,
.box.jl_grid_layout5 .meta-category-small {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

#content .box.jl_grid_layout5 .meta-category-small a {
  font-weight: 700 !important;
  font-size: 11px !important;
}

.box.jl_grid_layout5 .large_post_content {
  padding-bottom: 0px !important;
  border-bottom: 0px solid #ededed;
}

.box.jl_grid_layout5 .large_continue_reading {
  margin-top: 20px !important;
}

.box.jl_grid_layout5 .large_continue_reading span a {
  border-radius: 100px;
}

.box.jl_grid_layout5 .meta-category-small a {
  float: none;
  margin: 0px 10px 0px 0px !important;
  padding: 0px !important;
  background: none !important;
  float: left;
}

.box.jl_grid_layout5 .post-entry-content {
  position: relative;
  width: auto !important;
  float: left;
  padding: 15px 15px 0px 15px;
  background-color: #fff;
  margin: -90px 30px 0 0;
  z-index: 26;
}

/*grid layout 6*/
.box.jl_grid_layout6 .large_post_content p {
  text-align: left;
}

.box.jl_grid_layout6 .image-post-title {
  text-align: left;
  margin-bottom: 5px !important;
  font-size: 20px;
}

.box.jl_grid_layout6.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout6 .post_grid_content_wrapper .single-post-meta-wrapper {
  margin-bottom: 5px !important;
  text-align: left;
}

.box.jl_grid_layout6.blog_large_post_style .single-post-meta-wrapper > span,
.box.jl_grid_layout6 .post_grid_content_wrapper .single-post-meta-wrapper > span {
  margin: 0px 10px 0px 0px;
}

.box.jl_grid_layout6.blog_large_post_style .meta-category-small,
.box.jl_grid_layout6 .meta-category-small {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

#content .box.jl_grid_layout6 .meta-category-small a {
  font-weight: 700 !important;
  font-size: 11px !important;
}

.box.jl_grid_layout6 .large_post_content {
  padding-bottom: 0px !important;
  border-bottom: 0px solid #ededed;
}

.box.jl_grid_layout6 .large_continue_reading {
  margin-top: 20px !important;
}

.box.jl_grid_layout6 .large_continue_reading span a {
  border-radius: 100px;
}

.box.jl_grid_layout6 .meta-category-small a {
  float: none;
  margin: 0px 10px 0px 0px !important;
  padding: 0px !important;
  background: none !important;
  float: left;
}

.box.jl_grid_layout6 .post-entry-content {
  position: relative;
  width: auto !important;
  float: left;
  padding: 15px 15px 0px 15px;
  background-color: #fff;
  margin: -90px 20px 0 20px;
  z-index: 26;
}

.box.blog_large_post_style .post-entry-content {
  position: relative;
  z-index: 9;
  text-align: left;
}

.jl_single_style1 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.jl_single_style1 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
  color: #000 !important;
}

.jl_single_style1 .single-post-meta-wrapper span,
.jl_single_style1 .single-post-meta-wrapper span a {
  color: #000 !important;
}

.jl_single_style1 .single_post_entry_content {
  margin-bottom: 0px;
}

.jl_single_style1 .single_post_entry_content .meta-category-small,
.jl_single_style1 .single_post_entry_content .single_post_title_main,
.jl_single_style1 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left;
}

.jl_single_style1 .single_bellow_left_align .single-post-meta-wrapper {
  margin-top: 15px;
}

.jl_radius .blog_large_post_style .jl_single_style1 .image-post-thumb {
  border-radius: 10px;
}

.blog_large_post_style .jl_single_style1 .image-post-thumb {
  margin-bottom: 30px !important;
  overflow: hidden;
}

.jl_single_style2 {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.jl_single_style2 .single_post_title_main {
  margin-bottom: 0px !important;
}

.jl_single_style2 .single_content_header {
  margin-bottom: 30px !important;
}

.single_content_header iframe {
  margin-bottom: 0px !important;
}

.jl_single_style2 .single_post_entry_content {
  margin-bottom: 0px;
}

.jl_single_style2 .single_post_entry_content .meta-category-small,
.jl_single_style2 .single_post_entry_content .single_post_title_main,
.jl_single_style2 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left;
}

.jl_single_style2 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
  color: #000 !important;
}

.jl_single_style2 .single-post-meta-wrapper span,
.jl_single_style2 .single-post-meta-wrapper span a {
  color: #000 !important;
}

.jl_single_style3 {
  float: left;
  width: 100%;
}

.jl_single_style3 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
}

.jl_single_style3 .single-post-meta-wrapper > span:after,
.jl_single_style3 .single-post-meta-wrapper .jm-post-like:after {
  display: none;
}

.jl_single_style4 {
  float: left;
  width: 100%;
}

.jl_single_style4 .single_captions_overlay_bottom_image_full_width:after {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
  transition: opacity 0.4s ease-in-out;
}

.jl_single_style4 .single_post_entry_content .meta-category-small,
.jl_single_style4 .single_post_entry_content .single_post_title_main,
.jl_single_style4 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left !important;
}

.jl_single_style4 .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper {
  text-align: left !important;
  margin-top: 15px;
}

.jl_single_style4 .single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content {
  padding: 0px !important;
}

.jl_single_style5 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.jl_single_style4 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
}

.jl_single_style4 .single-post-meta-wrapper > span:after,
.jl_single_style4 .single-post-meta-wrapper .jm-post-like:after {
  display: none;
}

.jl_single_style4 .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover {
  color: #fff !important;
}

.jl_single_style5:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
  transition: opacity 0.4s ease-in-out;
}

.jl_single_style5 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
}

.jl_single_style5 .single-post-meta-wrapper > span:after,
.jl_single_style5 .single-post-meta-wrapper .jm-post-like:after {
  display: none;
}

.jl_single_style5 .single_captions_bottom_image_full_width_wrapper {
  z-index: 2;
}

.jl_single_style5 .single_post_entry_content {
  padding: 30px 45px !important;
  margin-bottom: 0px;
}

.jl_single_style5 .single_post_entry_content h1 {
  color: #fff;
}

.jl_single_style5 .single_post_entry_content .single-post-meta-wrapper span,
.jl_single_style5 .single_post_entry_content .single-post-meta-wrapper a,
.jl_single_style5 .single_post_entry_content .single-post-meta-wrapper a:hover {
  color: #fff !important;
}

.jl_single_style6 {
  float: left;
  width: 100%;
}

.jl_single_style6 .single_post_entry_content {
  padding: 0px !important;
}

.jl_single_style6 .single-post-meta-wrapper {
  text-align: left !important;
  margin-top: 15px;
}

.jl_single_style6 .single_post_entry_content .meta-category-small,
.jl_single_style6 .single_post_entry_content .single_post_title_main,
.jl_single_style6 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left !important;
}

.jl_single_style6 .single-post-meta-wrapper span,
.jl_single_style6 .single-post-meta-wrapper span a {
  color: #000 !important;
}

.jl_single_style6 .single-post-meta-wrapper .jm-post-like:after,
.jl_single_style6 .single-post-meta-wrapper > span:after {
  display: none;
}

.jl_single_style6 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
  color: #000 !important;
}

.jl_single_style7 {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.jl_single_style7 .single_post_entry_content {
  margin-bottom: 0px;
}

.jl_single_style7 .single_post_entry_content .meta-category-small,
.jl_single_style7 .single_post_entry_content .single_post_title_main,
.jl_single_style7 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left;
}

.jl_single_style7 .single-post-meta-wrapper span,
.jl_single_style7 .single-post-meta-wrapper span a {
  color: #000 !important;
}

.jl_single_style7 .single-post-meta-wrapper .jm-post-like:after,
.jl_single_style7 .single-post-meta-wrapper > span:after {
  display: none;
}

.jl_single_style7 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
  color: #000 !important;
}

.jl_single_style8 {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.jl_single_style8 .single_post_entry_content .meta-category-small,
.jl_single_style8 .single_post_entry_content .single_post_title_main,
.jl_single_style8 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left;
}

.jl_single_style8 .single-post-meta-wrapper span,
.jl_single_style8 .single-post-meta-wrapper span a,
.jl_single_style8 .single-post-meta-wrapper .jm-post-like,
.jl_single_style8 .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover {
  color: #fff !important;
}

.jl_single_style8 .single-post-meta-wrapper .jm-post-like:after,
.jl_single_style8 .single-post-meta-wrapper > span:after {
  display: none;
}

.jl_single_style8 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
  color: #fff !important;
}

.jl_single_style8 .single-post-meta-wrapper span.post-author a:hover,
.jl_single_style8 .single-post-meta-wrapper span.meta-comment a:hover {
  color: #fff !important;
}

.jl_radius .jl_single_style8 .jl_single_full_box {
  border-radius: 10px;
  overflow: hidden;
}

.jl_single_style8 .jl_single_full_box {
  float: left;
  width: 100%;
  height: 550px;
  position: relative;
  background: #222;
  margin-bottom: 20px;
}

.jl_single_style8 .single_post_entry_content {
  position: absolute;
  width: auto;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
}

.jl_single_style8 .single_post_entry_content .single_post_title_main {
  color: #fff;
}

.jl_single_style8 .post_subtitle_text {
  color: #fff !important;
}

.jl_single_style8 .image_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}

.jl_single_style8 .link_grid_header_absolute {
  z-index: 2;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
  transition: opacity 0.4s ease-in-out;
}

.jl_single_style8 .single_post_entry_content .post_subtitle_text,
.jl_single_style8 .single_post_entry_content .post_subtitle_text {
  margin-top: 20px;
}

.single_content_header.jl_single_feature_below {
  margin-bottom: 0px;
  margin-top: 0px;
}

.jl_radius .single_content_header.jl_single_feature_below .jlsingle-title-above {
  border-radius: 10px;
}

.single_content_header.jl_single_feature_below .jlsingle-title-above {
  margin-bottom: 0px !important;
  margin-top: 30px;
  overflow: hidden;
}

.single_content_header {
  float: left;
  width: 100%;
  position: relative;
}

.single_content_header .image-post-thumb img {
  width: auto;
  float: left;
}

.jl_radius .single_content_header .jlsingle-title-above img {
  border-radius: 10px;
}

.single-format-audio .jl_radius .single_content_header .jlsingle-title-above img {
  border-radius: 0px;
}

.format-standard .single_content_header .post-entry-content,
.format-standard .single_content_header .post-entry-content {
  max-width: 100%;
  padding: 25px 30px 10px 30px;
  position: relative;
  z-index: 9;
  text-align: center;
}

.format-video .single_content_header .date_post_large_display,
.format-audio .single_content_header .date_post_large_display {
  transition: all 0.4s ease 0s;
  opacity: 1;
}

.format-video .single_content_header:hover .date_post_large_display,
.format-audio .single_content_header:hover .date_post_large_display {
  opacity: 0;
}

.format-gallery .single_content_header .post-entry-content,
.format-quote .single_content_header .post-entry-content {
  position: relative;
  z-index: 9;
  background: #fff;
  text-align: center;
}

.single_post_entry_content {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  padding: 0px;
}

.single_post_entry_content .single_post_category_top a {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px !important;
  font-size: 11px !important;
  text-transform: uppercase;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  background: #fff;
  color: #222;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

.single_post_entry_content .single_post_category_top a:hover {
  color: #ff4200 !important;
}

.single_post_entry_content .single-meta-category-small a {
  padding: 3px 9px;
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  background-color: #ff4200;
  color: #fff;
}

.single_post_entry_content .single-meta-category-small a:hover {
  text-decoration: none !important;
}

.single_post_entry_content .single_post_title_main {
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.125 !important;
  float: left;
  width: 100%;
  text-align: center;
}

.single_post_entry_content .post_subtitle_text {
  float: left;
  font-size: 18px;
  color: #777;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
  line-height: 1.6;
}

.single_post_entry_content .author_option_left {
  float: left;
}

.single_post_entry_content .author_option_left .single_author_avatar_image {
  float: left;
  margin-right: 10px;
}

.single_post_entry_content .author_option_left .single_author_avatar_image img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.single_post_entry_content .author_option_left .wrapper_author_option_left {
  float: left;
  margin-top: 6px;
}

.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author {
  margin-right: 5px;
}

.single_post_entry_content .author_option_left .wrapper_author_option_left span {
  float: left;
  line-height: 1.2;
  font-size: 12px;
  text-transform: uppercase;
}

.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a:hover {
  text-decoration: none !important;
}

.single_post_entry_content .user_option_right {
  float: left;
  margin-top: 3px;
}

.single_post_entry_content .user_option_right span {
  float: left;
  text-align: center;
  margin-left: 10px;
  color: #000;
  font-size: 12px;
}

.single_post_entry_content .user_option_right span a {
  font-size: 12px;
}

.single_post_entry_content .user_option_right i {
  margin-right: 3px;
}

.single_content_header .image-post-thumb {
  margin-bottom: 20px;
}

.blog_large_post_style .single-post-meta-wrapper {
  margin-bottom: 5px;
  margin-top: 15px;
}

.single-post-meta-wrapper {
  float: left;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.single-post-meta-wrapper span {
  font-size: 12px;
  margin: 0px 5px;
  padding-right: 5px;
  color: #818181 !important;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.single-post-meta-wrapper .jm-post-like {
  margin: 0px 10px 0px 5px;
}

.single-post-meta-wrapper .jm-post-like {
  font-size: 11px !important;
  letter-spacing: 0.2em;
}

.single-post-meta-wrapper span a {
  font-size: 12px;
  color: #818181 !important;
  text-transform: capitalize;
}

.single-post-meta-wrapper span.post-author a {
  font-weight: 400;
}

.single-post-meta-wrapper span a:hover,
.single-post-meta-wrapper span.post-author a:hover,
.single-post-meta-wrapper span.meta-comment a:hover,
.single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover {
  color: #000 !important;
}

.single-post-meta-wrapper .post-author {
  color: #000 !important;
}

.single-post-meta-wrapper .post-author span {
  margin: 0px;
}

.single-post-meta-wrapper .post-author img {
  width: 30px;
  border-radius: 100px;
  margin-right: 10px;
}

.single-post-meta-wrapper a:hover {
  text-decoration: none !important;
}

.single-post-meta-wrapper span i {
  margin-right: 5px;
}

.single-post-meta-wrapper .jm-post-like:hover {
  color: #fff !important;
}

.single-post-meta-wrapper .jm-post-like i {
  margin-right: 5px;
}

.single_content_header .meta-category-small a {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 10px !important;
  text-transform: uppercase;
  margin: 0px 5px;
  display: inline-block;
  color: #fff;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  height: auto;
  line-height: 10px;
  padding: 7px 20px 7px;
  letter-spacing: 0.1em;
  border-radius: 5px;
}

.options_admin_single_style1 .single_post_share_icon_post_top {
  display: none !important;
}

.single_full_width_custom_options.options_admin_single_style1 .post_content {
  margin-top: 10px !important;
}

.single_full_width_custom_options .post_content {
  margin-top: -9px !important;
}

.single_full_width_custom_options {
  border-top: 0px !important;
}

/* Center align caption bellow*/
.single_post_caption_center_below,
.single_post_caption_center_below .meta-category-small,
.single_post_caption_center_below .single_post_title_main {
  text-align: center;
}

/* Center align top*/
.single_above_center_align {
  margin-bottom: 20px;
}

.single_above_center_align,
.single_above_center_align .meta-category-small,
.single_above_center_align .single_post_title_main {
  text-align: center;
}

/* left align bellow*/
.jl_top_single_title {
  margin-top: 0px;
}

.single_bellow_left_align,
.single_bellow_left_align .single-post-meta-wrapper {
  text-align: center;
}

.single_section_content .single_bellow_left_align .meta-category-small a {
  margin: 1px 10px 0px 0px !important;
  padding: 7px 20px 7px;
  color: #fff;
  background: #000;
  float: none;
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: 500 !important;
  border-radius: 5px;
}

.single_bellow_left_align .single-post-meta-wrapper .post-author {
  margin-left: 0px;
}

.single_bellow_left_align .single_post_share_icon_post_top {
  display: block !important;
}

/* left align above*/
.single_above_left_align,
.single_above_left_align .single-post-meta-wrapper {
  text-align: left;
}

.single_above_left_align {
  margin-bottom: 20px;
}

.single_above_left_align .meta-category-small a {
  margin: 0px 10px 0px 0px !important;
}

.single_above_left_align .single-post-meta-wrapper .post-author {
  margin-left: 0px;
}

/* captions overlay image*/
.single_captions_overlay_image {
  position: relative;
  background: #000;
}

.single_captions_overlay_image .image-post-thumb {
  margin: 0px;
}

.single_captions_overlay_image .image-post-thumb img {
  opacity: 0.7;
  width: 100%;
}

.single_captions_overlay_image .single_post_entry_content {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 80%;
  z-index: 1;
  text-align: center;
}

.single_captions_overlay_image .single_post_entry_content .meta-category-small a {
  text-align: center;
}

.single_captions_overlay_image .single_post_entry_content .single_post_title_main,
.single_captions_overlay_image .single-post-meta-wrapper span,
.single_captions_overlay_image .single-post-meta-wrapper span a {
  color: #fff !important;
}

/* fullwidth captions overlay image*/
.single_captions_overlay_image_full_width {
  position: relative;
  background: #000;
  height: 500px;
}

.single_captions_overlay_image_full_width .image-post-thumb {
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
  opacity: 0.6;
}

.single_captions_overlay_image_full_width .single_post_entry_content {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 600px;
  z-index: 1;
  text-align: center;
  padding: 0px;
}

.single_captions_overlay_image_full_width .single_post_entry_content span a:hover,
.single_captions_overlay_image_full_width .single_post_entry_content .jm-post-like:hover {
  color: #fff !important;
}

.single_captions_overlay_image_full_width .single_post_entry_content h1 {
  font-size: 40px;
}

.single_captions_overlay_image_full_width .single-post-meta-wrapper {
  text-align: center;
  margin-top: 15px;
}

.single_captions_overlay_image_full_width .single_post_entry_content .single_post_title_main,
.single_captions_overlay_image_full_width .single-post-meta-wrapper span,
.single_captions_overlay_image_full_width .single-post-meta-wrapper span a,
.single_captions_overlay_image_full_width .single-post-meta-wrapper a.jm-post-like {
  color: #fff !important;
}

/* fullwidth captions overlay bottom image*/
.single_captions_overlay_bottom_image_full_width {
  position: relative;
  background: #000;
  height: 500px;
}

.single_captions_overlay_bottom_image_full_width:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  opacity: 0.3;
}

.single_captions_overlay_bottom_image_full_width .image-post-thumb {
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  background-repeat: no-repeat;
}

.single_full_breadcrumbs_top {
  position: absolute;
  width: 100%;
  z-index: 1;
  margin-top: 20px;
}

.single_full_breadcrumbs_top .breadcrumbs_options,
.single_full_breadcrumbs_top .breadcrumbs_options a {
  color: #fff !important;
}

.single_full_breadcrumbs_top .row {
  margin-bottom: 0px;
}

.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper {
  margin: 0px;
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  padding-bottom: 30px;
}

.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .row {
  margin-bottom: 0px;
}

.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content {
  text-align: left;
}

.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content h1 {
  font-size: 40px;
}

.single_captions_overlay_bottom_image_full_width .single_post_entry_content .meta-category-small a {
  margin: 1px 10px 0px 0px;
}

.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper .post-author {
  margin-left: 0px;
}

.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper {
  text-align: center;
}

.single_captions_overlay_bottom_image_full_width .single_post_entry_content .single_post_title_main,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span a,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span a:hover,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper .jm-post-like {
  color: #fff !important;
}

/* fullwidth captions bottom image*/
.single_captions_bottom_image_full_width {
  position: relative;
  background: #000;
  height: 500px;
}

.single_captions_bottom_image_full_width .image-post-thumb {
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.single_captions_bottom_image_full_width_wrapper {
  margin: 0px;
  height: auto;
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.single_captions_bottom_image_full_width_wrapper .row {
  margin-bottom: 0px;
  margin-right: -30px;
  margin-left: -30px;
}

.single_captions_bottom_image_full_width_wrapper .row .col-md-12 {
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
}

.single_captions_bottom_image_full_width_wrapper .row .col-md-12 .breadcrumbs_options {
  margin-bottom: 8px;
}

.single_post_entry_content {
  text-align: left;
}

.single_captions_bottom_image_full_width_wrapper .single_post_entry_content h1 {
  font-size: 40px;
}

.single_captions_bottom_image_full_width_wrapper .single_post_entry_content .meta-category-small a {
  margin: 0px 5px 0px 5px;
  background: #000;
}

.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper .post-author {
  margin-left: 0px;
}

.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper {
  text-align: center;
  margin-top: 15px;
}

.single_captions_bottom_image_full_width_wrapper .meta-category-small a {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 10px !important;
  text-transform: uppercase;
  margin: 0px 5px 0px 5px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  height: auto;
  line-height: 10px;
  padding: 7px 20px 7px;
  border-radius: 5px;
}

/* fullwidth captions only*/
.single_captions_only_full_width_wrapper {
  margin: 0px;
  height: auto;
  width: 100%;
  float: left;
  margin-top: -90px;
  margin-top: 30px;
}

.single_captions_only_full_width_wrapper .breadcrumbs_options {
  margin-bottom: 5px;
}

.single_captions_only_full_width_wrapper .row {
  margin-bottom: 0px;
}

.single_captions_only_full_width_wrapper .row .col-md-12 {
  padding-top: 5px;
  margin-bottom: -45px;
}

.single_post_entry_content {
  text-align: left;
}

.single_captions_only_full_width_wrapper .single_post_entry_content h1 {
  font-size: 40px;
}

.single_captions_only_full_width_wrapper .single_post_entry_content .meta-category-small a {
  margin: 0px 10px 0px 0px;
  background: #000;
}

.single_captions_only_full_width_wrapper .single-post-meta-wrapper .post-author {
  margin-left: 0px;
}

.single_captions_only_full_width_wrapper .single-post-meta-wrapper {
  text-align: left;
}

.single_captions_only_full_width_wrapper .meta-category-small a {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 10px !important;
  text-transform: uppercase;
  margin: 0px 5px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  height: auto;
  line-height: 10px;
  padding: 7px 20px 7px;
  border-radius: 5px;
}

/* fullwidth captions above image*/
.single_captions_aboves_image_full_width_wrapper {
  margin: 0px;
  height: auto;
  width: 100%;
  float: left;
  margin-top: -90px;
  margin-top: 30px;
}

.single_captions_aboves_image_full_width_wrapper .breadcrumbs_options {
  margin-bottom: 5px;
}

.single_captions_aboves_image_full_width_wrapper .row {
  margin-bottom: 0px;
}

.single_captions_aboves_image_full_width_wrapper .row .col-md-12 {
  padding-top: 15px;
  margin-bottom: -45px;
}

.single_captions_aboves_image_full_width_wrapper .row .col-md-12 .single_post_entry_content {
  padding: 0px;
}

.single_post_entry_content {
  text-align: left;
}

.single_captions_aboves_image_full_width_wrapper .single_post_entry_content h1 {
  font-size: 40px;
}

.single_captions_aboves_image_full_width_wrapper .single_post_entry_content .meta-category-small a {
  margin: 10px 10px 0px 0px;
  background: #000;
}

.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper .post-author {
  margin-left: 0px;
}

.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper {
  text-align: left;
  margin-top: 15px;
}

.single_captions_aboves_image_full_width_wrapper .meta-category-small a {
  float: none;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 11px !important;
  text-transform: uppercase;
  margin: 0px 5px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  height: auto;
  line-height: 10px;
  padding: 7px 20px 7px;
  border-radius: 5px;
}

/* fullwidth captions with post format*/
.single_post_caption_full_width_format {
  margin-bottom: 0px;
}

.single_captions_aboves_image_full_width_wrapper .single_content_header {
  margin-bottom: 10px;
}

.full_width_caption_with_post_format {
  padding-top: 30px !important;
}

.caption_without_image .breadcrumbs_options {
  margin-bottom: 5px;
}

.title_below_align_left .breadcrumbs_options,
.title_above_align_left .breadcrumbs_options {
  margin-bottom: 5px;
}

.pk-social-links-items {
  float: left;
  width: 100%;
}

.pk-social-links-items .pk-social-links-item {
  float: left;
  width: 25% !important;
  background: #f7f7f7 !important;
  border: 1px solid #fff !important;
  padding: 15px 0px;
}

.pk-social-links-items .pk-social-links-item .pk-social-links-link i {
  font-size: 24px;
}

.pk-social-links-items .pk-social-links-item .pk-social-links-count {
  font-size: 13px !important;
  font-weight: 600 !important;
  margin: 7px 0 0 !important;
  color: #000 !important;
}

.pk-social-links-items .pk-social-links-item .pk-social-links-label {
  font-size: 11px !important;
  line-height: 1.2 !important;
  text-transform: capitalize !important;
  margin-top: 5px;
  color: #000 !important;
}

.pk-social-links-items .pk-social-links-item.pk-social-links-facebook .pk-social-links-link i {
  color: #45629f !important;
}

.pk-social-links-items .pk-social-links-item.pk-social-links-twitter .pk-social-links-link i {
  color: #1aa1e6 !important;
}

.pk-social-links-items .pk-social-links-item.pk-social-links-instagram .pk-social-links-link i {
  color: #125d8f !important;
}

.single_post_share_icon_post li.single_post_share_pinterest a {
  line-height: 70px;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  position: relative;
}

.single_post_share_icon_post li.single_post_share_pinterest a:after {
  content: "\f0d2";
  font-family: FontAwesome;
  font-size: 25px !important;
  line-height: 70px;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #cd1d1f;
  border-radius: 100px;
}

.single_post_footer_share {
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.single_post_share_icon {
  float: right;
  padding: 0px;
  margin-bottom: 25px;
}

.single_post_share_icon li {
  float: left;
  margin-left: 5px;
  list-style: none !important;
  border-radius: 100px;
}

.single_post_share_icon li a {
  display: block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #222;
  text-align: center;
  font-size: 15px;
  background: #fff !important;
}

.single_post_share_icon li a:hover {
  text-decoration: none !important;
  color: #ff4200;
}

.single_post_share_icon li.single_post_share_facebook a i,
.single_post_share_icon li.single_post_share_twitter a i {
  margin-right: 0px;
}

.single_post_share_icons.social_popup_close i {
  margin: 0px !important;
  font-size: 13px !important;
}

.single_post_share_icons.social_popup_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  display: block;
  transition: 0.3s ease-in-out;
  color: #ffffff;
  background-color: #000;
  margin: 0px !important;
  border-radius: 100px;
}

.single_post_share_icons i {
  margin-left: 5px;
}

.single_post_share_icons {
  text-transform: uppercase;
  float: right;
  margin-top: 0px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  background: #212121;
  height: 21px;
  line-height: 21px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 5px;
  transition: color 0.2s linear, background 0.1s linear;
}

.single_post_share_wrapper .single_post_share_icon_post {
  margin: -40px 0px 0px 0px;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: auto;
  overflow: hidden;
  float: none;
  text-align: center;
}

.single_post_share_wrapper.share_single_active {
  opacity: 1 !important;
  visibility: visible !important;
}

.single_post_share_wrapper {
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.97);
  opacity: 0;
  position: fixed;
  top: 0 !important;
  left: 0;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
}

.share_large_loop {
  float: right;
}

.share_large_loop .mashsb-stretched .mashsb-buttons a {
  width: auto;
  letter-spacing: 0px;
  font-size: 13px;
  text-transform: capitalize;
  height: 32px !important;
  line-height: 32px !important;
  border-radius: 5px;
  margin: 0px;
  padding: 0px 25px;
  margin-left: 5px;
}

.share_large_loop .mashsb-stretched .mashsb-buttons a .icon:before {
  margin-right: 5px;
  font-size: 13px;
  width: auto;
}

.share_large_loop .mashsb-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.large_post_share_btn.single_post_share_icon_post {
  float: right;
  width: auto;
  margin-bottom: 0px;
}

.large_post_meta_wrapper .grid_meta_bottom_wrapper {
  float: left;
  width: 100%;
}

.large_post_share_btn.single_post_share_icon_post li a {
  width: auto;
  letter-spacing: 0px;
  font-size: 13px;
  text-transform: capitalize;
  height: 32px !important;
  line-height: 32px !important;
  border-radius: 100px;
  margin: 0px;
  padding: 0px 30px;
}

.large_post_share_btn.single_post_share_icon_post li a i {
  margin-right: 5px;
}

.single_post_share_icon_post {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 15px;
}

.single_post_share_icon_post li {
  display: inline-block;
  margin-right: 0px;
  list-style: none !important;
  border-radius: 2px;
}

.single_post_share_icon_post li a {
  display: block;
  padding: 0px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-right: 5px;
  border-radius: 100px;
}

.single_post_share_icon_post li a:hover {
  opacity: 0.8;
}

.single_post_share_icon_post li:last-child a {
  margin-right: 0px;
}

.single_post_share_icon_post li a span {
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  margin-left: 5px;
}

.single_post_share_icon_post li a:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.single_post_share_icon_post li.single_post_share_facebook a {
  background: #455fa1;
}

.single_post_share_icon_post li.single_post_share_twitter a {
  background: #58abf5;
}

.single_post_share_icon_post li.single_post_share_google_plus a {
  background: #eb4026;
}

.single_post_share_icon_post li.single_post_share_pinterest a {
  background: transparent;
}

.single_post_share_icon_post li.single_post_share_linkedin a {
  background: #1980be;
}

.single_post_share_icon_post li.single_post_share_ftumblr a {
  background: #586973;
}

.single_post_share_icon_post_bottom {
  margin-top: 20px;
}

.title_below_align_center .single_post_share_icon_post_top,
.title_above_align_center .single_post_share_icon_post_top,
.title_above_align_left .single_post_share_icon_post_top,
.title_overlay_image .single_post_share_icon_post_top {
  display: none;
}

.single_box_width_custom_options .single_post_share_icon_post_top {
  display: none !important;
}

.title_above_align_left .top_bar_social_with_captions {
  display: block !important;
  margin-bottom: 25px;
}

.full_width_image_with_caption_overlay_center .single_post_share_icon_post_top,
.full_width_image_with_caption_overlay_bottom .single_post_share_icon_post_top,
.full_width_image_with_caption_above .single_post_share_icon_post_top {
  margin-bottom: 30px;
}

.title_below_align_left .single_post_share_icon_post_top {
  margin-top: 10px;
  margin-bottom: 5px;
}

.caption_without_image .single_post_share_icon_post_top {
  margin-top: 15px;
}

.full_width_image_with_caption_above,
.full_width_caption_without_image {
  padding-top: 15px !important;
}

/*Blog list layout with sidebar*/
.blog-list-post .box {
  margin-bottom: 30px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  display: inline-block;
  float: left;
  vertical-align: top;
  background: none !important;
  border-radius: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.loop-list-post-display .post-entry-content h3 {
  padding: 0px !important;
  text-align: center;
}

.loop-list-post-display .post-entry-content .post-meta {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 20px !important;
}

.loop-list-post-display .post-entry-content .post-meta span a {
  font-weight: 300 !important;
  color: #777;
}

.loop-list-post-display .large_post_content,
.loop-list-post-display .large_post_footer_wrapper {
  padding: 0px;
}

.loop-list-post-display .large_post_content {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.loop-list-post-display .large_post_content p {
  margin-bottom: 0px;
}

.loop-list-post-display .meta-category-small {
  margin-top: 0px !important;
}

.loop-list-post-display .post_grid_more_meta_wrapper {
  margin-top: 0px;
}

.loop-list-post-display .blog_list_post_style .meta-category-small {
  margin: 0px !important;
  padding: 0px;
  line-height: 1.2;
  text-align: left;
  float: left;
  width: auto;
  margin-right: 10px !important;
  margin-bottom: 20px !important;
}

.blog-list-post .image-post-thumb {
  width: 370px !important;
}

.blog-list-post .post-entry-content {
  float: none !important;
  position: relative !important;
  margin-left: 400px !important;
  top: -17px !important;
  width: auto !important;
  padding: 0px;
}

/*-------------------------------------------------------------------------------------
Blog large layout with sidebar
-------------------------------------------------------------------------------------*/
.loop-large-post .box {
  margin-bottom: 50px !important;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  position: relative;
}

.blog_large_post_style.jl_grid_layout1 .meta-category-small {
  position: absolute;
  margin: 0px !important;
  top: 20px;
  left: 20px;
  width: auto;
  z-index: 1;
}

.blog_large_post_style .large_post_content p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 1.8;
}

.blog_large_post_style .jl_post_title_top {
  padding: 0px;
  margin-bottom: 20px !important;
}

.blog_large_post_style .jl_post_title_top .image-post-title {
  margin-top: 0px !important;
  margin-bottom: 15px;
}

.blog_large_post_style .jl_post_title_top .single-post-meta-wrapper {
  margin-top: 0px;
}

.single_section_content.box.blog_large_post_style {
  width: 100% !important;
  position: static;
  padding: 0px;
}

.single_section_content .mashsb-container {
  padding-top: 0px;
  padding-bottom: 20px;
}

.single_section_content.box.blog_large_post_style .meta-category-small .post_type_icon {
  margin-right: 6px;
}

.jl_radius .loop-large-post .post_content img {
  border-radius: 10px;
}

.loop-large-post .post_content {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
}

.loop-large-post .post_content a {
  font-weight: bold;
}

.blog_large_post_style .box.format-quote {
  padding: 0px;
}

.blog_large_post_style .post_type_icon {
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #FFF;
  float: none;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin-right: 1px;
  position: relative;
}

.blog_large_post_style.sticky {
  background: #ffffe0;
  border: 1px solid #e6db55;
}

.blog_large_post_style.sticky .featured-thumbnail img {
  border-radius: 0px;
}

.blog_large_post_style.sticky .post-entry-content-wrapper {
  background: #fffde4;
  padding: 10px 25px 25px 25px !important;
}

.blog_large_post_style.sticky .post-entry-content-wrapper .large_post_content {
  padding: 0px !important;
  margin: 0px !important;
}

.blog_large_post_style.sticky .large_post_footer_wrapper {
  border-bottom: 0px solid #f0f0f0;
  border-top: 1px solid #e6db55;
}

.blog_large_post_style.sticky .post-entry-content-wrapper .large_post_content {
  padding: 0px;
  border: 0px;
}

.blog_large_post_style.sticky .post-entry-content-wrapper .jl_continue_reading {
  background: #fffde4;
}

.blog_large_post_style.sticky .post-entry-content-wrapper .jl_continue_reading:hover {
  background: #000;
}

/*-------------------------------------------------------------------------------------
Blog large overlay layout with sidebar
-------------------------------------------------------------------------------------*/
.blog_large_overlay_post_style.box {
  width: 100% !important;
  height: 510px;
  position: relative;
  background: #ececec;
  margin-bottom: 30px !important;
}

.blog_large_overlay_post_style.box .image-post-title {
  font-size: 30px;
}

.blog_large_overlay_post_style .image_grid_header_absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.blog_large_overlay_post_style .link_grid_header_absolute {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}

.blog_large_overlay_post_style .post-entry-content {
  top: 50%;
  background: none;
  padding: 0px 60px !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
  padding: 0;
  bottom: auto;
  text-align: center;
  float: none !important;
  position: absolute;
}

.blog_large_overlay_post_style .post-entry-content h3 {
  margin: 10px 0px 5px 0px;
}

.blog_large_overlay_post_style .post-entry-content h3 a,
.blog_large_overlay_post_style .single-post-meta-wrapper span,
.blog_large_overlay_post_style .single-post-meta-wrapper span a {
  color: #fff !important;
}

.blog_large_overlay_post_style .post-entry-content h3 a:hover {
  opacity: 0.8;
}

.blog_large_overlay_post_style .post_grid_more_meta_wrapper {
  text-align: center;
}

.blog_large_overlay_post_style .post_grid_more_meta_wrapper span a {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0em;
  margin: 0px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
  float: none !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 4px 12px 4px;
  color: #fff !important;
}

#content .blog_grid_post_style .meta-category-small,
.grid_home_3col .blog_grid_post_style .meta-category-small {
  margin-top: 15px;
  margin-bottom: 5px;
}

#content .blog_grid_post_style .jl_rating_front,
.grid_home_3col .blog_grid_post_style .jl_rating_front {
  margin-top: 0px;
  margin-left: 0px;
}

.margin_full_slider {
  margin-top: 30px;
}

.page-template-home-grid-post-4col .col3_homepost_carosel,
.page-template-home-grid-post-4col .home_grid_2_post_header_wrapper,
.page-template-home-grid-post-4col .page_slider_grid_5_style,
.page-template-home-grid-post-4col .magazine_3_grid_slider {
  background: #ededed;
  margin-top: 0px;
  padding-top: 0px;
}

.page-template-home-grid-post-4col .post_grid_more_meta_wrapper.no_feature_img_class {
  margin-top: 15px !important;
}

.post_grid_more_meta_wrapper.no_feature_img_class {
  margin-top: 0px;
}

.post_grid_more_meta_wrapper {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.post_grid_more_meta_wrapper .grid_post_share {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: auto;
  float: left;
  line-height: 1.2;
  margin-right: 10px;
  color: #555;
}

.post_grid_more_meta_wrapper .grid_post_share .grid_share_wrapper {
  float: left;
}

.post_grid_more_meta_wrapper .grid_post_share i {
  margin-right: 5px;
  float: left;
}

.grid_post_share .mashsb-count {
  margin-right: 5px;
  margin-top: 0px;
  font-weight: 400;
}

.grid_post_share .mashsbcount {
  float: left;
  font-size: 12px;
  color: #555;
}

.grid_post_share .mashsb-sharetext {
  display: none;
}

.post_grid_more_meta_wrapper .meta-category-small {
  width: 100%;
  margin: 0px !important;
  padding: 0px;
  line-height: 1.2;
  text-align: left;
}

.post_grid_more_meta_wrapper .meta-comment i {
  margin-right: 5px;
}

.post_grid_more_meta_wrapper .meta-comment {
  font-size: 12px;
  font-weight: 400px;
  line-height: 16px;
  width: auto;
  float: left;
  line-height: 1.2;
  margin-right: 10px;
}

.post_grid_more_meta_wrapper .meta-comment a {
  color: #555;
}

#content .blog_grid_post_style .meta-category-small a,
.grid_home_3col .blog_grid_post_style .meta-category-small a,
.jellywp_home_builder_carousel_post .meta-category-small a,
.post_list_medium_widget .meta-category-small a,
.page_builder_slider .meta-category-small a,
.jelly_homepage_builder.builder_post_grid_bellow .blog_list_post_style .meta-category-small a,
.blog_grid_post_style .meta-category-small a,
.blog_large_post_style .meta-category-small a,
.loop-list-post-display .blog_list_post_style .meta-category-small a {
  color: #fff;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.page_builder_slider .meta-category-small a {
  margin: 0px 2px 0px 0px !important;
}

.loop-list-post-display .blog_list_post_style .meta-category-small a {
  color: #fff !important;
}

.builder_post_list_bellow .meta-category-small a,
.main_right_post_style_list .meta-category-small a {
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  height: auto;
  line-height: 10px;
  padding: 0px;
  color: #000;
}

.container_masonry_home {
  margin: 0px !important;
  padding: 0px !important;
}

.container_masonry_home .pagination-more {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: #fff;
}

.container_masonry_home .pagination-more a {
  margin: 30px 0px;
}

.blog_grid_post_style .meta-category-small a {
  margin: 0px 2px 1px 0px !important;
}

.blog_grid_post_style .meta-category-small a:last-child {
  margin-right: 0px !important;
}

/* builder block nav*/
.jl_bulder_wrapper {
  position: relative;
}

.jl_content_post {
  float: left;
  width: 100%;
}

.jl_cat_nav_head {
  position: absolute;
  top: -70px;
  right: 0px;
}

.jl_cat_nav_head .category_listing {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
}

.jl_cat_nav_head .category_listing li {
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.jl_cat_nav_head .jl_pagination {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
}

.jl_cat_nav_head .jl_pagination li {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
}

/* Squre grid 3col*/
.grid_home_masonry_3col #infscr-loading {
  bottom: -80px;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style {
  width: 33.33333333%;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper {
  opacity: 1;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .link_grid_header_absolute {
  background: #000;
  opacity: 0.2;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper:hover .link_grid_header_absolute {
  opacity: 0.5;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper {
  background: none;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 20px;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a {
  font-weight: 700 !important;
}

.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a:hover {
  color: #fff !important;
  opacity: 0.7;
}

.page-template-home-grid-masonry-3 .large_center_slider_container .banner-container h5 a {
  text-transform: uppercase;
  font-weight: 700 !important;
}

/*Large post overlay*/
.jl_s_slide_text_wrapper {
  margin-top: 0px !important;
  position: relative;
}

.jl_s_slide_text_wrapper:after {
  content: "";
  height: 600px !important;
  width: 35% !important;
  background: #040404;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.jl_s_slide_text_wrapper,
.jl_s_slide_text_wrapper .jl_s_slider_img,
.jl_s_slide_text_wrapper .banner-container,
.large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item {
  height: 600px !important;
}

.jl_s_slide_text_wrapper .container {
  max-width: 100% !important;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 2;
}

.jl_s_slide_text_wrapper .row {
  padding: 0px;
  margin: 0px;
}

.jl_s_slide_text_wrapper .col-md-12 {
  padding: 0px;
  margin: 0px;
}

.jl_s_slide_text_wrapper .jl_s_slider_img {
  position: relative;
  float: left;
  width: 65%;
  overflow: hidden;
}

.jl_s_slide_text_wrapper .jl_s_slider_img .image_grid_header_absolute {
  height: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
}

.jl_s_slide_text_wrapper .banner-container {
  width: 35% !important;
  float: left;
  overflow: hidden;
  position: relative !important;
  background: #040404 !important;
  padding: 50px !important;
}

.jl_s_slide_text_wrapper .banner-container .meta-category-small {
  float: left !important;
  width: 100%;
}

.jl_s_slide_text_wrapper .banner-container .meta-category-small a {
  background: transparent;
  font-size: 10px !important;
  height: auto;
  line-height: 10px;
  padding: 4px 15px 4px !important;
  letter-spacing: 0.2em;
}

.jl_s_slide_text_wrapper .banner-container h5 {
  float: left !important;
  width: 100%;
}

.jl_s_slide_text_wrapper .banner-container h5 a {
  color: #fff !important;
  font-size: 35px !important;
}

.jl_s_slide_text_wrapper .banner-container .jl_slider_desc {
  float: left;
  width: 100%;
  color: #bbb;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 15px;
}

.jl_s_slide_text_wrapper .banner-container .jl_ssider_more {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  padding: 0px 30px 0px;
  transition: 0.25s;
  background-color: #fff;
  margin-top: 30px;
}

.jl_s_slide_text_wrapper .banner-container .jl_ssider_more:hover {
  text-decoration: none !important;
  background: #fff;
  color: #000;
}

.large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .banner-container .post-meta span,
.large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .banner-container .post-meta span a {
  color: #fff !important;
}

.jl_s_slide_text_wrapper .jelly_pro_post_arrow_left i {
  margin-right: 10px;
}

.jl_s_slide_text_wrapper .jelly_pro_post_arrow_right i {
  margin-left: 10px;
}

.jl_s_slide_text_wrapper .jelly_pro_post_arrow_left i,
.jl_s_slide_text_wrapper .jelly_pro_post_arrow_right i {
  width: auto;
  font-size: 15px;
}

.jl_s_slide_text_wrapper .jelly_pro_post_arrow_left,
.jl_s_slide_text_wrapper .jelly_pro_post_arrow_right {
  color: #999;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  width: 17.5% !important;
  height: 60px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: auto;
  bottom: 0px;
  margin-top: 0;
  opacity: 1 !important;
  border-top: 1px solid #292929;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 0px;
}

.jl_s_slide_text_wrapper .jelly_pro_post_arrow_left:hover,
.jl_s_slide_text_wrapper .jelly_pro_post_arrow_right:hover {
  color: #999;
}

.large_center_slider_container.jl_s_slide_text_wrapper:hover .jelly_pro_post_arrow_right,
.large_center_slider_container.jl_s_slide_text_wrapper:hover .jelly_pro_post_arrow_left {
  opacity: 1 !important;
}

.jl_s_slide_text_wrapper:hover .jelly_pro_post_arrow_right {
  right: 0px !important;
}

.jl_s_slide_text_wrapper .jelly_pro_post_arrow_right {
  right: 0px;
  border-left: 1px solid #292929;
}

.jl_s_slide_text_wrapper .jelly_pro_post_arrow_left {
  left: auto !important;
  right: 17.5%;
}

.pagingInfo {
  display: none;
  float: left;
  position: absolute;
  font-size: 28px;
  font-weight: 100;
  background: #fff;
  color: #000;
  top: 30px;
  right: 30px;
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  z-index: 999;
  transition: 0.25s;
  border-radius: 100px;
}

/*Large post overlay*/
.jl_home_large_full .blog_grid_post_style {
  width: 100%;
}

.jl_home_large_full #infscr-loading {
  bottom: -80px;
}

.jl_home_large_full .blog_grid_post_style .jl_squre_grid_wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 35%;
}

.jl_home_large_full .blog_grid_post_style .jl_squre_grid_image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 1;
  backface-visibility: hidden;
  background-position: 50% center;
  transition: 0.5s ease-in-out opacity, 0.5s transform ease-in-out;
}

.jl_home_large_full .jl_squre_grid_wrapper .banner-container {
  top: 50%;
  background: none;
  left: 25%;
  right: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto;
  padding: 0;
  bottom: auto;
  text-align: center;
}

.jl_home_large_full .jl_squre_grid_wrapper .link_grid_header_absolute {
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000 !important;
}

.jl_home_large_full .jl_squre_grid_wrapper:hover .link_grid_header_absolute {
  opacity: 0.5;
}

.jl_home_large_full .jl_squre_grid_wrapper .meta-category-small a {
  float: none !important;
  display: inline-block;
}

.jl_home_large_full .jl_squre_grid_wrapper .banner-container h5 a {
  font-size: 45px;
}

.jl_home_large_full .jl_squre_grid_wrapper .banner-container h5 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

/* Squre grid*/
.grid_home_masonry_4col #infscr-loading {
  bottom: -80px;
}

.grid_home_masonry .blog_grid_post_style {
  width: 25%;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_grid_wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_grid_image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 1;
  backface-visibility: hidden;
  background-position: 50% center;
  transition: 0.5s ease-in-out opacity, 0.5s transform ease-in-out;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 35px;
  opacity: 0;
  transition: 0.3s ease-in-out opacity, 0.3s transform ease-in-out;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_grid_wrapper:hover .jl_squre_content_wrapper {
  opacity: 1;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: none;
  color: none;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post_grid_more_meta_wrapper {
  margin: 0px;
  position: relative;
  z-index: 2;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title {
  font-size: 25px;
  position: relative;
  z-index: 2;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a {
  color: #fff;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}

.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot .post-date,
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot span a {
  color: #fff !important;
}

.blog_large_post_style .large_post_content {
  float: left;
  width: 100%;
  text-align: center;
}

.blog_large_post_style .large_post_content p {
  margin-bottom: 30px;
  text-align: left;
  font-size: 15px;
  padding: 0px;
}

.blog_large_post_style .image-post-thumb {
  margin-bottom: 25px !important;
}

.blog_large_post_style .large_post_content .jl_continue_reading {
  margin: 25px 0px 10px 0px;
}

.blog_list_post_style .jelly_read_more_wrapper {
  text-align: left !important;
}

.blog_large_post_style .large_post_content .jelly_read_more_wrapper,
.blog_grid_post_style .jelly_read_more_wrapper,
.blog_list_post_style .jelly_read_more_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0px;
}

.blog_grid_post_style .jelly_read_more_wrapper {
  margin-bottom: 2px;
}

.blog_large_post_style .large_post_content .jelly_read_more_wrapper a,
.blog_grid_post_style .jelly_read_more_wrapper a,
.blog_list_post_style .jelly_read_more_wrapper a {
  color: #222;
  text-transform: uppercase;
  padding: 0px 20px;
  height: 36px;
  line-height: 34px;
  border: 2px solid #222;
  font-size: 10px;
  letter-spacing: 1px;
  border-radius: 25px;
  display: inline-block;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
}

.blog_large_post_style .large_post_content .jelly_read_more_wrapper a:hover,
.blog_grid_post_style .jelly_read_more_wrapper a:hover,
.blog_list_post_style .jelly_read_more_wrapper a:hover {
  background: #222;
  color: #fff !important;
  text-decoration: none !important;
}

.date_post_large_display {
  display: none;
  float: left;
  width: 70px;
  height: 90px;
  background: #000;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 35px;
  padding-top: 15px;
  position: absolute;
  right: -1px;
  top: 0px;
  z-index: 9;
  transition: all 0.35s;
}

.date_post_large_display span {
  display: block;
  font-size: 27px;
}

.blog_large_post_style .post-entry-content .meta-category-small {
  margin: 0px !important;
  padding: 0px;
  line-height: 1.2;
}

.blog_large_post_style .post-entry-content .meta-category-small,
.blog_large_post_style .post-entry-content .meta-category-small a,
.meta-category-small a {
  transition: all 0.3s;
}

.blog_large_post_style .post-entry-content .image-post-title,
.blog_large_post_style .post-entry-content h1 {
  margin: 0px;
  margin-top: 0px !important;
  font-size: 35px;
  line-height: 1.2 !important;
  margin-bottom: 5px;
  color: #222222;
  float: left;
  width: 100%;
  text-transform: capitalize;
  text-align: left;
  padding: 0px;
}

.blog_large_post_style .post-entry-content .large_post_content {
  text-align: left;
}

.blog_large_post_style .post-entry-content .post-meta {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0px;
  float: left;
  width: 100%;
}

.blog_large_post_style .post-entry-content .post-meta,
.blog_large_post_style .post-entry-content .post-meta a {
  color: #777;
  font-size: 10px !important;
  text-transform: uppercase;
  line-height: 1.2;
}

.blog_large_post_style .post-entry-content .post-meta a:hover {
  float: none !important;
  text-decoration: none !important;
  color: #777 !important;
}

.blog_large_post_style .post-entry-content .post-meta a {
  font-weight: 300;
}

.blog_large_post_style .post-entry-content .post-meta i {
  margin-right: 5px;
}

.blog_large_post_style .post-entry-content .post-meta span {
  display: inline-block;
  margin-right: 10px;
}

.blog_large_post_style .large_post_footer_wrapper {
  float: left;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.blog_large_post_style .large_post_footer_wrapper .large_post_footer_wrapper_in {
  float: left;
  width: 100%;
}

.post_large_footer_meta {
  float: left;
}

.post_large_footer_meta .post_tag_footer {
  float: left;
  margin-right: 9px;
  padding-right: 7px;
  line-height: 2;
  text-transform: capitalize;
}

.post_large_footer_meta .post_tag_footer:after {
  position: relative;
  top: 3px;
  left: 8px;
  height: 15px;
  content: no-close-quote;
  width: 1px;
  background: #dddddd;
  display: inline-block;
  transform: rotate(25deg);
}

.post_large_footer_meta .post_tag_footer a {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.post_large_footer_meta .post_tag_footer a:hover {
  text-decoration: none !important;
  color: #ff4200;
}

.post_large_footer_meta .post_comment_footer,
.post_large_footer_meta .post_love_footer {
  margin-right: 7px;
  padding-right: 7px;
}

.post_large_footer_meta .post_comment_footer:after,
.post_large_footer_meta .post_love_footer:after {
  position: relative;
  top: 3px;
  left: 8px;
  height: 15px;
  content: no-close-quote;
  width: 1px;
  background: #dddddd;
  display: inline-block;
  transform: rotate(25deg);
}

.post_large_footer_meta .post_comment_footer,
.post_large_footer_meta .post_love_footer,
.post_large_footer_meta .post_comment_footer a,
.post_large_footer_meta .post_love_footer a,
.post_large_footer_meta .post_view_footer {
  font-size: 12px !important;
  transition: all 0.4s ease 0s;
  color: #222;
}

.post_large_footer_meta .post_comment_footer a:hover,
.post_large_footer_meta .post_love_footer a:hover {
  color: #ff4200;
}

.post_large_footer_meta .post_comment_footer i,
.post_large_footer_meta .post_love_footer i,
.post_large_footer_meta .post_view_footer i {
  margin-right: 5px;
}

.jl_continue_reading {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  text-transform: uppercase;
  font-size: 11px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  padding: 0px 25px;
}

.jl_continue_reading:hover {
  text-decoration: none !important;
  background: #000;
  color: #fff !important;
}

.large_post_share_icons {
  float: left;
  width: 100%;
  padding: 0px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 10px 0 10px 0;
}

.large_post_share_icons li {
  display: inline-block;
}

.large_post_share_icons li a {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.4s ease 0s;
}

.large_post_share_icons li a:hover {
  color: #ff4200;
}

.clear_2col_related {
  float: left;
  width: 100%;
  height: 1px;
}

.blog_post_related_title {
  margin-bottom: 25px;
}

.blog_post_related_title h5 {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  color: #000;
  margin: 0px;
}

.blog-post-related-loop {
  margin-bottom: 50px;
}

.blog-post-related-loop .blog-post-related-image {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.blog-post-related-loop .blog-post-related-image img {
  transition: all 0.4s ease 0s;
  float: left;
  width: 100%;
}

.blog-post-related-loop .blog-post-related-item-inside-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.blog-post-related-loop .blog-post-related-item-inside {
  float: left;
  width: 100%;
  background: #fff;
  padding-bottom: 0px;
  margin-top: 10px;
}

.blog-post-related-loop .blog-post-related-item-inside h3 {
  margin: 0px;
  font-size: 15px;
  line-height: 1.2;
  text-transform: capitalize;
}

.blog_large_post_style .image-post-thumb .link_image > img {
  width: 100%;
}

.blog_large_post_style .image-post-thumb,
.full_width_quote_options .image-post-thumb {
  z-index: 1;
}

.blog_large_post_style .qoute_large_image,
.full_width_quote_options .qoute_large_image {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog_large_post_style .qoute_large_image img,
.full_width_quote_options .qoute_large_image img {
  position: absolute !important;
  width: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qoute_large_background.image_grid_header_absolute {
  padding: 150px 15px;
}

.blog_large_post_style .qoute_large_background,
.full_width_quote_options .qoute_large_background {
  position: relative;
  text-align: center;
  padding: 100px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.qoute_large_background.image_grid_header_absolute {
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
  float: left;
  width: 100%;
  position: relative;
}

.qoute_large_background.image_grid_header_absolute .quote_text_des {
  display: block;
  color: #fff;
  font-size: 25px;
  font-style: italic;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
  font-family: Georgia !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.qoute_large_background.image_grid_header_absolute .fa-quote-right {
  color: #fff;
  font-size: 30px;
}

.qoute_large_background.image_grid_header_absolute .link_grid_header_absolute {
  opacity: 0.5;
  left: 0px;
  top: 0px;
}

.qoute_large_background.image_grid_header_absolute .quote_source {
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.qoute_large_background.image_grid_header_absolute .qoute_large_content_inside {
  padding: 40px;
  float: left;
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
}

.blog_large_post_style .qoute_large_wrapper_inside,
.full_width_quote_options .qoute_large_wrapper_inside {
  height: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.blog_large_post_style .qoute_large_content_inside,
.full_width_quote_options .qoute_large_content_inside {
  display: table-cell;
  vertical-align: middle;
}

.blog_large_post_style .qoute_large_content_inside p,
.full_width_quote_options .qoute_large_content_inside p {
  font-size: 22px;
  color: #FFF;
  font-style: italic;
}

.blog_large_post_style .qoute_large_content_inside .quote_source,
.full_width_quote_options .qoute_large_content_inside .quote_source {
  font-size: 13px;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.full_width_quote_options .qoute_large_background_image {
  height: 500px;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.full_width_quote_options .qoute_large_background_color {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
}

.full_width_quote_options .qoute_large_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 15%;
  right: 15%;
  text-align: center;
}

.full_width_quote_options .qoute_large_text p {
  color: #fff !important;
  font-style: italic;
  font-size: 16px !important;
}

.full_width_quote_options .qoute_large_text .quote_source {
  font-style: normal !important;
}

.blog_large_post_style .jelly_pro_post_arrow_right,
.single_post_caption_full_thumb .jelly_pro_post_arrow_right {
  right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog_large_post_style .jelly_pro_post_arrow_left,
.single_post_caption_full_thumb .jelly_pro_post_arrow_left {
  left: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog_large_post_style .jelly_pro_post_arrow_left,
.blog_large_post_style .jelly_pro_post_arrow_right,
.single_post_caption_full_thumb .jelly_pro_post_arrow_left,
.single_post_caption_full_thumb .jelly_pro_post_arrow_right {
  color: #FFF;
  cursor: pointer;
  font-size: 35px;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}

.blog_large_post_style .categories-title {
  margin-bottom: 30px !important;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #EEE;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 0px;
  color: #333;
}

.blog_large_post_style .box .post_content {
  padding: 0px 30px;
  float: left;
}

.preview_wrapper_icons {
  position: absolute;
  top: -15px;
  right: 5px;
  transform: scale(0.8);
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
}

.preview_wrapper_icons .preview_icon_hot {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  background: #ff4200;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 22px;
}

.preview_wrapper_icons .preview_icon_trend {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  background: #ff8d00;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 22px;
}

.grid_meta_bottom_wrapper {
  float: left;
  width: 100%;
}

.grid_meta_bottom_wrapper .author-avatar-image img {
  width: 32px !important;
  height: 32px !important;
}

.grid_meta_bottom_wrapper .post-date,
.grid_meta_bottom_wrapper .author-avatar-link a {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
  float: left;
  color: #000;
  text-align: left;
}

.grid_meta_bottom_wrapper .meta_comment {
  float: right;
  min-width: 24px;
  height: 22px;
  border-radius: 5px;
  background-color: #444;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  margin-top: 3px;
  color: #fff;
  padding: 0 10px 0 11px;
}

.grid_meta_bottom_wrapper .meta_comment:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid #444;
  border-right: 5px solid transparent;
}

.grid_meta_bottom_wrapper .meta_comment a {
  color: #fff !important;
  display: block;
  text-decoration: none !important;
}

.grid_meta_bottom_wrapper .meta_comment a:hover {
  text-decoration: none !important;
}

.author-avatar-image {
  float: left;
}

.author-avatar-image img {
  width: 20px !important;
  height: 20px !important;
  float: left;
  border-radius: 100px;
  margin-right: 5px;
}

.author-avatar-link {
  float: left;
  margin-top: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: capitalize;
  max-width: 160px;
  margin-right: 10px;
}

.author-avatar-link a {
  font-size: 10px;
  font-weight: 300 !important;
  color: #777 !important;
}

.author-avatar-link a:hover {
  text-decoration: none !important;
}

.box .image-post-thumb {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.jlsingle-title-above {
  margin-top: 0px;
}

.box .image-post-thumb > a {
  float: left;
  width: 100%;
  min-height: 60px;
}

.jl_radius .box .image-post-thumb > a {
  border-radius: 10px;
  overflow: hidden;
}

.jl_radius .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .post-entry-content {
  border-radius: 10px;
}

.box .image-post-thumb > a > img {
  max-width: 100%;
  width: auto;
}

.box .image-post-thumb > .meta-category-small {
  position: absolute;
  margin: 0px !important;
  top: 20px;
  left: 20px;
}

.box .image-post-thumb > .meta-category-small a {
  float: left !important;
  margin: 0px 1px 0px 0px !important;
  color: #fff;
}

.box.blog_grid_post_style .image-post-thumb > a > img {
  width: 100%;
  float: left;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination-area {
  text-align: center;
}

.box .image-post-thumb a > img,
.owl-carousel .owl-item img {
  transition: all 0.4s ease 0s;
}

.box .image-post-thumb a .overlay_icons,
.full-slider-wrapper .bubble .overlay_icons,
.header_small_carousel_post .item.col-md-12 > a .overlay_icons {
  color: #FFF;
  font-size: 15px !important;
  left: 50%;
  margin-left: -10px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.box .image-post-thumb a:hover .overlay_icons,
.full-slider-wrapper .bubble:hover .overlay_icons,
.header_small_carousel_post .item.col-md-12:hover > a .overlay_icons {
  margin-top: 0px;
  opacity: 0;
}

.box .image-post-thumb audio {
  position: absolute;
  bottom: 0px;
}

.box img {
  height: auto;
}

.format-audio .image-post-thumb img {
  width: 100%;
}

.blog_large_post_style .post-entry-content .post-entry-content-wrapper {
  float: left;
  width: 100%;
  padding: 0px;
}

.post-entry-content {
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  padding: 0px;
}

.owl-carousel .owl-item {
  overflow: hidden;
}

.post-entry-content .post-entry-title {
  font-size: 28px;
  text-decoration: none;
}

.post-entry-content .post-entry-title:hover {
  text-decoration: none;
}

.content_post_grid {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
}

.content_post_grid p {
  margin-bottom: 0px;
  text-align: left;
}

.jl_small_list_front .meta-category-small-list {
  width: auto !important;
}

.jl_small_list_front .jl_rating_front {
  float: left;
  margin-top: -3px !important;
}

.meta-category-small-list.jl_builder_cat_main {
  width: auto;
  margin-top: 15px;
}

.page_slider_grid_5_style .jl_review_wrapper {
  top: 20px;
  right: 20px;
}

.jl_review_wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.jl_rating_front {
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-top: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.jl_rating_front canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.jl_rating_front .jl_rating_value {
  float: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.4);
}

.jl_rating_front span {
  float: none;
  height: 13px;
  line-height: 13px;
  font-size: 14px;
}

.jl_rating_front span i {
  margin-right: 1px;
}

.meta-category-small-list {
  float: left;
  width: 100%;
}

.meta-category-small-list a {
  float: left;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 10px !important;
  text-transform: uppercase;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  color: #000;
  font-weight: 600;
  letter-spacing: 0em;
  height: auto;
  line-height: 10px;
  padding: 0px;
}

.meta-category-small-list a:hover {
  text-decoration: none !important;
}

.meta-category-small.cus_bgcolor_wrapper {
  position: absolute;
  margin: 0px !important;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.meta-category-small.cus_bgcolor_wrapper .post-category-bgcolor-text {
  margin: 0px !important;
  margin-right: 1px !important;
  float: left !important;
  color: #fff;
  background: #000;
  height: auto;
  line-height: 10px;
  font-size: 11px !important;
  padding: 5px 10px 5px !important;
  font-weight: 400 !important;
  width: auto !important;
  letter-spacing: 0.05em;
}

.meta-category-small.cus_bgcolor_wrapper .post-category-bgcolor-text:hover {
  color: #fff !important;
}

.meta-category-small {
  float: left;
  width: 100%;
  line-height: 1.2;
}

.meta-category-small a {
  float: left;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 11px !important;
  text-transform: uppercase;
  margin: 0px 1px 0px 0px;
  display: inline-block;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  height: auto;
  line-height: 10px;
  padding: 0px;
}

.meta-category-small a:hover {
  text-decoration: none !important;
}

.single_meta_category {
  width: auto;
}

.single_reactions_img.reactions_img_wrapper {
  position: inherit;
  top: 0;
  right: 0;
  float: right;
  margin-top: 0px;
}

.post-meta-bot {
  overflow: hidden;
  position: relative;
  margin: 0px;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  color: #565656;
  padding: 0px;
  margin-top: 15px;
}

.post-meta-bot-in {
  float: left;
  width: 100%;
  padding: 0px;
}

.post-meta-bot i {
  margin-right: 3px;
}

.post-meta-bot .love_post_view {
  float: right;
  margin-top: 2px;
}

.post-meta-bot .love_post_view a {
  color: #313131;
}

.post-meta-bot .love_post_view a:hover {
  color: #ff4200;
}

.post-meta-bot .meta-comment {
  float: right;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 2px;
}

.post-meta-bot .meta-comment i {
  margin-right: 3px;
}

.post-meta-bot .meta-comment a {
  color: #313131;
  font-size: 12px;
}

.post-meta-bot .meta-comment a:hover {
  text-decoration: none !important;
  color: #ff4200;
}

.meta-comment a:hover {
  text-decoration: none !important;
}

.pagination-more {
  display: block !important;
  text-align: center;
  padding-bottom: 0px;
  float: left;
  width: 100%;
}

.pagination-more .more-previous {
  text-align: center;
  float: left;
  width: 100%;
}

.pagination-more div a:active,
.pagination-more div a:focus {
  text-decoration: none !important;
}

.page-template-home-grid-full .pagination-more .more-previous a,
.page-template-home-grid-full #infscr-loading {
  border-radius: 0px;
  width: 100%;
  background: #030303;
}

.page-template-home-grid-full .pagination-more .more-previous a:hover {
  transform: translatey(0px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0);
}

.pagination-more .more-previous a {
  position: relative;
  width: 194px;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  background: #222;
  color: #fff;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 100px;
}

.pagination-more .more-previous a:hover {
  transform: translatey(-3px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.pagination-more div a:hover {
  text-decoration: none;
  text-decoration: none !important;
}

.scroll_more_main_wrapper #infscr-loading {
  bottom: -30px;
}

.jelly-infinite-load a {
  opacity: 0;
}

#infscr-loading {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  width: 194px;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  background: #222;
  color: #fff;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 100px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
}

#infscr-loading i {
  font-size: 19px;
  animation: jlloading 1s linear infinite;
}

#infscr-loading img {
  display: none;
}

.jl_spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.jl_spinner > .jl_bounce1,
.jl_spinner > .jl_bounce2,
.jl_spinner > .jl_bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.jl_spinner .jl_bounce1 {
  animation-delay: -0.32s;
}

.jl_spinner .jl_bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
#content,
.jl-h-content {
  width: 69.66666667%;
  padding-right: 40px;
  position: relative;
}

.enable_single_post_full {
  padding-right: 15px !important;
  width: 100% !important;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*Widget*/
#sidebar,
.jl-h-sidebar {
  width: 30.33333333%;
}

#sidebar ul li a,
#sidebar ul li {
  font-size: 14px;
}

#sidebar .feature-post-list .item-details h3 a {
  font-size: 17px;
}

.jellywp_about_us_widget_wrapper p {
  margin-bottom: 25px;
  float: left;
  width: 100%;
  font-size: 15px;
  text-align: left;
  margin-top: -10px;
}

#footer-container .jellywp_about_us_widget_wrapper p {
  text-align: left;
  margin-bottom: 25px;
  float: left;
  margin-top: -10px;
}

.widget_jl_wrapper {
  float: left;
  width: 100%;
}

.widget {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 1;
}

footer .widget:last-child {
  margin-bottom: 40px;
}

.jl_mobile_nav_inner > .widget {
  margin-bottom: 40px !important;
  box-shadow: 0 3px 4px 0 rgba(0, 1, 1, 0);
}

.widget .widget {
  border: 0px solid #dedede;
  background: none !important;
}

.widget.grid_widget_post_displat > .widget {
  margin-bottom: 0px !important;
}

.widget.fblikebox_widget {
  margin-bottom: 0px !important;
}

.grid_widget_post_displat .widget_container {
  padding-bottom: 0px !important;
}

.widget .widget-title {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

.widget .jl_w_wrapper {
  float: left;
  width: 100%;
  padding: 40px;
}

.jl_sidebar .panel-grid-cell:last-child {
  float: left;
  padding-left: 20px;
}

.panel-grid-cell .widget .widget-title {
  float: left;
  width: 100%;
  display: block;
  font-size: 17px;
  text-transform: capitalize;
  line-height: inherit;
  letter-spacing: 0em;
  position: relative;
  margin-bottom: 30px;
}

.widget .widget-title h2,
.jl_sidebar .widget .widget-title {
  float: left;
  width: 100% !important;
  color: #000;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin: 0px 0px 25px 0px;
  border-bottom: 1px solid #E2E3E7;
  position: relative;
}

.widget .widget-title h2 a {
  color: #000;
}

.widget .widget-title h2 a img {
  margin-top: -5px;
  margin-bottom: 0px !important;
}

.widget .widget-title a {
  color: #000;
}

.widget-title span {
  color: #333;
  float: left;
  font-size: 17px;
  line-height: 27px;
  padding: 6px 10px;
  min-height: 30px;
  margin: 0px;
  text-transform: uppercase;
}

.widget-title .jl_none_space {
  height: 0px !important;
  display: none;
}

footer .widget-title h2 a {
  color: #FFF !important;
}

.widget.widget_mc4wp_form_widget {
  padding: 0px !important;
}

/*
widget style 2
*/
.jl_custom_title2 #sidebar .widget {
  padding: 30px;
  border: 1px solid #ebebeb;
}

.jl_custom_title2 #sidebar .widget .widget-title {
  margin: 0 -31px;
  margin-top: -31px;
  margin-bottom: 80px;
  width: auto;
  float: none;
}

.jl_custom_title2 #sidebar .widget .widget-title h2 {
  background: #131313;
  text-align: center;
}

.jl_custom_title2 #sidebar .widget .widget-title h2:after {
  display: none;
}

.jl_custom_title2 #sidebar .widget .widget-title h2 a {
  color: #fff !important;
}

/*
widget style 3
*/
.jl_custom_title3 #sidebar .widget {
  padding: 30px;
  border: 1px solid #ebebeb;
}

.jl_custom_title3 #sidebar .widget .widget-title {
  margin: 0 -31px;
  margin-top: -31px;
  margin-bottom: 80px;
  width: auto;
  float: none;
}

.jl_custom_title3 #sidebar .widget .widget-title h2 {
  background: none;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #ebebeb;
}

.jl_custom_title3 #sidebar .widget .widget-title h2:after {
  display: none;
}

.jl_custom_title3 #sidebar .widget .widget-title h2 a {
  color: #000 !important;
}

/*
widget style 4
*/
.jl_custom_title4 #sidebar .widget {
  padding: 0px;
  border: 0px solid #ebebeb;
}

.jl_custom_title4 #sidebar .widget .widget-title {
  margin-bottom: 50px;
  width: auto;
  float: none;
}

.jl_custom_title4 #sidebar .widget .widget-title h2 {
  background: none;
  text-align: center;
  color: #000;
  padding: 0px;
  margin-bottom: 40px;
  line-height: 1.2;
  position: relative;
}

.jl_custom_title4 #sidebar .widget .widget-title h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -18px;
  width: 36px;
  height: 3px;
  background: #ff4200;
  border: 0px;
}

.jl_custom_title4 #sidebar .widget .widget-title h2 a {
  color: #000 !important;
}

/*
widget style 5
*/
.jl_custom_title5 #sidebar .widget {
  padding: 0px;
  background: #f1f1f1;
  padding: 30px;
}

.jl_custom_title5 #sidebar .widget .widget-title {
  margin-bottom: 30px;
  width: auto;
  float: none;
}

.jl_custom_title5 #sidebar .widget .widget-title h2 {
  background: none;
  text-align: left;
  color: #000;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.03em;
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 0px;
}

.jl_custom_title5 #sidebar .widget .widget-title h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  margin-left: -18px;
  width: 36px;
  height: 2px;
  background: #ff4200;
  border: 0px;
  display: none;
}

.jl_custom_title5 #sidebar .widget .widget-title h2 a {
  color: #000 !important;
}

/*
Footer post 5 col
*/
.jl_footer_wrapper {
  border-bottom: 1px solid #202020;
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  padding-top: 40px;
  float: left;
  width: 100%;
}

.jl_footer_wrapper .container {
  max-width: 100%;
  padding: 0px;
}

.jl_footer_wrapper .row {
  margin-bottom: 0px;
}

.jl_footer_wrapper .footer_top_5_item_wrapper {
  float: left;
  width: 100%;
}

.jl_footer_wrapper .jl_footer_car_title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.jl_footer_wrapper .jl_footer_car_title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -18px;
  width: 36px;
  height: 3px;
  background: #ff4200;
}

.jl_footer_wrapper .footer_top_5_item.jl_cus_1,
.jl_footer_wrapper .footer_top_5_item.jl_cus_2,
.jl_footer_wrapper .footer_top_5_item.jl_cus_4,
.jl_footer_wrapper .footer_top_5_item.jl_cus_5 {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  float: left;
  overflow: hidden;
}

.jl_footer_wrapper .footer_top_5_item.jl_cus_3 {
  width: 100%;
  float: left;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}

.jl_footer_wrapper .footer_top_5_item .slider_grid_image_style {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.jl_footer_wrapper .footer_top_5_item .featured_thumbnail_link {
  margin-bottom: 0px !important;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
  background: #000;
}

.jl_footer_wrapper .footer_top_5_item .meta-category-small {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: auto;
}

.jl_footer_wrapper .footer_top_5_item .banner-container {
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 25px;
  text-align: left;
  position: absolute;
  transform: none;
  -webkit-transform: none;
  background: none;
}

.jl_footer_wrapper .footer_top_5_item .meta-category-small a {
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 4px 6px 4px;
  color: #fff !important;
}

.jl_footer_wrapper .footer_cus_small {
  float: left;
  width: 25%;
}

.jl_footer_wrapper .footer_cus_mid {
  float: left;
  width: 50%;
}

.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 {
  font-size: 17px;
  margin: 0px 0px 10px 0px;
}

.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 .heading,
.jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 .heading {
  color: #fff;
}

.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 .heading:hover,
.jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 .heading:hover {
  color: #fff !important;
  opacity: 0.8;
}

.jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 {
  font-size: 35px;
  margin: 0px 0px 10px 0px;
}

/*
widget style 6
*/
.jl_custom_title6 #sidebar .widget {
  padding: 0px;
  border: 0px solid #ebebeb;
}

.jl_custom_title6 #sidebar .widget .widget-title {
  margin-bottom: 30px;
  width: auto;
  float: none;
}

.jl_custom_title6 #sidebar .widget .widget-title h2 {
  background: none;
  text-align: left;
  color: #000;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.03em;
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: -5px;
}

.jl_custom_title6 #sidebar .widget .widget-title h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  margin-left: -18px;
  width: 36px;
  height: 2px;
  background: #ff4200;
  border: 0px;
  display: none;
}

.jl_custom_title6 #sidebar .widget .widget-title h2 a {
  color: #000 !important;
}

footer .widget .widget-title h2 {
  color: #222;
  background: none;
  padding: 0px;
  text-align: left;
  height: auto;
  line-height: 1.2;
  font-size: 18px;
  padding-bottom: 30px !important;
  border-bottom: 1px solid #E4E4E4;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}

.widget-title h2 {
  font-size: 17px;
  line-height: 27px;
  margin: 0px;
  text-transform: capitalize;
}

.widget_archive ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 0px;
}

#footer-container .widget_archive ul li {
  border-bottom: 1px solid #202020;
}

.widget_archive ul li {
  float: left;
  width: 100%;
  list-style: none;
  text-align: right;
  padding: 12px 0px;
  line-height: 1.2;
  border-bottom: 1px solid #EAEAEA;
}

.widget_archive ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.widget_archive ul li a {
  position: relative;
  float: left;
}

.widget_categories > ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 0px;
}

#footer-container .widget_categories ul li {
  border-bottom: 1px solid #EAEAEA;
}

#footer-container .widget_categories ul li:last-child {
  border-bottom: 0px;
}

#footer-container .widget_nav_menu ul li,
#footer-container .widget_pages ul li,
#footer-container .widget_categories ul li {
  border-top: 0px solid #EAEAEA !important;
}

.widget_categories ul li {
  float: left;
  width: 100%;
  list-style: none;
  line-height: 35px;
  border-bottom: 1px solid #EAEAEA;
}

.widget_categories ul li a {
  position: relative;
  float: left;
  margin-top: 3px;
}

/* Reactions*/
.reactions_img_wrapper {
  position: absolute;
  top: -15px;
  right: 15px;
}

.reactions_img_wrapper .category_style_item_image {
  width: auto;
  margin-bottom: 0px !important;
  float: left;
  margin-left: 5px;
  text-align: center;
}

.reactions_img_wrapper .category_style_item_image input {
  margin-right: 0px !important;
}

.reactions_img_wrapper.single_reactions_img .reactions_img_bg {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.reactions_img_wrapper .reactions_img_bg {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  padding: 0px;
  background-color: #ffe509;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.18);
}

.reactions_img_wrapper .reactions_img_bg img {
  border: 0px;
}

.reactions_img_wrapper input:checked + label > img {
  border: 0px !important;
}

/* Category Image widget */
.wrapper_category_image {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.wrapper_category_image .widget {
  background: none;
}

.widget.jellywp_cat_image {
  padding: 0px;
  background: none;
  border: 0px;
}

.wrapper_category_image .widget-title {
  margin: 0px;
  padding-bottom: 0px;
}

.wrapper_category_image {
  float: left;
  width: 100%;
}

.wrapper_category_image .widget-title h2 {
  float: left;
  width: 100%;
  display: block;
  line-height: inherit;
}

.jl_radius .category_image_wrapper_main .category_image_bg_image {
  border-radius: 10px;
}

.category_image_wrapper_main .category_image_bg_image {
  background: #000;
  min-height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0px;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.category_image_wrapper_main .category_image_bg_image:last-child {
  margin-bottom: 0px !important;
}

.category_image_wrapper_main .category_image_link {
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.category_image_wrapper_main .category_image_link .jl_cm_overlay {
  color: #fff;
  padding: 0px 20px;
  float: left;
  width: 100%;
}

.category_image_wrapper_main .category_image_link .jl_cm_overlay .jl_cm_name {
  float: left;
}

.category_image_wrapper_main .category_image_link .jl_cm_overlay .jl_cm_count {
  font-size: 12px;
  right: 20px;
  background: #fff;
  color: #000;
  height: 27px;
  line-height: 27px;
  min-width: 27px;
  padding: 0px 10px;
  float: left;
  top: 50%;
  position: absolute;
  transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
  border-radius: 100px;
}

.category_image_wrapper_main .category_image_link:hover {
  text-decoration: none !important;
}

.category_image_wrapper_main .category_image_bg_overlay {
  background: #000 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jl_list_number {
  position: absolute;
  bottom: 0px;
  color: #000;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}

.widget_pages ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}

#footer-container .widget_pages ul li {
  border-bottom: 1px solid #202020;
}

.widget_pages ul li {
  float: left;
  width: 100%;
  list-style: none;
  padding: 12px 0px !important;
  border-bottom: 1px solid #EAEAEA;
}

.widget_pages ul li.page_item_has_children {
  margin-left: 20px;
}

.widget_pages ul li a {
  position: relative;
  float: left;
}

.widget_meta ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 0px;
}

#footer-container .widget_meta ul li {
  border-bottom: 1px solid #202020;
}

.widget_meta ul li {
  float: left;
  width: 100%;
  list-style: none;
  line-height: 1.2;
  padding: 12px 0px;
  border-bottom: 1px solid #EAEAEA;
}

.widget_meta ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.widget_meta ul li a {
  position: relative;
  float: left;
}

.widget_recent_comments ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 0px;
}

#footer-container .widget_recent_comments ul li {
  border-bottom: 1px solid #202020;
}

.widget_recent_comments ul li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.6;
  float: left;
  width: 100%;
  padding: 5px 0px;
}

.widget_recent_comments ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.widget_recent_entries ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top: -10px;
}

#footer-container .widget_recent_entries ul li {
  border-bottom: 1px solid #202020;
}

.widget_recent_entries ul li {
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.6;
  padding: 12px 0px;
}

.widget_recent_entries ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px !important;
}

.widget_rss ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 0px;
}

#footer-container .widget_rss ul li {
  border-bottom: 1px solid #202020;
}

.widget_rss ul li {
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.6;
  padding: 12px 0px;
}

.widget_rss ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px !important;
}

footer .widget_rss ul li a {
  color: #fff;
}

.widget_rss ul li a {
  color: #000;
}

.widget_nav_menu ul {
  float: left;
  width: 100%;
  padding: 0px;
}

.widget.jl_widget_slider {
  padding: 0px;
}

.slider_widget_post {
  float: left;
  width: 100%;
  position: relative;
}

.slider_widget_post .recent_post_large_widget {
  height: 380px;
}

.slider_widget_post .recent_post_large_widget .image_grid_header_absolute {
  width: 100%;
  height: 380px;
  background: #ccc;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.slider_widget_post .recent_post_large_widget .meta-category-small {
  z-index: 999;
}

.slider_widget_post .recent_post_large_widget .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}

.jl_radius .slider_widget_post .recent_post_large_widget .link_grid_header_absolute {
  border-radius: 10px;
}

.jl_radius .slider_widget_post .recent_post_large_widget {
  border-radius: 10px;
}

.slider_widget_post .recent_post_large_widget {
  float: left;
  width: 100%;
  padding: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
}

.slider_widget_post .image_post a {
  overflow: hidden;
  margin: 0px;
  width: 100%;
  float: left;
}

.slider_widget_post .image_post a img {
  width: 100%;
  float: left;
  opacity: 0.7;
}

.slider_widget_post .owl-controls {
  position: absolute;
  top: 6px;
  left: 4px;
}

.slider_widget_post .owl-controls .jelly_pro_post_arrow_right,
.slider_widget_post .owl-controls .jelly_pro_post_arrow_left {
  width: 23px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: none;
  float: left;
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  position: relative;
  z-index: 1;
}

.slider_widget_post .owl-controls .jelly_pro_post_arrow_right:hover,
.slider_widget_post .owl-controls .jelly_pro_post_arrow_left:hover {
  background: none;
  color: #fff;
}

.slider_widget_post .jelly_pro_post_arrow_left,
.slider_widget_post .jelly_pro_post_arrow_right {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  float: left;
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  top: 20px;
  margin-top: 0px;
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 100px;
  background: #000;
  background: rgba(255, 255, 255, 0.3);
}

.slider_widget_post .jelly_pro_post_arrow_left {
  right: 58px;
}

.slider_widget_post:hover .jelly_pro_post_arrow_left {
  opacity: 1 !important;
}

.slider_widget_post .jelly_pro_post_arrow_right {
  right: 20px;
}

.slider_widget_post:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.slider_widget_post .wrap_box_style_main {
  position: absolute;
  top: auto;
  bottom: 0px;
  text-align: left;
  padding: 30px;
  margin-top: 0px;
  z-index: 1;
}

.slider_widget_post .wrap_box_style_main h3 {
  margin: 0px 0px 5px 0px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  float: left;
}

.slider_widget_post .wrap_box_style_main .jl_post_meta span,
.slider_widget_post .wrap_box_style_main .jl_post_meta span a {
  color: #fff;
}

.slider_widget_post .wrap_box_style_main h3 a,
.slider_widget_post .wrap_box_style_main h3 a:hover {
  color: #fff !important;
}

.slider_widget_post .wrap_box_style_main .post-meta,
.slider_widget_post .wrap_box_style_main .post-meta span,
.slider_widget_post .wrap_box_style_main .post-meta a,
.slider_widget_post .wrap_box_style_main .post-meta a:hover {
  color: #fff !important;
}

.slider_widget_post .wrap_box_style_main .meta-category-small {
  float: left;
  width: 100%;
  position: relative !important;
  margin-bottom: 10px !important;
}

.slider_widget_post .wrap_box_style_main .meta-category-small a {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  font-size: 10px !important;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: auto;
  line-height: 10px;
  padding: 4px 11px 4px;
}

#footer-container .widget_nav_menu ul li {
  border-bottom: 1px solid #202020 !important;
}

#footer-container .widget_nav_menu ul li {
  border-bottom: 0px;
}

.widget.widget_nav_menu > ul,
.widget.widget_pages > ul,
.widget.widget_categories > ul {
  overflow: hidden;
  margin-top: -10px;
}

.widget_nav_menu > ul > li,
.widget_pages > ul > li,
.widget_categories > ul > li {
  border-top: 0px !important;
}

.widget_nav_menu ul li,
.widget_pages ul li,
.widget_categories ul li {
  float: left;
  width: 100%;
  list-style: none;
  line-height: 1.2;
  text-align: right;
  padding: 8px 0px;
  border-top: 1px solid #EAEAEA;
  margin-top: -1px;
}

.widget_nav_menu > ul,
.widget_pages > ul,
.widget_categories > ul {
  margin-top: -7px;
}

.widget_categories li span {
  float: right;
  padding: 0 5px;
  background: #323439;
  color: #fff;
  border-radius: 100px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  margin-top: 0px;
}

.widget_nav_menu li ul,
.widget_pages li ul,
.widget_categories li ul {
  border-top: 0px !important;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: -6px;
  margin-top: 10px;
}

.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_categories ul li:last-child {
  border-bottom: 0px;
}

.widget_nav_menu ul li .sub-menu,
.widget_pages ul li .sub-menu,
.widget_categories ul li .sub-menu {
  padding-left: 20px;
  border-top: 1px solid #EAEAEA !important;
  margin-top: 5px;
  margin-bottom: 0px;
}

#footer-container .widget_nav_menu ul li .sub-menu,
#footer-container .widget_pages ul li .sub-menu,
#footer-container .widget_categories ul li .sub-menu {
  border-top: 1px solid #202020 !important;
}

.widget_nav_menu ul li .sub-menu li a {
  padding: 0px;
}

.widget_nav_menu ul li:first-child {
  border-top: 0px;
}

.widget_nav_menu ul li {
  padding: 12px 0px !important;
}

.widget_nav_menu ul li.menu-item-has-children {
  padding-bottom: 0px !important;
}

.widget_nav_menu ul li.menu-item-has-children > a {
  margin-bottom: 6px;
}

.widget_nav_menu ul li a {
  position: relative;
  float: left;
}

.comment_widget .post-meta {
  color: #313131 !important;
}

footer .comment_widget .post-meta {
  color: #737373 !important;
}

#sidebar #wp-calendar {
  margin-top: 0px;
}

footer .col-md-4 {
  width: 33.33333333%;
}

/* Post Like System */
a.jm-post-like {
  font-weight: normal;
  display: inline-block;
  width: auto;
  font-size: 11px;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}

a.jm-post-like.liked {
  font-size: 11px;
}

a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #222;
  text-decoration: none !important;
}

footer .widget .widget-title {
  background: none;
  text-align: left;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

footer .widget-title h2:before,
footer .widget-title h2:after,
footer .widget .widget-title:after {
  display: none;
}

footer .footer-columns .f3-columns-1 {
  padding: 0px 35px 0px 15px;
}

.footer-columns .auto_image_with_date .post-date {
  color: #999 !important;
}

footer .footer-columns .f3-columns-2 {
  padding: 0px 25px;
}

footer .footer-columns .f3-columns-3 {
  padding: 0px 15px 0px 15px;
}

/*-----------------------------------------------------------------------------------*/
/* Justified Gallery/*-----------------------------------------------------------------------------------*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.justified-gallery {
  margin: -1px;
  width: 100.3%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a .overlay_icons {
  color: #FFF;
  font-size: 20px !important;
  left: 50%;
  margin-left: -10px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.justified-gallery > a:hover .overlay_icons {
  margin-top: 0px;
  opacity: 1;
}

.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  /* IE8 or Earlier */
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}

.justified-gallery > .entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99043;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*-------------------------------------------------------------------------------------
Hover image
-------------------------------------------------------------------------------------*/
.featured-thumbnail .background_over_image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.35s ease 0s;
}

.featured-thumbnail:hover .background_over_image {
  opacity: 1;
}

.featured-thumbnail:hover .date_post_small_display,
.featured-thumbnail:hover .date_post_large_display {
  background: #fff;
  color: #000;
}

/*-----------------------------------------------------------------------------------*/
/*  Reviews circle
/*-----------------------------------------------------------------------------------*/
.review_circle_large {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 64px;
  overflow: hidden;
  height: 64px;
  padding: 2px;
  -webkit-radius: 100%;
  -moz-radius: 100%;
  -ms-border-radius: 100%;
  -o-radius: 100%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.review_circle_large input {
  background: none;
  border: none;
  font-weight: 700;
}

.review_circle_large_small {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  padding: 2px;
  -webkit-radius: 100%;
  -moz-radius: 100%;
  -ms-border-radius: 100%;
  -o-radius: 100%;
  border-radius: 100%;
  background: rgb(69, 72, 77);
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.review_circle_large_small input {
  background: none;
  border: none;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.post_review_bar {
  font-size: 19px !important;
  margin-top: 0px !important;
  height: 60px !important;
  color: #f4b711 !important;
}

.review_circle_large_small .post_review_bar {
  font-weight: 700;
  font-size: 13px !important;
  margin-top: 0px !important;
  height: 40px !important;
  color: #f4b711 !important;
}

.review_star_small {
  background: #f4b711;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 6px !important;
  height: 16px;
  line-height: 16px;
  float: right;
  color: #fff;
  font-size: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*  Review System

/*-----------------------------------------------------------------------------------*/
#review-box {
  border: 1px solid #e6e6e6;
  margin: 10px 0 20px 0;
  font-size: 14px;
  line-height: 22px;
  float: left;
  width: 100%;
  padding: 20px;
}

#review-box.left {
  margin: 0 30px 19px 0;
  width: 48.4375%;
}

#review-box.right {
  margin: 0 0 19px 30px;
  width: 48.4375%;
}

#review-box h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px 0;
  margin: 0px;
}

#review-box ul {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

#review-box ul li {
  margin-bottom: 10px;
}

#review-box ul li .review-criteria-score {
  margin-bottom: 10px;
}

#review-box ul li .review-criteria-score .left {
  font-weight: bold;
}

#review-box ul li .review-criteria-score .right {
  float: right;
  font-weight: bold;
}

#review-box ul li .review-criteria-score .right i {
  color: #ffcd27;
  font-size: 15px;
}

#review-box ul li .review-criteria-score[class*=icon-] {
  font-size: 14px;
  color: #FFA83F;
  margin: 0 0 0 1px;
  width: 14px;
}

#review-box ul li .review-criteria-bar-container {
  background: #FFFFFF;
  height: 14px;
  border: 2px solid #ffcd00;
}

#review-box ul li .review-criteria-bar {
  float: left;
  height: 12px;
  background: #ffcd00;
}

.animation_bar_width li .review-criteria-bar {
  animation: bar-animation 2s;
  -webkit-animation: bar-animation 2s;
}

@keyframes bar-animation {
  from {
    width: 0;
  }
}
.right.review-total-score-boxtype-percent b {
  font-size: 25px !important;
}

#review-box .right.review-total-score-boxtype-star > span {
  margin-top: -5px;
  float: left;
  width: 100%;
  margin-left: 10px;
}

#review-box .right.review-total-score-boxtype-star i {
  font-size: 19px;
  margin-top: 39px;
  margin-right: 3px;
  float: left;
}

#review-box .right.review-total-score-boxtype-letter,
#review-box .right.review-total-score-boxtype-number,
#review-box .right.review-total-score-boxtype-percent,
#review-box .right.review-total-score-boxtype-star {
  background: #ffcd00;
  padding: 0px;
  color: #000;
  font-weight: bold;
  font-size: 53px;
  line-height: 80px;
  float: left;
  margin-top: 3px;
  width: 120px;
  height: 80px;
  text-align: center;
  border-radius: 0px;
  margin-right: 15px;
}

#review-box .right .icon-star {
  font-size: 16px;
  line-height: 22px;
  margin: 0 2px;
  width: 18px;
}

#review-box .review-summary {
  margin: 20px 0 20px 0;
  float: left;
  width: 100%;
}

#review-box .review-summary p {
  margin: 0 0 0 0;
}

.user-review {
  background: #EAEAEA;
  margin: 0 0 0 0;
}

.user-review .left {
  max-width: 50%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 15px;
  margin: 0;
  text-transform: uppercase;
}

.user-review .right {
  background: #45a4f5;
  padding: 8px 7px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.user-review .right img {
  margin: 0 2px;
}

#review-box .review-total-score .type-star {
  font-size: 14px;
  padding: 7px 15px;
}

#review-box .review-total-score-box[class*=icon-] {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 1px;
}

.user_review-user-review-criteria {
  color: #FFFFFF;
  padding: 10px 12px;
  margin: 0px;
  background: #202020;
  position: relative;
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-size: 12px;
}

span.user_review-criteria-star-under {
  background: url(img/star-rating.html) no-repeat;
  background-position: 0px -20px;
  height: 18px;
  width: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
}

span.user_review-criteria-star-top {
  background: url(img/star-rating.html) no-repeat;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.carousel_multi_width .review-badge {
  width: 80px;
  height: 80px;
}

.carousel_multi_width .review-badge .user_review_value {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
}

.review-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 9;
  color: #fff;
  font-weight: 600;
}

.review-badge .user_review_background_color {
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.review-badge .user_review_value {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.review_star_wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
}

.review_star_wrapper .review_star_background {
  position: relative;
  vertical-align: middle;
  width: 65px;
  margin-top: -2px;
  background-position: left top;
  float: left;
  height: 12px;
  background: url("img/stars.html") no-repeat;
  background-size: 63px 24px;
}

.review_star_wrapper .review_star_background .review_star_value {
  display: inline-block;
  height: 12px;
  background: url("img/stars.html") no-repeat;
  background-size: 63px 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left bottom;
}

.home_page_front_view {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
}

.home_page_front_view a,
.home_page_front_view .view_options {
  color: #fff !important;
  margin-right: 2px;
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  line-height: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 4px 12px 4px;
  letter-spacing: 0.03em !important;
}

.home_page_front_view a:hover {
  color: #fff;
}

.home_page_front_view i {
  margin-right: 3px;
}

/*-------------------------------------------------------------------------------------
Page builder block
-------------------------------------------------------------------------------------*/
.jelly_homepage_builder .large_post_content p,
.jelly_homepage_builder .content_post_grid p {
  font-size: 16px;
  line-height: 1.6;
  color: #777;
}

.jelly_homepage_builder .image-post-thumb {
  margin-bottom: 25px;
}

.jelly_homepage_builder .image-post-title a,
.jelly_homepage_builder .feature-post-title a,
.jelly_homepage_builder h4 a {
  color: #000;
}

.jl_2main_rightlist_wrapper .jl_2main_main_captions .jl_author_img_w a {
  color: #818181;
}

.jelly_homepage_builder .large_continue_reading span {
  color: #fff;
  background: #000;
  padding: 0px;
  height: 28px;
  line-height: 26px;
}

.jelly_homepage_builder .large_continue_reading span a {
  color: #fff;
  padding: 0px 12px;
  height: 28px;
  line-height: 28px;
}

.jelly_homepage_builder.homepage_builder_3grid_post .category_post_ajax_wrap {
  float: left;
  width: 100%;
}

.builder_cat_title_list_style {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 8px;
  right: 0px;
  z-index: 1;
}

.builder_cat_title_list_style li {
  list-style: none;
  margin-left: 10px;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: 600;
  padding: 0px;
  text-transform: uppercase;
}

.builder_cat_title_list_style li.current_cat_post {
  color: #ff2a05 !important;
  padding: 0px;
}

.wrapper_display_post_cat {
  min-height: 150px;
  float: left;
  width: 100%;
  position: relative;
}

.main_bellow_list_cat_posts_wrap_1 .post-entry-content .image-post-title {
  margin-top: 0px !important;
}

.jelly_homepage_builder.homepage_builder_3grid_post .wrapper_display_post_cat {
  float: left;
  position: relative;
  width: 100%;
}

.jelly_homepage_builder.main_bellow_list_cat_posts_wrap_1 .jelly_homepage_builder {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.main_bellow_list_cat_posts_wrap_1 .jelly_homepage_builder .cat_post_nav {
  margin-top: -10px;
}

.enable_cat_loading_bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0.85;
  background: #fff;
  z-index: 99;
}

.enable_cat_loading_bg .enable_cat_loading {
  position: absolute;
  background: none;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  top: 50%;
}

.jelly_homepage_builder.homepage_builder_3grid_post {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.jelly_homepage_builder.homepage_builder_3grid_post .row {
  margin-right: -15px;
  margin-left: -15px;
}

.jelly_homepage_builder.homepage_builder_3grid_post .row .blog_grid_post_style {
  padding-right: 15px;
  padding-left: 15px;
}

.jl_radius .jl_grid_box_wrapper .image-post-thumb {
  border-radius: 10px;
  overflow: hidden;
}

.jl_border_radius .jelly_homepage_builder.homepage_builder_3grid_post.colstyle1 .image-post-thumb {
  border-radius: 5px;
  overflow: hidden;
}

.jl_border_radius .jelly_homepage_builder.homepage_builder_3grid_post .jl_grid_box_wrapper {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.jelly_homepage_builder.homepage_builder_3grid_post.colstyle1 .image-post-thumb {
  height: 230px;
  margin-bottom: 20px;
}

.jelly_homepage_builder.homepage_builder_3grid_post.colstyle1 .image-post-title {
  margin-top: 0px;
}

.jelly_homepage_builder.homepage_builder_3grid_post .row .cat_post_nav {
  padding-right: 15px;
  padding-left: 15px;
}

.jelly_homepage_builder.homepage_builder_3grid_post .post-entry-content {
  margin-top: 0px;
  padding: 0px;
  border: 0px;
}

.jl_cus_grid_overlay .image-post-title {
  margin-bottom: 10px !important;
}

.jl_cus_grid_overlay .jl_grid_box_wrapper {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}

.jl_radius .jl_cus_grid_overlay .jl_grid_box_wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.jl_cus_grid_overlay .image_grid_header_absolute {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.jl_cus_grid_overlay .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.4;
  border-radius: 10px;
}

.jl_cus_grid_overlay .meta-category-small {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.jl_cus_grid_overlay .jl_post_type_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.jl_cus_grid_overlay .post-entry-content {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  padding: 25px !important;
}

.jl_cus_grid_overlay .post-entry-content .jl_post_meta span,
.jl_cus_grid_overlay .post-entry-content .jl_post_meta a,
.jl_cus_grid_overlay .post-entry-content .jl_post_meta a:hover,
.jl_cus_grid_overlay .post-entry-content .image-post-title a {
  color: #fff !important;
}

.jelly_homepage_builder.ajax_small_grid_margin {
  margin-bottom: 20px;
}

.jelly_homepage_builder.ajax_small_grid_margin .cat_post_nav {
  margin-top: -10px;
}

.jelly_homepage_builder.builder_post_list_bellow {
  margin-bottom: 40px;
  position: relative;
  float: left;
  width: 100%;
}

.jelly_homepage_builder.builder_post_list_bellow .blog_list_post_style {
  margin-bottom: 30px !important;
  border: 0px;
}

.page_builder_listpost.jelly_homepage_builder .blog_list_post_style .image-post-title {
  margin-top: 0px;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .blog_main_grid_post_style {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  height: 380px;
  overflow: hidden;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .link_grid_header_absolute {
  opacity: 0;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .blog_main_grid_post_style .image_grid_header_absolute {
  width: 100%;
  height: 380px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content {
  position: absolute;
  background: none;
  left: 0px;
  right: 0px;
  width: auto;
  bottom: 0px;
  text-align: left;
  z-index: 9;
  padding: 20px !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .cus_bgcolor_wrapper {
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
}

.feature-post-list li.col-md-6 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #e4e4e4;
}

.feature-post-list li.col-md-6 > div {
  float: left;
  width: 100%;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e4e4e4;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .blog_main_grid_post_style {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content {
  position: absolute;
  background: none;
  left: 0px;
  right: 0px;
  width: auto;
  bottom: 0px;
  text-align: left;
  z-index: 9;
  padding: 20px !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 190%);
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .meta-category-small {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .meta-category-small a {
  float: none !important;
  display: inline-block !important;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title {
  float: left;
  width: 100%;
  line-height: 0px;
  margin: 10px 0px 5px 0px !important;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title a {
  line-height: 1.2 !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  text-transform: capitalize;
  color: #fff !important;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title a:hover {
  opacity: 0.8;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .post-meta span,
.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .post-meta span a {
  color: #fff !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .image-post-thumb a {
  background: #000;
}

.jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .image-post-thumb img {
  opacity: 0.8;
}

.page_builder_slider.jelly_homepage_builder {
  width: 100%;
}

.page_builder_slider.jelly_homepage_builder .row {
  margin-bottom: 0px !important;
}

.page_builder_slider.jelly_homepage_builder,
.jelly_homepage_builder.carousel_pagebuilder_wrapper,
.jelly_homepage_builder.main_right_post_style_list {
  margin-bottom: 50px;
  float: left;
}

.page_builder_slider_single_wrapper {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper {
  margin-bottom: 50px;
}

.jelly_homepage_builder.main_right_post_style_list {
  margin-bottom: 10px;
}

.home_main_right_list_post_margin {
  margin-bottom: 25px !important;
}

.jelly_homepage_builder.main_right_post_style_list .cat_post_nav {
  margin-top: 15px;
}

.homepage_builder_two_cols .feature-post-list li {
  border-bottom: 1px solid #e4e4e4;
}

.homepage_builder_two_cols .feature-post-list li:last-child {
  padding-bottom: 13px;
}

.jelly_homepage_builder.homepage_builder_two_cols {
  margin-bottom: 40px;
}

.jelly_homepage_builder.homepage_builder_two_cols .image-post-title {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
}

.jelly_homepage_builder.homepage_builder_two_cols .post-entry-content {
  padding: 0px;
  margin-top: 0px;
  border-bottom: 0px solid #eeeeee;
}

.jelly_homepage_builder.homepage_builder_two_cols .content_post_grid {
  padding: 0px;
  margin-top: 5px;
}

.jelly_homepage_builder.homepage_builder_two_cols .meta-category-small {
  margin-top: 15px;
}

.jelly_homepage_builder.homepage_builder_two_cols .meta-category-small a {
  margin: 0px 10px 0px 0px;
  float: left;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content .meta-category-small a {
  padding: 0px;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 10px !important;
  background: none !important;
  color: #000;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content .meta-category-small a:hover {
  color: inherit !important;
}

.jelly_homepage_builder.homepage_builder_two_cols .right-post-display-content .meta-category-small {
  margin-top: 0px;
  margin-bottom: 0px;
}

.jelly_homepage_builder.homepage_builder_two_cols .feature-post-list {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.jelly_homepage_builder .homepage_builder_title {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: left;
  margin-top: -4px;
}

.jelly_homepage_builder .homepage_builder_title h2 {
  float: left;
  color: #000;
  display: block;
  font-size: 26px;
  text-transform: capitalize;
  letter-spacing: -0.03em !important;
  padding-bottom: 0px;
  margin: 0px;
  letter-spacing: 0em;
  position: relative;
}

.jelly_homepage_builder .homepage_builder_title .jl_hsubt {
  float: left;
  width: 100%;
  line-height: 1.2;
  margin-top: 10px;
  color: #888;
  font-size: 16px;
}

.jelly_homepage_builder.jl_small_block_title .homepage_builder_title {
  margin-bottom: 25px;
}

.jelly_homepage_builder.jl_small_block_title .homepage_builder_title h2 {
  font-size: 16px;
}

.home_builder_with_sidebar_options .widget .widget-title {
  float: left;
  width: 100%;
  font-weight: 600 !important;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 0px;
  border-bottom: 2px solid #080808;
  line-height: inherit;
}

.home_builder_with_sidebar_options .panel-grid,
.home_builder_full_width_options .panel-grid {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.home_builder_with_sidebar_options .panel-grid-cell,
.home_builder_full_width_options .panel-grid-cell {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* page builder margin*/
.jl_nonav_margin.home_jl_grid_overlay .jl_wrapper_row {
  margin-bottom: 15px;
}

.jl_nonav_margin.builder_post_list_bellow .row {
  margin-bottom: 5px;
}

.jl_nonav_margin.main_right_post_style_list .row {
  margin-bottom: 10px;
}

.jl_nonav_margin.builder_post_list_bellow {
  margin-bottom: 10px;
}

.jl_nonav_margin.homepage_builder_3grid_post {
  margin-bottom: 0px;
}

.jl_nonav_margin.homepage_builder_3grid_post.jl_hide_author_img .jl_post_meta img,
.jl_nonav_margin.homepage_builder_3grid_post.jl_hide_author .jl_post_meta .jl_author_img_w,
.jl_nonav_margin.homepage_builder_3grid_post.jl_hide_date .jl_post_meta .post-date {
  display: none;
}

.jl_nonav_margin.jl_cus_grid_overlay .image-post-title {
  margin-bottom: 0px !important;
}

.jl_nonav_margin.jl_cus_grid_overlay .jl_post_meta .jl_author_img_w,
.jl_nonav_margin.jl_cus_grid_overlay .jl_post_meta .post-date {
  margin-top: 10px !important;
}

.jl_nonav_margin.jl_cus_grid_overlay.jl_hide_author .jl_post_meta .jl_author_img_w,
.jl_nonav_margin.jl_cus_grid_overlay.jl_hide_author_img .jl_post_meta .jl_author_img_w img,
.jl_nonav_margin.jl_cus_grid_overlay.jl_hide_date .jl_post_meta .post-date {
  display: none;
}

.jl_nonav_margin.post_list_medium_widget {
  margin-bottom: 20px !important;
}

.jl_nonav_margin.post_list_medium_widget .jellywp_pagination {
  margin-bottom: 0px !important;
}

.jl_nav_margin.home_jl_grid_overlay {
  margin-bottom: 15px;
}

.jl_nav_margin.builder_post_list_bellow {
  margin-bottom: 20px !important;
}

.jl_nav_margin.builder_post_list_bellow .row {
  margin-bottom: 0px;
}

.jl_nav_margin.builder_post_list_bellow .cat_post_nav {
  margin-top: 0px !important;
}

/* columns style 2*/
.jl_border_radius .jl_nonav_margin.homepage_builder_3grid_post.colstyle2 .post-entry-content {
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}

.jl_nonav_margin.homepage_builder_3grid_post.colstyle2 .post-entry-content {
  padding: 30px;
  background: #fff;
}

.jl_nonav_margin.homepage_builder_3grid_post.colstyle2 .post-entry-content .image-post-title {
  margin-top: 0px;
}

.jl_nonav_margin.homepage_builder_3grid_post.colstyle2 .jl_grid_box_wrapper {
  float: left;
  width: 100%;
  border: 1px solid #e9ecef;
}

/* columns style 3*/
.jl_nonav_margin.homepage_builder_3grid_post.col_style3 .row {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  flex-wrap: wrap;
  display: flex;
}

.jl_nonav_margin.homepage_builder_3grid_post.col_style3 .blog_grid_post_style.jl_row_1 {
  border-left: 1px solid #e6e6e6;
}

.jl_nonav_margin.homepage_builder_3grid_post.col_style3 .blog_grid_post_style {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
}

.jl_nonav_margin.homepage_builder_3grid_post.col_style3 .post-entry-content {
  width: auto !important;
  display: block;
  padding: 0px 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.jl_nonav_margin.homepage_builder_3grid_post.col_style3 .post-entry-content .meta-comment {
  display: none;
}

/* page builder style 2*/
.heading_title_style_2 footer .widget .widget-title h2 {
  background: #383838 !important;
}

.heading_title_style_2 footer .widget .widget-title {
  border-bottom: 2px solid #383838 !important;
}

.heading_title_style_2 .homepage_builder_grid_post.jelly_homepage_builder {
  margin-bottom: 65px;
}

.heading_title_style_2 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev,
.heading_title_style_2 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next {
  border-radius: 0px;
}

/* page builder style 3*/
.heading_title_style_3 footer .widget .widget-title:after {
  height: 0px !important;
}

.heading_title_style_3 footer .widget .widget-title h2 {
  background: none !important;
  color: #fff !important;
}

.heading_title_style_3 footer .widget .widget-title {
  border-bottom: 2px solid #383838 !important;
}

.heading_title_style_3 .homepage_builder_grid_post.jelly_homepage_builder {
  margin-bottom: 65px;
}

.heading_title_style_3 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev,
.heading_title_style_3 .jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next {
  border-radius: 0px;
}

/* page builder style 1*/
.home_main_post_right_list .content_post_grid p {
  text-align: left;
}

.jelly_homepage_builder.builder_post_list_bellow .meta-category-small {
  margin-top: 0px;
}

.home_main_post_right_list .image-post-thumb > a > img {
  border-radius: 0px !important;
}

.jelly_homepage_builder.builder_post_list_bellow .large_post_content {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.builder_post_list_bellow .large_post_content p {
  padding: 0px;
  margin: 10px 0px 10px 0px;
  float: left;
  width: 100%;
}

.jelly_homepage_builder .love_post_view_single {
  font-size: 13px;
  float: right;
  color: #CB0404;
  font-weight: 600;
}

.jelly_homepage_builder .love_post_view_single i {
  margin-right: 5px;
}

.jelly_homepage_builder .post-meta.meta-main-img,
.jelly_homepage_builder .post-meta.meta-main-img a {
  color: #999;
  font-size: 13px !important;
  text-transform: capitalize !important;
  letter-spacing: 0.03em;
  font-weight: 300;
  line-height: 1.2;
  float: left;
}

.jelly_homepage_builder .post-meta.meta-main-img a {
  font-weight: 300 !important;
}

.jelly_homepage_builder .post-meta.meta-main-img a:hover {
  color: #000 !important;
}

.jelly_homepage_builder .home_slider_post_tab .post-meta.meta-main-img a:hover,
.carousel_pagebuilder_wrapper.jelly_homepage_builder .post-meta.meta-main-img a:hover {
  color: #fff !important;
}

.jelly_homepage_builder .post-meta.meta-main-img .post-author {
  margin-right: 10px;
}

.jelly_homepage_builder .post-meta.meta-main-img span i {
  margin-right: 5px;
}

.jelly_homepage_builder .home_builder_post {
  border-top: 0px;
  height: 4px;
}

.jelly_homepage_builder.homepage_builder_two_cols .blog_grid_post_style {
  margin-bottom: 17px !important;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e4e4e4;
}

.jelly_homepage_builder .post-entry-content {
  text-align: left;
  padding: 10px 0px 0px 0px;
}

.jelly_homepage_builder .image-post-thumb {
  position: relative;
  overflow: hidden;
}

.jelly_homepage_builder .image-post-thumb img {
  transition: all 0.4s ease 0s;
}

.jelly_homepage_builder .overlay_icons {
  color: #FFF;
  font-size: 15px !important;
  left: 50%;
  margin-left: -10px;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.jelly_homepage_builder .image-post-thumb:hover .overlay_icons {
  margin-top: -4px;
  opacity: 1;
}

/* page builder slider*/
.full_width_slider_builder {
  float: left;
  width: 100%;
}

.full_width_slider_builder .jlf_slider_builder {
  height: 500px;
}

.full_width_slider_builder .jlf_slider_builder .image_grid_header_absolute {
  width: 100%;
  height: 500px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.full_width_slider_builder .jlf_slider_builder .link_grid_header_absolute {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}

.full_width_slider_builder .jlf_slider_builder .banner-container {
  top: auto;
  background: none;
  left: 0;
  right: auto;
  transform: none;
  -webkit-transform: none;
  width: 100%;
  padding: 30px;
  bottom: 0px;
  text-align: left;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 190%);
}

.full_width_slider_builder .jlf_slider_builder .banner-container .meta-category-small {
  float: left;
  width: 100%;
}

.full_width_slider_builder .jlf_slider_builder .banner-container .meta-category-small a {
  float: left;
}

.full_width_slider_builder .jlf_slider_builder .banner-container .post-meta {
  float: left;
  width: auto;
}

.full_width_slider_builder .jlf_slider_builder .banner-container span {
  float: left;
}

.full_width_slider_builder .jlf_slider_builder .banner-container .author-avatar-image img {
  margin: 0px;
}

.page_builder_slider .banner-container h5 {
  width: 100%;
}

.page_builder_slider .banner-container h5 a {
  width: 100%;
  font-size: 30px !important;
  text-transform: capitalize;
}

.page_builder_slider.page_builder_slider_single_wrapper .banner-container h5 {
  margin: 20px 0px 15px 0px;
}

.page_builder_slider.page_builder_slider_single_wrapper .banner-container h5 a {
  font-size: 38px !important;
}

.page_builder_slider.page_builder_slider_single_wrapper .banner-container .jl_post_meta {
  text-align: center;
}

.page_builder_slider.page_builder_slider_single_wrapper .banner-container .jl_post_meta > span {
  float: none;
  display: inline-block;
}

.page_builder_slider.page_builder_slider_single_wrapper .banner-container .jl_post_meta span,
.page_builder_slider.page_builder_slider_single_wrapper .banner-container .jl_post_meta span a {
  color: #fff;
}

.page_builder_slider.page_builder_slider_single_wrapper .banner-container .jl_post_meta .jl_author_img_w a {
  float: none;
  display: inline-block;
}

/* page builder carousel 2 col*/
.builder_2_carousel_post.jellywp_home_builder_carousel_post .featured-thumbnail h4 {
  font-size: 28px !important;
}

.builder_2_carousel_post.jellywp_home_builder_carousel_post .content_post_grid {
  margin: 10px 0px 0px 0px;
  float: left;
  width: 100%;
}

.builder_2_carousel_post.jellywp_home_builder_carousel_post .content_post_grid p {
  color: #dadada;
}

/* page builder carousel 4 col*/
.builder_four_carousel_post.jellywp_home_builder_carousel_post .featured-thumbnail h4 {
  font-size: 16px !important;
}

/* page builder carousel 3 col*/
.jellywp_home_builder_carousel_post *:focus {
  outline: none;
}

.jellywp_home_builder_carousel_post .featured-thumbnail {
  padding: 0px;
  position: relative;
  height: 250px;
  overflow: hidden;
}

.jellywp_home_builder_carousel_post .featured-thumbnail .image_grid_header_absolute {
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jellywp_home_builder_carousel_post .featured-thumbnail .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.jellywp_home_builder_carousel_post .slick-list {
  margin: 0px -1px;
}

.jellywp_home_builder_carousel_post {
  overflow: hidden;
}

.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_left {
  left: 0px;
  opacity: 0 !important;
}

.jellywp_home_builder_carousel_post:hover .jelly_pro_post_arrow_left {
  left: 20px;
  opacity: 1 !important;
}

.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_right {
  right: 0px;
  opacity: 0 !important;
}

.jellywp_home_builder_carousel_post:hover .jelly_pro_post_arrow_right {
  right: 20px;
  opacity: 1 !important;
}

.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_left,
.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_right {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: #fff;
  float: left;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.jellywp_home_builder_carousel_post:hover .jelly_pro_post_arrow_left,
.jellywp_home_builder_carousel_post:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}

.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_left:hover,
.jellywp_home_builder_carousel_post .jelly_pro_post_arrow_right:hover {
  background: #000;
  color: #fff;
}

.jellywp_home_builder_carousel_post a.featured-thumbnail {
  padding: 0px;
  background: #000;
}

.jellywp_home_builder_carousel_post {
  position: relative;
}

.jellywp_home_builder_carousel_post .image_grid_header_absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  backface-visibility: hidden;
}

.jellywp_home_builder_carousel_post .link_grid_header_absolute {
  margin-bottom: 0px !important;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}

.jellywp_home_builder_carousel_post .popular-item-caption .jl_rating_front {
  margin: 3px 0px 0px 5px;
  float: left;
}

.jellywp_home_builder_carousel_post .popular-item-caption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.jellywp_home_builder_carousel_post .popular-item-caption .post-date {
  color: #fff !important;
}

.jellywp_home_builder_carousel_post .meta-category-small {
  float: left;
  display: inline-block;
}

.jellywp_home_builder_carousel_post .popular-item-title h4 {
  line-height: 1.2;
  float: left;
  width: 100%;
  margin: 10px 0px 5px 0px;
  text-transform: none;
  font-size: 16px;
}

.jellywp_home_builder_carousel_post .popular-item-title h4 a {
  color: #fff;
  text-transform: capitalize;
}

.jellywp_home_builder_carousel_post .popular-item-title h4 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.jellywp_home_builder_carousel_post .post-meta,
.jellywp_home_builder_carousel_post .post-meta a {
  color: #fff !important;
  text-transform: uppercase;
}

.jellywp_home_builder_carousel_post .post-meta a:hover {
  opacity: 0.8;
}

.jelly_white_text_color_on_background .builder_title_home_page {
  color: #fff;
  border-bottom: 2px solid #080808 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.jelly_padding_on_background {
  padding: 50px 0px;
  margin-bottom: 0px !important;
}

.jelly_white_text_color_on_background .slick-list .item h5 {
  color: #fff;
}

.jelly_white_text_color_on_background .slick-list .item h5 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

/* Homepage main right grid bellow */
.jl_main_right_grid .blog_main_grid_post_style {
  height: 487px !important;
  margin-bottom: 25px !important;
}

/* Homepage main right number */
.jl_main_right_number .wrap_blog_main_grid_post_style {
  float: right;
}

.jl_main_right_number .blog_main_grid_post_style {
  height: 460px !important;
  margin-bottom: 20px !important;
}

.jl_main_right_number .blog_grid_post_style .post-entry-content {
  position: relative;
}

.jl_main_right_number .jl_number_list {
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  z-index: 1;
  color: #000;
  background: #f5f5f5;
  border: 1px solid #eaeaea;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100px;
}

.jl_main_right_number .jl_number_content {
  position: relative;
  margin-left: 85px;
  top: 0px;
}

.jl_main_right_number .jl_number_content .meta-category-small {
  margin-top: 0px !important;
}

.jl_main_right_number .jl_number_content .meta-category-small a {
  background: none !important;
}

.jelly_homepage_builder .row.jl_main_right_number .jl_number_content .image-post-title {
  font-size: 14px !important;
  margin: 8px 0px 4px 0px !important;
}

.jl_main_right_number .image-post-title {
  position: relative;
  z-index: 2;
}

.jl_main_right_number .auto_image_with_date {
  position: relative;
  z-index: 2;
}

/* Homepage 2 main list number */
.jl_main_right_number.jl_2main_list_number .blog_main_grid_post_style {
  height: 300px !important;
}

.jl_main_right_number.jl_2main_list_number .wrap_blog_main_grid_post_style .post-entry-content .image-post-title a {
  font-size: 18px !important;
}

/* Homepage 2 main list */
.jl_main_right_number.jl_2main_list .blog_main_grid_post_style {
  height: 300px !important;
}

.jl_main_right_number.jl_2main_list .wrap_blog_main_grid_post_style .post-entry-content .image-post-title a {
  font-size: 18px !important;
}

.jl_main_right_number.jl_2main_list .feature-image-link {
  width: 120px;
  display: block;
  float: left;
  overflow: hidden;
}

.jl_main_right_number.jl_2main_list .jl_number_content {
  position: relative;
  margin-left: 135px;
  top: 0px;
}

/* Homepage grid overlay post */
.home_jl_grid_overlay .jl_grid_overlay_container {
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
}

.home_jl_grid_overlay .jl_grid_overlay_container .image_grid_header_absolute {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_jl_grid_overlay .jl_grid_overlay_container .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.home_jl_grid_overlay .jl_grid_overlay_container .post-entry-content {
  position: absolute;
  bottom: 0px;
  background: none;
  left: 0px;
  right: 0px;
  width: auto;
  padding: 20px;
  text-align: left;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.home_jl_grid_overlay .jl_grid_overlay_container .post-entry-content .image-post-title a {
  color: #fff;
}

.home_jl_grid_overlay .jl_grid_overlay_container .post-entry-content .image-post-title a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.home_jl_grid_overlay .jl_grid_overlay_container .post-entry-content .post-meta span,
.home_jl_grid_overlay .jl_grid_overlay_container .post-entry-content .post-meta span a {
  color: #fff !important;
}

.jl_wrapper_row {
  float: left;
  width: 100%;
}

.homepage_builder_3grid_post.jl_cus_grid2.home_jl_grid_overlay.jl_fontsize16 .image-post-title {
  font-size: 16px;
}

.homepage_builder_3grid_post.jl_cus_grid2.home_jl_grid_overlay.jl_fontsize17 .image-post-title {
  font-size: 17px;
}

.homepage_builder_3grid_post.jl_cus_grid2.home_jl_grid_overlay.jl_fontsize18 .image-post-title {
  font-size: 18px;
}

.homepage_builder_3grid_post.jl_cus_grid2.home_jl_grid_overlay.jl_fontsize19 .image-post-title {
  font-size: 19px;
}

.homepage_builder_3grid_post.jl_cus_grid2.home_jl_grid_overlay.jl_fontsize20 .image-post-title {
  font-size: 20px;
}

.homepage_builder_3grid_post.jl_cus_grid2.home_jl_grid_overlay.jl_fontsize21 .image-post-title {
  font-size: 21px;
}

.homepage_builder_3grid_post.jl_cus_grid2.home_jl_grid_overlay.jl_fontsize22 .image-post-title {
  font-size: 22px;
}

/* Homepage grid bellow */
.jelly_homepage_builder.builder_post_grid_bellow {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.jelly_homepage_builder.builder_post_grid_bellow {
  position: relative;
}

.jelly_homepage_builder.builder_post_grid_bellow .image-post-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  height: 400px;
}

.jelly_homepage_builder.builder_post_grid_bellow .link_grid_header_absolute {
  opacity: 0;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .image_grid_header_absolute {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style {
  float: left;
  width: 100%;
  position: relative;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .image-post-thumb a,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .image-post-thumb a img {
  width: 100%;
  float: left;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content {
  position: absolute;
  bottom: 0px;
  background: none;
  left: 0px;
  right: 0px;
  width: auto;
  padding: 20px;
  text-align: left;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .meta-category-small a {
  float: none;
  display: inline-block;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 {
  float: left;
  width: 100%;
  line-height: 0px;
  margin: 10px 0px 5px 0px !important;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a {
  line-height: 1.2;
  font-size: 22px;
  text-transform: capitalize;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3:hover,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a:hover,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span a:hover {
  color: #fff !important;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a:hover,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span a:hover {
  opacity: 0.8;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span,
.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content .post-meta span a {
  color: #fff !important;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .link_image {
  background: #000;
}

.jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .link_image img {
  opacity: 0.8;
}

.container_grid_small_post_home {
  float: left;
  margin-bottom: 20px;
}

.container_grid_small_post_home .wrapper_grid_post_home {
  position: relative;
  margin-top: 30px;
}

.container_grid_small_post_home .wrapper_grid_post_home .grid_post_home_container {
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
}

.container_grid_small_post_home .wrapper_grid_post_home .image_grid_header_absolute {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.container_grid_small_post_home .wrapper_grid_post_home .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.container_grid_small_post_home .wrapper_grid_post_home .link_image {
  background: #000;
}

.container_grid_small_post_home .wrapper_grid_post_home .link_image img {
  opacity: 0.6;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content {
  position: absolute;
  background: none;
  left: 0px;
  right: 0px;
  width: auto;
  padding: 20px !important;
  bottom: 0px;
  text-align: left;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 200%);
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .meta-category-small a {
  float: none;
  display: inline-block;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 {
  line-height: 0px;
  float: left;
  width: 100%;
  margin: 10px 0px 5px 0px;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a {
  line-height: 1.2;
  font-size: 20px;
  text-transform: capitalize;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3:hover,
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a:hover,
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span a:hover {
  color: #fff !important;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a:hover,
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span a:hover {
  opacity: 0.8;
}

.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content h3 a,
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span,
.container_grid_small_post_home .wrapper_grid_post_home .post-entry-content .post-meta span a {
  color: #fff !important;
}

.jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .container_grid_small_post_home.row {
  margin-right: -1px;
  margin-left: -1px;
  float: left;
  width: 100%;
}

.jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .wrapper_grid_post_home {
  margin-top: 2px;
  padding-right: 1px;
  padding-left: 1px;
  height: 250px;
}

.jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .wrapper_grid_post_home .image_grid_header_absolute {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .wrapper_grid_post_home .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0;
}

/* Homepage large grid*/
.jl_large_grid .jl_lg_row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0px;
}

.jl_large_grid .homepage_builder_3grid_post.jl_cus_grid2 {
  width: 50%;
  float: left;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.jl_large_grid .homepage_builder_3grid_post.jl_cus_grid2 .blog_grid_post_style {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px;
}

/* Homepage large */
.jl_large_builder.jelly_homepage_builder .jl_grid_layout1 {
  margin-bottom: 50px;
}

.jl_large_builder.jelly_homepage_builder .jl_grid_layout1,
.jl_large_builder.jelly_homepage_builder .image-post-thumb {
  float: left;
  width: 100% !important;
  position: relative;
}

.jl_large_builder.jelly_homepage_builder .image_grid_header_absolute {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.jl_large_builder.jelly_homepage_builder .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0;
}

.jl_radius .jl_large_builder.jelly_homepage_builder .jl_front_l_w {
  border-radius: 10px;
}

.jl_large_builder.jelly_homepage_builder .jl_front_l_w {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 30px;
}

.jl_large_builder.jelly_homepage_builder .jl_post_title_top {
  margin-bottom: 0px !important;
  padding: 0px 50px;
}

.jl_large_builder.jelly_homepage_builder .jl_post_title_top .image-post-title {
  margin-bottom: 10px;
}

.jl_large_builder.jelly_homepage_builder .post-entry-content {
  margin-top: 10px;
  padding-top: 0px;
  padding: 0px 50px;
}

.jl_large_builder.jelly_homepage_builder .jl_large_more {
  color: #000;
  border: 2px solid #efefef;
  height: 31px;
  line-height: 28px;
  padding: 0px 25px;
  text-transform: uppercase;
  font-size: 11px;
  float: left;
  letter-spacing: 1px;
  border-radius: 5px;
}

.jl_large_builder.jelly_homepage_builder .jl_large_more:hover {
  text-decoration: none !important;
  background: #ff4200;
  border-color: #ff4200;
  color: #fff;
}

.jl_large_builder.jelly_homepage_builder .jl_footer_social {
  padding: 0px;
  margin: 0px;
  border: 0px;
  height: auto;
  line-height: 1.2;
  float: right;
}

.jl_large_builder.jelly_homepage_builder .jl_footer_social li {
  margin: 0px;
}

.jl_large_builder.jelly_homepage_builder .jl_footer_social li a {
  color: #000 !important;
  background: #efefef;
  padding: 0px;
  margin: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
}

.jl_large_builder.jelly_homepage_builder .jl_footer_social li a:hover {
  background: #e0e3e8;
}

.jl_large_builder.jelly_homepage_builder .jl_footer_social li a i {
  color: #000 !important;
  margin: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.jl_large_builder.jelly_homepage_builder .jl_large_sw {
  float: left;
  width: 100%;
  margin-top: 20px;
}

/* Homepage list */
.page_builder_listpost .post-entry-content {
  text-align: left;
  padding-top: 0px;
  padding: 0px 0px 0px 30px;
}

.page_builder_listpost.jelly_homepage_builder {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.page_builder_listpost.jelly_homepage_builder:last-child {
  margin-bottom: 0px !important;
}

.page_builder_listpost.jelly_homepage_builder .image-post-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.jl_radius .page_builder_listpost.jelly_homepage_builder .image-post-thumb {
  border-radius: 10px;
}

.page_builder_listpost.jelly_homepage_builder .image-post-thumb {
  width: 50% !important;
  overflow: hidden;
  margin-bottom: 0px;
}

.page_builder_listpost.jelly_homepage_builder .image-post-thumb .jl_img_container {
  width: 100%;
  padding-bottom: 65%;
}

.page_builder_listpost.jelly_homepage_builder .jl_list_more {
  float: left;
  width: 100%;
}

.page_builder_listpost.jelly_homepage_builder .jl_list_more a {
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  height: 35px;
  line-height: 35px;
  border: 1px solid #000;
  padding: 0px 30px 0px;
  transition: 0.25s;
  background-color: #fff;
  margin-top: 23px;
}

.page_builder_listpost.jelly_homepage_builder .jl_list_more a:hover {
  text-decoration: none !important;
  background: #000;
  color: #fff;
}

.page_builder_listpost.jelly_homepage_builder .image-post-thumb .jl_img_container .image_grid_header_absolute {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.page_builder_listpost.jelly_homepage_builder .image-post-thumb .jl_img_container .link_grid_header_absolute {
  opacity: 0;
}

.page_builder_listpost.jelly_homepage_builder .meta-category-small a {
  margin: 0px 2px 0px 0px;
  color: #fff;
  letter-spacing: 0em;
}

.page_builder_listpost.jelly_homepage_builder .meta-category-small a:last-child {
  margin-right: 0px;
}

.page_builder_listpost.jelly_homepage_builder .post-entry-content {
  width: 50% !important;
  padding: 0px 0px 0px 30px !important;
}

.page_builder_listpost.jelly_homepage_builder .blog_list_post_style {
  padding-bottom: 0px;
  margin-bottom: 50px !important;
  border-bottom: 0px solid #e4e4e4;
}

.page_builder_listpost.jelly_homepage_builder .blog_list_post_style:last-child {
  border: 0px !important;
}

.page_builder_listpost.jelly_homepage_builder .meta-category-small {
  margin-top: 0px;
  float: left;
  width: auto;
  margin-right: 10px;
  margin-bottom: 20px;
}

.page_builder_listpost.jelly_homepage_builder .post-meta.meta-main-img {
  margin-bottom: 20px;
  margin-top: 4px;
}

.page_builder_listpost.jelly_homepage_builder .large_post_content {
  float: left;
  width: 100%;
}

.page_builder_listpost.jelly_homepage_builder .large_post_content p {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}

.jl_meta_overlay.jl_love_view_social {
  position: absolute;
  width: auto;
  border: 0px;
  top: 10px;
  right: 10px;
  line-height: 1.2;
}

.jl_meta_overlay.jl_love_view_social span,
.jl_meta_overlay.jl_love_view_social a {
  color: #fff !important;
  display: inline-block !important;
  padding: 0px !important;
  font-weight: 400;
  float: left !important;
}

/* Homepage Grid */
.homepage_builder_grid_post.jelly_homepage_builder {
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

.homepage_builder_grid_post.jelly_homepage_builder .image-post-title {
  font-size: 20px;
}

.homepage_builder_grid_post.jelly_homepage_builder .post-entry-content {
  padding: 0px;
  margin-top: 0px;
  border-bottom: 0px;
}

.homepage_builder_grid_post_container {
  float: left;
  width: 100%;
  position: relative;
}

.homepage_builder_grid_post_container_wrapper .blog_grid_post_style {
  margin-bottom: 30px !important;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.homepage_builder_grid_post.jelly_homepage_builder .content_post_grid {
  padding: 0px;
  margin-top: 5px;
}

.homepage_builder_grid_post.jelly_homepage_builder .image-post-title {
  margin-bottom: 5px;
}

.jelly_clear,
.clear_div {
  clear: both;
  float: left;
  width: 100%;
  height: 1px;
}

.homepage_builder_grid_post_container_wrapper {
  float: left;
  width: auto;
  margin: 0px -15px;
  position: relative;
}

.homepage_builder_grid_post_container_wrapper .post-meta {
  float: left;
  width: 100%;
}

.homepage_builder_grid_post_container_wrapper .large_post_content {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.homepage_builder_grid_post_container_wrapper .large_post_content p {
  margin-bottom: 0px;
}

.homepage_builder_grid_post.jelly_homepage_builder .home_page_front_view {
  top: 15px;
  bottom: auto;
}

/* Homepage grid 3 col */
.homepage_builder_grid_post_container_wrapper.jl_grid3_col .blog_grid_post_style {
  width: 33.33333333%;
}

.homepage_builder_grid_post_container_wrapper.jl_grid3_col .blog_grid_post_style .image-post-title {
  font-size: 15px;
}

/* Homepage grid 4 col */
.homepage_builder_grid_post_container_wrapper.jl_grid4_col .blog_grid_post_style {
  width: 25%;
}

.homepage_builder_grid_post_container_wrapper.jl_grid4_col .blog_grid_post_style .image-post-title {
  font-size: 15px;
  margin-bottom: 0px;
}

/* Homepage grid 5 col */
.homepage_builder_grid_post_container_wrapper.jl_grid5_col .blog_grid_post_style {
  width: 20%;
}

.homepage_builder_grid_post_container_wrapper.jl_grid5_col .blog_grid_post_style .image-post-title {
  font-size: 15px;
  margin-bottom: 0px;
}

/* Homepage Main overlay with right list */
.jl_main_right_overlay.blog_grid_post_style .image-post-thumb {
  height: 453px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.jl_main_right_overlay.blog_grid_post_style .image_grid_header_absolute {
  width: 100%;
  height: 453px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.jl_main_right_overlay.blog_grid_post_style .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.jl_main_right_overlay.blog_grid_post_style .post-entry-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 200%);
}

.jl_main_right_overlay.blog_grid_post_style .meta-category-small {
  z-index: 2;
}

.jl_main_right_overlay.blog_grid_post_style .post-entry-content .image-post-title a,
.jl_main_right_overlay.blog_grid_post_style .post-entry-content .image-post-title a:hover {
  color: #fff !important;
}

.jl_main_right_overlay.blog_grid_post_style .post-entry-content .post-meta span,
.jl_main_right_overlay.blog_grid_post_style .post-entry-content .post-meta span a {
  color: #fff !important;
}

/* Homepage Main overlay with right grid */
.list-post-right.jl_small_right_grid .feature-post-list {
  margin: 0px -10px;
  width: auto;
}

.list-post-right.jl_small_right_grid .feature-post-list li {
  float: left;
  width: 50% !important;
  padding: 0px 10px;
}

.list-post-right.jl_small_right_grid .feature-post-list li .feature-image-link.image_post,
.list-post-right.jl_small_right_grid .feature-post-list li .feature-image-link.image_post img {
  float: left;
  width: 100%;
}

.list-post-right.jl_small_right_grid .feature-post-list li .item-details {
  margin: 0px;
}

.list-post-right.jl_small_right_grid .feature-post-list li .item-details h3 a {
  font-size: 13px;
}

.jl_main_right_overlay.blog_grid_post_style.jl_maingrid .image-post-thumb,
.jl_main_right_overlay.blog_grid_post_style.jl_maingrid .image_grid_header_absolute {
  height: 502px;
}

/* Homepage Main with right list */
.main_right_post_style_list .category_post_ajax_wrap {
  margin: 0px 0px 15px 0px;
}

.main_right_post_style_list .feature-post-list li:last-child {
  border: 0px !important;
}

.home_main_post_right_list .box {
  width: 100%;
}

.jelly_homepage_builder.main_right_post_style_list .box {
  margin-bottom: 0px !important;
  width: 100%;
  padding: 0px !important;
}

.jelly_homepage_builder.main_right_post_style_list .blog_grid_post_style .meta-category-small a {
  margin: 0px 10px 0px 0px;
  float: left;
}

.jelly_homepage_builder.main_right_post_style_list .image-post-title {
  margin: 10px 0px;
  font-size: 18px;
}

.jelly_homepage_builder.main_right_post_style_list .post-entry-content {
  padding: 0px 0px;
  margin-top: 0px;
  border-bottom: 0px solid #eeeeee;
}

.jelly_homepage_builder.main_right_post_style_list .jl_main_right_overlay .post-entry-content .auto_image_with_date .view_options {
  color: #fff !important;
}

.jelly_homepage_builder.main_right_post_style_list .content_post_grid {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.main_right_post_style_list ul li .meta-category-small {
  margin-top: 0px !important;
}

.main_right_post_style_list ul li .meta-category-small a {
  padding: 0px;
  margin: 0px 10px 0px 0px;
  background: none !important;
  color: #000;
  float: left !important;
}

.main_right_post_style_list ul li .meta-category-small a:hover {
  color: inherit !important;
}

.main_right_post_style_list .meta-category-small {
  margin-top: -2px !important;
}

/* Homepage 2col Main with below list */
.grid_medium_wrapper_builder {
  position: relative;
  width: 100%;
  float: left;
}

.grid_medium_wrapper_builder .link_image {
  background: #000;
  float: left;
}

.grid_medium_wrapper_builder .link_image img {
  opacity: 0.8;
}

.grid_medium_wrapper_builder .meta-category-small a {
  margin: 0px 10px 0px 0px;
}

.grid_medium_wrapper_builder .image-post-thumb {
  margin-bottom: 15px;
}

.grid_medium_wrapper_builder .post-entry-content .image-post-title {
  line-height: 1.2;
  margin: 10px 0px;
}

.homepage_builder_two_cols .blog_grid_post_style {
  padding: 0px;
}

/* Homepage 2col */
.homepage_builder_3grid_post.jl_cus_grid2 .row {
  margin-right: -15px;
  margin-left: -15px;
}

.homepage_builder_3grid_post.jl_cus_grid2 .blog_grid_post_style {
  width: 50%;
  float: left;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.homepage_builder_3grid_post.jl_cus_grid_overlay .content_post_grid p {
  color: #fff;
  opacity: 0.8;
}

.homepage_builder_3grid_post.jl_cus_grid2 .meta-category-small {
  left: 20px !important;
  top: 20px !important;
}

.homepage_builder_3grid_post.jl_cus_grid2 .jl_post_type_icon {
  top: 20px !important;
  right: 20px !important;
}

.homepage_builder_3grid_post .blog_grid_post_style .meta-category-small {
  margin: 0px;
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
}

.homepage_builder_3grid_post .blog_grid_post_style .meta-category-small a {
  color: #fff;
  padding: 7px 15px 7px;
  border-radius: 5px;
}

.homepage_builder_3grid_post .blog_grid_post_style .content_post_grid {
  margin-bottom: 0px;
  margin-top: 13px;
}

.homepage_builder_3grid_post .blog_grid_post_style .post-meta.meta-main-img {
  float: left;
  width: auto;
  padding-top: 10px;
  margin-top: auto;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}

/* Homepage 4col */
.homepage_builder_3grid_post.jl_cus_grid4 .blog_grid_post_style {
  width: 25%;
  float: left;
}

/* Homepage 5col */
.homepage_builder_3grid_post.jl_cus_grid5 .blog_grid_post_style {
  width: 20%;
  float: left;
}

.homepage_builder_3grid_post.jl_cus_grid5 .blog_grid_post_style .post-meta.meta-main-img .meta-comment {
  display: none;
}

.homepage_builder_3grid_post.jl_cus_grid5 .blog_grid_post_style .meta-category-small a:first-child {
  display: block !important;
}

.homepage_builder_3grid_post.jl_cus_grid5 .blog_grid_post_style .meta-category-small a {
  display: none;
}

/* Homepage 3col */
.homepage_builder_3grid_post .blog_grid_post_style {
  width: 33.33333333%;
  float: left;
}

.homepage_builder_3grid_post .blog_grid_post_style img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage_builder_3grid_post .meta-category-small {
  margin-top: 10px;
}

.homepage_builder_3grid_post .meta-category-small a {
  margin: 0px 3px 2px 0px;
}

.homepage_builder_3grid_post .post-meta {
  float: left;
}

.homepage_builder_3grid_post .image-post-title {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 1.2;
}

.jl_fontsize13 .image-post-title {
  font-size: 13px;
}

.jl_fontsize14 .image-post-title {
  font-size: 14px;
}

.jl_fontsize15 .image-post-title {
  font-size: 15px;
}

.jl_fontsize16 .image-post-title {
  font-size: 16px;
}

.jl_fontsize17 .image-post-title {
  font-size: 17px;
}

.jl_fontsize18 .image-post-title {
  font-size: 18px;
}

.jl_fontsize19 .image-post-title {
  font-size: 19px;
}

.jl_fontsize20 .image-post-title {
  font-size: 20px;
}

.jl_fontsize21 .image-post-title {
  font-size: 21px;
}

.jl_fontsize22 .image-post-title {
  font-size: 22px;
}

.jl_fontsize23 .image-post-title {
  font-size: 23px;
}

.jl_fontsize24 .image-post-title {
  font-size: 24px;
}

.jl_fontsize25 .image-post-title {
  font-size: 25px;
}

.jl_fontsize26 .image-post-title {
  font-size: 26px;
}

.jl_fontsize27 .image-post-title {
  font-size: 27px;
}

.jl_fontsize28 .image-post-title {
  font-size: 28px;
}

.jl_fontsize29 .image-post-title {
  font-size: 29px;
}

.jl_fontsize30 .image-post-title {
  font-size: 30px;
}

.jl_fontsize31 .image-post-title {
  font-size: 31px;
}

.jl_fontsize32 .image-post-title {
  font-size: 32px;
}

.jl_fontsize33 .image-post-title {
  font-size: 33px;
}

.jl_fontsize34 .image-post-title {
  font-size: 34px;
}

.jl_fontsize35 .image-post-title {
  font-size: 35px;
}

.jl_fontsize36 .image-post-title {
  font-size: 36px;
}

.jl_fontsize37 .image-post-title {
  font-size: 37px;
}

.jl_fontsize38 .image-post-title {
  font-size: 38px;
}

.jl_fontsize39 .image-post-title {
  font-size: 39px;
}

.jl_fontsize40 .image-post-title {
  font-size: 40px;
}

.jelly_homepage_builder.homepage_builder_3grid_post .row {
  margin-bottom: 0px !important;
  min-width: 100%;
}

.jellywp_home_builder_carousel_post.row {
  margin-bottom: 0px;
}

/* Homepage carousel 3col */
.jellywp_home_builder_carousel_post,
.jelly_homepage_builder.carousel_pagebuilder_wrapper {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .featured-thumbnail:hover > a .overlay_icons {
  margin-top: -4px;
  opacity: 1;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .meta-category-small {
  margin-top: 10px;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .popular-item-title {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .popular-item-title h4 {
  line-height: 1.2;
  font-size: 18px;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .featured-thumbnail > a img {
  float: left;
  width: 100%;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-nav {
  background: #fff;
  position: absolute;
  top: -52px;
  right: 0px;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev,
.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next {
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  float: left;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-prev {
  margin-right: 3px;
  margin-left: 5px;
}

.jelly_homepage_builder.carousel_pagebuilder_wrapper .owl-next {
  right: 0px;
}

/* Homepage slider block */
.jelly_homepage_builder .full-slider-main-home {
  margin: 0px;
}

.jelly_homepage_builder .full-slider-main-home .post-meta.meta-main-img,
.jelly_homepage_builder .full-slider-main-home .post-meta.meta-main-img a {
  color: #fff !important;
}

.home_slider_post_tab_nav *:focus,
.home_slider_post_tab *:focus {
  outline: none;
}

.home_slider_post_tab .banner-carousel-item {
  position: relative;
  float: left;
  width: 100%;
  height: 500px;
}

.home_slider_post_tab .image_grid_header_absolute {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
}

.home_slider_post_tab .link_grid_header_absolute {
  width: 100%;
  float: left;
  position: relative;
  opacity: 0 !important;
}

.home_slider_post_tab .banner-container {
  position: absolute;
  background: none;
  width: auto;
  padding: 30px;
  bottom: 0px;
  text-align: left;
  z-index: 9;
  top: auto;
  left: 0px;
  right: 0px;
  transform: none !important;
  -webkit-transform: none !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 250%);
}

.home_slider_post_tab .jl_love_view_social.jl_meta_overlay {
  top: 17px;
  right: 20px;
  z-index: 9;
}

.home_slider_post_tab .post-meta span,
.home_slider_post_tab .post-meta span a {
  color: #fff !important;
}

.home_slider_post_tab .jelly_pro_post_arrow_left,
.home_slider_post_tab .jelly_pro_post_arrow_right {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: #fff;
  float: left;
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -19px;
  cursor: pointer;
  opacity: 0 !important;
}

.home_slider_post_tab .jelly_pro_post_arrow_left:hover,
.home_slider_post_tab .jelly_pro_post_arrow_right:hover {
  background: #000;
  color: #fff;
}

.home_slider_post_tab .jelly_pro_post_arrow_left {
  left: 0px;
}

.home_slider_post_tab:hover .jelly_pro_post_arrow_left {
  left: 20px;
  opacity: 1 !important;
}

.home_slider_post_tab .jelly_pro_post_arrow_right {
  right: 0px;
}

.home_slider_post_tab:hover .jelly_pro_post_arrow_right {
  right: 20px;
  opacity: 1 !important;
}

.home_slider_post_tab_nav {
  margin-top: 10px;
}

.home_slider_post_tab_nav .slick-list {
  margin: 0px -5px;
  width: auto;
  position: relative;
}

.home_slider_post_tab_nav .slick-list .item {
  padding: 0px 5px;
}

.home_slider_post_tab_nav .slick-list .item .banner-carousel-item {
  cursor: pointer;
}

.home_slider_post_tab_nav .slick-list .item .banner-carousel-item .jl_car_tumb_container {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  background: #000;
}

.home_slider_post_tab_nav .slick-list .item .banner-carousel-item img {
  width: 100%;
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}

.home_slider_post_tab_nav .slick-list .item .banner-carousel-item img:hover {
  opacity: 1;
}

.home_slider_post_tab_nav .slick-list .item.slick-current img {
  opacity: 1;
}

.home_slider_post_tab_nav .slick-list .item h5 {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0px;
}

/* Homepage main bellow list */
.clear_div {
  float: left;
  width: 100%;
}

.feature-post-list.jl_home_builder {
  width: 50%;
  float: left;
}

.jelly_homepage_builder.builder_post_list_bellow .post-entry-content {
  padding: 0px 0px 0px 25px;
}

.jelly_homepage_builder.builder_post_list_bellow .image-post-title {
  margin-top: 10px;
  margin-bottom: 10px !important;
  font-size: 20px;
}

.jelly_homepage_builder.builder_post_list_bellow .image-post-title.cus_jl_list_title {
  margin-top: 0px !important;
}

.jelly_homepage_builder.builder_post_list_bellow .jl_small_list_front {
  border-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.jelly_homepage_builder.builder_post_list_bellow .jl_small_list_front > div {
  border-bottom: 0px solid #E4E4E4;
  float: left;
  width: 100%;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.jelly_homepage_builder.builder_post_list_bellow .jl_small_list_front:last-child div {
  margin-bottom: 0px;
}

.builder_post_list_bellow .jl_small_list_front .meta-category-small {
  margin-top: 0px !important;
}

.builder_post_list_bellow .jl_small_list_front .meta-category-small a {
  padding: 0px;
  font-weight: 600 !important;
  letter-spacing: 0px;
  font-size: 12px !important;
  margin: 0px 10px 0px 0px;
  background: none !important;
  color: #000;
  float: left !important;
}

.builder_post_list_bellow .jl_small_list_front .meta-category-small a:hover {
  color: inherit !important;
}

.builder_post_list_bellow .post-entry-content .meta-category-small {
  margin-top: 0px;
}

.builder_post_list_bellow .post-entry-content .meta-category-small a {
  float: left;
  margin: 0px 10px 0px 0px;
}

/*-------------------------------------------------------------------------------------
WooCommerce
-------------------------------------------------------------------------------------*/
.woocommerce-product-gallery__wrapper > div,
.woocommerce-product-gallery__wrapper img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
  float: right;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 9px;
}

.product-categories,
.product-categories li {
  float: left;
  width: 100%;
  padding: 0px;
  list-style: none;
}

.product-categories li {
  float: left;
  width: 100%;
  list-style: none;
  line-height: 1.2;
  text-align: left;
  padding: 8px 0px;
  border-bottom: 1px solid #EAEAEA;
  margin-top: -1px;
}

.product-categories li:last-child {
  border-bottom: 0px;
}

.woocommerce-ordering {
  position: relative;
  background: #fbfaf9;
}

.woocommerce-ordering .orderby {
  height: 38px;
  -webkit-appearance: none;
  text-overflow: "";
  border: 1px solid #dadada;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 13px !important;
  outline: none;
  height: auto;
  width: 100%;
  padding: 8px 15px !important;
  position: relative !important;
  text-indent: 0.01px;
  vertical-align: middle;
  z-index: 5;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background: none;
}

.woocommerce-ordering:before {
  font-size: 9px;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: 18px;
  vertical-align: 10%;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-family: "FontAwesome";
  content: "\f078";
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 38px;
  text-align: center;
}

.woocommerce ul.products li.product a:hover {
  color: #fff !important;
}

.woocommerce-product-search {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.woocommerce-product-search .search-field {
  font-size: 13px;
  line-height: 21px;
  color: #444444;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  height: 32px;
  width: 95%;
  padding-left: 10px;
  outline: none;
}

.woocommerce-product-search input[type=submit] {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: 600 !important;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  background-color: #222222;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 8px 15px 8px 15px;
  cursor: pointer;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 600;
}

.widget.woocommerce {
  margin-bottom: 30px;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-search input {
  background-image: none !important;
  padding: 5px 15px !important;
  margin-bottom: 10px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #222;
  width: 100%;
  margin-right: 0px !important;
}

.woocommerce form .form-row {
  margin: 0px !important;
}

.woocommerce-cart .woocommerce a.remove {
  background: red;
  color: #fff !important;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.woocommerce-account .page-full#content {
  width: 400px !important;
}

.woocommerce-account .woocommerce h2 {
  display: none;
}

.woocommerce-cart .page-full#content {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: solid 1px #e4e4e4;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  float: left;
  font-weight: 400 !important;
}

.variations .label label {
  margin-top: 14px;
  color: #222 !important;
}

.woocommerce .button.add_to_cart_button.product_type_simple.loading {
  width: auto;
}

.woocommerce .button.add_to_cart_button.product_type_simple.loading:before {
  opacity: 0;
}

.woocommerce a.button.loading,
.woocommerce-page a.button.loading {
  color: #FFF;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 1px;
  position: absolute;
  height: 31px;
  width: 13px;
  line-height: 31px;
  background: none;
  margin: 0px;
}

.woocommerce #respond input#submit.loading {
  height: 33px !important;
  line-height: 33px !important;
}

.woocommerce a.button.added,
.woocommerce-page a.button.added {
  padding-right: 13px !important;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  margin-right: 10px;
}

.woocommerce-cart table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce-cart table.cart .product-remove a.remove {
  display: auto !important;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
  text-decoration: none !important;
}

.woocommerce_content_page h1.page-title {
  padding-bottom: 5px !important;
  font-weight: 500 !important;
  font-size: 27px;
  margin-bottom: 30px;
  line-height: 34px;
}

.woocommerce_content_page a,
.woocommerce_content_page a:hover {
  color: #000 !important;
}

.woocommerce .form-row .input-text {
  font-size: 12px;
  line-height: 21px;
  color: #444444;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  height: 34px !important;
  padding: 3px 9px 3px 9px;
}

.woocommerce-page ul .product {
  float: left !important;
  margin-right: 3.125% !important;
  width: 31.25% !important;
  /* responsive portrait phone */
}

.woocommerce-page ul .product.last {
  margin-right: 0px !important;
}

.woocommerce-page ul .product:before {
  content: "";
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a img:hover,
.woocommerce-page ul.products li.product a img:hover,
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

.widget_price_filter form {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  outline: none;
  height: 33px;
  line-height: 33px !important;
  padding: 0 15px;
  color: #FFF;
  border: 0px solid #dbdbdb;
  background: #222 !important;
  font-size: 13px !important;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 400;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0px !important;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  float: left;
}

.woocommerce .button.add_to_cart_button.product_type_simple,
.woocommerce .button.add_to_cart_button.product_type_variable {
  color: #000 !important;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background: #fff !important;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}

.woocommerce .button.add_to_cart_button.product_type_simple:hover,
.woocommerce .button.add_to_cart_button.product_type_variable:hover {
  border-color: #000 !important;
}

.woocommerce .button.ajax_add_to_cart {
  width: 100% !important;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward:hover {
  color: #000 !important;
}

.woocommerce .button.add_to_cart_button.product_type_simple:hover,
.woocommerce .button.add_to_cart_button.product_type_variable:hover {
  color: #fff !important;
  background: #222 !important;
}

.woocommerce a.button.loading,
.woocommerce-page a.button.loading {
  color: #FFF;
  width: 100%;
}

.woocommerce a.button.added,
.woocommerce-page a.button.added {
  padding-right: 25px;
}

.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before {
  top: 2px;
  right: 3px;
  font-size: 10px;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  margin-bottom: 0px !important;
  color: #FFF !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 15px !important;
  opacity: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  width: 121px;
  height: 33px;
  line-height: 33px;
}

.product-name a,
.product-name a:hover {
  color: #222 !important;
}

.woocommerce .star-rating span:before {
  color: #ffc902;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  color: #ff4200;
  font-weight: bold;
}

.woocommerce a.added_to_cart:hover,
.woocommerce-page a.added_to_cart:hover {
  text-decoration: none !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background: #000;
  text-decoration: none !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  box-shadow: none !important;
  width: 75px !important;
  margin-right: 13px;
  margin-left: 0px;
  float: left !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  height: 33px;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  height: 16px;
}

.woocommerce ul.products li.product .price {
  float: left;
  width: 100%;
}

.woocommerce ul.products li.product .price del {
  float: left;
  margin-right: 10px;
}

.woocommerce div.product p.price del {
  margin-right: 10px;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce ul.products li.product .price {
  color: #000;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 1.05em;
}

.single-product.woocommerce .products ul,
.single-product.woocommerce ul.products {
  margin: 0px -15px;
}

.variations .label label {
  display: inline-block !important;
  margin: 7px 0px 0px 0px;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.related.products ul li,
.woocommerce .up-sells.upsells ul.products li.product,
.woocommerce-page .up-sells.upsells ul.products li.product {
  width: 33.33333333% !important;
  margin: 0px !important;
  padding: 0px 15px !important;
  margin-bottom: 30px !important;
}

.related.products h2,
.up-sells.upsells.products h2 {
  margin-bottom: 20px;
  letter-spacing: 0px !important;
}

.woocommerce .quantity .qty {
  border: 1px solid #e6e6e6;
}

.woocommerce .quantity .qty:active,
.woocommerce .quantity .qty:focus {
  outline: none;
}

.woocommerce ul.products li.product a {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none !important;
}

.woocommerce .related.products {
  margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
  color: #484848;
}

.woocommerce ul.products li.product .price ins {
  font-weight: normal;
}

.woocommerce #reviews #comments ol.commentlist {
  float: left;
  margin-top: 15px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border: 0px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  margin-bottom: 11px;
  padding: 0px 0px 13px 0px !important;
  background: none !important;
  border-bottom: 0px solid #e6e6e6 !important;
  float: left;
  width: 100%;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
  color: #000;
  font-size: 13px !important;
  text-transform: uppercase;
}

.woocommerce-ordering .orderby {
  text-transform: uppercase;
}

.woocommerce ul.products li.product .star-rating span,
.woocommerce ul.products li.product .star-rating span {
  color: #ff4200;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-weight: bold;
  padding: 0px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 9px;
}

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
  font-weight: bold;
  letter-spacing: -1px;
}

.woocommerce .product .onsale {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 0px !important;
  background: none #ff4200;
  box-shadow: none;
  text-shadow: none;
  margin: 0px !important;
  left: 0px !important;
  right: auto;
  top: 0px !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.woocommerce-page #content table.cart th {
  background: #FFF !important;
  color: #222 !important;
}

.woocommerce.widget .ui-slider-range {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
  box-shadow: none !important;
}

.woocommerce.widget .ui-slider {
  background: none repeat scroll 0 0 rgba(50, 50, 50, 0.8) !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  margin-top: 10px;
}

.woocommerce.widget .ui-slider .ui-slider-handle {
  box-shadow: none;
  border: 1px solid #ffffff;
  background: none #a9a9a9;
  width: 15px;
  height: 15px;
}

.woocommerce-tabs h2,
.related.products h2 {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: 1.2;
  float: left;
  width: 100%;
  margin-top: 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  padding: 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 0px 0px 0 #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  width: 100%;
  font-weight: inherit;
  padding: 0px 10px;
  color: #fff !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  color: #000 !important;
  padding: 0px 10px;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-top: 2px;
  margin-right: 0px;
  padding: 2px;
}

.woocommerce-product-gallery__image a:active,
.woocommerce-product-gallery__image a:focus {
  outline: none;
}

.woocommerce ul.product_list_widget .star-rating {
  font-size: 13px;
}

.woocommerce ul.product_list_widget .woocommerce-Price-amount {
  font-size: 13px;
}

.woocommerce #review_form #respond {
  width: 100%;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
  font-weight: 600;
}

.woocommerce #review_form #respond p span {
  padding-top: 5px;
  display: inline-block;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  padding: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2), inset 0 0px 0 rgba(255, 255, 255, 0.6);
  margin: 0px;
  background: #202020;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: 0px solid #e0dadf;
  background: none;
  background: none;
  background: none;
  background: none;
  background: none;
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2), inset 0 0px 0 rgba(255, 255, 255, 0.6);
  margin: 0px;
  padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  list-style: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  width: 50px;
  height: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 66px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0px;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  font-size: 1.05em;
}

.cart_totals h2 {
  font-weight: bold;
  letter-spacing: -1px;
}

.cart-collaterals table,
.cart-collaterals table td,
.cart-collaterals table th {
  border: 0px;
}

.woocommerce-cart .woocommerce .cart_totals th {
  width: 60% !important;
  font-size: 14px;
  font-weight: bold;
}

.woocommerce-cart .woocommerce .cart_totals td {
  font-style: 14px;
}

.cart-collaterals h2 {
  font-size: 16px;
  font-weight: bold;
}

.cart-collaterals h2 a:hover {
  text-decoration: none !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  font-size: 12px;
  line-height: 21px;
  border: 1px solid #e6e6e6 !important;
  background: none !important;
  box-shadow: none !important;
  margin: 10px 0px 20px 0px !important;
  padding: 16px 15px 16px 45px !important;
  float: left;
  width: 100%;
  border-radius: 0px;
}

.woocommerce-cart-form {
  float: left;
  width: 100%;
  margin-bottom: 0px !important;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  border-radius: 3px !important;
  box-shadow: none !important;
  display: block !important;
  height: 31px !important;
  left: 15px !important;
  line-height: 31px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 11px !important;
  width: 31px !important;
  font-size: 21px !important;
  text-shadow: none !important;
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  list-style: none !important;
}

.payment_methods label {
  width: auto !important;
  display: initial !important;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.chosen-single,
.chosen-single:hover {
  color: #222 !important;
  text-decoration: none !important;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
  list-style: none !important;
}

.woocommerce-LoopProduct-link {
  float: left;
  width: 100%;
}

.woocommerce-LoopProduct-link:hover {
  color: #000;
  border: 0px;
  text-decoration: none !important;
}

.woocommerce ul.products li.product .star-rating {
  float: right;
}

.woocommerce ul.products li.product .price {
  float: left;
  width: auto;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
  font-size: 18px;
}

.woocommerce-loop-product__title {
  font-size: 18px !important;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
  top: 1px;
}

.woocommerce .summary.entry-summary .star-rating::before,
.woocommerce .summary.entry-summary .star-rating span::before {
  top: 0px;
}

.button.wc-backward {
  color: #FFF !important;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  color: #222;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
  border-collapse: collapse !important;
  background: #fff;
}

.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  color: #FFF !important;
}

.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  background: #ff4200;
  color: #FFF !important;
  font-size: 15px;
  margin-right: 5px;
  padding: 0px 13px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-weight: 400;
  text-decoration: none !important;
  transition: all 0.1s ease-in-out;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  overflow: hidden;
}

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a {
  background: #000;
  transition: all 0.1s ease-in-out;
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border: 0px solid #e0dadf;
}

.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
  color: #222 !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  margin-top: 0px;
}

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: #000;
  font-size: 35px;
}

.content_single_page p.price {
  font-size: 18px !important;
}

.single-product .main_title_wrapper {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
  float: left;
  width: 100%;
}

.content_single_page.woocommerce_content_page,
.content_single_page .woocommerce {
  padding: 0px;
}

/*-------------------------------------------------------------------------------------
Instagram feed
-------------------------------------------------------------------------------------*/
.jl_grid_insta .instagram-pics {
  float: left;
  padding: 0px;
  margin: 0px;
}

.jl_grid_insta .widget {
  margin-bottom: 0px !important;
}

.jl_grid_insta .instagram-pics + .clear {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -60px;
  text-align: center;
}

.jl_grid_insta .instagram-pics + .clear a:hover {
  text-decoration: none !important;
}

.jl_grid_insta .instagram-pics + .clear a {
  display: inline-block;
  padding: 6px 16px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  background: #fff;
  transition: all 0.3s;
}

.jl_grid_insta .instagram-pics + .clear a:before {
  font: normal normal normal 28px/1 FontAwesome;
  content: "\f16d";
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-right: 12px;
}

.jl_grid_insta .instagram-pics li {
  list-style: none;
  float: left;
  width: 14.2857142857%;
}

.jl_grid_insta .instagram-pics li a {
  position: relative;
  float: left;
  width: 100%;
}

.jl_grid_insta .instagram-pics li a:hover:after,
.jl_grid_insta .instagram-pics li a:hover:before {
  opacity: 1;
}

.jl_instagram .instagram-pics {
  float: left;
  padding: 0px;
  margin: 0px -15px 0px -15px;
}

.jl_instagram .widget {
  margin-bottom: 0px !important;
}

.jl_instagram .instagram-pics + .clear {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -60px;
  text-align: center;
}

.jl_instagram .instagram-pics + .clear a:hover {
  text-decoration: none !important;
}

.jl_instagram .instagram-pics + .clear a {
  display: inline-block;
  padding: 6px 16px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  background: #fff;
  transition: all 0.3s;
}

.jl_instagram .instagram-pics + .clear a:before {
  font: normal normal normal 28px/1 FontAwesome;
  content: "\f16d";
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-right: 12px;
}

.jl_instagram .instagram-pics li {
  list-style: none;
  float: left;
  width: 16.666666666%;
}

.jl_instagram .instagram-pics li a {
  position: relative;
  float: left;
  width: 100%;
}

.jl_instagram .instagram-pics li a:hover:after,
.jl_instagram .instagram-pics li a:hover:before {
  opacity: 1;
}

#sidebar .null-instagram-feed ul {
  margin-right: -1px;
  margin-left: -1px;
  padding: 0px;
}

#sidebar .null-instagram-feed li {
  position: relative;
  width: 33.33333333%;
  float: left;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 2px;
  list-style: none;
}

#footer-container .null-instagram-feed ul {
  margin-right: -1px;
  margin-left: -1px;
  padding: 0px;
}

#footer-container .null-instagram-feed li {
  position: relative;
  width: 33.33333333%;
  float: left;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 2px;
  list-style: none;
}

.footer_instafeed_wrapper .null-instagram-feed ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}

.footer_instafeed_wrapper .null-instagram-feed li {
  position: relative;
  width: 16.66666667%;
  float: left;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.footer_instafeed_wrapper .null-instagram-feed {
  margin-bottom: 0px !important;
  padding: 0px;
  border: 0px;
}

.footer_instafeed_wrapper .null-instagram-feed .clear {
  font-size: 11px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  line-height: 44px;
  height: 44px;
  background-color: #FFF;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.footer_instafeed_wrapper .null-instagram-feed .clear a {
  display: block;
  padding: 0 20px;
}

.footer_instafeed_wrapper .null-instagram-feed .clear a:hover {
  text-decoration: none !important;
}

/*-------------------------------------------------------------------------------------
go to top
-------------------------------------------------------------------------------------*/
#go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}

#go-top a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  transition: 1s;
  background: #a7a7a7;
  background: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 37px;
  cursor: pointer;
  border-radius: 5px;
}

/* Feature image box*/
.jl_feature_box_w {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 50px;
}

.jl_feature_box_w .jl_feature_image,
.jl_feature_box_w .jl_feature_link,
.jl_feature_box_w .jl_feature_bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}

.jl_feature_box_w .jl_feature_title {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 0px;
  bottom: auto;
  text-align: center;
  z-index: 1;
}

.jl_feature_box_w .jl_feature_title span {
  display: inline-block;
  background: #fff;
  color: #000;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0px 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.jl_feature_box_w .jl_feature_bg {
  background: #000;
  opacity: 0;
}

.jl_feature_box_w .jl_feature_link {
  z-index: 2;
}

/*-------------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------------*/
.enable_footer_columns_dark {
  background: #030303;
  color: #fff;
}

.enable_footer_columns_dark a {
  color: #fff;
}

.enable_footer_columns_dark .meta-category-small a {
  color: #fff !important;
  letter-spacing: 0.05em;
}

.enable_footer_columns_dark .feature-post-list .item-details .post-meta,
.enable_footer_columns_dark .feature-post-list .item-details .post-meta a {
  color: #fff;
}

.enable_footer_columns_dark .widget .widget-title h2 {
  color: #fff;
  border-bottom: 0px solid #202020;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.enable_footer_columns_dark .social-icons-list-widget li a {
  color: #fff;
}

.enable_footer_columns_dark .widget_categories ul li {
  border-bottom: 1px solid #202020 !important;
}

.enable_footer_columns_dark .tagcloud a {
  color: #dedede;
  background: #000000;
}

.enable_footer_columns_dark .author-avatar-link a,
.enable_footer_columns_dark .feature-post-list .item-details .post-meta a:hover {
  color: #999 !important;
}

.enable_footer_columns_dark .widget p {
  color: #999;
}

.enable_footer_columns_dark .jl_continue_reading {
  background: #676767;
}

.enable_footer_columns_dark .jl_continue_reading:hover {
  background: #000;
}

footer .cfs_from_container {
  padding: 0px !important;
  border-radius: 3px;
}

footer .cfs_from_container .cfs_from_content {
  color: #999;
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: -10px;
}

footer .cfs_from_wrapper .cfs_email_text input {
  border: 0px !important;
}

footer .cfs_from_wrapper .cfs_form_title {
  font-size: 17px;
  font-weight: 600 !important;
  color: #000 !important;
}

footer .cfs_from_wrapper .cfs_label_message {
  display: none;
}

footer .social-count-plus ul li {
  border: 3px solid #212121 !important;
}

footer {
  background: #f7f7f7;
  padding-top: 0px;
  color: #CCC;
  float: left;
  width: 100%;
}

footer ul li,
footer ul li a {
  font-size: 14px;
}

footer select {
  font-size: 14px;
}

footer .footer-columns .container .row {
  margin-right: -25px;
  margin-left: -25px;
}

footer .col-md-3,
footer .col-md-4,
footer .col-md-6,
footer .col-md-12 {
  padding-right: 25px;
  padding-left: 25px;
}

footer .footer-columns {
  padding-top: 60px;
}

footer .social-icons-list-widget {
  text-align: left;
}

footer .social-icons-list-widget li a {
  color: #323439;
}

footer a {
  color: #222;
}

footer a:hover {
  text-decoration: underline;
}

footer .widget-title h2 {
  color: #535353;
  margin: 0px;
  margin-bottom: 0px;
}

footer .widget-title {
  margin-bottom: 30px;
}

.footer_wrapper {
  background: #222;
  color: #FFF;
  padding: 10px 0px;
}

footer .widget {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  padding: 0px;
  border: 0px;
}

footer .widget p {
  color: #999;
}

footer .widget select {
  width: 90% !important;
  color: #000;
}

footer #wp-calendar caption {
  color: #ccc;
}

footer #wp-calendar thead {
  color: #fff;
  background: #000000 !important;
  border-bottom: 2px solid #212121 !important;
  border-top: 2px solid #212121 !important;
  border-right: 0px solid #212121 !important;
}

footer #wp-calendar tbody {
  color: #000;
}

footer #wp-calendar tbody td {
  background: #565656;
  border: 1px solid #212121;
  color: #fff;
}

footer #wp-calendar tbody td#today {
  background-color: #212121;
}

footer #wp-calendar tbody td:hover {
  background: #565656;
  color: #fff;
}

footer #wp-calendar tbody .pad,
footer #wp-calendar tbody .pad:hover {
  background: none;
}

footer #wp-calendar tfoot td,
#wp-calendar tfoot th {
  border: 0px solid #e1e1e1;
}

footer .widget .image-flickr-widget,
footer .widget .image-flickr-widget li {
  padding: 0px;
  margin-bottom: 0px;
  float: left;
  list-style: none;
}

.image-flickr-widget {
  float: left;
  width: 100%;
  padding: 0px;
}

.image-flickr-widget li {
  list-style: none;
}

.footer_wrapper .row {
  margin-bottom: 0px;
}

.footer_wrapper a {
  color: #FFF;
}

.footer_menu {
  text-align: right;
}

.footer_menu ul li {
  display: inline-block;
}

/*footer menu*/
.footer-bottom {
  background: #fff;
  color: #535353;
  text-align: center;
  float: left;
  width: 100%;
}

.enable_footer_copyright_dark {
  background: #040404;
  color: #fff;
  border-top: 1px solid #202020;
}

.enable_footer_copyright_dark .footer_logo_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.enable_footer_copyright_dark .footer-menu-bottom ul li a {
  color: #999 !important;
}

.footer-bottom .row {
  margin-bottom: 0px;
}

.bottom_footer_menu_text {
  padding: 25px 0 20px 0;
}

.footer-bottom .footer_logo_bottom {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bottom .footer_logo_bottom img {
  max-height: 90px;
}

.footer-bottom .footer-left-copyright {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  color: #999;
}

.footer-bottom .footer-menu-bottom {
  font-size: 13px;
  text-align: right;
}

.footer-right {
  text-align: right;
}

#menu-footer-menu li {
  float: none;
  display: inline;
  list-style: none;
  margin: 0 0px 0 10px;
  display: inline-block;
  color: #FFF;
  border-top: 3px solid rgba(0, 0, 0, 0);
}

#menu-footer-menu li a {
  text-decoration: none;
  color: #535353;
  font-size: 12px;
}

#menu-footer-menu li a:hover {
  text-decoration: none !important;
  color: #ff4200;
}

#footer-container .feature-post-list.popular-post-widget li,
#footer-container .feature-post-list.recent-post-widget li,
#footer-container .feature-post-list li {
  border-bottom: 0px solid #212121 !important;
}

#footer-container .feature-post-list.popular-post-widget li:last-child,
#footer-container .feature-post-list.recent-post-widget li:last-child,
#footer-container .feature-post-list li:last-child {
  border: none !important;
}

#footer-container_no_footer {
  padding-top: 0px !important;
}

.footer-columns .post-author a:hover,
.post-author a:hover,
.caption-overlay a,
.no_padding_footer {
  padding-top: 0px !important;
}

footer .widget {
  float: left !important;
  margin-bottom: 50px;
  width: 100%;
  background: none;
}

footer .row {
  margin-bottom: 0px !important;
}

#footer-container .widget:after {
  border: 0px solid #EAEAEA;
  position: relative;
  display: none;
}

.jl_none_space {
  padding: 0px !important;
  margin: 0px !important;
  width: 0px !important;
  height: 0px !important;
}

/*===========================slider====================================*/
/* Slider */
.slick-loading .slick-list {
  background: #ccc;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@media only screen and (min-width: 90.063em) {
  .jl_s_slide_text_wrapper .banner-container h5 a {
    font-size: 45px !important;
  }
  .jl_s_slide_text_wrapper .banner-container .jl_slider_desc {
    font-size: 15px;
  }
  .jl_s_slide_text_wrapper:after {
    height: 750px;
  }
  .jl_s_slide_text_wrapper,
  .jl_s_slide_text_wrapper .jl_s_slider_img,
  .jl_s_slide_text_wrapper .banner-container,
  .large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item {
    height: 750px;
  }
}
.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.padding-50 {
  padding: 50px 0;
}

@media only screen and (min-width: 760px) and (max-width: 1199px) {
  .large_center_slider_container.header_slider_and_feaure_post_options .banner-container h5 {
    max-width: 100%;
  }
  .jl_s_slide_text_wrapper .banner-container h5 a {
    font-size: 30px;
  }
  .grid_home_masonry .blog_grid_post_style {
    width: 33.33333333%;
  }
  .grid4_home_post_display .box {
    width: 33.33333333%;
  }
  .header_magazine_full_screen .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat,
  .menu_with_logo_header_style .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat {
    width: 671px !important;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container {
    left: 20%;
    right: 20%;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container h5 a {
    font-size: 35px;
  }
  .header_magazine_full_screen .main-menu {
    display: none;
  }
  .header_magazine_full_screen .main_menu {
    width: 100%;
  }
  .options_layout_wrapper .options_layout_container.box_layout_enable_front {
    width: 1000px;
  }
  .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget {
    width: 203px !important;
  }
  .enable_cat_loading {
    height: 206px;
  }
  .sb-toggle-left {
    display: none;
  }
  .header_full_screen_home_page li span {
    display: none;
  }
  .large_center_slider_wrapper {
    width: 100%;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h4 a {
    font-size: 30px;
  }
  /*header post*/
  .large_main_image_header.large_static_grid_3 {
    width: 624px !important;
    height: 416px !important;
  }
  .large_main_image_header.small_static_grid_3 {
    width: 316px !important;
    height: 208px !important;
  }
  .large_main_image_header.small_static_grid_3 .image_grid_header_absolute {
    height: 208px !important;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box {
    height: 363px;
    overflow: scroll;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta,
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta a {
    letter-spacing: 0px;
  }
  /*Main post with grid*/
  #sidebar {
    padding-left: 20px;
  }
  .homepage_builder_grid_post.jelly_homepage_builder .box {
    margin-bottom: 20px !important;
    width: 48.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .jl_small_list_wrapper .jl_home_small_list .jl_list_item {
    width: 50%;
  }
  .clear_line_3col_home {
    display: none;
  }
  .clear_line_2col_home {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: -1px;
  }
  .jl-h-content,
  .jl-h-sidebar {
    width: 100%;
  }
  .header_magazine_full_screen.jl_headcus_06 .container {
    padding: 0px 20px;
  }
  .header_magazine_full_screen .logo_small_wrapper_table .logo_small_wrapper:before {
    border-bottom-width: 50px;
  }
  .header_layout_style3_custom.jl_cus_top_share {
    height: 70px !important;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper {
    display: block;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu {
    position: relative;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu {
    height: 50px !important;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu i,
  .header_magazine_full_screen.jl_cus_sihead .menu_mobile_icons i {
    height: 50px;
    line-height: 50px;
  }
  .header_magazine_full_screen.jl_cus_sihead .menu_mobile_icons,
  .header_magazine_full_screen.jl_cus_sihead .search_header_wrapper {
    height: 50px;
    line-height: 50px;
  }
  .jl_grid_fullwidth .box.jl_large_box {
    width: 50%;
  }
  .jl_slider_nav_tab.large_center_slider_container .banner-container {
    right: 15%;
  }
  .jl_grid_fullwidth .jl_large_box .image-post-title {
    font-size: 30px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .jl_grid_large2col.jl_grid_4col_home .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jl_grid_large2col.jl_grid_4col_home .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .jl_grid_large2col.jl_grid_4col_home #content_masonry {
    margin-right: -15px;
    margin-left: -15px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .post-entry-content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .image-post-title {
    font-size: 25px !important;
  }
  .theiaStickySidebar {
    float: left;
    width: 100%;
  }
  .jl_main_with_right_post .jl_main_post_style_padding {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .jl_main_with_right_post .jl_main_post_style {
    height: 350px;
  }
  .jl_list_post_wrapper {
    width: 100%;
  }
  body:not(.jl-has-sidebar) .related-posts .jl_related_feature_items {
    width: 50%;
  }
  body:not(.jl-has-sidebar) .clear_2col_related {
    display: block;
  }
  footer .footer-columns .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  footer .col-md-3,
  footer .col-md-4,
  footer .col-md-6,
  footer .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .jl_instagram .instagram-pics li {
    width: 25%;
  }
  .jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item_wrapper {
    width: 100%;
  }
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item,
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature {
    margin-bottom: 40px;
  }
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item,
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature,
  .jl_2main_small_text {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cusdate_head .header_top_bar_wrapper {
    display: block;
  }
  .header_layout_style3_custom.jl_cusdate_head .menu_wrapper {
    display: block;
  }
  .header_layout_style3_custom.jl_cusdate_head .jl_blank_nav {
    height: 0px;
  }
  .header_layout_style3_custom.jl_cusdate_head .main_menu {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share .header_top_bar_wrapper {
    display: none;
  }
  .header_layout_style3_custom.jl_cus_top_share {
    height: 90px;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper.menu_wrapper {
    position: fixed !important;
    height: auto !important;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper.menu_wrapper .main_menu {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile {
    display: block;
  }
  .headcus5_custom.header_layout_style5_custom .logo_position_wrapper {
    text-align: left;
  }
  .headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe {
    display: block !important;
  }
  .headcus5_custom.header_layout_style5_custom .menu_wrapper {
    display: none;
  }
  .headcus5_custom.header_layout_style5_custom .logo_link img {
    max-width: 200px;
  }
  .jl_full_padding_single_slider .banner-container {
    left: 100px !important;
    right: 100px !important;
  }
  .large_center_slider_container .jelly_pro_post_arrow_left {
    left: 25px;
  }
  .large_center_slider_container .jelly_pro_post_arrow_right {
    right: 25px;
  }
  .large_center_slider_container.jl_single_slider_box .banner-container {
    left: 100px !important;
    right: 100px !important;
  }
  .jlhome_carousel {
    background: transparent;
  }
  .jlhome_carousel {
    padding: 0px;
  }
  .jlhome_carousel .jelly_homepage_builder {
    margin-bottom: 40px;
  }
  .jl_s_slide_text_wrapper:after {
    display: none;
  }
  .jl_s_slide_text_wrapper .jl_s_slider_img {
    width: 100%;
  }
  .jl_s_slide_text_wrapper .banner-container {
    width: 100% !important;
    position: absolute !important;
    bottom: 0px;
    left: 0px !important;
    height: auto !important;
    padding: 20px !important;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .jl_s_slide_text_wrapper .jelly_pro_post_arrow_left,
  .jl_s_slide_text_wrapper .jelly_pro_post_arrow_right {
    display: none !important;
  }
  .jl_s_slide_text_wrapper,
  .jl_s_slide_text_wrapper .jl_s_slider_img,
  .large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item {
    position: relative !important;
  }
  .jl_s_slide_text_wrapper .banner-container .jl_slider_desc,
  .jl_s_slide_text_wrapper .banner-container .jl_ssider_more {
    display: none;
  }
  .jl_s_slide_text_wrapper .banner-container h5 a {
    font-size: 25px !important;
  }
  .jl_topa_blank_nav {
    height: 50px;
  }
  footer .footer-columns .col-md-3 {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
  footer .footer-columns .col-md-3:last-child {
    margin-bottom: 0px;
  }
  .jl_header_feature_post .jl_feature_items {
    width: 50%;
  }
  .jl_header_feature_post .jl_feature_items.jl_items_count1 .jl_feature_items_in {
    height: 250px !important;
  }
  .jl_header_feature_post .jl_feature_items.jl_items_count6 .jl_captions_overlay h5 {
    width: 100% !important;
  }
  .headcus5_custom.header_layout_style5_custom .social_icon_header,
  .headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe {
    display: none;
  }
  .headcus5_custom.header_layout_style5_custom .navigation_wrapper {
    height: 53px;
    display: block !important;
  }
  .headcus5_custom.header_layout_style5_custom .navigation_wrapper #mainmenu {
    display: none;
  }
  .header_magazine_style.header_layout_style3_custom .header_main_wrapper.header_style_3_opt {
    padding: 30px 0px;
  }
  .header_magazine_style.header_layout_style3_custom .jl_top_blank_nav {
    background: #030303;
  }
  .header_magazine_style.header_layout_style3_custom .social_icon_header li a {
    color: #fff;
  }
  .header_magazine_style.header_layout_style3_custom .search_header_menu i,
  .header_magazine_style.header_layout_style3_custom .search_header_menu i:hover {
    color: #fff;
  }
  .jlslide_tab_ver_nav_container {
    position: relative;
    float: left;
    background: #222;
    width: 100%;
    top: 0px;
    transform: none;
  }
  .jlslide_tab_ver_nav_container .jlslide_tab_ver_nav_row {
    max-width: 300px;
    float: left;
  }
  .home_slider_header_tab_ver:before {
    display: none;
  }
  .home_slider_header_tab_ver .item {
    height: 350px !important;
  }
  .homepage_builder_3grid_post .blog_grid_post_style,
  .homepage_builder_3grid_post .blog_grid_post_style {
    width: 100% !important;
  }
  .jl_main_right_number .wrap_blog_main_grid_post_style {
    float: none;
  }
  .jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
    border-top: 0px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top {
    display: none;
  }
  .header_layout_style5_custom .main_menu {
    width: 100%;
  }
  .header_layout_style5_custom .jl_header5_logo {
    height: 50px;
    line-height: 50px;
  }
  .header_layout_style5_custom .jl_header5_logo img {
    height: 35px;
  }
  .header_layout_style5_custom .menu_wrapper {
    display: block;
  }
  .header_layout_style5_custom .logo_link {
    float: left;
    position: relative;
  }
  .header_layout_style5_custom .header_top_bar_wrapper {
    display: none;
  }
  .header_layout_style5_custom .main_menu .menu_mobile_icons,
  .header_layout_style5_custom .main_menu .search_header_wrapper {
    display: block;
  }
  .panel-grid.panel-no-style,
  .panel-grid.panel-has-style > .panel-row-style {
    display: inherit;
    display: inherit;
    flex-wrap: nowrap;
  }
  .large_center_slider_container.jl_single_slider_box {
    margin-top: 15px;
  }
  .blog_large_post_style .post-entry-content .post-entry-content-wrapper {
    padding: 0px;
  }
  .header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top {
    display: none;
  }
  #sidebar {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .header_layout_style3_custom .logo_position_wrapper {
    margin-top: 0px !important;
  }
  .jl_header_magazine_style .logo_link {
    float: none;
  }
  .header_layout_style3_custom .jl_ads_header_pos {
    display: none;
  }
  .header-wraper.jl_large_menu_logo .logo_small_wrapper_table {
    height: 50px;
  }
  .header-wraper.jl_large_menu_logo .logo_link img {
    max-height: 30px;
  }
  .grid_home_masonry .blog_grid_post_style,
  .grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style {
    width: 50%;
  }
  .jl_header_top_feaure_post {
    padding: 50px 0px 30px 0px;
  }
  .jl_header_top_feaure_post .jl_news_post_small_wrapper .header_grid_post {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .header_layout_style3_custom .container {
    width: 100%;
  }
  .header_layout_style3_custom .banner_sidebar_top .reactions_menu_wrapper {
    display: none;
  }
  .header_layout_style3_custom .main_menu.col-md-12 {
    position: relative;
  }
  .header_layout_style3_custom .search_form_menu_personal .search_header_wrapper.search_form_menu_personal_click.search_close_btn_pop i {
    color: #fff !important;
  }
  .header_layout_style3_custom .logo_position_wrapper {
    margin-top: 0px !important;
  }
  .mobile_menu_reactions {
    display: block;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu {
    margin-right: 15px;
    width: auto;
  }
  .menu_mobile_share_wrapper {
    float: right;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a {
    margin-right: 10px;
    margin-left: 0px;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a i {
    color: #000 !important;
  }
  .header_layout_style3_custom .menu_wrapper {
    border-top: 0px solid #dbdbdb;
    border-bottom: 0px solid #dbdbdb;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container {
    left: 20%;
    right: 20%;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container h5 a {
    font-size: 25px;
  }
  .grid4_home_post_display .box {
    width: 33.33333333%;
  }
  .show3_post_col_home .grid4_home_post_display .box {
    width: 50%;
  }
  .author-avatar-link {
    max-width: 160px;
  }
  .navigation_wrapper {
    display: none;
  }
  .panel-grid .panel-grid-cell {
    width: 100% !important;
  }
  .jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .wrapper_grid_post_home,
  .container_grid_small_post_home .wrapper_grid_post_home {
    float: left;
    width: 100%;
  }
  .box .image-post-thumb > a img {
    width: 100%;
  }
  .menu_with_logo_header_style .logo_link img {
    float: none;
  }
  .header_magazine_full_screen #menu_wrapper {
    display: block !important;
  }
  .header_magazine_full_screen .main-menu {
    display: none;
  }
  .header_magazine_full_screen .main_menu {
    width: 100%;
  }
  .header_date_display {
    margin-top: 10px;
  }
  .personal_allin_top_bar .header_top_main_wrapper {
    margin-bottom: 25px;
  }
  .personal_allin_top_bar .header_top_main_wrapper {
    display: block;
  }
  .personal_magazine_style .social_icon_header {
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    text-align: left;
    margin-top: 10px;
  }
  .right_menu_logo_wrapper .main-menu {
    display: none !important;
  }
  .options_layout_wrapper .options_layout_container.box_layout_enable_front {
    width: 780px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post {
    width: 100%;
  }
  .header_magazine_box_menu .menu_wrapper_box_style {
    display: none;
  }
  .box_layout_enable_front .header_magazine_box_menu .menu_wrapper_box_style {
    display: none;
  }
  /*header post*/
  .large_main_image_header.large_static_grid_3 {
    width: 100% !important;
    height: 416px !important;
  }
  .large_main_image_header.small_static_grid_3 {
    width: 50% !important;
    height: 238px !important;
  }
  .large_main_image_header.small_static_grid_3 .image_grid_header_absolute {
    height: 238px !important;
  }
  .large_main_image_header.large_static_grid_3:before {
    width: 0px;
  }
  .large_main_image_header.large_static_grid_3:after {
    height: 0px;
  }
  .home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header:after {
    height: 0px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header {
    width: 100%;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header {
    width: 50%;
  }
  .header_full_screen_home_page li {
    width: 22.0620642515% !important;
  }
  .header_full_screen_home_page li .feature-image-link.image_post {
    display: none;
  }
  .header_full_screen_home_page li .item-details {
    margin-left: 0px;
  }
  .personal_magazine_style .search_header_menu {
    top: 10px;
    bottom: auto !important;
  }
  .magazine_3_grid_slider .main-static-post-header {
    width: 100% !important;
    margin: 0px !important;
  }
  .magazine_3_grid_slider .small-static-post-header {
    width: 50% !important;
    margin: 0px !important;
  }
  .header_video_style #menu-top {
    display: none;
  }
  .header_video_style .header_top_left {
    width: 10%;
    float: left;
  }
  .header_video_style .header_top_right {
    width: 90%;
    float: right;
  }
  .header_video_style.header_magazine_style .search_form_menu_click {
    display: none;
  }
  .large_center_slider_wrapper {
    width: 100%;
  }
  #content {
    width: 100%;
    padding-right: 15px;
    border-right: 0px solid #E4E4E4;
  }
  #sidebar {
    width: 100%;
  }
  .menu_mobile_icons {
    display: block;
  }
  .header_video_style #mainmenu {
    display: none !important;
  }
  .header_video_style .main_menu {
    width: 100% !important;
    text-align: center !important;
  }
  .logo_image_video {
    display: inline-block;
    float: none;
  }
  .layout_magazine_video .search_form_menu_click {
    display: none;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box {
    height: auto;
    overflow: scroll;
    margin-top: 20px;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta,
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta a {
    letter-spacing: 1px;
  }
  .header_magazine_style .header-main-position .col-md-4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .header_magazine_style .header-main-position .col-md-4 .logo_link {
    float: none;
    display: inline-block;
  }
  .header_magazine_style .header-main-position .col-md-8 {
    float: left;
    width: 100%;
  }
  .jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row > li.list_with_border {
    padding-right: 15px;
  }
  .jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row > li.list_with_border_none {
    border-left: 0px solid #E4E4E4;
    padding-left: 15px;
  }
  .jelly_homepage_builder.main_right_post_style_list .home_main_post_right_list,
  .jelly_homepage_builder.homepage_builder_two_cols .list-col1-home {
    border-right: 0px solid #E4E4E4;
    padding-right: 15px;
  }
  .jelly_homepage_builder.main_right_post_style_list .list-post-right,
  .jelly_homepage_builder.homepage_builder_two_cols .list-col2-home {
    padding-left: 15px;
  }
  #sidebar {
    padding-left: 15px;
  }
  .searchform_theme {
    display: inline-block;
  }
  .pagination {
    margin-bottom: 50px !important;
  }
  .sticky-wrapper {
    display: none !important;
  }
  .mobile_menu_meg {
    display: block;
  }
  /*mobile menu*/
  .search_header {
    height: auto !important;
  }
  .sb-toggle-left {
    display: inherit;
    margin-top: 15px;
    margin-right: 5px;
    float: none !important;
    display: inline-block !important;
  }
  /*Header*/
  .personal_magazine_style .social_icon_header {
    padding: auto;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    text-align: left;
  }
  .social_icon_header li {
    float: none;
    display: inline-block;
  }
  .search_header {
    overflow: auto;
    margin-top: 10px;
    margin-right: auto;
    position: relative;
    height: 40px;
  }
  .search_header form {
    width: 200px;
    float: none;
    margin: auto;
  }
  .mainmenu,
  .menu_wrapper {
    display: none;
  }
  .header_video_style .menu_wrapper,
  .header_video_style .mainmenu {
    display: block !important;
  }
  /*slide grid*/
  .main-static-post-header {
    width: 100% !important;
  }
  .main-static-post-header .wp-post-image {
    width: 100%;
  }
  .small-static-post-header {
    width: 49.93% !important;
  }
  .feature-two-column.list-col1-home {
    margin-bottom: 40px !important;
    float: left;
    width: 100%;
  }
  .main_right_post_style_list .home_main_post_right_list {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .form-fields.row {
    float: left !important;
  }
  .comment-form-author.col-md-4 input,
  .comment-form-email.col-md-4 input {
    margin-bottom: 30px !important;
  }
  /*Main post with grid*/
  .fb-comments,
  .fb-comments iframe[style],
  .fb-like-box,
  .fb-like-box iframe[style] {
    width: 100% !important;
  }
  .fb-comments span,
  .fb-comments iframe span[style],
  .fb-like-box span,
  .fb-like-box iframe span[style] {
    width: 100% !important;
  }
  footer .col-md-4 {
    width: 100%;
    padding: 0px 15px !important;
  }
  .full-slider-main-home .banner-container {
    left: 15%;
    right: 15%;
  }
  .full-slider-main-home .banner-container h5 a {
    font-size: 18px;
  }
  .home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1 > a {
    font-size: 16px;
  }
  .grid_slider_with_pop_post,
  .pop_post_right_slider {
    width: 100%;
  }
  .main_full_3_col_post {
    width: 100%;
  }
  .header_magazine_full_screen .logo_small_wrapper_table {
    height: 50px;
  }
  .search_header_menu {
    width: 107px;
  }
  .header_magazine_full_screen .logo_link img {
    max-height: 25px;
  }
  .menu_grid12 .container {
    width: 100%;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper,
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .menu_mobile_icons {
    height: 54px;
    line-height: 54px;
    background: #fff;
    text-align: right;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i {
    color: #000 !important;
    font-size: 20px;
    padding-top: 10px;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .menu_mobile_icons i {
    color: #000 !important;
    font-size: 20px;
  }
  .jl_random_post_link {
    display: none;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a {
    height: 43px;
    line-height: 43px;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .single_post_entry_content .single_post_title_main {
    font-size: 30px;
  }
  .author-info .author-description {
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .auth .jl-author-link li {
    float: none;
    display: inline-block;
  }
  .author-info .author-avatar {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .auth .jl-author-link {
    margin-top: 10px;
  }
  .related-posts .jl_related_feature_items {
    margin-bottom: 0px;
  }
  #content,
  .jl-h-content {
    padding-right: 15px;
  }
  .jl-h-content,
  .jl-h-sidebar {
    width: 100%;
  }
  .jl_menu_sticky.jl_stick {
    top: 0px !important;
  }
  .header_magazine_full_screen.jl_headcus_06 .container {
    padding: 0px 20px;
  }
  .header_magazine_full_screen.jl_headcus_06 .logo_small_wrapper_table {
    margin-left: 0px !important;
  }
  .header_magazine_full_screen.jl_headcus_06 .logo_small_wrapper_table,
  .jl_topa_blank_nav.jl_blank_06 {
    height: 55px !important;
  }
  body:not(.jl-has-sidebar) #content,
  .page-full#content {
    width: 100% !important;
  }
  .header_magazine_full_screen .logo_small_wrapper_table .logo_small_wrapper:before {
    border-bottom-width: 50px;
  }
  .jl_large_builder.jelly_homepage_builder .jl_post_title_top,
  .jl_large_builder.jelly_homepage_builder .post-entry-content {
    padding: 0px;
  }
  .jl_large_grid .homepage_builder_3grid_post.jl_cus_grid2 {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share {
    height: 70px !important;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper {
    display: block;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu {
    position: relative;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu {
    height: 50px !important;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu i,
  .header_magazine_full_screen.jl_cus_sihead .menu_mobile_icons i {
    height: 50px;
    line-height: 50px;
  }
  .header_magazine_full_screen.jl_cus_sihead .menu_mobile_icons,
  .header_magazine_full_screen.jl_cus_sihead .search_header_wrapper {
    height: 50px;
    line-height: 50px;
  }
  .jl_grid_fullwidth .box.jl_large_box {
    width: 100%;
  }
  .single_post_entry_content .post_subtitle_text {
    font-size: 15px;
  }
  .homepage_builder_3grid_post.jl_cus_grid_overlay .content_post_grid p {
    display: none;
  }
  .jl_small_list_wrapper .jl_home_small_list .jl_list_item {
    width: 100%;
  }
  .jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature {
    width: 100%;
  }
  .jl_car_home .image-post-title {
    font-size: 18px !important;
  }
  .page_builder_slider.page_builder_slider_single_wrapper .banner-container h5 a {
    font-size: 20px !important;
  }
  .full-slider-main-home:hover .jelly_pro_post_arrow_left,
  .full-slider-main-home .jelly_pro_post_arrow_left {
    left: 10px;
  }
  .full-slider-main-home:hover .jelly_pro_post_arrow_right,
  .full-slider-main-home .jelly_pro_post_arrow_right {
    right: 10px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .jl_grid_large2col.jl_grid_4col_home .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jl_grid_large2col.jl_grid_4col_home .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .jl_grid_large2col.jl_grid_4col_home #content_masonry {
    margin-right: -15px;
    margin-left: -15px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .post-entry-content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .image-post-title {
    font-size: 25px !important;
  }
  .theiaStickySidebar {
    float: left;
    width: 100%;
  }
  .jl_main_with_right_post .jl_main_post_style_padding {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .jl_main_with_right_post .jl_main_post_style {
    height: 350px;
  }
  .jl_list_post_wrapper {
    width: 100%;
  }
  body:not(.jl-has-sidebar) .related-posts .jl_related_feature_items {
    width: 100%;
  }
  body:not(.jl-has-sidebar) .clear_2col_related {
    display: block;
  }
  footer .footer-columns .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  footer .col-md-3,
  footer .col-md-4,
  footer .col-md-6,
  footer .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .jl_instagram .instagram-pics li {
    width: 33.3333333%;
  }
  .jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item_wrapper {
    width: 100%;
  }
  .jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item {
    width: 100%;
  }
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item,
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature {
    margin-bottom: 40px;
  }
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item,
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature,
  .jl_2main_small_text {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cusdate_head .header_top_bar_wrapper {
    display: block;
  }
  .header_layout_style3_custom.jl_cusdate_head .menu_wrapper {
    display: block;
  }
  .header_layout_style3_custom.jl_cusdate_head .jl_blank_nav {
    height: 0px;
  }
  .header_layout_style3_custom.jl_cusdate_head .main_menu {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share .header_top_bar_wrapper {
    display: none;
  }
  .header_layout_style3_custom.jl_cus_top_share {
    height: 90px;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper.menu_wrapper {
    position: fixed !important;
    height: auto !important;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper.menu_wrapper .main_menu {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile {
    display: block;
  }
  .headcus5_custom.header_layout_style5_custom .logo_position_wrapper {
    text-align: left;
  }
  .headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe {
    display: block !important;
  }
  .headcus5_custom.header_layout_style5_custom .menu_wrapper {
    display: none;
  }
  .headcus5_custom.header_layout_style5_custom .logo_link img {
    max-width: 200px;
  }
  .homepage_builder_3grid_post .image-post-title {
    font-size: 22px !important;
  }
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main .image-post-title {
    font-size: 22px;
  }
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5main .image-post-title {
    font-size: 22px;
  }
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small .image-post-title {
    font-size: 22px;
  }
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6main,
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6small,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5main,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small {
    width: 100%;
  }
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6small,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5main,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small.jl_grid4,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small.jl_grid5 {
    margin-bottom: 30px;
  }
  .jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box {
    width: 100% !important;
  }
  .jl_slider_nav_tab.large_center_slider_container .banner-container {
    right: 20px !important;
    left: 20px !important;
    padding: 0px !important;
  }
  .jl_slider_nav_tab.large_center_slider_container .banner-container h5 {
    max-width: 100% !important;
  }
  .jl_slider_nav_tab.large_center_slider_container .banner-container h5 a {
    font-size: 25px !important;
  }
  .jl_slider_nav_tab .container {
    padding: 0px 15px;
  }
  .jlslide_tab_nav_container,
  .home_slider_header_tab:before {
    display: none !important;
  }
  .jl_full_padding_single_slider .container {
    padding: 0px 15px;
  }
  .jl_full_padding_single_slider .banner-container {
    left: 30px !important;
    right: 30px !important;
  }
  .large_center_slider_container.jl_single_slider_box .container {
    padding: 0px 15px;
  }
  .large_center_slider_container.jl_single_slider_box .banner-container h5 a {
    font-size: 20px !important;
  }
  .large_center_slider_container.jl_single_slider_box .banner-container {
    left: 40px !important;
    right: 40px !important;
  }
  .jl_full_screen_height .banner-container {
    left: 50px !important;
    right: 50px !important;
  }
  .jl_grid_fullwidth .box {
    width: 100% !important;
  }
  .jl_grid_fullwidth .box .post_grid_content_wrapper {
    padding-bottom: 100% !important;
  }
  .jl_grid_fullwidth .image-post-title {
    font-size: 20px !important;
  }
  .admin-bar .jl_topa_blank_nav {
    display: none;
  }
  .admin-bar .jl_topa_menu_sticky {
    top: 0px !important;
    position: relative !important;
  }
  .related-posts .jl-post-title {
    font-size: 22px !important;
  }
  .related-posts .jl_related_feature_items_in {
    margin-bottom: 30px;
  }
  .jlhome_carousel {
    background: transparent;
  }
  .jl_s_slide_text_wrapper:after {
    display: none;
  }
  .jlhome_carousel .jelly_homepage_builder {
    margin-bottom: 40px;
  }
  .jl_s_slide_text_wrapper .jl_s_slider_img {
    width: 100%;
  }
  .jl_s_slide_text_wrapper .banner-container {
    width: 100% !important;
    position: absolute !important;
    bottom: 0px;
    left: 0px !important;
    height: auto !important;
    padding: 20px !important;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .jl_s_slide_text_wrapper .jelly_pro_post_arrow_left,
  .jl_s_slide_text_wrapper .jelly_pro_post_arrow_right {
    display: none !important;
  }
  .jl_s_slide_text_wrapper,
  .jl_s_slide_text_wrapper .jl_s_slider_img,
  .large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item {
    position: relative !important;
    height: 400px !important;
  }
  .jl_s_slide_text_wrapper .banner-container .jl_slider_desc,
  .jl_s_slide_text_wrapper .banner-container .jl_ssider_more {
    display: none;
  }
  .jl_s_slide_text_wrapper .banner-container h5 a {
    font-size: 25px !important;
  }
  .jl_main_with_right_post .jl_main_post_style,
  .jl_list_post_wrapper {
    width: 100%;
  }
  .jl_main_with_right_post .jl_main_post_style {
    margin-bottom: 30px;
  }
  .jl_list_post_wrapper {
    padding-left: 0px;
  }
  .jl_footer_social li {
    margin: 0 18px;
  }
  .jl_s_slide_text_wrapper .jl_s_slider_img {
    width: 100%;
  }
  .jl_s_slide_text_wrapper .banner-container {
    width: 100%;
  }
  .large_center_mode_slider .item {
    height: 300px !important;
  }
  .large_center_mode_slider .image_grid_header_absolute {
    height: 301px !important;
  }
  .jl_topa_blank_nav {
    height: 50px;
  }
  .related-posts .jl_related_feature_items {
    width: 100%;
  }
  footer .footer-columns .col-md-3 {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
  footer .footer-columns .col-md-3:last-child {
    margin-bottom: 0px;
  }
  .header_magazine_full_screen .logo_small_wrapper_table {
    margin-left: 15px !important;
  }
  .header_magazine_full_screen .search_header_menu {
    margin-right: 15px;
  }
  .jl_full_screen_height .banner-container {
    right: 15px;
    left: 15px;
    width: auto;
  }
  .large_center_slider_container .jelly_pro_post_arrow_left,
  .large_center_slider_container .jelly_pro_post_arrow_right {
    display: none !important;
  }
  .jl_header_feature_post .jl_feature_items {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .jl_header_feature_post .jl_feature_items:last-child {
    margin-bottom: 0px;
  }
  .jl_header_feature_post .jl_feature_items.jl_items_count1 .jl_feature_items_in {
    height: 250px !important;
  }
  .jl_header_feature_post .jl_feature_items.jl_items_count6 .jl_captions_overlay h5 {
    width: 100% !important;
  }
  .headcus5_custom.header_layout_style5_custom .social_icon_header,
  .headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe {
    display: none;
  }
  .headcus5_custom.header_layout_style5_custom .navigation_wrapper {
    height: 53px;
    display: block !important;
  }
  .headcus5_custom.header_layout_style5_custom .navigation_wrapper #mainmenu {
    display: none;
  }
  .header_magazine_style.header_layout_style3_custom .header_main_wrapper.header_style_3_opt {
    padding: 30px 0px;
  }
  .header_magazine_style.header_layout_style3_custom .jl_top_blank_nav {
    background: #030303;
  }
  .header_magazine_style.header_layout_style3_custom .social_icon_header li a {
    color: #fff;
  }
  .header_magazine_style.header_layout_style3_custom .search_header_menu i,
  .header_magazine_style.header_layout_style3_custom .search_header_menu i:hover {
    color: #fff;
  }
  .header_magazine_style.header_layout_style3_custom .logo_link img {
    max-width: 300px;
  }
  .jlslide_tab_nav_container .jlslide_tab_nav_row .item .image_small_nav {
    display: none;
  }
  .jlslide_tab_nav_container .jlslide_tab_nav_row .item h5 {
    font-size: 12px;
    position: relative;
    left: 0px;
    top: 0%;
    transform: none;
  }
  .jl_slider_nav_tab .large_center_slider_wrapper .item {
    height: 400px;
  }
  .jl_slider_nav_tab .large_center_slider_wrapper .image_grid_header_absolute {
    height: 401px;
  }
  .jl_post_title_top {
    padding: 0px;
  }
  .footer_instafeed_wrapper .null-instagram-feed li {
    width: 25%;
  }
  .jlslide_tab_ver_nav_container {
    position: relative;
    float: left;
    background: #222;
    width: 100%;
    top: 0px;
    transform: none;
  }
  .jlslide_tab_ver_nav_container .jlslide_tab_ver_nav_row {
    max-width: 300px;
    float: left;
  }
  .home_slider_header_tab_ver:before {
    display: none;
  }
  .home_slider_header_tab_ver .item {
    height: 350px !important;
  }
  .page_slider_grid_5_style .meta-category-small {
    top: 0px;
    left: 0px;
  }
  .page_slider_grid_5_style .jl_review_wrapper {
    top: 10px;
    right: 20px;
  }
  .main_new_ticker_wrapper {
    margin-top: 20px;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper {
    margin-top: 10px;
    width: 100%;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left,
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right {
    top: 0%;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .feature-post-title a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500 !important;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .page_slider_grid_5_style .banner-container {
    padding: 10px 10px 0px 10px;
  }
  .page_slider_grid_5_style .main-static-post-header {
    border-bottom: 1px solid transparent;
    height: 230px;
  }
  .page_slider_grid_5_style .banner-container h1 a {
    font-size: 16px !important;
  }
  .page_slider_grid_5_style .small-static-post-header .banner-container h1 a {
    font-size: 14px !important;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .page_slider_grid_5_style .small-static-post-header {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    height: 150px;
  }
  .page_slider_grid_5_style .main-static-post-header .banner-container .post-meta,
  .page_slider_grid_5_style .small-static-post-header .banner-container .post-meta {
    display: none;
  }
  .home_grid_post_header_wrapper {
    margin-top: 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .meta-category-small {
    top: 10px;
    left: 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .jl_review_wrapper {
    top: 10px;
    right: 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .banner-container {
    padding: 10px 10px 3px 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header {
    height: 300px;
    border-bottom: 1px solid transparent;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header {
    height: 150px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1 > a {
    font-size: 16px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1 > a {
    font-size: 13px !important;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container .post-meta,
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container .post-meta {
    display: none;
  }
  .page_slider_grid_3_style_2 {
    margin-top: 10px;
  }
  .page_slider_grid_3_style_2 .main-static-post-header {
    height: 300px;
    border-bottom: 1px solid transparent;
  }
  .page_slider_grid_3_style_2 .small-static-post-header {
    height: 150px;
    border-left: 1px solid transparent;
  }
  .page_slider_grid_3_style_2 .main-static-post-header .banner-container .post-meta,
  .page_slider_grid_3_style_2 .small-static-post-header .banner-container .post-meta {
    display: none;
  }
  .page_slider_grid_3_style_2 .banner-container {
    padding: 10px 10px 3px 10px;
  }
  .page_slider_grid_3_style_2 .main-static-post-header .banner-container h1 a {
    font-size: 16px;
  }
  .page_slider_grid_3_style_2 .small-static-post-header .banner-container h1 a {
    font-size: 13px;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .page_slider_grid_3_style_2 .meta-category-small {
    top: 10px;
    left: 10px;
  }
  .page_slider_grid_3_style_2 .jl_review_wrapper {
    top: 10px;
    right: 10px;
  }
  .magazine_3_grid_slider {
    padding-top: 10px;
  }
  .magazine_3_grid_slider .main-static-post-header {
    height: 300px;
  }
  .magazine_3_grid_slider .small-static-post-header {
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    height: 150px;
  }
  .magazine_3_grid_slider .main-static-post-header .banner-container .post-meta,
  .magazine_3_grid_slider .small-static-post-header .banner-container .post-meta {
    display: none;
  }
  .magazine_3_grid_slider .banner-container {
    padding: 10px 10px 3px 10px;
  }
  .magazine_3_grid_slider .main-static-post-header .banner-container h1 a {
    font-size: 16px !important;
  }
  .magazine_3_grid_slider .small-static-post-header .banner-container h1 a {
    font-size: 13px !important;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .magazine_3_grid_slider .meta-category-small {
    top: 10px;
    left: 10px;
  }
  .homepage_builder_3grid_post .blog_grid_post_style,
  .homepage_builder_3grid_post .blog_grid_post_style {
    width: 100% !important;
  }
  .jl_main_right_number .wrap_blog_main_grid_post_style {
    float: none;
  }
  .jl_topb_blank_nav {
    height: 50px;
  }
  .jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
    border-top: 0px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left,
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right {
    transform: none;
    -webkit-transform: none;
  }
  .main_new_ticker_wrapper .post-date {
    display: none;
  }
  .jl_footer_wrapper .footer_cus_small,
  .jl_footer_wrapper .footer_cus_mid {
    width: 100%;
  }
  .header_layout_style5_custom .main_menu {
    width: 100%;
  }
  .header_layout_style5_custom .jl_header5_logo {
    height: 50px;
    line-height: 50px;
  }
  .header_layout_style5_custom .jl_header5_logo img {
    height: 35px;
  }
  .header_layout_style5_custom .menu_wrapper {
    display: block;
  }
  .header_layout_style5_custom .logo_link {
    float: left;
    position: relative;
  }
  .header_layout_style5_custom .header_top_bar_wrapper {
    display: none;
  }
  .header_layout_style5_custom .main_menu .menu_mobile_icons,
  .header_layout_style5_custom .main_menu .search_header_wrapper {
    display: block;
  }
  .jl_random_post_link {
    display: none;
  }
  .panel-grid.panel-no-style,
  .panel-grid.panel-has-style > .panel-row-style {
    display: inherit;
    display: inherit;
    flex-wrap: nowrap;
  }
  .large_center_slider_container.jl_single_slider_box {
    margin-top: 15px;
  }
  .blog_large_post_style .post-entry-content .post-entry-content-wrapper {
    padding: 0px;
  }
  .jl_header_magazine_style .jl_ads_header_pos {
    display: none;
  }
  .jl_header_magazine_style.two_header_top_style.header_layout_style5_custom .logo_link {
    margin-top: 0px !important;
  }
  .header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper,
  .header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons {
    height: 45px;
    line-height: 45px;
    width: 45px;
    background: #000;
  }
  .home_slider_5grid {
    margin-top: 0px;
  }
  #sidebar {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title a,
  .jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a {
    font-size: 20px;
  }
  .header_layout_style3_custom .jl_ads_header_pos {
    display: none;
  }
  .header-wraper.jl_large_menu_logo .logo_small_wrapper_table {
    height: 50px;
  }
  .header-wraper.jl_large_menu_logo .logo_link img {
    max-height: 30px;
  }
  .grid_home_masonry .blog_grid_post_style,
  .grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style {
    width: 100%;
  }
  .jl_header_top_feaure_post {
    padding: 50px 0px 30px 0px;
  }
  .jl_header_top_feaure_post .jl_news_post_small_wrapper .header_grid_post {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .header_magazine_full_screen .logo_small_wrapper_table {
    height: 50px;
  }
  .search_header_menu {
    width: 107px;
  }
  .header_magazine_full_screen .logo_link img {
    max-height: 25px;
  }
  .header_layout_style3_custom .container {
    width: 100%;
  }
  .header_layout_style3_custom .banner_sidebar_top .reactions_menu_wrapper {
    display: none;
  }
  .header_layout_style3_custom .main_menu.col-md-12 {
    position: relative;
  }
  .header_layout_style3_custom .search_form_menu_personal .search_header_wrapper.search_form_menu_personal_click.search_close_btn_pop i {
    color: #fff !important;
  }
  .header_layout_style3_custom .logo_position_wrapper {
    margin-top: 0px !important;
  }
  .mobile_menu_reactions {
    display: block;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu {
    margin-right: 15px;
    width: auto;
  }
  .menu_mobile_share_wrapper {
    float: right;
    display: none;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a {
    margin-right: 10px;
    margin-left: 0px;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a i {
    color: #000 !important;
  }
  .header_layout_style3_custom .menu_wrapper {
    border-top: 0px solid #dbdbdb;
    border-bottom: 0px solid #dbdbdb;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container {
    left: 10%;
    right: 10%;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container h5 a {
    font-size: 18px;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container .post-meta {
    display: none;
  }
  .grid4_home_post_display .box,
  .show3_post_col_home .grid4_home_post_display .box {
    width: 100%;
  }
  .grid4_home_post_display {
    padding: 0px 15px;
  }
  .related_post_row .related_post_col3 {
    width: 100%;
  }
  .grid4_home_post_display .box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .show3_post_col_home .grid4_home_post_display .box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .author-avatar-link {
    max-width: 160px;
  }
  .navigation_wrapper {
    display: none;
  }
  .panel-grid .panel-grid-cell {
    width: 100% !important;
  }
  .jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .wrapper_grid_post_home,
  .container_grid_small_post_home .wrapper_grid_post_home {
    float: left;
    width: 100%;
  }
  .box .image-post-thumb > a img {
    width: 100%;
  }
  .menu_with_logo_header_style .logo_link img {
    float: none;
  }
  .header_magazine_full_screen #menu_wrapper {
    display: block !important;
  }
  .header_magazine_full_screen .main-menu {
    display: none;
  }
  .header_magazine_full_screen .main_menu {
    width: 100%;
  }
  .header_date_display {
    margin-top: 10px;
  }
  .right_menu_logo_wrapper .main-menu {
    display: none !important;
  }
  .personal_allin_top_bar .header_top_main_wrapper {
    margin-bottom: 25px;
  }
  .personal_allin_top_bar .header_top_main_wrapper {
    display: block;
  }
  .options_layout_wrapper .options_layout_container.box_layout_enable_front {
    width: 100%;
  }
  .box_layout_enable_front .header_magazine_box_menu .menu_wrapper_box_style {
    display: none;
  }
  /*header post*/
  .large_main_image_header.large_static_grid_3 {
    width: 100% !important;
    height: 416px !important;
  }
  .large_main_image_header.small_static_grid_3 {
    width: 100% !important;
    height: 238px !important;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post {
    width: 100%;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post .banner-container h1 > a {
    font-size: 17px !important;
  }
  .header_magazine_box_menu .menu_wrapper_box_style {
    display: none;
  }
  .large_main_image_header.small_static_grid_3 .image_grid_header_absolute {
    height: 238px !important;
  }
  .large_main_image_header.large_static_grid_3:before {
    width: 0px;
  }
  .large_main_image_header.large_static_grid_3:after {
    height: 0px;
  }
  .home_grid_8_post_header_wrapper .home_grid_8_post_header .small_main_image_header {
    width: 100%;
  }
  .home_grid_3_post_header_wrapper .home_grid_3_post_header .large_main_image_header:after {
    height: 0px;
  }
  .large_main_image_header.large_static_grid_5 {
    width: 100% !important;
    height: 360px !important;
  }
  .large_main_image_header.large_static_grid_5 .image_grid_header_absolute {
    height: 400px !important;
  }
  .small_main_image_header.small_static_grid_5 {
    width: 100% !important;
    height: 250px !important;
  }
  .small_main_image_header.small_static_grid_5 .image_grid_small_header_absolute {
    height: 250px !important;
  }
  .home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header {
    width: 100%;
    height: 350px !important;
  }
  .home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .image_grid_header_absolute {
    height: 350px !important;
  }
  .first_two_col_home_post {
    border-right: 0px solid #fff;
  }
  .home_grid_2_post_header_wrapper .home_grid_2_post_header_style .large_main_image_header .banner-container h1 > a {
    font-size: 16px;
  }
  .intro-carousel.carousel_multi_width .owl-item .banner-carousel-item.featured-thumbnail > a > img {
    opacity: 0 !important;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header {
    width: 100%;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header {
    width: 50%;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container .meta-category-small {
    display: none;
  }
  .personal_magazine_style .search_header_menu {
    top: 10px;
    bottom: auto !important;
  }
  .single_post_share_icon li a span {
    display: none;
  }
  .single_post_share_icon li a i {
    margin: 0px !important;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item {
    width: 100%;
    border-right: 0px solid #fff;
    padding-bottom: 46.33333%;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h4 a {
    font-size: 20px;
  }
  .header_video_style #menu-top {
    display: none;
  }
  .header_video_style .header_top_left {
    width: 10%;
    float: left;
  }
  .header_video_style .header_top_right {
    width: 90%;
    float: right;
  }
  .header_video_style.header_magazine_style .search_form_menu_click {
    display: none;
  }
  .magazine_3_grid_slider .main-static-post-header {
    width: 100% !important;
    margin: 0px !important;
  }
  .magazine_3_grid_slider .small-static-post-header {
    width: 50% !important;
    margin: 0px !important;
  }
  .large_center_slider_wrapper {
    width: 100%;
  }
  .large_center_slider_container .banner-container h5 a {
    font-size: 18px !important;
  }
  .intro-carousel.carousel_multi_width,
  .intro-carousel.carousel_multi_width .item,
  .intro-carousel.carousel_multi_width img {
    height: 400px;
  }
  .intro-carousel.carousel_multi_width .banner-container h5 {
    width: 250px !important;
  }
  .intro-carousel.carousel_multi_width .banner-container h5 a {
    font-size: 17px !important;
  }
  #content .col-md-4,
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
  }
  #content .col-md-4 {
    margin-bottom: 0px;
    float: left;
    width: 100%;
  }
  #content {
    width: 100%;
    padding-right: 15px;
    border-right: 0px solid #E4E4E4;
  }
  #sidebar {
    width: 100%;
  }
  .menu_mobile_icons {
    display: block;
  }
  .header_magazine_style .header-main-position .col-md-4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box {
    height: auto;
    overflow: scroll;
    margin-top: 20px;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta,
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta a {
    letter-spacing: 1px;
  }
  .header_magazine_style .header_top_main_wrapper .header_top_left ul {
    width: 55%;
  }
  .header_video_style #mainmenu {
    display: none !important;
  }
  .header_video_style .main_menu {
    width: 100% !important;
    text-align: center !important;
  }
  .logo_image_video {
    display: inline-block;
    float: none;
  }
  .layout_magazine_video .search_form_menu_click {
    display: none;
  }
  .header_magazine_style .header-main-position .col-md-4 .logo_link {
    float: none;
    display: inline-block;
  }
  .header_magazine_style .header-main-position .col-md-8 {
    float: left;
    width: 100%;
  }
  .full-slider-main-home .banner-container h5 a {
    font-size: 18px;
  }
  .jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row > li.list_with_border {
    padding-right: 15px;
  }
  .jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row > li.list_with_border_none {
    border-left: 0px solid #E4E4E4;
    padding-left: 15px;
  }
  .jelly_homepage_builder.main_right_post_style_list .home_main_post_right_list,
  .jelly_homepage_builder.homepage_builder_two_cols .list-col1-home {
    border-right: 0px solid #E4E4E4;
    padding-right: 15px;
  }
  .jelly_homepage_builder.main_right_post_style_list .list-post-right,
  .jelly_homepage_builder.homepage_builder_two_cols .list-col2-home {
    padding-left: 15px;
  }
  .jelly_homepage_builder.builder_post_grid_bellow .wrapper_grid_post_home {
    width: 100%;
  }
  .form-fields.row {
    float: left !important;
  }
  .comment-form-author.col-md-4 input,
  .comment-form-email.col-md-4 input {
    margin-bottom: 30px !important;
  }
  .homepage_builder_3grid_post .blog_grid_post_style {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
  .pagination {
    margin-bottom: 50px !important;
  }
  #sidebar {
    padding-left: 15px;
  }
  #content ul#nav {
    display: none;
  }
  .mainmenu,
  .menu_wrapper {
    display: none;
  }
  .header_video_style .menu_wrapper,
  .header_video_style .mainmenu {
    display: block !important;
  }
  .sticky-wrapper {
    display: none !important;
  }
  .mobile_menu_meg {
    display: block;
  }
  /*mobile menu*/
  .search_header {
    height: auto !important;
  }
  .sb-toggle-left {
    display: inherit;
    margin-top: 15px;
    margin-right: 5px;
    float: none !important;
    display: inline-block !important;
  }
  .searchform_theme {
    display: inline-block;
  }
  .search_header {
    overflow: auto;
    margin-top: 10px;
    margin-right: auto;
    position: relative;
    height: 40px;
  }
  .search_header form {
    width: 200px;
    float: none;
    margin: auto;
  }
  /*slide grid*/
  .main-static-post-header {
    width: 100%;
  }
  .main-static-post-header .wp-post-image {
    width: 100%;
  }
  .small-static-post-header {
    width: 50% !important;
  }
  .small-static-post-header .wp-post-image {
    width: 100%;
  }
  /*post grid 3 col*/
  .col-md-12 .box {
    width: 100%;
  }
  .jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row > li {
    float: left;
    width: 100%;
  }
  /*Main post with grid*/
  .main-grid-post-display .box,
  .grid-sidebar .box {
    width: 100%;
  }
  /* list post*/
  .blog_list_post_style .image-post-thumb {
    width: 100% !important;
  }
  .feature-two-column.list-col1-home {
    margin-bottom: 40px !important;
    float: left;
    width: 100%;
  }
  .main_right_post_style_list .home_main_post_right_list {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .blog_list_post_style .post-entry-content {
    width: 100% !important;
    padding: 0px !important;
    margin-top: 20px !important;
  }
  .magazine_video_grid_three .main-static-post-header {
    width: 100% !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0px !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .full-slider-main-home .owl-next,
  .full-slider-main-home .owl-prev {
    display: none !important;
  }
  .fb-comments,
  .fb-comments iframe[style],
  .fb-like-box,
  .fb-like-box iframe[style] {
    width: 100% !important;
  }
  .fb-comments span,
  .fb-comments iframe span[style],
  .fb-like-box span,
  .fb-like-box iframe span[style] {
    width: 100% !important;
  }
  footer .col-md-4 {
    width: 100%;
    padding: 0px 15px !important;
  }
  .large_post_share_icons {
    float: left;
    width: 100%;
  }
  .post_large_footer_meta {
    width: 100%;
  }
  .post_large_footer_meta .post_tag_footer {
    float: none;
  }
  .intro-carousel.carousel_multi_width .owl-item {
    width: 400px !important;
  }
  .header_full_screen_home_page li {
    display: none;
  }
  .home_post_feature_fullscreen_wrapper .banner-container h5 a {
    font-size: 25px;
  }
  .homepage_builder_grid_post.jelly_homepage_builder .box {
    margin-bottom: 20px !important;
    width: 100%;
  }
  .single_post_share_icon {
    margin-top: 20px;
  }
  .full-slider-main-home .banner-container {
    left: 15%;
    right: 15%;
    padding: 10px;
  }
  .full-slider-main-home .banner-container h5 a {
    font-size: 15px;
  }
  .page_slider_grid_5_style .main-static-post-header,
  .page_slider_grid_3_style_2 .main-static-post-header,
  .page_slider_grid_6_style .main-static-post-header,
  .page_slider_grid_6_style .small-static-post-header.margin_2,
  .page_slider_grid_6_style .small-static-post-header.margin_8,
  .page_slider_grid_6_style .small-static-post-header.margin_14,
  .page_slider_grid_6_style .small-static-post-header.margin_20,
  .page_slider_grid_6_style .small-static-post-header.margin_26,
  .page_slider_grid_3_pop .main-static-post-header {
    width: 100%;
  }
  .grid_slider_with_pop_post,
  .pop_post_right_slider {
    width: 100%;
  }
  .single_captions_overlay_image_full_width .single_post_entry_content h1,
  .single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content h1,
  .single_captions_bottom_image_full_width_wrapper .single_post_entry_content h1,
  .single_captions_only_full_width_wrapper .single_post_entry_content h1,
  .single_captions_aboves_image_full_width_wrapper .single_post_entry_content h1 {
    font-size: 30px;
  }
  .page_builder_listpost.jelly_homepage_builder .post-entry-content,
  .page_builder_listpost.jelly_homepage_builder .image-post-thumb {
    float: left !important;
    width: 100% !important;
    padding: 0px !important;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_wrapper,
  .home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_last {
    width: 100%;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_large_post {
    width: 100%;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_last,
  .home_grid_main_5_post_header_small_post,
  .home_grid_main_5_post_header_small_post_last {
    width: 50% !important;
  }
  .home_grid_main_5_post_header_large_post .post_title_container {
    margin: 0px;
    width: 100%;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_large_post .wrapper_in_main_post {
    padding: 0px;
  }
  .main_full_3_col_post {
    width: 100%;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row,
  .category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row,
  .category_header_post_2col_item.grid_2col_display_post.large_main_image_row,
  .category_header_post_2col_item.grid_4col_display_post.small_main_image_row.grid_class_name_count_4,
  .category_header_post_2col_item.grid_6col_display_post.large_main_image_row.grid_class_name_count_1,
  .category_header_post_2col_item.grid_6col_display_post.small_main_image_row.grid_class_name_count_2,
  .category_header_post_2col_item.grid_8col_display_post.small_main_image_row,
  .category_header_post_2col_item.grid_8col_display_post.large_main_image_row.grid_class_name_count_1 {
    width: 100% !important;
    height: 255px !important;
  }
  .category_header_post_2col_item.grid_3col_display_post.grid_class_name_count_1 .category-item-caption {
    padding: 0 50px;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row h2 a,
  .category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row h2 a,
  .category_header_post_2col_item.grid_2col_display_post h2 a {
    font-size: 18px !important;
  }
  .search_form_menu_personal .searchform_theme {
    width: 300px;
    margin: -60px 0 0 -150px;
  }
  .search_form_menu_personal .searchform_theme .search_btn {
    font-size: 20px;
    height: 40px;
  }
  .single_post_share_icon_post li a {
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
  .single_post_share_icon_post li.single_post_share_pinterest a {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  .single_post_share_icon_post li.single_post_share_pinterest a:after {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  .single_post_share_icons.social_popup_close,
  .search_close_btn_pop {
    top: 20px;
    right: 20px;
  }
  .footer-bottom .footer-left-copyright {
    text-align: left;
  }
  #menu-footer-menu {
    text-align: left;
    margin: 0px;
    padding: 0px;
  }
  #menu-footer-menu li {
    margin: 0px 10px 0px 0px;
  }
  #instafeed a {
    width: 33.33333333% !important;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu {
    margin-right: 15px;
    width: auto;
  }
  .header_layout_style3_custom .jl_random_post_link {
    display: none;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper,
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .menu_mobile_icons {
    height: 54px;
    line-height: 54px;
    background: #fff;
    text-align: right;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i {
    color: #000 !important;
    font-size: 20px;
    padding-top: 10px;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .menu_mobile_icons i {
    color: #000 !important;
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single_post_entry_content .single_post_title_main {
    font-size: 30px;
  }
  .author-info .author-description {
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .auth .jl-author-link li {
    float: none;
    display: inline-block;
  }
  .author-info .author-avatar {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .related-posts .jl_related_feature_items {
    margin-bottom: 0px;
  }
  .auth .jl-author-link {
    margin-top: 10px;
  }
  #content,
  .jl-h-content {
    padding-right: 15px;
  }
  .jl-h-content,
  .jl-h-sidebar {
    width: 100%;
  }
  .jl_menu_sticky.jl_stick {
    top: 0px !important;
  }
  .header_magazine_full_screen.jl_headcus_06 .container {
    padding: 0px 20px;
  }
  .header_magazine_full_screen.jl_headcus_06 .logo_small_wrapper_table {
    margin-left: 0px !important;
  }
  .header_magazine_full_screen.jl_headcus_06 .logo_small_wrapper_table,
  .jl_topa_blank_nav.jl_blank_06 {
    height: 55px !important;
  }
  body:not(.jl-has-sidebar) #content,
  .page-full#content {
    width: 100% !important;
  }
  .header_magazine_full_screen .logo_small_wrapper_table .logo_small_wrapper:before {
    border-bottom-width: 50px;
  }
  .jl_large_builder.jelly_homepage_builder .jl_post_title_top,
  .jl_large_builder.jelly_homepage_builder .post-entry-content {
    padding: 0px;
  }
  .jl_large_grid .homepage_builder_3grid_post.jl_cus_grid2 {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share {
    height: 70px !important;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper {
    display: block;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu {
    position: relative;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu {
    height: 50px !important;
  }
  .header_magazine_full_screen.jl_cus_sihead .search_header_menu i,
  .header_magazine_full_screen.jl_cus_sihead .menu_mobile_icons i {
    height: 50px;
    line-height: 50px;
  }
  .header_magazine_full_screen.jl_cus_sihead .menu_mobile_icons,
  .header_magazine_full_screen.jl_cus_sihead .search_header_wrapper {
    height: 50px;
    line-height: 50px;
  }
  .jl_grid_fullwidth .box.jl_large_box {
    width: 100%;
  }
  .single_post_entry_content .post_subtitle_text {
    font-size: 15px;
  }
  .homepage_builder_3grid_post.jl_cus_grid_overlay .content_post_grid p {
    display: none;
  }
  .jl_small_list_wrapper .jl_home_small_list .jl_list_item {
    width: 100%;
  }
  .jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature {
    width: 100%;
  }
  .jl_car_home .image-post-title {
    font-size: 18px !important;
  }
  .page_builder_slider.page_builder_slider_single_wrapper .banner-container h5 a {
    font-size: 20px !important;
  }
  .full-slider-main-home:hover .jelly_pro_post_arrow_left,
  .full-slider-main-home .jelly_pro_post_arrow_left {
    left: 10px;
  }
  .full-slider-main-home:hover .jelly_pro_post_arrow_right,
  .full-slider-main-home .jelly_pro_post_arrow_right {
    right: 10px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .jl_grid_large2col.jl_grid_4col_home .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jl_grid_large2col.jl_grid_4col_home .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .jl_grid_large2col.jl_grid_4col_home #content_masonry {
    margin-right: -15px;
    margin-left: -15px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .post-entry-content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
  .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .image-post-title {
    font-size: 25px !important;
  }
  .theiaStickySidebar {
    float: left;
    width: 100%;
  }
  .jl_main_with_right_post .jl_main_post_style_padding {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .jl_main_with_right_post .jl_main_post_style {
    height: 350px;
  }
  .jl_list_post_wrapper {
    width: 100%;
  }
  body:not(.jl-has-sidebar) .related-posts .jl_related_feature_items {
    width: 50%;
  }
  body:not(.jl-has-sidebar) .clear_2col_related {
    display: block;
  }
  footer .footer-columns .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  footer .col-md-3,
  footer .col-md-4,
  footer .col-md-6,
  footer .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .jl_instagram .instagram-pics li {
    width: 33.3333333%;
  }
  .jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item_wrapper {
    width: 100%;
  }
  .jl_2main_rightlist_wrapper.jl_grid_right_list .jl_2main_rightlist_item {
    width: 100%;
  }
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item,
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature {
    margin-bottom: 40px;
  }
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item,
  .jl_2main_rightlist_wrapper .jl_2main_rightlist_item.jl_second_feature,
  .jl_2main_small_text {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cusdate_head .header_top_bar_wrapper {
    display: block;
  }
  .header_layout_style3_custom.jl_cusdate_head .menu_wrapper {
    display: block;
  }
  .header_layout_style3_custom.jl_cusdate_head .jl_blank_nav {
    height: 0px;
  }
  .header_layout_style3_custom.jl_cusdate_head .main_menu {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share .header_top_bar_wrapper {
    display: none;
  }
  .header_layout_style3_custom.jl_cus_top_share {
    height: 90px;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper.menu_wrapper {
    position: fixed !important;
    height: auto !important;
  }
  .header_layout_style3_custom.jl_cus_top_share #menu_wrapper.menu_wrapper .main_menu {
    width: 100%;
  }
  .header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile {
    display: block;
  }
  .headcus5_custom.header_layout_style5_custom .logo_position_wrapper {
    text-align: left;
  }
  .headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe {
    display: block !important;
  }
  .headcus5_custom.header_layout_style5_custom .menu_wrapper {
    display: none;
  }
  .headcus5_custom.header_layout_style5_custom .logo_link img {
    max-width: 250px;
  }
  .homepage_builder_3grid_post .image-post-title {
    font-size: 22px !important;
  }
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6main .wrap_box_style_main .image-post-title {
    font-size: 22px;
  }
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5main .image-post-title {
    font-size: 22px;
  }
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small .image-post-title {
    font-size: 22px;
  }
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6main,
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6small,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5main,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small {
    width: 100%;
  }
  .jl_grid6_wrapper .jl_grid6_item.jl_grid6small,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5main,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small.jl_grid4,
  .jl_grid5_wrapper .jl_grid5_item.jl_grid5small.jl_grid5 {
    margin-bottom: 30px;
  }
  .jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box {
    width: 100% !important;
  }
  .jl_slider_nav_tab.large_center_slider_container .banner-container {
    right: 20px !important;
    left: 20px !important;
    padding: 0px !important;
  }
  .jl_slider_nav_tab.large_center_slider_container .banner-container h5 {
    max-width: 100% !important;
  }
  .jl_slider_nav_tab.large_center_slider_container .banner-container h5 a {
    font-size: 25px !important;
  }
  .jl_slider_nav_tab .container {
    padding: 0px 15px;
  }
  .jlslide_tab_nav_container,
  .home_slider_header_tab:before {
    display: none !important;
  }
  .jl_full_padding_single_slider .container {
    padding: 0px 15px;
  }
  .jl_full_padding_single_slider .banner-container {
    left: 30px !important;
    right: 30px !important;
  }
  .large_center_slider_container.jl_single_slider_box .container {
    padding: 0px 15px;
  }
  .large_center_slider_container.jl_single_slider_box .banner-container h5 a {
    font-size: 20px !important;
  }
  .large_center_slider_container.jl_single_slider_box .banner-container {
    left: 40px !important;
    right: 40px !important;
  }
  .jl_full_screen_height .banner-container {
    left: 50px !important;
    right: 50px !important;
  }
  .jl_grid_fullwidth .box {
    width: 100% !important;
  }
  .jl_grid_fullwidth .box .post_grid_content_wrapper {
    padding-bottom: 100% !important;
  }
  .jl_grid_fullwidth .image-post-title {
    font-size: 20px !important;
  }
  .admin-bar .jl_topa_blank_nav {
    display: block;
  }
  .admin-bar .jl_topa_menu_sticky {
    top: 46px !important;
    position: fixed !important;
  }
  .related-posts .jl-post-title {
    font-size: 22px !important;
  }
  .related-posts .jl_related_feature_items_in {
    margin-bottom: 30px;
  }
  .jlhome_carousel {
    background: transparent;
  }
  .jl_main_with_right_post .jl_main_post_style .post-entry-content h3 {
    font-size: 30px;
  }
  .jl_s_slide_text_wrapper:after {
    display: none;
  }
  .jlhome_carousel .jelly_homepage_builder {
    margin-bottom: 40px;
  }
  .jl_s_slide_text_wrapper .jl_s_slider_img {
    width: 100%;
  }
  .jl_s_slide_text_wrapper .banner-container {
    width: 100% !important;
    position: absolute !important;
    bottom: 0px;
    left: 0px !important;
    height: auto !important;
    padding: 20px !important;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .jl_s_slide_text_wrapper .jelly_pro_post_arrow_left,
  .jl_s_slide_text_wrapper .jelly_pro_post_arrow_right {
    display: none !important;
  }
  .jl_s_slide_text_wrapper,
  .jl_s_slide_text_wrapper .jl_s_slider_img,
  .large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item {
    position: relative !important;
    height: 400px !important;
  }
  .jl_s_slide_text_wrapper .banner-container .jl_slider_desc,
  .jl_s_slide_text_wrapper .banner-container .jl_ssider_more {
    display: none;
  }
  .jl_s_slide_text_wrapper .banner-container h5 a {
    font-size: 25px !important;
  }
  .jl_main_with_right_post .jl_main_post_style,
  .jl_list_post_wrapper {
    width: 100%;
  }
  .jl_main_with_right_post .jl_main_post_style {
    margin-bottom: 30px;
  }
  .jl_list_post_wrapper {
    padding-left: 0px;
  }
  .jl_footer_social li {
    margin: 0 18px;
  }
  .jl_s_slide_text_wrapper .jl_s_slider_img {
    width: 100%;
  }
  .jl_s_slide_text_wrapper .banner-container {
    width: 100%;
  }
  .jl_s_slide_text_wrapper,
  .jl_s_slide_text_wrapper .jl_s_slider_img,
  .jl_s_slide_text_wrapper .banner-container,
  .large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item {
    height: 350px;
  }
  .large_center_mode_slider .item {
    height: 300px !important;
  }
  .large_center_mode_slider .image_grid_header_absolute {
    height: 301px !important;
  }
  .jl_topa_blank_nav {
    height: 50px;
  }
  .related-posts .jl_related_feature_items {
    width: 100%;
  }
  footer .footer-columns .col-md-3 {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
  footer .footer-columns .col-md-3:last-child {
    margin-bottom: 0px;
  }
  .header_magazine_full_screen .logo_small_wrapper_table {
    margin-left: 15px !important;
  }
  .header_magazine_full_screen .search_header_menu {
    margin-right: 15px;
  }
  .jl_full_screen_height .banner-container {
    right: 15px;
    left: 15px;
    width: auto;
  }
  .large_center_slider_container .jelly_pro_post_arrow_left,
  .large_center_slider_container .jelly_pro_post_arrow_right {
    display: none !important;
  }
  .jl_header_feature_post .jl_feature_items {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .jl_header_feature_post .jl_feature_items:last-child {
    margin-bottom: 0px;
  }
  .jl_header_feature_post .jl_feature_items.jl_items_count1 .jl_feature_items_in {
    height: 250px !important;
  }
  .jl_header_feature_post .jl_feature_items.jl_items_count6 .jl_captions_overlay h5 {
    width: 100% !important;
  }
  .headcus5_custom.header_layout_style5_custom .social_icon_header,
  .headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe {
    display: none;
  }
  .headcus5_custom.header_layout_style5_custom .navigation_wrapper {
    height: 53px;
    display: block !important;
  }
  .headcus5_custom.header_layout_style5_custom .navigation_wrapper #mainmenu {
    display: none;
  }
  .header_magazine_style.header_layout_style3_custom .header_main_wrapper.header_style_3_opt {
    padding: 30px 0px;
  }
  .header_magazine_style.header_layout_style3_custom .jl_top_blank_nav {
    background: #030303;
  }
  .header_magazine_style.header_layout_style3_custom .social_icon_header li a {
    color: #fff;
  }
  .header_magazine_style.header_layout_style3_custom .search_header_menu i,
  .header_magazine_style.header_layout_style3_custom .search_header_menu i:hover {
    color: #fff;
  }
  .header_magazine_style.header_layout_style3_custom .logo_link img {
    max-width: 300px;
  }
  .jlslide_tab_nav_container .jlslide_tab_nav_row .item .image_small_nav {
    display: none;
  }
  .jlslide_tab_nav_container .jlslide_tab_nav_row .item h5 {
    font-size: 12px;
    position: relative;
    left: 0px;
    top: 0%;
    transform: none;
  }
  .jl_slider_nav_tab .large_center_slider_wrapper .item {
    height: 400px;
  }
  .jl_slider_nav_tab .large_center_slider_wrapper .image_grid_header_absolute {
    height: 401px;
  }
  .jl_post_title_top {
    padding: 0px;
  }
  .footer_instafeed_wrapper .null-instagram-feed li {
    width: 25%;
  }
  .jlslide_tab_ver_nav_container {
    position: relative;
    float: left;
    background: #222;
    width: 100%;
    top: 0px;
    transform: none;
  }
  .jlslide_tab_ver_nav_container .jlslide_tab_ver_nav_row {
    max-width: 300px;
    float: left;
  }
  .home_slider_header_tab_ver:before {
    display: none;
  }
  .home_slider_header_tab_ver .item {
    height: 350px !important;
  }
  .page_slider_grid_5_style .meta-category-small {
    top: 0px;
    left: 0px;
  }
  .page_slider_grid_5_style .jl_review_wrapper {
    top: 10px;
    right: 20px;
  }
  .main_new_ticker_wrapper {
    margin-top: 20px;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper {
    margin-top: 10px;
    width: 100%;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left,
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right {
    top: 0%;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .feature-post-title a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500 !important;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .page_slider_grid_5_style .banner-container {
    padding: 10px 10px 0px 10px;
  }
  .page_slider_grid_5_style .main-static-post-header {
    border-bottom: 1px solid transparent;
    height: 230px;
  }
  .page_slider_grid_5_style .banner-container h1 a {
    font-size: 16px !important;
  }
  .page_slider_grid_5_style .small-static-post-header .banner-container h1 a {
    font-size: 14px !important;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .page_slider_grid_5_style .small-static-post-header {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    height: 150px;
  }
  .page_slider_grid_5_style .main-static-post-header .banner-container .post-meta,
  .page_slider_grid_5_style .small-static-post-header .banner-container .post-meta {
    display: none;
  }
  .home_grid_post_header_wrapper {
    margin-top: 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .meta-category-small {
    top: 10px;
    left: 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .jl_review_wrapper {
    top: 10px;
    right: 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .banner-container {
    padding: 10px 10px 3px 10px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header {
    height: 300px;
    border-bottom: 1px solid transparent;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header {
    height: 150px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container h1 > a {
    font-size: 16px;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container h1 > a {
    font-size: 13px !important;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .large_main_image_header .banner-container .post-meta,
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header .banner-container .post-meta {
    display: none;
  }
  .page_slider_grid_3_style_2 {
    margin-top: 10px;
  }
  .page_slider_grid_3_style_2 .main-static-post-header {
    height: 300px;
    border-bottom: 1px solid transparent;
  }
  .page_slider_grid_3_style_2 .small-static-post-header {
    height: 150px;
    border-left: 1px solid transparent;
  }
  .page_slider_grid_3_style_2 .main-static-post-header .banner-container .post-meta,
  .page_slider_grid_3_style_2 .small-static-post-header .banner-container .post-meta {
    display: none;
  }
  .page_slider_grid_3_style_2 .banner-container {
    padding: 10px 10px 3px 10px;
  }
  .page_slider_grid_3_style_2 .main-static-post-header .banner-container h1 a {
    font-size: 16px;
  }
  .page_slider_grid_3_style_2 .small-static-post-header .banner-container h1 a {
    font-size: 13px;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
  }
  .page_slider_grid_3_style_2 .meta-category-small {
    top: 10px;
    left: 10px;
  }
  .page_slider_grid_3_style_2 .jl_review_wrapper {
    top: 10px;
    right: 10px;
  }
  .homepage_builder_3grid_post .blog_grid_post_style,
  .homepage_builder_3grid_post .blog_grid_post_style {
    width: 100% !important;
  }
  .jl_main_right_number .wrap_blog_main_grid_post_style {
    float: none;
  }
  .jl_topb_blank_nav {
    height: 50px;
  }
  .jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
    border-top: 0px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_left,
  .main_new_ticker_wrapper .header_news_ticker_style_wrapper .jelly_pro_post_arrow_right {
    transform: none;
    -webkit-transform: none;
  }
  .main_new_ticker_wrapper .post-date {
    display: none;
  }
  .jl_footer_wrapper .footer_cus_small,
  .jl_footer_wrapper .footer_cus_mid {
    width: 100%;
  }
  .header_layout_style5_custom .main_menu {
    width: 100%;
  }
  .header_layout_style5_custom .jl_header5_logo {
    height: 50px;
    line-height: 50px;
  }
  .header_layout_style5_custom .jl_header5_logo img {
    height: 35px;
  }
  .header_layout_style5_custom .menu_wrapper {
    display: block;
  }
  .header_layout_style5_custom .logo_link {
    float: left;
    position: relative;
  }
  .header_layout_style5_custom .header_top_bar_wrapper {
    display: none;
  }
  .header_layout_style5_custom .main_menu .menu_mobile_icons,
  .header_layout_style5_custom .main_menu .search_header_wrapper {
    display: block;
  }
  .jl_random_post_link {
    display: none;
  }
  .panel-grid.panel-no-style,
  .panel-grid.panel-has-style > .panel-row-style {
    display: inherit;
    display: inherit;
    flex-wrap: nowrap;
  }
  .large_center_slider_container.jl_single_slider_box {
    margin-top: 15px;
  }
  .blog_large_post_style .post-entry-content .post-entry-content-wrapper {
    padding: 0px;
  }
  .jl_header_magazine_style .jl_ads_header_pos {
    display: none;
  }
  .header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper,
  .header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons {
    height: 45px;
    line-height: 45px;
    width: 45px;
    background: #000;
  }
  .home_slider_5grid {
    margin-top: 0px;
  }
  #sidebar {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  .jelly_homepage_builder.builder_post_list_bellow.main_full_bellow_list .post-entry-content .image-post-title a,
  .jelly_homepage_builder.builder_post_grid_bellow .post_grid_main_with_grid_bellow .blog_main_grid_post_style .post-entry-content h3 a {
    font-size: 20px;
  }
  .header_layout_style3_custom .jl_ads_header_pos {
    display: none;
  }
  .header-wraper.jl_large_menu_logo .logo_small_wrapper_table {
    height: 50px;
  }
  .header-wraper.jl_large_menu_logo .logo_link img {
    max-height: 30px;
  }
  .grid_home_masonry .blog_grid_post_style,
  .grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style {
    width: 100%;
  }
  .jl_header_top_feaure_post {
    padding: 50px 0px 30px 0px;
  }
  .jl_header_top_feaure_post .jl_news_post_small_wrapper .header_grid_post {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .header_magazine_full_screen .logo_small_wrapper_table {
    height: 50px;
  }
  .search_header_menu {
    width: 107px;
  }
  .header_magazine_full_screen .logo_link img {
    max-height: 25px;
  }
  .header_layout_style3_custom .container {
    width: 100%;
  }
  .header_layout_style3_custom .banner_sidebar_top .reactions_menu_wrapper {
    display: none;
  }
  .header_layout_style3_custom .main_menu.col-md-12 {
    position: relative;
  }
  .header_layout_style3_custom .search_form_menu_personal .search_header_wrapper.search_form_menu_personal_click.search_close_btn_pop i {
    color: #fff !important;
  }
  .header_layout_style3_custom .logo_position_wrapper {
    margin-top: 0px !important;
  }
  .mobile_menu_reactions {
    display: block;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu {
    margin-right: 15px;
    width: auto;
  }
  .header_layout_style3_custom .jl_random_post_link {
    display: none;
  }
  .menu_mobile_share_wrapper {
    float: right;
    display: none;
  }
  .header_layout_style3_custom .menu_wrapper {
    border-top: 0px solid #dbdbdb;
    border-bottom: 0px solid #dbdbdb;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container {
    left: 10%;
    right: 10%;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container h5 a {
    font-size: 18px;
  }
  .jl_home_large_full .jl_squre_grid_wrapper .banner-container .post-meta {
    display: none;
  }
  .grid4_home_post_display .box,
  .show3_post_col_home .grid4_home_post_display .box {
    width: 100%;
  }
  .grid4_home_post_display {
    padding: 0px 15px;
  }
  .grid4_home_post_display .box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .show3_post_col_home .grid4_home_post_display .box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .related_post_row .related_post_col3 {
    width: 100%;
  }
  .author-avatar-link {
    max-width: 160px;
  }
  .navigation_wrapper {
    display: none;
  }
  .panel-grid .panel-grid-cell {
    width: 100% !important;
  }
  .jelly_homepage_builder.builder_post_grid_bellow.builder_main_full_small_margin .wrapper_grid_post_home,
  .container_grid_small_post_home .wrapper_grid_post_home {
    float: left;
    width: 100%;
  }
  .box .image-post-thumb > a img {
    width: 100%;
  }
  .menu_with_logo_header_style .logo_link img {
    float: none;
  }
  .header_magazine_full_screen #menu_wrapper {
    display: block !important;
  }
  .header_magazine_full_screen .main-menu {
    display: none;
  }
  .header_magazine_full_screen .main_menu {
    width: 100%;
  }
  .header_date_display {
    margin-top: 10px;
  }
  .right_menu_logo_wrapper .main-menu {
    display: none !important;
  }
  .full-slider-main-home .banner-container {
    left: 15%;
    right: 15%;
    padding: 10px;
  }
  .full-slider-main-home .banner-container h5 a {
    font-size: 15px;
  }
  .personal_allin_top_bar .header_top_main_wrapper {
    margin-bottom: 25px;
  }
  .personal_allin_top_bar .header_top_main_wrapper {
    display: block;
  }
  .options_layout_wrapper .options_layout_container.box_layout_enable_front {
    width: 100%;
  }
  .box_layout_enable_front .header_magazine_box_menu .menu_wrapper_box_style {
    display: none;
  }
  .intro-carousel.carousel_multi_width .owl-item {
    width: 480px !important;
  }
  .header_magazine_box_menu .menu_wrapper_box_style {
    display: none;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post {
    width: 100%;
  }
  .home_grid_post_header_wrapper .home_grid_post_header .small_main_image_header.full_small_size_post .banner-container h1 > a {
    font-size: 17px !important;
  }
  .header_full_screen_home_page li {
    width: 21.0620642515% !important;
    display: block;
  }
  .header_full_screen_home_page li .feature-image-link.image_post,
  .header_full_screen_home_page li span {
    display: none;
  }
  .header_full_screen_home_page li .item-details {
    margin-left: 0px;
  }
  .home_post_feature_fullscreen_wrapper .banner-container h5 a {
    font-size: 25px;
  }
  .intro-carousel.carousel_multi_width .owl-item .banner-carousel-item.featured-thumbnail > a > img {
    opacity: 0 !important;
  }
  .post_large_footer_meta {
    width: 100%;
  }
  .post_large_footer_meta .post_tag_footer {
    float: none;
  }
  .large_post_share_icons {
    float: left;
    width: 100%;
  }
  .personal_magazine_style .search_header_menu {
    top: 10px;
    bottom: auto !important;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item {
    width: 100%;
    border-right: 0px solid #fff;
    padding-bottom: 46.33333%;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item .category-item-caption h4 a {
    font-size: 20px;
  }
  .magazine_3_grid_slider .main-static-post-header {
    width: 100% !important;
    margin: 0px !important;
  }
  .magazine_3_grid_slider .small-static-post-header {
    width: 50% !important;
    margin: 0px !important;
  }
  .large_center_slider_wrapper {
    width: 100%;
  }
  .single_post_share_icon li a span {
    display: none;
  }
  .single_post_share_icon li a i {
    margin: 0px !important;
  }
  .large_center_slider_container .banner-container h5 a {
    font-size: 18px !important;
  }
  .intro-carousel.carousel_multi_width,
  .intro-carousel.carousel_multi_width .item,
  .intro-carousel.carousel_multi_width img {
    height: 400px;
  }
  .intro-carousel.carousel_multi_width .banner-container h5 {
    width: 250px !important;
  }
  .intro-carousel.carousel_multi_width .banner-container h5 a {
    font-size: 17px !important;
  }
  #content .col-md-4,
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
  }
  .header_video_style #menu-top {
    display: none;
  }
  .header_video_style .header_top_left {
    width: 10%;
    float: left;
  }
  .header_video_style .header_top_right {
    width: 90%;
    float: right;
  }
  .header_video_style.header_magazine_style .search_form_menu_click {
    display: none;
  }
  #content .col-md-4 {
    margin-bottom: 0px;
    float: left;
    width: 100%;
  }
  .jelly_homepage_builder.builder_post_grid_bellow .wrapper_grid_post_home {
    width: 100%;
  }
  #sidebar {
    padding-left: 15px;
  }
  .pagination {
    margin-bottom: 50px !important;
  }
  .sb-toggle-left {
    display: inherit;
    margin-top: 15px;
  }
  .form-fields.row {
    float: left !important;
  }
  .comment-form-author.col-md-4 input,
  .comment-form-email.col-md-4 input {
    margin-bottom: 30px !important;
  }
  .full-slider-main-home .banner-container h5 a {
    font-size: 18px;
  }
  .mobile_menu_meg {
    display: block;
  }
  .mainmenu,
  .menu_wrapper {
    display: none;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box {
    height: auto;
    overflow: scroll;
    margin-top: 20px;
  }
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta,
  .layout_magazine_video .single_video_header_post .video_popular_section_box .feature-post-list .item-details .post-meta a {
    letter-spacing: 1px;
  }
  .header_video_style #mainmenu {
    display: none !important;
  }
  .header_video_style .main_menu {
    width: 100% !important;
    text-align: center !important;
  }
  .logo_image_video {
    display: inline-block;
    float: none;
  }
  .layout_magazine_video .search_form_menu_click {
    display: none;
  }
  .header_video_style .menu_wrapper,
  .header_video_style .mainmenu {
    display: block !important;
  }
  /*mobile menu*/
  .search_header {
    height: auto !important;
  }
  .sb-toggle-left {
    display: inherit;
    margin-top: 15px;
    margin-right: 5px;
    float: none !important;
    display: inline-block !important;
  }
  .searchform_theme {
    display: inline-block;
  }
  .search_header {
    overflow: auto;
    margin-top: 10px;
    margin-right: auto;
    position: relative;
    height: 40px;
  }
  .search_header form {
    width: 200px;
    float: none;
    margin: auto;
  }
  .header_video_style .menu_wrapper,
  .header_video_style .mainmenu {
    display: block !important;
  }
  .mainmenu,
  .menu_wrapper {
    display: none;
  }
  /*slide grid*/
  .main-static-post-header {
    width: 100% !important;
  }
  .main-static-post-header .wp-post-image {
    width: 100%;
  }
  .small-static-post-header {
    width: 50% !important;
  }
  .small-static-post-header .wp-post-image {
    width: 100%;
  }
  /*post grid 3 col*/
  .col-md-12 .box {
    width: 100%;
  }
  .homepage_builder_3grid_post .blog_grid_post_style {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
  .feature-two-column.list-col1-home {
    margin-bottom: 40px !important;
    float: left;
    width: 100%;
  }
  .main_right_post_style_list .home_main_post_right_list {
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  .jelly_homepage_builder.builder_post_list_bellow .feature-post-list.row > li {
    float: left;
    width: 100%;
  }
  .magazine_video_grid_three .main-static-post-header {
    width: 100% !important;
  }
  /*Main post with grid*/
  .main-grid-post-display .box,
  .grid-sidebar .box {
    width: 100%;
  }
  /* list post*/
  .blog_list_post_style .image-post-thumb {
    width: 100% !important;
  }
  .full-slider-main-home .owl-next,
  .full-slider-main-home .owl-prev {
    display: none !important;
  }
  .blog_list_post_style .post-entry-content {
    width: 100% !important;
    padding: 0px !important;
    margin-top: 20px !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0px !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .homepage_builder_grid_post.jelly_homepage_builder .box {
    margin-bottom: 20px !important;
    width: 100%;
  }
  .blog_list_post_style .image-post-thumb img {
    width: 100%;
  }
  .fb-comments,
  .fb-comments iframe[style],
  .fb-like-box,
  .fb-like-box iframe[style] {
    width: 100% !important;
  }
  .fb-comments span,
  .fb-comments iframe span[style],
  .fb-like-box span,
  .fb-like-box iframe span[style] {
    width: 100% !important;
  }
  footer .col-md-4 {
    width: 100%;
    padding: 0px 15px !important;
  }
  .page_slider_grid_5_style .main-static-post-header,
  .page_slider_grid_3_style_2 .main-static-post-header,
  .page_slider_grid_6_style .main-static-post-header,
  .page_slider_grid_6_style .small-static-post-header.margin_2,
  .page_slider_grid_6_style .small-static-post-header.margin_8,
  .page_slider_grid_6_style .small-static-post-header.margin_14,
  .page_slider_grid_6_style .small-static-post-header.margin_20,
  .page_slider_grid_6_style .small-static-post-header.margin_26,
  .page_slider_grid_3_pop .main-static-post-header {
    width: 100%;
  }
  .grid_slider_with_pop_post,
  .pop_post_right_slider {
    width: 100%;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row,
  .category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row,
  .category_header_post_2col_item.grid_2col_display_post.large_main_image_row,
  .category_header_post_2col_item.grid_4col_display_post.small_main_image_row.grid_class_name_count_4,
  .category_header_post_2col_item.grid_6col_display_post.large_main_image_row.grid_class_name_count_1,
  .category_header_post_2col_item.grid_6col_display_post.small_main_image_row.grid_class_name_count_2,
  .category_header_post_2col_item.grid_8col_display_post.small_main_image_row,
  .category_header_post_2col_item.grid_8col_display_post.large_main_image_row.grid_class_name_count_1 {
    width: 100% !important;
    height: 255px !important;
  }
  .category_header_post_2col_item.grid_3col_display_post.grid_class_name_count_1 .category-item-caption {
    padding: 0 50px;
  }
  .category_header_post_2col_wrapper .category_header_post_2col_item.large_main_image_row h2 a,
  .category_header_post_2col_wrapper .category_header_post_2col_item.small_main_image_row h2 a,
  .category_header_post_2col_item.grid_2col_display_post h2 a {
    font-size: 18px !important;
  }
  .single_captions_overlay_image_full_width .single_post_entry_content h1,
  .single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content h1,
  .single_captions_bottom_image_full_width_wrapper .single_post_entry_content h1,
  .single_captions_only_full_width_wrapper .single_post_entry_content h1,
  .single_captions_aboves_image_full_width_wrapper .single_post_entry_content h1 {
    font-size: 30px;
  }
  .page_builder_listpost.jelly_homepage_builder .post-entry-content,
  .page_builder_listpost.jelly_homepage_builder .image-post-thumb {
    float: left !important;
    width: 100% !important;
    padding: 0px !important;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_wrapper,
  .home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_last {
    width: 100%;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_large_post {
    width: 100%;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_small_post_last,
  .home_grid_main_5_post_header_small_post,
  .home_grid_main_5_post_header_small_post_last {
    width: 50% !important;
  }
  .home_grid_main_5_post_header_large_post .post_title_container {
    margin: 0px;
    width: 100%;
  }
  .home_grid_main_5_post_header .home_grid_main_5_post_header_large_post .wrapper_in_main_post {
    padding: 0px;
  }
  .main_full_3_col_post {
    width: 100%;
  }
  .search_form_menu_personal .searchform_theme {
    width: 300px;
    margin: -60px 0 0 -150px;
  }
  .search_form_menu_personal .searchform_theme #s {
    font-size: 20px;
    height: 40px;
  }
  .single_post_share_icon_post li a {
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
  .single_post_share_icon_post li.single_post_share_pinterest a {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  .single_post_share_icon_post li.single_post_share_pinterest a:after {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
  .single_post_share_icons.social_popup_close,
  .search_close_btn_pop {
    top: 20px;
    right: 20px;
  }
  .footer-bottom .footer-left-copyright {
    text-align: left;
  }
  #menu-footer-menu {
    text-align: left;
    margin: 0px;
    padding: 0px;
  }
  #menu-footer-menu li {
    margin: 0px 10px 0px 0px;
  }
  #instafeed a {
    width: 33.33333333% !important;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper,
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .menu_mobile_icons {
    height: 54px;
    line-height: 54px;
    background: #fff;
    text-align: right;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i {
    color: #000 !important;
    font-size: 20px;
    padding-top: 10px;
  }
  .header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .menu_mobile_icons i {
    color: #000 !important;
    font-size: 20px;
  }
}
.jl_car_home .jelly_cus_h899 .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 60% !important;
}

.jl_car_home .row.jelly_cus_h899 .col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.jl_car_home .row.jelly_cus_h899 {
  margin-right: 0px;
  margin-left: 0px;
}

.jl_car_home .row.jelly_cus_h899.car_style3 .post-entry-content {
  border-right: 0px solid #ddd !important;
}

.jl_car_home .row.jelly_cus_h899 .slick-arrow {
  display: none !important;
}

.jl_car_home .row.jelly_cus_h899 .slick-dots {
  display: none !important;
}

.jl_car_home .jelly_cus_h850 .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 70% !important;
}

.jl_car_home .row.jelly_cus_h850 .col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.jl_car_home .row.jelly_cus_h850 {
  margin-right: 0px;
  margin-left: 0px;
}

.jl_car_home .row.jelly_cus_h850.car_style3 .post-entry-content {
  border-right: 0px solid #ddd !important;
}

.jl_car_home .row.jelly_cus_h850 .slick-arrow {
  display: none !important;
}

.jl_car_home .row.jelly_cus_h850 .col-md-3 {
  padding-bottom: 30px;
}

.jl_car_home .jelly_cus_h717 .jl_car_wrapper .jl_car_img_front {
  padding-bottom: 120% !important;
}

.jl_car_home .row.jelly_cus_h717 .col-md-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.jl_car_home .row.jelly_cus_h717 {
  margin-right: -15px;
  margin-left: -15px;
}

.jl_car_home .row.jelly_cus_h717 .slick-arrow {
  display: none !important;
}

.jl_car_home .row.jelly_cus_h717 .col-md-3 {
  padding-bottom: 30px;
}

.header_top_bar_wrapper .navigation_wrapper #jl_top_menu li a,
.meta-category-small a,
.item_slide_caption .post-meta.meta-main-img,
.post-meta.meta-main-img,
.post-meta-bot-in,
.post-meta span,
.single-post-meta-wrapper span,
.comment time,
.post_large_footer_meta,
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a,
.love_post_view_header a,
.header_date_display,
.jl_continue_reading,
.menu_post_feature .builder_cat_title_list_style li,
.builder_cat_title_list_style li,
.main_new_ticker_wrapper .post-date,
.main_new_ticker_wrapper .news_ticker_title_style,
.jl_rating_front .jl_rating_value,
.pop_post_right_slider .headding_pop_post,
.jl_main_right_number .jl_number_list,
.jl_grid_more .jl_slider_readding,
.page_builder_listpost.jelly_homepage_builder .jl_list_more a,
.jl_s_slide_text_wrapper .banner-container .jl_ssider_more,
.jl_post_meta .jl_author_img_w a,
.jl_post_meta .post-date,
.jl_large_builder.jelly_homepage_builder .jl_large_more,
.jl_btn_load,
.feature-image-link.image_post .jl_small_list_num,
.social-count-plus .count,
.social-count-plus .label,
.jl_instagram .instagram-pics + .clear a,
.single-post-meta-wrapper .jm-post-like,
#commentform #submit,
.wpcf7-form-control.wpcf7-submit,
.comment-reply-link,
.comment-edit-link {
  font-family: Inter !important;
}

#mainmenu > li > a,
#content_nav .menu_moble_slide > li a,
.header_layout_style3_custom .navigation_wrapper > ul > li > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a {
  font-family: Inter !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  letter-spacing: -0.03em !important;
}

#menu-footer-menu li a,
.footer-bottom .footer-left-copyright,
.navigation_wrapper #mainmenu.jl_main_menu > li li > a {
  font-family: Inter !important;
}

#content_nav .menu_moble_slide > li a {
  font-size: 15px !important;
}

.content_single_page p,
.single_section_content .post_content,
.single_section_content .post_content p {
  font-size: 16px !important;
}

body,
p,
.date_post_large_display,
#search_block_top #search_query_top,
.tagcloud a,
.format-quote a p.quote_source,
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a,
.blog_grid_post_style .jelly_read_more_wrapper a,
.blog_list_post_style .jelly_read_more_wrapper a,
.pagination-more div a,
.meta-category-small-builder a,
.full-slider-wrapper .banner-carousel-item .banner-container .more_btn a,
.single-item-slider .banner-carousel-item .banner-container .more_btn a {
  font-weight: 400 !important;
}

.single_section_content .post_content blockquote p {
  font-size: 20px !important;
}

.wp-caption p.wp-caption-text {
  font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.postnav #prepost,
.postnav #nextpost,
.bbp-forum-title,
.single_post_arrow_content #prepost,
.single_post_arrow_content #nextpost {
  font-weight: 600 !important;
  text-transform: capitalize !important;
  letter-spacing: -0.03em !important;
}

.footer_carousel .meta-comment,
.item_slide_caption h1 a,
.tickerfloat,
.box-1 .inside h3,
.detailholder.medium h3,
.feature-post-list .feature-post-title,
.widget-title h2,
.image-post-title,
.grid.caption_header h3,
ul.tabs li a,
h1,
h2,
h3,
h4,
h5,
h6,
.carousel_title,
.postnav a,
.format-aside a p.aside_title,
.date_post_large_display,
.social-count-plus span,
.sf-top-menu li a,
.large_continue_reading span,
.single_post_arrow_content #prepost,
.single_post_arrow_content #nextpost,
.cfs_from_wrapper .cfs_form_title,
.comment-meta .comment-author-name,
.jl_recent_post_number > li .jl_list_bg_num,
.jl_recent_post_number .meta-category-small-text a,
.jl_hsubt,
.single_post_entry_content .post_subtitle_text,
blockquote p {
  font-family: Inter !important;
}

.navigation_wrapper #mainmenu.jl_main_menu > li li > a {
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
  text-transform: capitalize !important;
}

.cat-item-2 span {
  background: #ed1c1c !important;
}

.cat-item-3 span {
  background: #0015ff !important;
}

.cat-item-4 span {
  background: #d1783c !important;
}

.cat-item-5 span {
  background: #6b34ba !important;
}

.cat-item-6 span {
  background: #7fbc1e !important;
}

.cat-item-7 span {
  background: #d66300 !important;
}

.cat-item-8 span {
  background: #36c942 !important;
}

.cat-item-9 span {
  background: #d800f9 !important;
}
