@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* GENERAL */

::-moz-selection {
	background-color: var(--maincolor);
	color: #fff;
}

::selection {
	background-color: var(--maincolor);
	color: #fff;
}

::-moz-selection {
	background-color: var(--maincolor);
	color: #fff;
}

body {
	color: #686665;
	transition: 0.5s ease-in-out;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3a3736;
	font-family: "Fira Sans Condensed", sans-serif;
	font-feature-settings: "lnum" 1;
	font-variant-numeric: lining-nums;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: capitalize;
	word-break: break-word;
}

h1 {
	font-size: 70px;
	margin-bottom: 0.8rem;
	margin-top: 2.5rem;
}

h2 {
	font-size: 60px;
	margin-bottom: 0.8rem;
	margin-top: 2.5rem;
}

h3 {
	font-size: 50px;
	margin-bottom: 0.8rem;
	margin-top: 2.5rem;
}

h4 {
	font-size: 40px;
	margin-bottom: 0.8rem;
	margin-top: 2.5rem;
}

h5 {
	font-size: 30px;
	margin-bottom: 0.8rem;
	margin-top: 2.5rem;
}

h6 {
	font-size: 20px;
	margin-bottom: 0.8rem;
	margin-top: 2.5rem;
}

@media (max-width: 991px) {
	h1 {
		font-size: 3.1rem;
		margin-top: 1.9rem;
	}

	h2 {
		font-size: 2.7rem;
		margin-top: 1.9rem;
	}

	h3 {
		font-size: 2.3rem;
		margin-top: 1.9rem;
	}

	h4 {
		font-size: 1.9rem;
		margin-top: 1.9rem;
	}

	h5 {
		font-size: 1.5rem;
		margin-top: 1.9rem;
	}

	h6 {
		font-size: 1.25rem;
		margin-top: 1.9rem;
	}
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

p {
	line-height: 1.5rem;
	margin-bottom: 1.5em;
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

mark {
	color: var(--maincolor);
	padding: 0;
}

ul,
ol {
	margin-bottom: 1.5rem;
	padding-left: 20px;
}

ul li,
ol li {
	padding: 5px 0 5px 0;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
	margin-top: 10px;
}

p:last-child:after {
	clear: both;
	content: "";
	display: block;
}

img,
figure {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 5px;
}

figcaption p {
	margin-bottom: 0;
}

b,
strong {
	color: #251b19;
	font-weight: 500;
}

label {
	color: #3a3736;
}

a {
	color: #3a3736;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: var(--maincolor);
	text-decoration: none;
	transition: all 0.15s linear 0s;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
	color: var(--maincolor);
}

blockquote,
[class*='-block-quote'] {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 1.5rem;
	max-width: 980px;
	padding-left: 70px !important;
	position: relative;
}

@media (max-width: 575px) {
	blockquote,
	[class*='-block-quote'] {
		padding-left: 40px !important;
	}
}

blockquote:before,
[class*='-block-quote']:before {
	background-color: var(--maincolor);
	content: "";
	height: 42px;
	left: 0;
	-webkit-mask: url(../img/quote.png) no-repeat;
	-webkit-mask-size: cover;
	position: absolute;
	top: 0;
	width: 50px;
}

@media (max-width: 575px) {
	blockquote:before,
	[class*='-block-quote']:before {
		height: 25px;
		width: 30px;
	}
}

blockquote img,
[class*='-block-quote'] img {
	border-radius: 50%;
	max-width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1200px) {
	blockquote img,
	[class*='-block-quote'] img {
		height: 100px;
		width: 100px;
	}
}

@media (max-width: 575px) {
	blockquote img,
	[class*='-block-quote'] img {
		display: block;
		float: none !important;
		margin: 10px 0 !important;
	}
}

blockquote p,
[class*='-block-quote'] p {
	margin-bottom: 1.2rem;
}

blockquote footer,
[class*='-block-quote'] footer {
	font-style: normal;
}

blockquote footer h5,
[class*='-block-quote'] footer h5 {
	margin-bottom: 0.1rem;
	text-transform: capitalize;
}

blockquote cite,
[class*='-block-quote'] cite {
	font-size: 16px;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a > img {
	transition: all 0.3s ease-in-out 0s;
}

hr {
	border-color: #e1e0e0;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

iframe {
	border: none;
	max-width: 100%;
}

table {
	margin: 10px 0;
	max-width: 100%;
	width: 100%;
}

table td,
table th {
	border: 1px solid #e1e0e0;
	line-height: 1.42857143;
	padding: 20px 13px;
	text-align: left;
	vertical-align: middle;
}

table th {
	color: #3a3736;
	font-weight: normal;
	padding: 13px 13px;
	vertical-align: middle;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	background-color: rgba(150, 150, 150, 0.05);
	line-height: 1.5;
	padding: 0.5em 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.list-bordered {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.list-bordered li {
	border-bottom: 1px solid #e1e0e0;
	border-top: 1px solid #e1e0e0;
	padding-bottom: 25px;
	padding-top: 25px;
}

.list-bordered li + li {
	border-top: none;
}

.list-bordered.no-top-border > li:first-child {
	border-top: none;
}

.list-bordered.no-bottom-border > li:last-child {
	border-bottom: none;
}

ol.list-styled {
	counter-reset: li;
	list-style: none outside none;
	padding: 0;
}

ol.list-styled li {
	padding: 6px 0 6px 35px;
	position: relative;
}

ol.list-styled li::before {
	color: var(--maincolor);
	content: "." "0" counter(li);
	counter-increment: li;
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.list-styled ul,
ul.list-styled {
	list-style: none;
	padding: 0;
}

.list-styled ul li,
ul.list-styled li {
	padding-left: 35px;
	position: relative;
}

.list-styled ul li:before,
ul.list-styled li:before {
	color: var(--maincolor);
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 5px;
	font-weight: 900;
}

.list-unstyled li {
	border: none !important;
}

.list-unstyled li a {
	line-height: 1;
	padding: 0 !important;
}

.list-unstyled li a:before {
	display: none !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #e1e0e0;
	border-radius: 0;
	box-shadow: none;
	color: #686665;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding: 0 5px;
	width: 100%;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

#sp-header .sppb-btn,
#sp-component .sppb-btn,
#sp-footer .sppb-btn,
#sp-left .sppb-btn,
#sp-right .sppb-btn,
.btn,
.sppb-btn,
.ls-wrapper .slider-btn {
	border-radius: 0;
	border-width: 2px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	min-width: 150px;
	padding: 10px 30px;
	text-transform: capitalize;
	cursor: pointer;
	white-space: normal;
}

#sp-header .sppb-btn.sppb-btn-primary,
#sp-component .sppb-btn.sppb-btn-primary,
#sp-footer .sppb-btn.sppb-btn-primary,
.btn.btn-primary,
.sppb-btn.sppb-btn-primary {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

#sp-header .sppb-btn.sppb-btn-primary:hover,
#sp-component .sppb-btn.sppb-btn-primary:hover,
#sp-footer .sppb-btn.sppb-btn-primary:hover,
.btn.btn-primary:hover,
.sppb-btn.sppb-btn-primary:hover{
	background-color: transparent;
	border-color: var(--maincolor);
	color: #3a3736;
}


#sp-header .sppb-btn.sppb-btn-secondary,
#sp-component .sppb-btn.sppb-btn-secondary,
#sp-footer .sppb-btn.sppb-btn-secondary,
.sppb-btn.sppb-btn-secondary {
	border-color: #e6ecef;
	color: #3a3736;
}

#sp-header .sppb-btn.sppb-btn-secondary:hover,
#sp-component .sppb-btn.sppb-btn-secondary:hover,
#sp-footer .sppb-btn.sppb-btn-secondary:hover,
.sppb-btn.sppb-btn-secondary:hover {
background: var(--maincolor);
border-color: var(--maincolor);
color: #fff;
}

#sp-header .sppb-btn.sppb-btn-success,
#sp-component .sppb-btn.sppb-btn-success,
#sp-footer .sppb-btn.sppb-btn-success,
.btn.btn-success,
.sppb-btn.sppb-btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}

#sp-header .sppb-btn.sppb-btn-info,
#sp-component .sppb-btn.sppb-btn-info,
#sp-footer .sppb-btn.sppb-btn-info,
.btn.btn-info,
.sppb-btn.sppb-btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}


#sp-header .sppb-btn.sppb-btn-warning,
#sp-component .sppb-btn.sppb-btn-warning,
#sp-footer .sppb-btn.sppb-btn-warning,
.btn.btn-warning,
.sppb-btn.sppb-btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}

#sp-header .sppb-btn.sppb-btn-danger,
#sp-component .sppb-btn.sppb-btn-danger,
#sp-footer .sppb-btn.sppb-btn-danger,
.btn.btn-danger,
.sppb-btn.sppb-btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}

#sp-header .sppb-btn.sppb-btn-dark,
#sp-component .sppb-btn.sppb-btn-dark,
#sp-footer .sppb-btn.sppb-btn-dark,
.btn.btn-dark,
.sppb-btn.sppb-btn-dark {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}


#sp-header .sppb-btn.sppb-btn-link,
#sp-component .sppb-btn.sppb-btn-link,
#sp-footer .sppb-btn.sppb-btn-link,
.btn.btn-link,
.sppb-btn.sppb-btn-link {
	color: #111516;
	text-decoration: underline;
}

.sppb-btn.sppb-btn-link {
	padding: 0 !important;
	min-width: auto !important;
}


.sppb-addon-optin-forms {
	padding: 0px;
}

#sp-footer {
	font-size: inherit;
}

[class*="divider-"] {
	height: 0;
}

/* text helpers */
.fs-10 {
	font-size: 10px;
}

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

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

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

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-32 {
	font-size: 32px;
}

.fs-36 {
	font-size: 36px;
}

.fs-40 {
	font-size: 40px;
}

.fs-45 {
	font-size: 45px;
}

.fs-50 {
	font-size: 50px;
}

.fs-56 {
	font-size: 56px;
}

.fs-60 {
	font-size: 60px;
}

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

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

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

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

.fw-700,
.bolder {
	font-weight: 700;
}

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

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

.sp-scroll-up {
	background: var(--maincolor);
}

.color-darkgrey {
	color: #111516;
}

.color-dark {
	border-color: #3a3736;
	color: #3a3736;
}

.z-index2 {z-index: 2 !important;}

.excerpt {
	color: #000;
	font-size: 20px;
}

.overflow-hidden {overflow: hidden !important;}
.overflow-visible {overflow: visible !important;}

@media (max-width: 992px) {
.section-color-full {
	background-color: #000 !important;
	padding-bottom: 100px !important;
	padding-top: 100px !important;
}
}


.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.95);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(241, 82, 1, 0.7);
		transform: scale(1.1);
	}

	70% {
		box-shadow: 0 0 0 20px rgba(241, 82, 1, 0);
		transform: scale(1);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(241, 82, 1, 0);
		transform: scale(1.1);
	}
}


/* HEADER */ 

#sp-top {position: relative; z-index: 2; }

#sp-top:after {
	content: "";
display: block;
height: 1px;
left: 0;
position: absolute;
right: 0;
z-index: 1;
    background-color: rgba(225, 224, 224, 0.4);
	bottom: 0;
top: auto;
}

