/*!
Theme Name: RetroFitness
Theme URI: https://www.retrofitness.com/
Author: Techview Web
Author URI: https://www.retrofitness.com/
Description: RetroFitness USA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: retrofitness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
/* GENERAL > Skip To Content */
#skiptocontent {
	z-index: 10;
	position: fixed;
	padding: 8px;
	display: block !important;
	transform: translateY(-40px);
	opacity: 0;
	background-color: var(--color-secondary);
	color: white;
	transition: all 200ms ease-out;
}

.skip-link {
	z-index: 10;
	position: fixed;
	padding: 8px;
	display: block !important;
	transform: translateY(-40px);
	opacity: 0;
	background-color: var(--color-secondary);
	color: white;
	transition: all 200ms ease-out;
}


#skiptocontent:focus {
	transform: translateY(0);
	opacity: 1;
}
.swiper-autoplay-toggle.no-button {
	display: none;
}
@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

.module.module-badges-a img {
	max-width: 180px;
	height: auto;
	width: ;
}
 
 /* container-fluid */
.container-fluid.container-space {
  padding: 0 100px; }	



/* breadcrumb */
/*.breadcrumb {
  margin-top: 20px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-family: Gilroy;
  font-weight: 500;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  padding: 14px 40px; }
  .breadcrumb .breadcrumb-item {
    padding-right: 5px;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    display: inline-block; }
    .breadcrumb .breadcrumb-item a {
      color: #ffffff; }
      .breadcrumb .breadcrumb-item a:hover {
        color: var(--primary-color); }
    .breadcrumb .breadcrumb-item:before {
      color: #ffffff; }
  .breadcrumb .breadcrumb-item.active {
    color: var(--primary-color); }*/

