/*
Theme Name: 	szmigieldesign
Theme URI: 		https://szmigiel.design
Author: 		szmigieldesign
Author URI: 	https://szmigiel.design
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		2020.10.05
*/
/* Theme customization starts here
-------------------------------------------------------------- */
#Footer .footer_copy {
  border-top: 1px solid #ceced0 !important;
}
.section-border-top {
  border-top: 1px solid #ceced0 !important;
}
/*
.underline {
	border-bottom: 3px solid fade(@theme-color, 80%);
	box-shadow: inset 0 -4px 0 fade(@theme-color, 80%);
	transition: all 0.3s ease-in-out;
	&:hover {
		background-color: @theme-color;
		border-bottom: 3px solid @theme-color;
		box-shadow: inset 0 -4px 0 @theme-color;
		color: #000;
	}
}
*/
.underline {
  box-shadow: inset 0 -0.5rem 0 0 rgba(238, 114, 3, 0.35);
  transition: all 0.3s ease-in-out;
  color: #000;
}
.underline:hover {
  box-shadow: inset 0 -2.5rem 0 0 rgba(238, 114, 3, 0.75);
  color: #000;
}
.underline-lighter {
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.underline-lighter:hover {
  box-shadow: inset 0 -0.5rem 0 0 rgba(238, 114, 3, 0.6) !important;
  color: #000;
}
.image-border-gradient {
  border: 2px solid;
  border-image: linear-gradient(115deg, rgba(238, 114, 3, 0.8), rgba(91, 59, 119, 0.8)) 1;
}
.image-border-gradient img {
  display: block;
}
pre {
  background: rgba(39, 25, 51, 0.07);
  border: none;
  border-radius: 0;
}
pre code {
  color: #271933;
  background: transparent;
}
.single-post #Content .the_content_wrapper p.shallow {
  -moz-hyphens: auto;
  hyphens: auto;
}
.single-post #Content .the_content_wrapper p + h2,
.single-post #Content .the_content_wrapper p + h3,
.single-post #Content .the_content_wrapper p + h4,
.single-post #Content .the_content_wrapper p + h5,
.single-post #Content .the_content_wrapper p + h6,
.single-post #Content .the_content_wrapper ul + h2,
.single-post #Content .the_content_wrapper ul + h3,
.single-post #Content .the_content_wrapper ul + h4,
.single-post #Content .the_content_wrapper ul + h5,
.single-post #Content .the_content_wrapper ul + h6,
.single-post #Content .the_content_wrapper ol + h2,
.single-post #Content .the_content_wrapper ol + h3,
.single-post #Content .the_content_wrapper ol + h4,
.single-post #Content .the_content_wrapper ol + h5,
.single-post #Content .the_content_wrapper ol + h6 {
  margin-top: 1.5em;
}
.single-post #Content .the_content_wrapper a + h2,
.single-post #Content .the_content_wrapper a + h3,
.single-post #Content .the_content_wrapper a + h4,
.single-post #Content .the_content_wrapper a + h5,
.single-post #Content .the_content_wrapper a + h6 {
  margin-top: 0.75em;
}
.single-post #Content .the_content_wrapper a:not(.button):not(.lwptoc_toggle_label):not([rel="lightbox"]):not([data-type="image"]) {
  box-shadow: inset 0 -0.5rem 0 0 rgba(238, 114, 3, 0.35);
  transition: all 0.3s ease-in-out;
  color: #000;
}
.single-post #Content .the_content_wrapper a:not(.button):not(.lwptoc_toggle_label):not([rel="lightbox"]):not([data-type="image"]):hover {
  box-shadow: inset 0 -2.5rem 0 0 rgba(238, 114, 3, 0.75);
  color: #000;
}
.single-post #Content .the_content_wrapper .alert a {
  border-bottom: 3px solid rgba(255, 255, 255, 0.33) !important;
  box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.33) !important;
  color: #FFF !important;
}
.single-post #Content .the_content_wrapper .alert a:hover {
  background-color: #FFF !important;
  border-bottom: 3px solid #FFF !important;
  box-shadow: inset 0 -4px 0 #FFF !important;
  color: #000 !important;
}
.single-post #Content .the_content_wrapper .alert a.close {
  border-bottom: none !important;
  box-shadow: none !important;
}
.single-post #Content .the_content_wrapper .alert a.close:hover {
  background-color: transparent !important;
  border-bottom: none;
  box-shadow: none;
}
.single-post #Content .the_content_wrapper figure.wp-block-image figcaption {
  text-align: right;
  font-size: 14px;
  font-style: italic;
}
.single-post #Content .the_content_wrapper figure.wp-block-image a {
  box-shadow: none !important;
}
.single-post #Content .the_content_wrapper figure.wp-block-image a img {
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.single-post #Content .the_content_wrapper figure.wp-block-image a:hover img {
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.66);
}
.column p + h2,
.the_content_wrapper p + h2,
.column p + h3,
.the_content_wrapper p + h3,
.column p + h4,
.the_content_wrapper p + h4,
.column p + h5,
.the_content_wrapper p + h5,
.column p + h6,
.the_content_wrapper p + h6,
.column ul + h2,
.the_content_wrapper ul + h2,
.column ul + h3,
.the_content_wrapper ul + h3,
.column ul + h4,
.the_content_wrapper ul + h4,
.column ul + h5,
.the_content_wrapper ul + h5,
.column ul + h6,
.the_content_wrapper ul + h6,
.column ol + h2,
.the_content_wrapper ol + h2,
.column ol + h3,
.the_content_wrapper ol + h3,
.column ol + h4,
.the_content_wrapper ol + h4,
.column ol + h5,
.the_content_wrapper ol + h5,
.column ol + h6,
.the_content_wrapper ol + h6 {
  margin-top: 1em;
}
#Top_bar {
  border-bottom: 1px solid #e6e6e7;
}
@media (max-width: 767px) {
  #Top_bar #logo img.logo-mobile {
    width: 200px;
  }
}
#Top_bar .menu ul li a span {
  font-family: "Titillium Web", Arial, Tahoma, sans-serif;
}
#Top_bar .menu ul li ul li a span {
  font-family: "Titillium Web", Arial, Tahoma, sans-serif;
}
#Subheader ul.breadcrumbs {
  font-size: 14px !important;
}
#Subheader ul.breadcrumbs li a {
  transition: color 0.3s ease-in-out;
}
#Subheader ul.breadcrumbs li:hover a {
  color: #ee7203;
}
#Side_slide .extras .extras-wrapper a {
  font-weight: bold;
}
#Side_slide #menu ul li a span {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Titillium Web", Arial, Tahoma, sans-serif;
}
#Side_slide #menu ul li ul li a span {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Titillium Web", Arial, Tahoma, sans-serif;
}
@media (max-width: 768px) {
  #Top_bar .wpml-languages {
    display: none !important;
  }
}
#Top_bar .wpml-languages.horizontal {
  border-radius: 2px;
}
#Top_bar .wpml-languages.horizontal ul li:not(.lang-active) {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  opacity: 0.5;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#Top_bar .wpml-languages.horizontal ul li:not(.lang-active):hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
#Top_bar .wpml-languages.horizontal ul li a {
  padding: 6px;
  font-weight: bold;
}
a img {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.9;
}
a.link-orfin:hover {
  color: #EE789B;
}
a.button {
  border-radius: 2px !important;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
a.button .button_label {
  font-weight: bold;
  font-family: "Titillium Web", Arial, Tahoma, sans-serif;
}
a.button:hover {
  opacity: 0.9;
}
.form-submit input.submit {
  font-weight: bold;
  font-family: "Titillium Web", Arial, Tahoma, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  transition: background-color 0.3s ease-in-out;
}
.form-submit input.submit:hover {
  background-color: #df6b03;
}
.date_label {
  color: #271933;
}
code {
  white-space: pre-wrap;
  border: none;
  color: #ee7203;
}
.style-simple .idea_box {
  margin-top: 2em;
  margin-bottom: 1.5em;
  border: 1px solid #271933;
}
.style-simple .idea_box .desc {
  border-left: 1px solid #271933;
}
.style-simple .idea_box .icon {
  color: #ee7203;
}
.style-simple .alert .alert_icon {
  height: 100%;
  min-height: 65px;
}
.style-simple #Filters .filters_wrapper ul {
  border: none;
}
.style-simple #Filters .filters_wrapper ul li a {
  padding: 10px 15px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  color: #271933;
  border-bottom: 2px solid;
  border-image: linear-gradient(115deg, rgba(238, 114, 3, 0.8), rgba(91, 59, 119, 0.8)) 1;
  margin: 10px;
  line-height: 1;
}
.style-simple #Filters .filters_wrapper ul li.current-cat a {
  color: #FFF;
  background: linear-gradient(115deg, rgba(238, 114, 3, 0.8), rgba(91, 59, 119, 0.8));
  border-bottom: 2px solid #FFF;
}
.style-simple #Filters .filters_wrapper ul li.current-cat a::after {
  display: none;
}
.icons-in-order i {
  width: 24px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 959px) {
  .icons-in-order i {
    display: none;
  }
}
.icons-in-order i.icon-empty {
  width: 24px;
  display: inline-block;
  content: "";
}
@media (min-width: 768px) and (max-width: 959px) {
  .icons-in-order i.icon-empty {
    display: none;
  }
}
.colored-text {
  display: inline-block;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 5px;
}
.colored-text.primary {
  background-color: #ee7203;
  color: #FFF;
}
.colored-text.primary.bordered {
  background-color: transparent;
  color: #ee7203;
  border: 2px solid #ee7203;
}
.colored-text.secondary {
  background-color: #271933;
  color: #FFF;
}
.colored-text.secondary.bordered {
  background-color: transparent;
  color: #271933;
  border: 2px solid #271933;
}
.oferta-realizacje-wrapper .oferta-projekt {
  font-weight: bold;
}
.oferta-realizacje-wrapper div a img {
  margin-top: 10px;
  width: 64px;
  height: 64px;
  opacity: 1;
  transition: opacity 0.7s ease-in-out;
}
@media (max-width: 767px) {
  .oferta-realizacje-wrapper div a img {
    width: 48px;
    height: 48px;
  }
}
.oferta-realizacje-wrapper div a:hover img {
  opacity: 0.5;
}
.offer-element-wrapper {
  border-bottom: 2px solid #e6e6e7;
  transition: border-bottom 0.3s ease-in-out;
  margin-bottom: 30px;
  background-size: 50%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .offer-element-wrapper {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  .offer-element-wrapper {
    padding-top: 40px !important;
  }
}
.offer-element-wrapper:hover {
  border-bottom: 2px solid #ee7203;
}
@media (max-width: 768px) {
  .offer-element-wrapper:nth-child(1) {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .offer-element-wrapper:nth-child(1),
  .offer-element-wrapper:nth-child(2) {
    padding-top: 0 !important;
  }
}
.blog #Content,
.single #Content,
.archive #Content,
.category #Content {
  padding-top: 0;
}
.blog .posts_group,
.archive .posts_group,
.category .posts_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.blog .posts_group .post-item.isotope-item,
.archive .posts_group .post-item.isotope-item,
.category .posts_group .post-item.isotope-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.blog .posts_group .post-item.isotope-item .image_frame,
.archive .posts_group .post-item.isotope-item .image_frame,
.category .posts_group .post-item.isotope-item .image_frame {
  position: relative;
  transition: transform 0.2s ease;
  transform-origin: bottom;
}
.blog .posts_group .post-item.isotope-item .image_frame::before,
.archive .posts_group .post-item.isotope-item .image_frame::before,
.category .posts_group .post-item.isotope-item .image_frame::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0 2.1px 24.7px -20px rgba(0, 0, 0, 0.008), 0 5.2px 25.8px -20px rgba(0, 0, 0, 0.03), 0 10.6px 17.5px -20px rgba(0, 0, 0, 0.057), 0 21.9px 13.1px -20px rgba(0, 0, 0, 0.084), 0 60px 40px -20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s ease;
  opacity: 0;
}
.blog .posts_group .post-item.isotope-item .image_frame:hover,
.archive .posts_group .post-item.isotope-item .image_frame:hover,
.category .posts_group .post-item.isotope-item .image_frame:hover {
  transform: scale(1.015);
}
.blog .posts_group .post-item.isotope-item .image_frame:hover::before,
.archive .posts_group .post-item.isotope-item .image_frame:hover::before,
.category .posts_group .post-item.isotope-item .image_frame:hover::before {
  opacity: 1;
}
.blog .posts_group .post-item.isotope-item .image_frame a img,
.archive .posts_group .post-item.isotope-item .image_frame a img,
.category .posts_group .post-item.isotope-item .image_frame a img {
  opacity: 1;
}
.blog .posts_group .post-item.isotope-item .image_frame a:hover,
.archive .posts_group .post-item.isotope-item .image_frame a:hover,
.category .posts_group .post-item.isotope-item .image_frame a:hover {
  opacity: 1;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper,
.category .posts_group .post-item.isotope-item .post-desc-wrapper {
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  flex: 1 0 0%;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  padding: 15px 0 0 0;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2 {
  font-size: 26px;
  line-height: 1.25;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2 a,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2 a,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2 a {
  color: #271933;
  transition: color 0.2s ease-in-out;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2 a:hover,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2 a:hover,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-title h2 a:hover {
  color: #ee7203;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-excerpt,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-excerpt,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-excerpt {
  font-size: 16px;
  line-height: 1.66;
  color: #323232;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer {
  background: transparent;
  margin: 0;
  padding: 5px;
  flex-grow: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 2px solid;
  border-image: linear-gradient(115deg, rgba(238, 114, 3, 0.8), rgba(91, 59, 119, 0.8)) 1;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links {
  font-size: 14px;
  border-left-width: 0;
  text-align: right;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links a,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links a,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links a {
  color: #271933;
  transition: color 0.2s ease-in-out;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links a:hover,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links a:hover,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-desc .post-footer .post-links a:hover {
  color: #ee7203;
}
.blog .posts_group .post-item.isotope-item .post-desc-wrapper .post-meta .author-date,
.archive .posts_group .post-item.isotope-item .post-desc-wrapper .post-meta .author-date,
.category .posts_group .post-item.isotope-item .post-desc-wrapper .post-meta .author-date {
  font-size: 14px;
}
.shallow {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .shallow {
    max-width: 70vw;
  }
}
.single-post #Content .the_content_wrapper {
  padding-bottom: 2em;
}
.single-post #Content .the_content_wrapper .easy-reading {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 680px;
  margin: auto;
}
@media (min-width: 480px) and (max-width: 767px) {
  .single-post #Content .the_content_wrapper .easy-reading {
    max-width: 70vw;
  }
}
.single-post #Content .the_content_wrapper p.shallow,
.single-post #Content .the_content_wrapper h1.shallow,
.single-post #Content .the_content_wrapper h2.shallow,
.single-post #Content .the_content_wrapper h3.shallow,
.single-post #Content .the_content_wrapper h4.shallow,
.single-post #Content .the_content_wrapper h5.shallow,
.single-post #Content .the_content_wrapper h6.shallow,
.single-post #Content .the_content_wrapper ul.shallow,
.single-post #Content .the_content_wrapper ol.shallow {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.single-post #Content .the_content_wrapper h1.shallow,
.single-post #Content .the_content_wrapper h2.shallow,
.single-post #Content .the_content_wrapper h3.shallow,
.single-post #Content .the_content_wrapper h4.shallow,
.single-post #Content .the_content_wrapper h5.shallow,
.single-post #Content .the_content_wrapper h6.shallow {
  margin-top: 1.5em;
}
.single-post #Content .the_content_wrapper ul.shallow,
.single-post #Content .the_content_wrapper ol.shallow {
  margin-left: auto;
  margin-right: auto;
}
.single-post #Content .the_content_wrapper ul.shallow li,
.single-post #Content .the_content_wrapper ol.shallow li {
  margin-bottom: 20px;
}
.single-post #Content .the_content_wrapper .wp-block-image {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.single-post #Content .the_content_wrapper blockquote {
  border: 2px solid #271933;
  border-radius: 2px;
  padding: 2em;
  color: #271933;
  margin-left: 0;
  font-size: 16px;
  line-height: 28px;
}
.single-post #Content .the_content_wrapper blockquote p:last-child {
  margin-bottom: 0;
}
.single-post #Content .the_content_wrapper blockquote cite {
  font-style: normal;
  margin-top: 1em;
  display: inline-block;
  text-align: right;
  width: 100%;
}
.single-post #Content .the_content_wrapper blockquote cite em {
  font-style: italic;
}
.single-post .author-box .desc-wrapper h5 {
  font-size: 18px;
  line-height: 32px;
}
.section-post-header .post-header {
  margin-bottom: 0;
}
.section-post-header .post-header .author-date {
  color: rgba(39, 25, 51, 0.6);
}
.section-post-header .post-header + .image .image_frame:hover .image_wrapper img {
  transform: none !important;
}
.post-desc {
  padding: 15px 20px 0 20px;
}
.section-post-related .section-related-adjustment > h4 {
  margin-left: 1%;
  margin-right: 1%;
}
.date_label {
  background: #271933;
  border-radius: 2px;
  color: #FFF;
}
.date_label:after {
  display: none;
}
.archive .category_description {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .archive .category_description {
    max-width: 70vw;
  }
}
.cf7p-message div.wpcf7-validation-errors {
  font-size: 13px !important;
}
.cf7p-message div.wpcf7-mail-sent-ok {
  font-size: 13px !important;
}
span.wpcf7-not-valid-tip {
  padding-left: 11px;
  font-size: 13px;
  font-style: italic;
}
.form-extra-info {
  font-size: 13px;
  color: #797979;
  font-style: italic;
}
.wpcf7-submit {
  font-weight: bold;
}
body label.quform-option-label {
  font-weight: normal;
}
#Footer .footer_copy .social li a:hover {
  color: #ee7203 !important;
}
#Footer .footer_copy .social-menu a:hover {
  color: #ee7203 !important;
}
#thrive-comments {
  font-family: "Open Sans", Arial, Tahoma, sans-serif;
}
#thrive-comments button {
  border-radius: 2px;
}
body #wpcomm .wc-reply .wc-comment-right .wc-comment-text *,
body #wpcomm .wc-reply .wc-comment-left .wc-comment-text * {
  font-size: 14px;
  line-height: 25px;
}
::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
}
::-ms-placeholder {
  color: #333;
  opacity: 1;
}
::placeholder {
  color: #333;
  opacity: 1;
}
@media (max-width: 960px) {
  html body {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 960px) {
  html body h1,
  html body .title,
  html body #Subheader .title {
    font-size: 26px;
    line-height: 33px;
  }
}
@media (max-width: 960px) {
  html body h2,
  html body h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 960px) {
  html body.single-post #Content .the_content_wrapper p + h2,
  html body.single-post #Content .the_content_wrapper p + h3,
  html body.single-post #Content .the_content_wrapper p + h4,
  html body.single-post #Content .the_content_wrapper p + h5,
  html body.single-post #Content .the_content_wrapper p + h6,
  html body.single-post #Content .the_content_wrapper ul + h2,
  html body.single-post #Content .the_content_wrapper ul + h3,
  html body.single-post #Content .the_content_wrapper ul + h4,
  html body.single-post #Content .the_content_wrapper ul + h5,
  html body.single-post #Content .the_content_wrapper ul + h6,
  html body.single-post #Content .the_content_wrapper ol + h2,
  html body.single-post #Content .the_content_wrapper ol + h3,
  html body.single-post #Content .the_content_wrapper ol + h4,
  html body.single-post #Content .the_content_wrapper ol + h5,
  html body.single-post #Content .the_content_wrapper ol + h6 {
    margin-top: 2em;
  }
}
@media (max-width: 960px) {
  html body.single-post #Content .the_content_wrapper a + h2,
  html body.single-post #Content .the_content_wrapper a + h3,
  html body.single-post #Content .the_content_wrapper a + h4,
  html body.single-post #Content .the_content_wrapper a + h5,
  html body.single-post #Content .the_content_wrapper a + h6 {
    margin-top: 1em;
  }
}
@media (max-width: 512px) {
  html body.single-post #Content .author-box .avatar-wrapper {
    margin-left: 20px;
    margin-top: 20px;
    border: none;
  }
}
@media (max-width: 512px) {
  html body.single-post #Content .author-box .desc-wrapper {
    margin-left: 0;
    padding-top: 120px;
  }
}
.lwptoc .lwptoc_i {
  border: 2px solid #271933 !important;
  padding: 14px 18px;
}
.lwptoc .lwptoc_item_number {
  font-weight: bold;
}
.lwptoc .lwptoc_header {
  margin-bottom: 0;
}
.lwptoc .lwptoc_items {
  margin-top: 10px;
}
.lwptoc .lwptoc_item a {
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.lwptoc .lwptoc_item a:hover {
  box-shadow: inset 0 -0.5rem 0 0 rgba(238, 114, 3, 0.6) !important;
  color: #000;
}
.lwptoc .lwptoc_toggle {
  display: block;
  border: 0;
  position: relative;
  background: #ee7203;
  opacity: 1;
  border-radius: 2px;
  color: #FFF;
  transition: opacity 0.3s ease-in-out;
  font-weight: 700;
  float: right;
}
.lwptoc .lwptoc_toggle .lwptoc_toggle_label {
  margin: 0;
  padding: 12px 17px 12px 14px;
  color: #FFF !important;
}
.lwptoc .lwptoc_toggle .lwptoc_toggle_label::before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  margin-right: 8px;
  vertical-align: -2px;
  content: '\e8c3';
}
.lwptoc .lwptoc_toggle:hover {
  opacity: 0.9;
}
.lwptoc .lwptoc_toggle::before,
.lwptoc .lwptoc_toggle::after {
  display: none;
}