#sp-header {
	height: auto;
	box-shadow: none;
	transition: none;
	transition: 0.5s ease-in-out;
  background: transparent;
}

#sp-header.header-sticky {
	background: #e5b2a1;
	box-shadow: none;
	opacity: 0.98;
	transition: 0.5s ease-in-out;
}

#sp-header > .row {
-ms-flex-align: center !important;
align-items: center !important;	
}


@media (min-width: 992px) {

.logo-image, .logo-image-phone {
	height: auto !important;
	max-height: 50px;
	visibility: hidden;
}

#sp-header.header-sticky .logo-image {visibility: visible;}

#sp-top2 {visibility: hidden;}
#sp-header.header-sticky #sp-top2 {visibility: visible;}
}

.sp-megamenu-parent {
	text-align: left;
	float: none;
}

.sp-megamenu-parent > li {text-align: left;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-weight: 300;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	line-height: 14px;
	padding-bottom: 12px;
	padding-top: 12px;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a {
		padding-left: 17px;
		padding-right: 17px;
	}
}


.sp-megamenu-parent > li.active > a {
	font-weight: 300;
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 50px 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {padding: 0px 40px;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	display: block;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.1em;
	padding: 15px 1.1em;
	text-decoration: none;
	text-transform: capitalize;
	transition-property: color, background-color, border-color, padding-top, padding-bottom;
}

.sp-megamenu-parent .sp-mega-group > li > a {
display: block;
line-height: 1.1em;
margin-bottom: 4px;
color: #fff;
text-transform: capitalize;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.05em;
padding: 0px 55px !important;
text-transform: uppercase;
}

@media (min-width: 992px) {

.offcanvas-overlay {
	background: transparent;
}

.offcanvas-menu .offcanvas-inner .sp-module ul.menu {
	display: none;
}

.offcanvas-menu {
	background-color: #262c31;
	width: 400px;
}

.offcanvas-menu .offcanvas-inner {
	padding: 41px 58px 60px;
}

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
	right: 0;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -400px;
}
}