/* pagination */
.pagination .page-item .page-link {
  padding: 14px 28px;
  color: #666666;
  border-color: #ebebeb;
  margin: 0 4px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg); }
  .pagination .page-item .page-link span {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    display: block; }
  .pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.pagination .page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #222; }

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 10px solid var(--primary-color);
  padding-left: 30px;
  font-style: italic;
  display: block; }

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid var(--primary-color);
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1; }
  .blockquote-quote p {
    position: relative; }
  .blockquote-quote i {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 0;
    font-size: 60px;
    line-height: 60px;
    color: #dfdfdf; }

iframe {
  width: 100%; }

/* table */
.table {
  border-collapse: separate;
  border-spacing: 0 1px;
  font-size: 16px;
  font-weight: 600; }
  .table td {
    padding: 14px 20px; }
  .table th {
    padding: 14px 20px; }

.table-bordered td {
  border-color: #ebebeb; }

.table-bordered th {
  border-color: #ebebeb; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8; }

.table td,
.table th {
  vertical-align: middle; }

.table-skew {
  padding: 0 30px; }
  .table-skew thead {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
    .table-skew thead tr {
      -webkit-transform: skew(0deg);
              transform: skew(0deg); }
  .table-skew tr {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg); }
  .table-skew td {
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }
  .table-skew th {
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }

/*****************************
    Helper Classes
*****************************/
 

 

.text-stroke-white {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block; }

.text-stroke-primary {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  display: block; }

.text-stroke-dark {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #18191c;
  display: block; }

.skew {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg); }

.skew-reverse {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  display: inline-block; }

.bg-primary {
  background: var(--primary-color) !important; }

.bg-dark {
  background: #18191c !important; }

.bg-secondary {
  background: #222 !important; }

.bg-facebook {
  background: #5d82d1 !important; }

.bg-pinterest {
  background: #e13138 !important; }

.bg-linkedin {
  background: #238cc8 !important; }

.bg-white-soft {
  background: rgba(255, 255, 255, 0.1); }

.bg-dark-soft {
  background: rgba(0, 0, 0, 0.1); }

.space-ptb {
  padding: 90px 0; }

.space-pt {
  padding: 90px 0 0; }

.space-pb {
  padding: 0 0 90px; }

.h-100vh {
  height: 100vh !important; }

/* Sticky column */
.is-sticky {
  position: sticky;
  top: 100px; }

hr {
  border-top-color: rgba(255, 255, 255, 0.1); }

hr.hr-dark {
  border-top-color: rgba(0, 0, 0, 0.1); }

.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%; }

.bg-overlay-black-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-10:before {
    background: rgba(24, 25, 28, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-20:before {
    background: rgba(24, 25, 28, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-30:before {
    background: rgba(24, 25, 28, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-40:before {
    background: rgba(24, 25, 28, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-50:before {
    background: rgba(24, 25, 28, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-60:before {
    background: rgba(24, 25, 28, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-70:before {
    background: rgba(24, 25, 28, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-80:before {
    background: rgba(24, 25, 28, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-90:before {
    background: rgba(24, 25, 28, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-20:before {
    background: rgba(243, 245, 38, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-50:before {
    background: rgba(243, 245, 38, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-70:before {
    background: rgba(243, 245, 38, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-90:before {
    background: rgba(243, 245, 38, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-20:before {
    background: rgba(25, 71, 193, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-50:before {
    background: rgba(25, 71, 193, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-70 {
  position: relative;
  z-index: 1; }
.bg-overlay-secondary-70::before {
	background: rgba(232, 59, 76, 0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}


.bg-overlay-secondary-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-90:before {
    background: rgba(25, 71, 193, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-left-100 {
  position: relative; }
  .bg-overlay-left-100:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%; }

.bg-overlay-right-100 {
  position: relative; }
  .bg-overlay-right-100:before {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    background-color: #222;
    width: 100%;
    height: 100%; }

.bg-overlay-left {
  position: relative; }
  .bg-overlay-left:before {
    position: absolute;
    content: "";
    top: -18px;
    left: 0;
    background-color: #222;
    width: 46%;
    height: calc(100% - -20px);
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }

/*.perfect-workout .space-ptb {
	padding-top: 70px;
}*/



/*****************************
  Shortcodes
*****************************/

.avatar {
  width: 50px;
  height: 50px;
  display: inline-block; }

.avatar.avatar-sm {
  width: 30px;
  height: 30px; }

.avatar.avatar-md {
  width: 40px;
  height: 40px; }

.avatar.avatar-lg {
  width: 60px;
  height: 60px; }

.avatar.avatar-xl {
  width: 80px;
  height: 80px; }

.avatar.avatar-xll {
  width: 100px;
  height: 100px; }

.avatar.avatar-xlll {
  width: 120px;
  height: 120px; }

.avatar.avatar-xllll {
  width: 180px;
  height: 180px; }

.font-sm {
  font-size: 13px; }

.font-md {
  font-size: 16px; }

.font-lg {
  font-size: 17px; }

.font-xl {
  font-size: 21px; }

.font-xxl {
  font-size: 30px; }

.font-xxxl {
  font-size: 40px;
  line-height: 40px; }

.line-h-sm {
  line-height: 13px; }

.line-h-md {
  line-height: 16px; }

.line-h-lg {
  line-height: 17px; }

.line-h-xl {
  line-height: 21px; }

.line-h-xxl {
  line-height: 30px; }

.line-h-xxxl {
  line-height: 40px; }

.b-radius-none {
  border-radius: 0 !important; }

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important; }

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important; }

.sticky-top {
  z-index: 8; }

.z-index-1 {
  z-index: 1; }

.z-index-9 {
  z-index: 9; }

.z-index-99 {
  z-index: 99; }

.z-index-999 {
  z-index: 999; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.top-0 {
  top: 0; }

.overflw-x-hidden {
  overflow-x: hidden; }

.overflw-y-hidden {
  overflow-y: hidden; }

.position-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  text-align: center; }

.fill-primary {
  fill: var(--primary-color);
  fill-rule: evenodd;
  opacity: 0.3; }

.fill-light {
  fill: #f8f8f8;
  fill-rule: evenodd; }

.fill-secondary {
  fill: #222;
  fill-rule: evenodd;
  opacity: 0.6; }



@media (max-width: 1599px) {
  .bmi-form {
    overflow-x: hidden;
    padding-top: 40px;
    margin-top: -40px; } }

@media (max-width: 991px) {
  .bmi-form .col-lg-6.half-overlay-right,
  .bmi-form .col-lg-6.half-overlay-left {
    padding: 0 30px; }
  .bmi-form .half-overlay-left:after,
  .bmi-form .half-overlay-right:after {
    content: none; }
  .bmi-form {
    padding-top: 0px;
    margin-top: 40px; } }

.m-n1 {
  margin: -.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important; }

.me-n1,
.mx-n1 {
  margin-right: -.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important; }

.ms-n1,
.mx-n1 {
  margin-left: -.25rem !important; }

.m-n2 {
  margin: -.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important; }

.me-n2,
.mx-n2 {
  margin-right: -.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important; }

.ms-n2,
.mx-n2 {
  margin-left: -.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.me-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ms-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.me-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ms-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.me-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ms-n5,
.mx-n5 {
  margin-left: -3rem !important; }

@media (min-width: 576px) {
  .m-sm-n1 {
    margin: -.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important; }
  .me-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important; }
  .ms-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important; }
  .m-sm-n2 {
    margin: -.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important; }
  .me-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important; }
  .ms-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .me-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ms-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .me-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ms-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .me-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ms-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; } }

@media (min-width: 768px) {
  .m-md-n1 {
    margin: -.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important; }
  .me-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important; }
  .ms-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important; }
  .m-md-n2 {
    margin: -.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important; }
  .me-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important; }
  .ms-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .me-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ms-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .me-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ms-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .me-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ms-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
.col-lg-8.content {
	width: 65%;
}
.col-lg-4.sidebar {
	width: 35%;
}	
	
 }

@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important; }
  .me-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important; }
  .ms-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important; }
  .m-lg-n2 {
    margin: -.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important; }
  .me-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important; }
  .ms-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .me-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ms-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .me-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ms-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .me-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ms-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; } }
	
	
@media (min-width: 1024px) {
	
	.col-lg-8.content {
	padding-right: 60px;
}


}

@media (min-width: 1200px) {
	
	
	
	
  .m-xl-n1 {
    margin: -.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important; }
  .me-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important; }
  .ms-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important; }
  .m-xl-n2 {
    margin: -.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important; }
  .me-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important; }
  .ms-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .me-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ms-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .me-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ms-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .me-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ms-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; } }

/*****************************
  Shortcodes
*****************************/

.space-ptb .section-title h2.heading {
	line-height: 1.065;
}

.post-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

/*.our-blog.light-section .col-lg-6.right .post-item {
 
	align-items: flex-start;
	 
}*/



.container.space-ptb.blog-category .col-lg-8.content .post-item {
	align-items: flex-start;
	border-bottom: 2px solid #e8e8e8;
	padding-bottom: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 4px 10px !important;
	margin: 3px !important;
	color: #555!important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: var(--accent-color)!important;
	color: var(--accent-color)!important;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: var(--accent-color)!important;
	color: #fff !important;
	border-color: var(--accent-color)!important;
}

.container.space-ptb.blog-category .col-lg-8.content .post-item .post-featured-image {
	width: calc(100% - 15px);
	margin-bottom: 30px;
}

.container.space-ptb.blog-category .col-lg-8.content .post-item .post-featured-image .img-fluid.wp-post-image {
	width: auto;
	aspect-ratio: initial;
	object-fit: contain;
	transition: all 0.4s ease-in-out;
	max-width: 100%;
	border-radius: 0;
	border-radius: 10px;
	transform: none !important;
}

.container.space-ptb.blog-category .col-lg-8.content .post-item .post-featured-image a {
	border-radius: 0;
}

.container.space-ptb.blog-category .col-lg-8.content .post-item .post-item-body {
	width: calc(100% - 15px);
}

.container.space-ptb.blog-category .col-lg-8.content .post-item .post-item-body h2 {
	font-size: 35px;
	margin-bottom: 25px;
	font-weight: 600;
}

.container.space-ptb.blog-category .col-lg-8.content .post-item .Ready-btn.btn.btn-primary {
	font-size: 12px !important;
	margin-top: 12px;
}


.post-item:last-child{
	margin-bottom: 0;
}

.post-featured-image,
.post-item-body{
	width: calc(50% - 15px);
}

.container.space-ptb.blog-single.blog-category .col-lg-8.content .post-featured-image.mb-4 {
	width: calc(100% - 15px);
}

.post-featured-image a{
    display: block;
	border-radius: 18px;
	overflow: hidden;
	/*cursor: none;*/
}

.blog-listing-main .post-featured-image img {
	width: 100%;
	aspect-ratio: 1 / 0.55;
	object-fit: contain;
	transition: all 0.4s ease-in-out;
	height: auto;
}
.blog-listing-main .image-anime {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: #fff;
	border: 1px solid #f4f4f4cc;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 25px;
}

.post-item-content h2 {
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.post-item-content h2 a {
	color: inherit;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}



.readmore-btn {
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	background: var(--accent-color);
	color: #fff;
	padding: 6px 18px;
	font-size: 16px;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 00.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.readmore-btn:hover,
.readmore-btn:focus {
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	background: #333;
	color: #fff;
	padding: 8px 18px;
	font-size: 16px;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 00.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-item-content h2 a:hover,
.post-item-content h2 a:focus {
	color: inherit;
	font-size: 18px;
	font-weight: 600;
color: var(--accent-color);
}

.our-blog .section-title h2 span {
	color: var(--accent-color);
}

.readmore-btn::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-3px, -50%);
 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px;
	width: 25px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}


.post-item-content p {
	color: #7e7e80;
	font-size: 15px;
	line-height: 1.4;
}


.post-item-content p:last-child{
	margin: 0;
}

.post-item.highlighted-post-item{
	margin-bottom: 0;
}

.post-item.highlighted-post-item .post-featured-image,
.post-item.highlighted-post-item .post-item-body{
	width: 100%;
}

.post-item.highlighted-post-item .post-featured-image img{
    aspect-ratio: 1 / 0.742;
}


.our-blog.light-section .post-item.highlighted-post-item .post-featured-image img {
	aspect-ratio: inherit;
}

.our-blog.light-section .post-featured-image img {
	width: 100%;
	aspect-ratio: inherit;
	object-fit: contain;
	transition: all 0.4s ease-in-out;
}

.our-blog .section-title.section-title-center {
	text-align: center;
}


/*****************************
    Blog
*****************************/
/* Blog post */




.blog-post .blog-post-meta {
  border: 2px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg); }
  .blog-post .blog-post-meta li {
    margin-right: 14px;
    padding-right: 18px;
    position: relative;
    -webkit-transform: skew(20deg);
            transform: skew(20deg); }
    .blog-post .blog-post-meta li:before {
      content: "/";
      position: absolute;
      right: 0; }
    .blog-post .blog-post-meta li:last-child {
      margin-right: 0; }
      .blog-post .blog-post-meta li:last-child:before {
        display: none; }

.widget .search {
  position: relative; }
.widget .search input {
	padding-right: 64px;
	height: 50px;
	padding-left: 20px;
	color: #333;
	font-weight: 600;
}
.post-meta i {
	margin-right: 4px;
	color: var(--accent-color);
}
.search-form .screen-reader-text {
	display: none;
}
.post-meta {
 
	font-size: 14px;
}

.post-meta span {
	position: relative;
	font-weight: bold;
}
.post-bottom-share {
	font-weight: bold;
}

.post-meta span a {
	color: var(--black-color);
}

.post-meta span a:hover,
.post-meta span a:focus {
	color: var(--accent-color);
}


.post-item-btn.mt-4.post-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 40px !important;
}


.post-meta  span::after {
	content: "|";
	margin: 0px 5px 0px 6px;
	font-size: 13px;
	position: relative;
	top: -2px;
	color: #888;
}

.post-meta  span:last-child:after {
	opacity:0
 
}

.widget .search input.search-submit {
	background: var(--accent-color);
	max-width: 90px;
	color: #fff;
	border: none;
	border: 1px solid var(--accent-color);
}

.widget .search input.search-submit:hover {
	background: #333;
	border-color: #333;
}

.blog-sidebar .widget.mb-4 {
	margin-bottom: 50px !important;
}
  .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary-color);
    color: #222;
    padding: 18px 20px;
    cursor: pointer;
    margin: 0;
    border-radius: 0 3px 3px 0px; }

/* Blog sidebar */


.blog-sidebar .widget .list-unstyled {
	padding-left: 6px;
}
.blog-sidebar .widget .cat-item {
	margin-bottom: 0;
	border-bottom: 1px solid #eeeded;
	padding: 7px 0 7px 18px;
	position: relative;
}
.blog-sidebar .widget .cat-item::before {
	content: "-";
	position: absolute;
	left: 0;
	top: -3px;
	height: 30px;
	width: 30px;
	font-family: "Font Awesome 5 Free";
	color: var(--accent-color);
	font-size: 24px;
}

.search-form {
	display: flex;
}


.blog-sidebar .widget .cat-item a {
	color: #333;
	font-weight: 500;
}

.blog-sidebar .widget .cat-item a:hover,
.blog-sidebar .widget .cat-item a:focus {
	color:var(--accent-color);
	font-weight: 500;
}


.blog-sidebar .widget {
  margin-bottom: 30px; }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0; }
.blog-sidebar .widget .widget-title {
	margin-bottom: 20px;
	font-size: 30px;
}
  .blog-sidebar .widget ul.list-style li {
    margin-bottom: 10px; }
    .blog-sidebar .widget ul.list-style li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #666666;
      width: 100%; }
      .blog-sidebar .widget ul.list-style li a:hover {
        color: var(--primary-color); }
    .blog-sidebar .widget ul.list-style li:last-child {
      margin-bottom: 0; }
  .blog-sidebar .widget .gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog-sidebar .widget .gallery ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 19%;
              flex: 0 0 19%;
      margin: 0 1% 1% 0; }
      .blog-sidebar .widget .gallery ul li:nth-child(5n+5) {
        margin-right: 0; }
  .blog-sidebar .widget .social ul li {
    padding: 10px 10px 10px 20px;
    border: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-sidebar .widget .social ul li a {
      color: #333333;
      font-weight: 600;
      text-transform: capitalize; }
      .blog-sidebar .widget .social ul li a i {
        width: 15px; }
    .blog-sidebar .widget .social ul li .follow {
      background: #f8f8f8;
      padding: 3px 18px;
      font-size: 12px; }
      .blog-sidebar .widget .social ul li .follow:hover {
        background: #333333;
        color: #ffffff; }
    .blog-sidebar .widget .social ul li:last-child {
      margin-bottom: 0; }
  .blog-sidebar .widget .social ul .facebook a {
    color: #466ca9; }
  .blog-sidebar .widget .social ul .facebook .follow:hover {
    background: #466ca9; }
  .blog-sidebar .widget .social ul .twitter a {
    color: #20b5e6; }
  .blog-sidebar .widget .social ul .twitter .follow:hover {
    background: #20b5e6; }
  .blog-sidebar .widget .social ul .youtube a {
    color: #d92c20; }
  .blog-sidebar .widget .social ul .youtube .follow:hover {
    background: #d92c20; }
  .blog-sidebar .widget .social ul .linkedIn a {
    color: #13799f; }
  .blog-sidebar .widget .social ul .linkedIn .follow:hover {
    background: #13799f; }
  .blog-sidebar .widget .popular-tag ul li {
    display: inline-block;
    margin-bottom: 4px; }
    .blog-sidebar .widget .popular-tag ul li a {
      padding: 6px 20px;
      display: block;
      border: 1px solid #ebebeb;
      color: #666666;
      -webkit-transform: skew(-20deg);
              transform: skew(-20deg); }
      .blog-sidebar .widget .popular-tag ul li a span {
        display: block;
        -webkit-transform: skew(20deg);
                transform: skew(20deg); }
      .blog-sidebar .widget .popular-tag ul li a:hover {
        color: var(--primary-color);
        border-color: var(--primary-color); }

.blog-post-quote {
  position: relative; }
  .blog-post-quote .blog-post-title a:hover {
    color: var(--primary-color) !important; }
  .blog-post-quote .blog-post-meta li:before {
    color: #ffffff; }
  .blog-post-quote .post-quote {
    position: absolute;
    font-size: 60px;
    right: 50px;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.2); }


/*****************************
  Accordion
*****************************/


/*****************************
FOOTER
*****************************/

/* FOOTER */

.fot-left {
	padding-top: 50px;
	padding-bottom: 30px;
}
.fot-right {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 70px;
}


.footer-links {
	margin-top: 20px;
}

.social.fot-soc {
	margin-top: 45px;
	margin-bottom: 35px;
}

.fot-top-copy {
	margin-top: 22px;
	padding-right: 15px;
}
.fot-top-copy p {
	color: #fff;
	font-size: 12px;
}


.social.fot-soc ul li {
	display: inline-block;
	padding: 0 5px;
}
.footer .tiktok {
	max-width: 20px;
	margin-top: 6px;
}

.social.fot-soc ul li a .tiktok {
	height: auto;
	width: 25px;
	height: 22px;
}

.header .tiktok {
	max-width: 15px;
	margin-top: -2px;
}


.footer-contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.footer-contact-content.app-store a {
	font-size: 15px;
	font-weight: 600;
}
.footer-contact-content p a:hover,
.footer-contact-content p a:focus {
	color:#000;
}


.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	margin-right: 15px;
}

.footer-contact-item .icon-box img{
	width: 100%;
	max-width: 16px;
}

.footer-contact-content{
	width: calc(100% - 55px);
}

.footer-contact-content p{
	color: var(--text-color);
	margin: 0;
}

.footer-contact-content p a{
	color: inherit;
}
.social.fot-soc ul li a {
	color: #fff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 55%;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 50px;
}

.social.fot-soc ul li a:hover,
.social.fot-soc ul li a:focus  {
          color: #333 }
		  
		  .social.fot-soc ul li a i {
	line-height: 36px;
	font-size: 18px;
}


.footer .footer-bottom {
	padding: 20px 0;
	font-size: 14px;
}


.footer.bg-dark.space-pt {
	padding: 0;
	background: var(--accent-color) !important;
	width: 100%;
	/*overflow-x: hidden;*/
}

.col-lg-6.col-md-6.fot-left {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-logo img {
	max-width: 325px;
}


.col-md-6.text-center.text-md-end.fot-bot-link li a:hover,
.col-md-6.text-center.text-md-end.fot-bot-link li a:focus {
	color: #333 !important;
}
.fot-bot-link li {
	margin-right: 5px !important;
}
.fot-bot-link li:last-child a::after {
	opacity: 0;
}
.fot-bot-link li a::after {
	content: "|";
	font-size: 12px;
	margin: 0 0px 0 8px;
}

.fot-bot-link li a::after {
	content: "|";
	font-size: 12px;
	margin: 0 0px 0 5px;
}
 
.fot-bot-link li a:hover,
.fot-bot-link li a:focus {
	color: var(--accent-color) !important;
}

.footer-newsletters-form .form-group {
	position: relative;
	display: flex;
	align-items: center;
	background: transparent;
	/* border-bottom: 1px solid var(--divider-color); */
	padding: 0 0 12px 0;
}

.footer-newsletters-form .form-group .form-control {
	position: relative;
	width: calc(100% - 75px);
	border: none;
	border-radius: 10px;
	color: #333;
	background: #fff;
	padding: 0;
	box-shadow: none;
	min-height: 55px;
	padding-left: 20px;
}	

.app-buttons {
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
	padding-left: 13px;
}

.app-buttons a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.footer-newsletters-form .form-group .form-control::placeholder{
	color: #333;
}

.footer-newsletters-form .form-group button {
	background: #333;
	margin-left: 0px;
	border: none;
	padding: 0;
	transition: all 0.3s ease-in-out;
	height: 55px;
	width: 85px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	margin-left: 6px;
}

.footer-newsletters-form .form-group button a {
color: #fff;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #fff;
	position: relative;
	padding-left: 20px;
}

.footer-links ul li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 20px;
}


.footer-links ul li a {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus {
	color: #000;
}


.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px 30px;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding: 40px 0;
}


.footer-newsletters-form .form-group button img{
	filter: brightness(0) invert(1);
	max-width: 20px;
}

.footer-newsletters-form h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
	 
}


.footer-links h3 {
	font-size: 22px;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
	color: #fff;
}

.footer-links-inn {
	display: flex;
	column-gap: 55px;
	align-items: flex-start;
}
.copyright-bot {
	/* background: #d02f3f; */
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.footer-contact-content.app-store a {
	font-size: 15px;
	font-weight: 600;
}
.footer-contact-content p a:hover,
.footer-contact-content p a:focus {
	color:#000;
}


.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	margin-right: 15px;
}

.footer-contact-item .icon-box img{
	width: 100%;
	max-width: 16px;
}

.footer-contact-content{
	width: calc(100% - 55px);
}

/*****************************
  Not Found
*****************************/
.error-404 h1 {
  font-size: 300px;
  line-height: 300px;
  margin-bottom: 30px;
  color: #222; }

.error-404 strong {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  display: block;
  margin-bottom: 20px; }

.error-404 span {
  font-size: 16px;
  font-weight: 600; 
  
 }


/*//////// Single blog template CSS Start////////*/

.post_featured_bg {
	position: relative;
	margin-top: -40px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 30px;
	width: calc(100% - 40px);
	min-height: 650px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.blog-post_bg_media::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.35;
	background-color: #232323;
}

.post_featured_bg .blog-post_bg_media {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.blog-post_bg_media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index: 0;
}
.post_categories span a {
	display: inline-block;
	padding: 2px 19px;
	line-height: 30px;
	color: #fff;
	background-color: #E83B4C;
	border-radius: 30px;
	transition: 0.5s ease-in-out;
	text-decoration: none !important;
	font-weight: 600;
}

.post_categories span a:hover,
.post_categories span a:focus {
	display: inline-block;
	padding: 2px 19px;
	line-height: 30px;
	color: #fff;
	background-color: #333;
	border-radius: 30px;
	transition: 0.5s ease-in-out;
	text-decoration: none !important;
	font-weight: 600;
}

.container.space-ptb.blog-single.blog-category.blog-single-new-top {
	max-width: 1380px;
	padding-bottom: 20px;
	padding-top: 60px;
}



@media (min-width: 1024px) {
	 
 .col-lg-8.content.blog-single-cont {
	 
	width: 70%;
}

.col-lg-4.sidebar.blog-single-sidebar {
	width: 30%;
}


}


.blog-text-cont {
	padding: 35px 50px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.post_featured_bg .blog-post_title {
	font-size: 55px;
	line-height: 1.25;
	position: relative;
	z-index: 1;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 12px;
	font-weight: 600;
}
 
 .meta_wrapper span {
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


.blog-text-cont .post-meta span a {
	color: #fff;
}

.blog-text-cont .post-meta span a:hover,
.blog-text-cont .post-meta span a:focus {
	color: #fff;
	text-decoration:underline !important
}


.blog-text-cont .post-meta span {
	position: relative;
	font-weight: bold;
	color: #fff;
}

.col-lg-12.single-blog-bot-but {
	padding: 50px 0;
	margin-bottom: 15px;
}

.single-blog-bot-but-inn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 10px;
	max-width: 800px;
}

.blog-page-btn.btn:hover,
.blog-page-btn.btn:focus {
	color: var(--accent-color) !important;
}


.blog-text-cont .post-meta span::after {
	content: "//";
	margin: 0px 2px 0px 3px;
	font-size: 13px;
	top: -2px;
	color: #fff;
	font-weight: bold;
}
 .col-lg-12.position-relative.single {
	padding: 0 10px;
}
.container.space-ptb.blog-single.blog-category.blog-single-new {
	padding-top: 55px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
}
.blog-single-cont-bot {
	margin-bottom: 20px;
}

.blog-single-con-top p {
	font-weight: 500;
	color: #444;
	line-height: 1.7;
	font-size: 18px;
}

.blog-single-con-top p strong {
	font-weight: bold;
}

.blog-single-con-top h3 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 25px;
}


.single_post_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 51px;
	margin-bottom: -4px;
	clear: both;
}

.tagcloud a, .wp-block-tag-cloud a {
	display: inline-block;
	margin-bottom: var(--tag-cloud-gap);
	padding: 2px 12px 2px;
	font-size: 14px !important;
	line-height: 29px;
	font-weight: 600;
	color: #333;
	background: #F3F3F3;
	transition: 0.4s ease-in-out;
	border-radius: 30px;
}


.tagcloud a:hover, .format-no_featured .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.format-no_featured .wp-block-tag-cloud a:hover {
color: #fff;
background-color: var(--primary-color);
}

.share_social-icon::after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 38px;
	height: 38px;
	background-color: #fff;
	z-index: 0;
	border-radius: 56%;
}  
.share_social-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, red, purple);
	border-radius: 55%;
	position: relative;
}

.share_social-icon a {
	position: relative;
	z-index: 1;
	color: #333;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.blog-single-cont-bot {
	margin: 50px 0;
}

.single.related_posts h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}

.rel-blog .post-featured-image {
	width: calc(100% - 0px);
}

.rel-blog .post-featured-image img {
	aspect-ratio: inherit !important;
	contain-intrinsic-size: inherit!important;
	 
}
.rel-blog .post-item-body {
	width: calc(100% - 05px);
	padding-top: 20px;
	padding-bottom: 20px;
}

.post_meta-wrap {
	margin-bottom: 10px;
}

.post_meta-wrap .post_date {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: var(--accent-color);
}

.single.related_posts .readmore-btn {
	transition: 0.4s;
	padding: 6px 25px !important;
}
 
.mindy_module_title.new h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}
.single.related_posts .readmore-btn {
	transition: 0.4s;
	padding: 6px 15px !important;
	width: 45px;
	overflow: hidden;
	display: flex;
	column-gap: 7px;
	transition: 0.7s;
	align-items: center;
	margin-left: 8px;
}

.single.related_posts .readmore-btn:hover,
.single.related_posts .readmore-btn:focus {
	transition: 0.4s;
	padding: 6px 15px !important;
	width: 130px;
	overflow: hidden;
	display: flex;
	column-gap: 7px;  transition: 0.7s;
 
}
.single.related_posts .readmore-btn span {
	min-width: 130px !important; 
	left: 2px;
	position: relative;
	opacity: 0;
	 transition: 0.7s;
}
.single.related_posts .readmore-btn:hover span,
.single.related_posts .readmore-btn:focus span {
	min-width: 130px !important; 
	left: 2px;
	position: relative;
  opacity: 1
}
.single-blog-bot-but-inn .btn.btn-primary i {
	padding: 0;
}
.single-blog-bot-but-inn .btn.btn-primary {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
}


.rel-blog .post-item-body h2 a {
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
}

.sidebar.blog-single-sidebar button i {
	background: transparent !important;
	position: relative !important;
	padding: 0 !important;
	right: inherit !important;
	left: 0 !important;
}


.sidebar.blog-single-sidebar button {
	width: 50px;
	border: none !important;
	font-size: 19px;
	background: transparent;
}
.share_social-icon a span {
	display: none;
}

.sidebar.blog-single-sidebar .search-field {
	border: none;
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sidebar.blog-single-sidebar .search-form {
	border: 1px solid #ccc;
}

.sidebar.blog-single-sidebar label {
	width: 100%;
	padding-left: 15px;
}

.sidebar.blog-single-sidebar .widget-title {
	font-weight: 600 !important;
}

.sidebar.blog-single-sidebar .widget .cat-item::before {
	position: absolute;
	content: "\f560";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--accent-color);
	left: -5px;
	font-size: 14px;
	top: 8px;
}

.sidebar.blog-single-sidebar .widget-title {
	font-weight: 600 !important;
	margin-bottom: 25px;
}

.blog-sidebar .widget.rel-post {
	margin-top: 45px;
	margin-bottom: 45px;
}

.blog-sidebar .widget.rel-post .img-fluid {
	border-radius: 10px;
	min-width: 75px;
}

.d-flex.text-dark.rel-post-date {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--accent-color) !important;
}

.blog-sidebar .widget.rel-post .d-flex.mb-3 {
	margin-bottom: 30px !important;
}

.text-dark.post-tit {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	font-weight: 500;
}

.popular-tag-new .list-unstyled.mb-0.tagcloud {
	display: flex;
	flex-direction: revert;
	flex-wrap: wrap;
	row-gap: 6px;
	column-gap: 5px;
}

.blog-side-cta-inn {
	min-height: 340px;
	background-image: url(/wp-content/themes/retrofitness/images/w-banner-bg.jpg);
	overflow: hidden;
	border-radius: 30px;
	transition: 0.4s;
	padding: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background-size: 100% 100%;
	background-position: center center;
	align-content: center;
	row-gap: 19px;
	flex-direction: column;
}

.widget.blog-side-cta {
	margin: 70px auto 30px auto;
}

 .blog-side-cta-cont h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}

.blog-side-cta-cont h3 i {
	font-weight: 600;
	color: var(--accent-color);
	font-style: normal;
}



.blog-side-cta-inn .blog-side-logo {
	max-width: 170px;
	margin-top: 20px;
	margin-left: 10px;
}

.blog-side-cta-btn a {
	background: #333;
	border-color: var(--primary-color);
	/* color: #fff; */
	position: relative;
	padding: 14px 40px;
	border-radius: 35px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase !important;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.blog-side-cta-btn a:hover,
.blog-side-cta-btn a:focus {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	position: relative;
	padding: 14px 40px;
	border-radius: 35px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase !important;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.col-lg-12.position-relative.single {
	padding: 0;
 
}

.container.space-ptb.blog-single.blog-category.blog-single-new .owl-carousel {
	padding: 0;
}

 




/*//////// Single blog template CSS END////////*/



@media only screen and (min-width: 280px) and (max-width: 767px) {

.col-lg-8.content {
	margin-bottom: 50px;
}
.blog-sidebar .widget.mb-4 {
	margin-bottom: 30px !important;
}
#main {
	padding: 30px 0;
}

.container.space-ptb.blog-single.blog-category {
	padding: 0 !important;
}
.post-item-btn.mt-4.post-bottom .btn.btn-primary {
	font-size: 12px !important;
}
.blog-text-cont {
	padding: 10px 20px;
	margin-bottom: 0;
}
.post_categories span a {
	display: inline-block;
	padding: 2px 10px !important;
	font-size: 13px !important;
}
 
 
 
 .post_featured_bg .blog-post_title {
	font-size: 26px;
	line-height: 1.1;
}
 
 .post-meta {
	font-size: 13px;
}
 
 .post_featured_bg {
	min-height: 400px;
 
}
 .container.space-ptb.blog-single.blog-category.blog-single-new-top {
	margin-bottom: 30px;
}
.blog-single-con-top p {
	font-size: 16px;
}
.container.space-ptb.blog-single.blog-category.blog-single-new .content ul {
	margin-top: 25px;
	margin-bottom: 25px;
}

.single-blog-bot-but-inn .btn.btn-primary {
	font-size: 13px !important;
	padding: 8px 15px !important;
}
 
 .single-blog-bot-but-inn {
	justify-content: center !important;
 
}

.col-lg-12.single-blog-bot-but {
	padding: 50px 0 00px 0;
	margin-bottom: 15px;
}

.d-flex.text-dark.rel-post-date {
	font-size: 14px;
	margin-bottom: 2px;
 
}

.text-dark.post-tit {
	font-size: 16px;
	line-height: 1.2;
 
}
.widget.blog-side-cta {
	margin: 45px 0;
}


.col-lg-12.position-relative.single {
	padding: 35px 15px 05px 15px;
}

.col-lg-8.content.blog-single-cont.categ-cont {
	padding: 15px 30px !important;
}
.col-lg-4.sidebar.blog-single-sidebar.cat-sidebar {
	padding: 0 30px;
	margin-bottom: 35px;
}




}
 


@media only screen and (min-width: 767px) and (max-width: 1024px) {

.container.space-ptb.blog-single.blog-category {
	max-width: 100%;
	padding: 30px 0;
 
}
.col-lg-8.content.blog-single-cont.categ-cont {
	padding: 0 15px 25px 25px !important;
}

.col-lg-4.sidebar.blog-single-sidebar.cat-sidebar {
	padding: 0 25px 0 15px !important;
}


.container.space-ptb.blog-single.blog-category .container {
	padding: 0;
}
 .container.space-ptb.blog-single.blog-category.blog-single-new-top {
 
	padding-top: 60px;
}
.post_featured_bg .blog-post_title {
	font-size: 32px;
	line-height: 1.25;
 
}
.blog-text-cont {
	padding: 35px 50px;
	margin-bottom: 0;
}
	
.post_featured_bg {
	min-height: 400px;
 
}
.widget .search input.search-submit {
	background: var(--accent-color);
	max-width: 100px;
	color: #fff;
	border: none;
	border: 1px solid var(--accent-color);
	font-size: 14px !important;
	padding: 0 0px !important;
	width: 100px;
}

.blog-sidebar .widget.mb-4 {
	margin-bottom: 30px !important;
}

.blog-single-con-top p {
	font-size: 16px;
}
.text-dark.post-tit {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	font-weight: 500;
}

.d-flex.text-dark.rel-post-date {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
 
}
.blog-side-cta-cont h3 {
	font-size: 32px !important;
 
}
.blog-side-cta-btn a {
	padding: 14px 20px !important;
	border-radius: 35px !important;
	font-size: 16px !important;
 
}

.col-lg-12.position-relative.single {
	padding: 0 15px;
}

	
}



@media only screen and (min-width: 1024px) and (max-width: 1260px) {
	
.container.space-ptb.blog-single.blog-category.blog-single-new {
	padding-top: 55px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
}.container.space-ptb.blog-single.blog-category {
	padding: 45px 0;
	max-width: 1180px;
}
.col-lg-12.position-relative.single {
	padding: 0 15px !important;
}
.container.space-ptb.blog-single.blog-category .container {
	max-width: 1180px;
}

	
}




.testimonial-image .avatar.avatar-xl {
    width: 80px;
    height: 80px;
    width: 80px!important;
}