#sp-logo-section {
    position: relative;
    left: 0;
    top: 0;
    z-index: 9;
}

@media (max-width: 992px) {
.border-right {
	border-right: 0px solid #dee2e6 !important;
}
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	width: 290px !important;
}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 240px 0 90px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	margin-top: -166px;
}


.sp-page-title:before {
	bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #251b19;
    opacity: 0.7;
}
.sp-page-title .container {
	position: relative;
	z-index: 2;
}

.sp-page-title .sp-page-title-heading {
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 0.65em;
	margin-top: -5px;
}

.sp-page-title .breadcrumb {
	margin: 0;
	line-height: 1.6;
	font-size: 16px;
	padding-bottom: 0;
	position: relative;
}

.breadcrumb li {
    padding: 0;
	line-height: 1;
	min-height: auto;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
}
.breadcrumb li.float-left {margin-right: 0 !important;}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 25px;
	padding-left: 25px;
}

.sp-page-title .breadcrumb > .active span {
	color: #fff;
	border: 2px solid transparent;
	border-color: var(--maincolor);
	padding: 1px 15px;
	position: relative;
}

.breadcrumb li a:hover {color: var(--maincolor);}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}

.com-spsimpleportfolio #sp-main-body,
.com-content #sp-main-body,
.com-j2store #sp-main-body {
	padding: 150px 0;
}


.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 150px;
}

.sppb-addon-single-image-container {color: transparent; font-size: 0;}

.step:hover .sppb-addon-content:before,
.step:hover .sppb-addon-title  {
	opacity: 1 !important;
}

.s-overlay {
	overflow: hidden;
}

.s-overlay:before {
	background-color: #111516;
	opacity: 0.9;
height: 3000px;
left: 0;
right: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 46%;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 992px) {
	.s-overlay:before {
	-webkit-transform: none;
	transform: none;
	width: 100%;
}
}

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 70px;
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

/* */

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 45px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: none;
	display: inline-block;
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
background-color: transparent;
color: #686665;
font-size: 20px;
font-weight: 300;
line-height: 1;
margin: 0 30px 10px;
padding: 5px 12px;
text-indent: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
background: var(--maincolor);
color: #fff !important;
} 


.com-spsimpleportfolio.gallery-full #sp-main-body .container {max-width: 100%;}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
transition: all 0.6s ease-in-out;
}


.sp-simpleportfolio .media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.sp-simpleportfolio .media-links::before {
	background-color: var(--maincolor);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s linear;
}

.sp-simpleportfolio .media-links a.abs-link {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sp-simpleportfolio .media-links a.abs-link:before {
	color: #000;
	content: "+";
	font-size: 48px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .media-links:before {
	opacity: 0.7;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .media-links a.abs-link {
    opacity: 1;
}


.sp-simpleportfolio .icons-link a {
	border: 2px solid transparent;
	display: inline-block;
	font-size: 30px;
	height: 60px;
	line-height: 58px;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -100px;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 60px;
	z-index: 5;
}

.sp-simpleportfolio .icons-link a.link-zoom {
background-color: transparent;
color: #fff;
}

.sp-simpleportfolio .icons-link a.link-anchor {
	background-color: transparent;
	color: #fff;
	transition-delay: 0.1s;
}

.sp-simpleportfolio .icons-link a:hover {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
	opacity: 1;
}


.sp-simpleportfolio .sp-simpleportfolio-overlay-wrapper:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

.sp-simpleportfolio .sp-simpleportfolio-overlay-wrapper:hover .icons-link a {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

.sp-simpleportfolio .item-content2 {
	padding: 17px;
	text-align: center;
	border-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	max-width: 76%;
	position: relative;
	z-index: 3;
	background-color: #fff;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
	border-radius: 0;
}

.sp-simpleportfolio .item-content {
	align-items: center;
	background: rgba(38, 44, 49, 0.5);
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease;
	z-index: 2;
	text-align: center;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .item-content {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.portfolio-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 29px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .item-content .portfolio-title {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio-title > a:hover {color: var(--maincolor);}

.small-text {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.1em;
	text-transform: capitalize;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	background: rgba(58, 55, 54, 0.7);
}


.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay h6 {
	color: #fff;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay h6:hover {color: #3a3736;}

/* */

/* BLOG */

.article-list .article {
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 0;
	position: relative;
	border-color: transparent;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.article-list .col-md-12 .article {margin-bottom: 0px;}

.article-list .row > .col-md-12 + .col-md-12 {margin-top: 60px;}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
	transform: scale(1);
	transition: all 0.6s ease-in-out;
	width: 100%;
}

.article-list .article:hover .article-intro-image img {
    transform: scale(1.05);
}

.article-body {
	padding: 40px;
}

.blog-grid .article-body {
    padding: 24px 20px 30px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
text-transform: none;
font-weight: 500;
letter-spacing: 0;
margin-top: 0;
font-size: 30px;
line-height: 1;
margin: 0 0 0.3em;
margin-bottom: 25px;
}

.blog-grid .article-list .article .article-header h1, .blog-grid .article-list .article .article-header h2{
    font-size: 20px;
    margin-bottom: 13px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #3a3736;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
	color: var(--maincolor);
}

.entry-meta .article-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.article-info > span {
	font-size: inherit;
}

.entry-meta .article-info > span.createdby {display: none;}

.entry-meta .article-info span.category-name {
    padding-left: 20px;
    position: relative;
}

.entry-meta .article-info span.category-name:before {
	background: var(--maincolor);
	border-radius: 2px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 10px;
}

.article-info span.category-name a {
	color: #686665;
	display: inline-block;
	text-transform: capitalize;
}


.article-info span.category-name a:hover {
color: var(--maincolor) !important;
}

.article-info > span i {
    font-size: 14px;
    margin-right: 6px;
}

.article-info > span + span::before {
	display: none;
}

.fw-divider-line-styled {
	background-color: #686665;
	height: 1px;
	width: 70px;
	margin-bottom: 35px;
	margin-top: 30px;
}

.article-list .article .readmore a {
	color: #707070;
	font-size: 16px;
	font-weight: 300;
	margin-top: 35px;
	display: block;
}

.entry-meta2 .category-name, .entry-meta2 .published {display: none !important;}

.read-more {
	margin-top: 40px;
}


.article-list .article .article-intro-image a:after {
	background-color: #111516;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s linear;
}
.article-list .article .article-intro-image:hover a:after{
	opacity: 0.6;
}

.article-list .article .article-intro-image a:hover > img {
	opacity: 1;
}

/* SINGLE POST */

.article-details {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

.article-details .article-full-image img {
	display: block;
	border-radius: 0;
	transform: scale(1);
	transition: all 0.6s ease-in-out;
	width: 100%;
}

.article-details:hover .article-full-image  img {
	transform: scale(1.05);
}

.single-article-content {
	margin-top: 0;
	padding: 40px;
}

.single-meta-share {
	display: flex;
	justify-content: space-between;
}

.article-details .article-ratings-social-share {
	padding: 0;
	border-top: 0px solid #f5f5f5;
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
}

.article-social-share {
	float: none;
	display: inline-block;
}

.share_buttons > span {
	color: #707070;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 11px;
	line-height: 1;
	margin-right: 10px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 10px;
}

.article-social-share .social-share-icon ul li a {
	border: 0px solid #ededed;
	height: auto;
	text-align: center;
	width: auto;
	display: inline-block;
	color: #707070;
	font-size: 15px;
	line-height: 1;
}

.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
	color: var(--maincolor);
}


.article-details .article-header h1, .article-details .article-header h2 {
	display: none;
}

.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

.article-details blockquote {
   font-size: 16px;
	font-style: italic;
	margin-bottom: 1.5rem;
	max-width: 980px;
	padding-left: 70px !important;
	position: relative;
}

ul.theme-styled {
    color: #777a7c;
    line-height: 34px;
    list-style: none;
    margin-bottom: 1em !important;
    padding: 0;
}

ul.theme-styled li {
    border: none !important;
    padding: 0 !important;
    position: relative;
}

ul.theme-styled li::before {
    color: var(--maincolor);
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 16px;
    padding-right: 9px;
    position: relative;
}


.article-details .article-author-information {
	padding-top: 0;
	margin-top: 5.8em;
	border-top: 1px solid #e1e0e0;
	padding: 54px 60px 42px;
}

.author-bio-inner {	
margin-left: auto;
	margin-right: auto;
	max-width: 770px;
	display: flex;
}

.author-bio-inner .author-img {
	flex-shrink: 0;
	margin-right: 40px;
}

.article-details .article-author-information img {
    width: 100%;
	border-radius: 50%;
	max-width: 70px;
	overflow: hidden;

}

.article-details .article-author-information .author-bio {
    padding: 0;
}

.article-details .article-author-information .author-bio h5 {
	margin-bottom: 30px;
	margin-top: 10px;
}

.author-website {
	margin-top: 30px;
	color: #262c31;
}

.author-website a {margin-left: 5px;}

.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}

/* */

/* SHOP */

.j2store-single-product {
	margin-bottom: 30px;
	border: 0px solid #e1e1e1;
	position: relative;
	text-align: left;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.product-wrap {
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.j2store-single-product .product-title {
font-size: 24px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
line-height: 1.2em;
margin: 0 0 0.8rem;
padding-left: 0;
padding-right: 0;
text-transform: none;
}

.product-price-container {
display: block;
font-size: 20px;
font-weight: 300;
color: #686665;
margin: 10px auto;
}

.base-price, .sale-price {
	line-height: 1.5;
	display: inline-block;
}

.product-price-container .strike {
	text-decoration: line-through;
	font-size: 20px;
	color: #686665;
	font-weight: 300;
}

.product-price-container .sale-price {
	font-size: 20px;
	font-weight: 300;
	color: var(--maincolor);
}

.discount-percentage {
	background-color: var(--maincolor);
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	left: 17px;
	line-height: 1;
	position: absolute;
	top: 16px;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
}

.j2store-addtocart-form {
	margin-top: 15px;
}

.j2store-addtocart-form .sppb-btn {padding: 10px 29px !important;}

/* Single Product */


.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
}

ul.additional-image-list {
list-style: none;
margin: 0;
padding: 0;
color: transparent;
font-size: 0;
line-height: 0;
position: absolute;
text-align: center;
width: 100%;
margin: 1px -5px;
overflow: hidden;
position: static;
margin-bottom: 0;
margin-top: 5px;
}

.additional-image-list li {
	float: left;
	margin: 0 0 1px;
	padding: 0 0 0 5px;
	width: 20%;
	display: block;
	cursor: pointer;
}

.product-title-simple {
	display: block;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 1em;
	margin-top: 26px;
}

.product-sdesc ul.list-styled {padding: 20px 0;}

.product-sdesc ul.list-styled li {
    padding-left: 25px;
}

.type-product .j2store-addtocart-form-simple {
	margin: 20px 0 0;
}

.type-product .j2store-addtocart-form-simple:before {
    border-top: 1px solid #b2b2b2;
    content: "";
    display: block;
    margin-bottom: 26px;
    position: relative;
}


.type-product .options {
	display: flex;
	justify-content: space-between;
}

.options .option {
	position: relative;
	width: 100%;
}

.options .option + .option {
	padding-left: 15px;
}

.options b {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #262c31;
}

.options select {
background-color: #f4f4f4;
border: none;
border-radius: 5px;
color: #777a7c;
font-size: 16px;
font-weight: 400;
height: 60px;
outline: none;
padding: 10px 30px 9px 20px;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: "";
width: 100%;
text-align: center;
}

.type-product .j2store-add-to-cart {
	border-top: 1px solid #b2b2b2;
	display: block;
	margin-top: 25px;
	position: relative;
	padding-top: 25px;
}


.options .option select:not(.form-control):focus {
    background-color: #eef3f5;
}

.form-control:focus {
	box-shadow: none;
}

#sp-component .simple.detail.bs3 .j2store-addtocart-form-simple .sppb-btn {
	position: relative;
	top: -1px;
	width: auto;
	margin-top: 0px;
	background: var(--maincolor) !important;
	color: #fff !important;
	padding: 15px !important;
	border: 2px solid var(--maincolor) !important;
	font-weight: 300;
}

#sp-component .simple.detail.bs3 .j2store-addtocart-form-simple .sppb-btn:hover {
	background: #fff !important;
	color: #3a3736 !important;
}


.product-qty input[type="text"], .product-qty input[type="number"] {
	display: inline;
	height: 50px;
	padding: 0 !important;
	width: auto !important;
	text-align: center;
	margin: 0px;
	-moz-appearance: textfield;
	background-color: #eef3f5;
	border: none;
	color: #111516;
	line-height: 60px;
	max-width: 80px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
}

.j2store-addtocart-form-simple .sppb-btn {
	position: relative;
	top: -1px;
	width: auto;
	margin-top: 40px;
}

.woocommerce-tabs {
	clear: both;
	margin-bottom: 4em;
	margin-top: 100px;
}

.woocommerce-tabs ul.nav-tabs {
border-bottom: none;
list-style: none;
margin-bottom: 1px;
padding-left: 0;
position: relative;
z-index: 1;
display: flex;
line-height: 1.9;
margin-bottom: -1px;
}

.woocommerce-tabs ul.nav-tabs li {
border-bottom: none;
display: flex;
padding: 0;
position: relative;
z-index: 1;
}

.woocommerce-tabs ul.nav-tabs li + li {
	border-top: none;
}

.woocommerce-tabs ul.nav-tabs li a {	
	background: transparent;
	border: 1px solid #e1e0e0;
	border-radius: 0;
	color: #3a3736;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin-right: 4px;
	padding: 22px 42px;
	text-align: center;
	text-transform: capitalize;
}

.woocommerce-tabs ul.nav-tabs li a:hover {
background: var(--maincolor);
color: #fff;
}

.tab-content > .active.fade:not(.show) {
	opacity: 1;
}

.woocommerce-tabs .tab-content {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 44px 40px 42px;
}


.sppb-btn-primary.focus, .sppb-btn-primary:focus {
	color: #fff;
	box-shadow: none !important;
}

.related, .upsells, .cross-sells {
	margin-top: 74px;
}

.cross-sells .j2store-single-product {
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	position: relative;
	text-align: center;
}

.crosssell-product .j2store-single-product .sppb-btn {margin-top: 15px !important;}

.related .j2store-single-product img {width: 100%;}




/* CART */

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	border-radius: 0;
	border-width: 2px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 4px;
	min-width: 150px;
	padding: 10px 30px;
	text-transform: capitalize;
	cursor: pointer;
	white-space: normal;
	background-color: var(--maincolor) !important;
	color: #fff !important;
	border-color: var(--maincolor) !important;
}



.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
background-color: transparent !important;
color: #3a3736 !important;
border-color: var(--maincolor) !important;
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

.j2store-remove,
.j2store-remove:hover {
height: 50px;
padding-left: 10px !important;
padding-right: 10px !important;
line-height: 50px;
max-width: 80px;
min-width: auto;
margin-bottom: 0 !important;
padding-top: 0;
padding-bottom: 0;
margin-top: -2px;
}

.view-carts input[type="number"]:not(.form-control):focus {
	background-color: #eef3f5;
}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 0; border: none !important;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}

.view-checkout .j2store.checkout h1 {display: none;}

.j2store-cart .row-fluid .span6 {padding-top: 60px;}


/* J2Store Module */

.j2store-module-product {
margin-bottom: 30px;
padding: 0 15px;
position: relative;
text-align: center;	
}

.product-inner {
	border: 1px solid #e1e1e1;
	position: relative;
}

.j2store-module-product h2 {
    font-size: 21px;
    margin-bottom: 0;
}

.j2store-module-product .sppb-btn.sppb-btn-primary:before {background-color: #fff !important;}
.j2store-module-product .sppb-btn.sppb-btn-primary {background-color: var(--maincolor) !important;}


/* */


/* IMPORT ICOMOON */


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?68jm2p');
  src:  url('../fonts/icomoon.eot?68jm2p#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?68jm2p') format('truetype'),
    url('../fonts/icomoon.woff?68jm2p') format('woff'),
    url('../fonts/icomoon.svg?68jm2p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-autism:before {
  content: "\e900";
}
.ico-carpenter:before {
  content: "\e901";
}
.ico-empathy:before {
  content: "\e902";
}
.ico-finish:before {
  content: "\e903";
}
.ico-hospitality:before {
  content: "\e904";
}
.ico-knowledge:before {
  content: "\e905";
}
.ico-location:before {
  content: "\e906";
}
.ico-loupe:before {
  content: "\e907";
}
.ico-maps-and-flags:before {
  content: "\e908";
}
.ico-mobile:before {
  content: "\e909";
}
.ico-paper-plane:before {
  content: "\e90a";
}
.ico-shopping-bag:before {
  content: "\e90b";
}
.ico-support:before {
  content: "\e90c";
}
.ico-thinking:before {
  content: "\e90d";
}
.ico-time-management:before {
  content: "\e90e";
}
.ico-wallet:before {
  content: "\e90f";
}



@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


