@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&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 {
  line-height: 1.8;
  color: #70695f;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word; 
 
}

h1, .h1 {
  font-size: 3.75rem; }

h2, .h2 {
  font-size: 3.125rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #352f27; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #352f27; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    font-weight: inherit; }

.h1, .h2, .h3, h1, h2, h3 {
  font-family: "Playfair Display", cursive;
  margin-bottom: 1rem;
  margin-top: 0.75rem; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "Playfair Display", cursive;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px; }

table p {
  margin-bottom: 0; }

p {
  margin-bottom: 30px; }
  p a:hover, p a:focus {
    text-decoration: underline; }

a {
  color: var(--maincolor);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease; 
}

a:hover {
    color: #7e705d;
    text-decoration: none; 
}

address {
  color: #777;
  font-style: italic; }

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ol ol li, ol ul li,
ul ol li, ul ul li {
  padding-left: 20px; }

#sp-top .sppb-btn,
#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-width: 2px;
letter-spacing: .05rem;
padding: 0.8rem 2.5rem;
overflow: hidden;
transition: all 0.2s ease-in-out;
cursor: pointer;
}

#sp-top .sppb-btn.sppb-btn-primary,
#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,
.ls-wrapper .slider-btn {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

#sp-top .sppb-btn.sppb-btn-primary:hover,
#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: #d0ac7d;
	border-color: #cea775;
}

#sp-top .sppb-btn.sppb-btn-secondary,
#sp-header .sppb-btn.sppb-btn-secondary,
#sp-component .sppb-btn.sppb-btn-secondary,
#sp-footer .sppb-btn.sppb-btn-secondary,
.btn.btn-secondary,
.sppb-btn.sppb-btn-secondary,
.ls-wrapper .slider-btn {
color: #fff;
background-color: #352F27;
border-color: #352F27;
}

#sp-top .sppb-btn.sppb-btn-secondary:hover,
#sp-header .sppb-btn.sppb-btn-secondary:hover,
#sp-component .sppb-btn.sppb-btn-secondary:hover,
#sp-footer .sppb-btn.sppb-btn-secondary:hover,
.btn.btn-secondary:hover,
.sppb-btn.sppb-btn-secondary:hover {
    color: #fff;
    background-color: #2d2821;
    border-color: #2a261f;
}

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){
	padding: 0px;
}

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

.section-skew {
	transform: skew(0deg, 1deg);
}

.section-skew .sppb-container-inner {
    transform: skew(0deg, -1deg);
}

.masterlaw-iconbox {
	border: 2px solid #f3f0f0;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
	display: flex !important;
	align-items: center !important;
}
@media (min-width: 992px){
.new-style {
	left: 240px;
	right: -240px;
	top: 50px;
}
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

#sppb-addon-wrapper-1619109412755,
#sppb-addon-wrapper-1619720014066{
	right: 0;
}

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

textarea.sppb-form-control {height: auto !important;}

.sppb-article-img-wrap, .sppb-article-img-wrap img {width: 100%;}


/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
	padding-bottom: 0px;
	padding-top: 0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#sp-header.header-sticky {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all .6s;
	transition: all .6s;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
}

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}

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

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

#sp-header .logo {
	height: auto;
}

#sp-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
	display: inline-block;
	height: auto;
	max-height: 54px;
	width: auto;
	transition: all 0.3s ease;
}

#sp-header.header-sticky .logo a .logo-image,
#sp-header.header-sticky .logo a .logo-image-phone {
	max-height: 54px;
}

@media (min-width: 1200px){
.sp-megamenu-parent {
	display: flex !important;
	align-items: center;
}
}

.sp-megamenu-parent > li {
    padding: 20px 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
text-decoration: none;
font-size: 1rem;
font-weight: 600;
margin: 0;
line-height: 1.8;
padding: 8px 16px;
padding-left: 20px;
padding-right: 20px;
border-radius: 30px;
}

.sp-megamenu-parent > li:not(.menu-shop, .menu-search):hover > a {
  background: #333;
}
.sp-megamenu-parent > li:not(.menu-shop, .menu-search).active > a, .sp-megamenu-parent > li:not(.menu-shop, .menu-search).active:hover > a {
  background: #333;
}

.sp-megamenu-parent > li.menu-shop .image-title {display: none;}

.sp-megamenu-parent > li.menu-shop img {
	max-height: 25px;
}

.sp-megamenu-parent > li.menu-search {padding-left: 20px;}

.sp-megamenu-parent > li.menu-search a {
	color: #888;
	font-size: 18px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.sp-megamenu-parent > li:last-child > a {margin-left: 0; padding-left: 5px; padding-right: 25px;}

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

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	margin-left: 3px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
	border: 1px solid #ddd;
	border-top: 3px solid #333;
	list-style: none;
	min-width: 13.9em;
	padding: 0;
	text-align: left;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
border-bottom: 1px solid #eee;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 0.9rem;
	padding: 10px 25px 10px 22px;
	font-weight: 600;
	line-height: 1.8;
	display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	content: '';
	display: inline-block;
	height: 0;
	width: 4px;
	vertical-align: middle;
	margin-right: 0;
	opacity: 0;
	visibility: hidden;
	background: #111;
	-webkit-transition: height .4s,opacity .4s ease,top .4s ease;
	-o-transition: height .4s,opacity .4s ease,top .4s ease;
	-moz-transition: height .4s,opacity .4s ease,top .4s ease;
	transition: height .4s,opacity .4s ease,top .4s ease;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a:before {
	top: 0;
	height: -webkit-calc(100% + 1px);
	height: -moz-calc(100% + 1px);
	height: calc(100% + 1px);
	opacity: 1;
	visibility: visible;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: #eee none repeat scroll 0 0;
  padding-left: 25px;
}

.sp-megamenu-parent .sp-mega-group > li > a {
	font-size: 16px;
	font-weight: 700 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 40px !important;
	text-transform: uppercase;
}

#offcanvas-toggler {
	display: block;
	height: auto;
	line-height: 1.8;
	font-size: 18px;
	padding-bottom: 27px;
	padding-top: 27px;
}

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

@media (min-width: 992px) {

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

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

.offcanvas-menu .offcanvas-inner {
	padding: 50px;
}

.offcanvas-menu {
	width: 480px;
}

.offcanvas-menu .menu {display: none !important;}
	
}

.offcanvas-menu .menu li img {display: none !important;}


/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.sp-page-title:before {
	background-color: rgba(17, 17, 17, 0.9);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sp-page-title .container {position: relative; z-index: 2;}

.sp-page-title .sp-page-title-heading {
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1rem;
	word-wrap: break-word;
	margin-top: 0.75rem;
}

.sp-page-title .breadcrumb {
	margin: 0;
	position: relative;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.breadcrumb li {
    padding: 0;
	margin-right: 20px;
	line-height: 1.5;
	min-height: auto;
}
.breadcrumb li.float-left {margin-right: 0 !important;}

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

.breadcrumb-item + .breadcrumb-item:before {
	content: "/";
	font-weight: 900;
	padding-right: 20px;
	font-size: 11px;
}

.sp-page-title .breadcrumb > .active {
	color: #fff;
	font-weight: 500;
	opacity: 0.9;
}

.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: 120px 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: 120px;
}



/* 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: 120px;
	padding-bottom: 120px;
	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 */

.featherlight {
  top: 11%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

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

.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
	padding-top: 0;	
	padding-bottom: 30px;
}

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

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	transition: all 100ms ease-in-out 0s;
	font-size: 15px;
	font-weight: 500;
	margin: 0 5px 10px;
	padding: 8px 20px 6px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	border: 2px solid;
	color: #777;
	background: none;
	border-color: #eee;
}


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

.sp-simpleportfolio-item {text-align: center;}

 .tm-gallery {
	position: relative;
	overflow: hidden;
}

.tm-gallery .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.thumb img {
    width: 100%;
}

.tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.tm-gallery-content-wrapper .tm-gallery-content {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tm-gallery-content-wrapper .tm-gallery-content::after {
	content: '';
	background-color: rgba(24, 19, 60, 0.75);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
	transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
    display: table-cell;
    padding: 20px;
    height: 100%;
    width: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
}

.tm-gallery-content-inner .styled-icons {
    position: relative;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .4s, opacity .2s;
    transition: transform .4s, opacity .2s;
    will-change: transform, opacity;
}

.tm-gallery-content-inner .styled-icons a {
	border: 2px solid transparent;
	color: #333;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 2;
	margin-right: 4px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 36px;
	transition: all 0.2s ease;
	border-radius: 50%;
	background-color: var(--maincolor);
	color: #fff;
}

.tm-gallery-content-inner .title-holder {
    overflow: hidden;
}

.tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    position: relative;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .4s, opacity .2s;
    transition: transform .4s, opacity .2s;
    will-change: transform, opacity;
	text-transform: uppercase;
	color: #fff;
}

.sp-simpleportfolio-item:hover .tm-gallery-content-wrapper .tm-gallery-content::after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
	transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.sp-simpleportfolio-item:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.sp-simpleportfolio-item:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
	transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
}

.sp-simpleportfolio-item:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
	transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.icon-theme-colored1.icon-dark a:hover {
	background-color: #b98542;
}

.tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title a:hover {
    color: #ccc;
}


/* */

/* BLOG */

.article-list .article {
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 0;
	position: relative;
	border-color: transparent;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}

.article-list .article:hover {
	box-shadow: none;
}

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

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

.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;
	width: 100%;
}

.article-body {
	padding: 25px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
margin-top: .25rem;
margin-bottom: 20px;
font-size: 1.5rem;
font-weight: 600;
line-height: 1.4;
text-transform: capitalize;
letter-spacing: 0;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #352f27;
}

.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);
}

.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.article-info > span {
	font-size: 0.9rem;
	color: var(--maincolor);
	font-weight: 600;
}

.article-info > span:first-child {
    border-radius: 0 5em 5em 0;
}

.article-info > span a {
	color: var(--maincolor);
}

.article-info > span:hover a {
	color: var(--maincolor);
}

.article-info > span:not(:last-child), .article-info > span:not(:last-child) {
	margin-right: 10px;
}

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

.article-info > span.published {
	color: #fff;
	top: 200px;
	font-size: 18px;
	font-weight: 600;
	height: 69px;
	left: 20px;
	line-height: 22px;
	padding: 10px 10px 0;
	position: absolute;
	width: 69px;
	background-color: var(--maincolor);
	text-align: center;
}

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

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

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: inline-block;
	padding: 0;
	line-height: 24px;
}

/* SINGLE POST */

.article-details {
	border-color: transparent;
	box-shadow: none;
	position: relative;
}

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

.article-details .article-full-image img {
	display: block;
	border-radius: 0;
	width: 100%;
}

.article-details .article-info > span.published {
	display: none;
}

.article-details .article-can-edit {
	margin-bottom: 0px;
}

.article-details .article-info {
	margin-bottom: 30px;
}

.article-details blockquote {
	position: relative;
	padding: 0;
	padding-left: 1rem;
	margin: 15px 0;
	font-style: normal;
	background: #f9f9f9;
	padding: 30px 30px 30px;
	border-left: 10px solid #cdcdcd;
	box-shadow: none;
	margin-top: 0;
	border-left-color: var(--maincolor);
}

.article-details blockquote footer {
	color: #888;
	font-size: 15px;
}


.author-bio {
	margin-top: 60px;
}

.author-bio.box-shadow {
	border-color: transparent;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.cover-image {
padding-left: 60px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

.cover-image > img {
	width: 100%;
}

.author-bio .content {
	padding: 60px;
}

.author-bio .content {
	margin-top: -7px;
}

.font-weight-regular {
	font-weight: 500 !important;
}

.letter-sp-normal {
	letter-spacing: 0;
}

.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}
.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;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
	border-radius: 15px;
	overflow: hidden;
	transition: all 500ms ease 0s;
}

.j2store-single-product:hover {
	box-shadow: 0px -10px 20px rgba(5, 5, 5, 0.12);
}

.j2store-single-product .product-header {
	position: relative;
	overflow: hidden;
}

.j2store-single-product .product-button-holder {
	position: absolute;
	margin: 0;
	clear: both;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
	transition: all 500ms ease 0s;
}

.j2store-single-product:hover .product-button-holder  {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.product-wrap {
border-top: 1px solid rgba(240, 240, 240, 0.5);
padding: 20px 30px;
background-color: #fff;
}

.j2store-single-product .product-title {
font-size: 1.25rem;
font-weight: 400;
letter-spacing: 0;
line-height: 1.4;
margin: 0 0 8px;
padding-left: 0;
padding-right: 0;
text-transform: none;
}

.product-price-container {
display: block;
font-size: 16px;
color: #141414;
font-weight: 400;
margin: 13px 0 0;
}

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

.product-price-container .strike {
	text-decoration: line-through;
	color: #aaa;
	font-size: 14px;
	margin-right: 5px;
	font-weight: 400;
}

.product-price-container .sale-price {
	color: #77a464;
	font-size: 16px;
	font-weight: 600;
}

.discount-percentage {
	border-radius: 15px;
	background-size: 200% auto;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	font-size: 1rem;
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0 12px;
	text-transform: uppercase;
	z-index: 3;
	box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 7px 20px rgba(200, 157, 102, 0.2);
	background-image: linear-gradient(to right, #c89d66 0%, #dabd99 51%, #c89d66 100%);
}

.j2store-single-product:hover .discount-percentage {
	box-shadow: 0 10px 20px rgba(200, 157, 102, 0.5);
	background-position: right center;
}

.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%;
	box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.1);
}

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 -1px;
overflow: hidden;
position: static;
margin-bottom: 0;
}

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

.product-title-simple {
	display: block;
	font-size: 20px;
	margin-bottom: 1em;
	margin-top: 26px;
}

.product-simple-title-price .sale-price {
	color: var(--maincolor);
	font-size: 18px;
	font-weight: 700;;
}

.product-sku {
	margin-top: 6px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 24px;
	margin-top: 7px;
	position: relative;
}

.product-sku .sku {
	color: var(--maincolor);
	font-weight: 300;
	margin-left: 5px;
}

.product-sdesc ul.list-styled li {
    padding: 5px 0 4px;
}

.type-product .j2store-addtocart-form-simple {
	margin: 1.2em 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 {
border-width: 2px;
letter-spacing: .05rem;
padding: 0.8rem 2.5rem;
overflow: hidden;
transition: all 0.2s ease-in-out;
cursor: pointer;
	background: var(--maincolor) !important;
	color: #fff !important;
	padding: 15px !important;
	border: 0px solid var(--maincolor) !important;
	font-weight: 300;
}

#sp-component .simple.detail.bs3 .j2store-addtocart-form-simple .sppb-btn:hover {
	background: #d0ac7d !important;
	color: #fff !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;
}


.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;
}

.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: #f4f4f4;
	color: #141414;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: -1px;
	margin-right: 5px;
	padding: 17px 44px;
}

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

.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;
}

.related > h2, .upsells > h2, .cross-sells > h2 {
color: #141414;
font-size: 40px;
line-height: 1;
margin-bottom: 40px;
word-wrap: break-word;
text-align: left;
}

.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-width: 2px;
letter-spacing: .05rem;
padding: 0.8rem 2.5rem;
overflow: hidden;
transition: all 0.2s ease-in-out;
cursor: pointer;
	background: var(--maincolor) !important;
	color: #fff !important;
	padding: 15px !important;
	border: 0px solid var(--maincolor) !important;
	font-weight: 300;
}

.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: #d0ac7d !important;
	color: #fff !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;}


/* */

/* PAGINATION */

.pagination {
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	margin-top: 35px;
	text-align: center;
}

.page-link {
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #e4ebe8;
	border-radius: 100% !important;
	color: #7a998c;
	display: inline-block;
	height: 2.5em;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 0;
	margin-right: 4px;
	min-width: 2.5em;
	padding: 0.6em 0.4em 0.3em;
	text-align: center;
}

.page-item {display: inline-block;}

.page-item.active .page-link {
	z-index: 1;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}




/* 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 FLATICON */


@font-face {
  font-family: "flaticon-law";
  src: url("../fonts/flaticon-law/flaticon-law.eot");
  src: url("../fonts/flaticon-law/flaticon-law.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon-law/flaticon-law.woff2") format("woff2"),
       url("../fonts/flaticon-law/flaticon-law.woff") format("woff"),
       url("../fonts/flaticon-law/flaticon-law.ttf") format("truetype"),
       url("../fonts/flaticon-law/flaticon-law.svg#flaticon-law") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "flaticon-law";
    src: url("../fonts/flaticon-law/flaticon-law.svg#flaticon-law") format("svg");
  }
}

[class^="flaticon-law-"]:before, [class*=" flaticon-law-"]:before,
[class^="flaticon-law-"]:after, [class*=" flaticon-law-"]:after {   
  font-family: flaticon-law;
  font-style: normal;
}

.flaticon-law-fingerprint:before { content: "\f100"; }
.flaticon-law-libra:before { content: "\f101"; }
.flaticon-law-courthouse:before { content: "\f102"; }
.flaticon-law-gavel:before { content: "\f103"; }
.flaticon-law-law-book:before { content: "\f104"; }
.flaticon-law-jury:before { content: "\f105"; }
.flaticon-law-act:before { content: "\f106"; }
.flaticon-law-portfolio:before { content: "\f107"; }
.flaticon-law-writing-tool:before { content: "\f108"; }
.flaticon-law-lawyer:before { content: "\f109"; }
.flaticon-law-hourglass:before { content: "\f10a"; }
.flaticon-law-money-bag:before { content: "\f10b"; }
.flaticon-law-prison:before { content: "\f10c"; }
.flaticon-law-police-badge:before { content: "\f10d"; }
.flaticon-law-lawyer-1:before { content: "\f10e"; }
.flaticon-law-criminal:before { content: "\f10f"; }
.flaticon-law-books:before { content: "\f110"; }
.flaticon-law-police:before { content: "\f111"; }
.flaticon-law-witness:before { content: "\f112"; }
.flaticon-law-siren:before { content: "\f113"; }
.flaticon-law-scroll:before { content: "\f114"; }
.flaticon-law-handcuffs:before { content: "\f115"; }
.flaticon-law-police-car:before { content: "\f116"; }
.flaticon-law-policeman:before { content: "\f117"; }
.flaticon-law-safebox:before { content: "\f118"; }
.flaticon-law-prison-1:before { content: "\f119"; }
.flaticon-law-evidence:before { content: "\f11a"; }
.flaticon-law-sheriff:before { content: "\f11b"; }
.flaticon-law-prisoner:before { content: "\f11c"; }
.flaticon-law-thief:before { content: "\f11d"; }
.flaticon-law-contract:before { content: "\f11e"; }
.flaticon-law-crime:before { content: "\f11f"; }
.flaticon-law-archive:before { content: "\f120"; }
.flaticon-law-siren-1:before { content: "\f121"; }
.flaticon-law-judge:before { content: "\f122"; }
.flaticon-law-judge-1:before { content: "\f123"; }
.flaticon-law-safebox-1:before { content: "\f124"; }
.flaticon-law-user:before { content: "\f125"; }
.flaticon-law-police-hat:before { content: "\f126"; }
.flaticon-law-sheriff-1:before { content: "\f127"; }
.flaticon-law-shield:before { content: "\f128"; }
.flaticon-law-court:before { content: "\f129"; }
.flaticon-law-court-1:before { content: "\f12a"; }
.flaticon-law-law:before { content: "\f12b"; }
.flaticon-law-trial:before { content: "\f12c"; }
.flaticon-law-law-1:before { content: "\f12d"; }
.flaticon-law-search:before { content: "\f12e"; }
.flaticon-law-law-book-1:before { content: "\f12f"; }
.flaticon-law-police-car-1:before { content: "\f130"; }
.flaticon-law-gun:before { content: "\f131"; }
.flaticon-law-policeman-1:before { content: "\f132"; }
.flaticon-law-judge-2:before { content: "\f133"; }
.flaticon-law-law-2:before { content: "\f134"; }
.flaticon-law-thief-1:before { content: "\f135"; }
.flaticon-law-police-hat-1:before { content: "\f136"; }
.flaticon-law-quill:before { content: "\f137"; }
.flaticon-law-judge-3:before { content: "\f138"; }
.flaticon-law-law-3:before { content: "\f139"; }
.flaticon-law-trial-1:before { content: "\f13a"; }
.flaticon-law-clipboard:before { content: "\f13b"; }
.flaticon-law-handcuffs-1:before { content: "\f13c"; }
.flaticon-law-judge-4:before { content: "\f13d"; }
.flaticon-law-judge-5:before { content: "\f13e"; }
.flaticon-law-judge-6:before { content: "\f13f"; }
.flaticon-law-search-1:before { content: "\f140"; }
.flaticon-law-footprint:before { content: "\f141"; }
.flaticon-law-traffic-cone:before { content: "\f142"; }


@font-face {
  font-family: "flaticon-set-communication";
  src: url("../fonts/flaticon-set-communication/flaticon-set-communication.eot");
  src: url("../fonts/flaticon-set-communication/flaticon-set-communication.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon-set-communication/flaticon-set-communication.woff") format("woff"),
       url("../fonts/flaticon-set-communication/flaticon-set-communication.ttf") format("truetype"),
       url("../fonts/flaticon-set-communication/flaticon-set-communication.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-contact-"]:before, [class*=" flaticon-contact-"]:before,
[class^="flaticon-contact-"]:after, [class*=" flaticon-contact-"]:after {   
  font-family: flaticon-set-communication;
  font-style: normal;
}

.flaticon-contact-001-send-mail:before { content: "\f100"; }
.flaticon-contact-002-message:before { content: "\f101"; }
.flaticon-contact-003-mail-4:before { content: "\f102"; }
.flaticon-contact-004-mail-3:before { content: "\f103"; }
.flaticon-contact-005-telephone-2:before { content: "\f104"; }
.flaticon-contact-006-home-message:before { content: "\f105"; }
.flaticon-contact-007-mail-2:before { content: "\f106"; }
.flaticon-contact-008-mobile-phone:before { content: "\f107"; }
.flaticon-contact-009-phone-3:before { content: "\f108"; }
.flaticon-contact-010-mail-1:before { content: "\f109"; }
.flaticon-contact-011-web:before { content: "\f10a"; }
.flaticon-contact-012-mouse:before { content: "\f10b"; }
.flaticon-contact-013-sending-call:before { content: "\f10c"; }
.flaticon-contact-014-online-question:before { content: "\f10d"; }
.flaticon-contact-015-mail:before { content: "\f10e"; }
.flaticon-contact-016-send-1:before { content: "\f10f"; }
.flaticon-contact-017-telephone-1:before { content: "\f110"; }
.flaticon-contact-018-telephone:before { content: "\f111"; }
.flaticon-contact-019-video-chat:before { content: "\f112"; }
.flaticon-contact-020-template:before { content: "\f113"; }
.flaticon-contact-021-mailbox:before { content: "\f114"; }
.flaticon-contact-022-send:before { content: "\f115"; }
.flaticon-contact-023-contact:before { content: "\f116"; }
.flaticon-contact-024-globe:before { content: "\f117"; }
.flaticon-contact-025-world:before { content: "\f118"; }
.flaticon-contact-026-email-5:before { content: "\f119"; }
.flaticon-contact-027-email-4:before { content: "\f11a"; }
.flaticon-contact-028-phone-2:before { content: "\f11b"; }
.flaticon-contact-029-write-letter:before { content: "\f11c"; }
.flaticon-contact-030-email-3:before { content: "\f11d"; }
.flaticon-contact-031-time-call-1:before { content: "\f11e"; }
.flaticon-contact-032-time-call:before { content: "\f11f"; }
.flaticon-contact-033-telephone-book:before { content: "\f120"; }
.flaticon-contact-034-schedule:before { content: "\f121"; }
.flaticon-contact-035-website:before { content: "\f122"; }
.flaticon-contact-036-calendar:before { content: "\f123"; }
.flaticon-contact-037-address:before { content: "\f124"; }
.flaticon-contact-038-email-2:before { content: "\f125"; }
.flaticon-contact-039-home:before { content: "\f126"; }
.flaticon-contact-040-profile:before { content: "\f127"; }
.flaticon-contact-041-text:before { content: "\f128"; }
.flaticon-contact-042-phone-1:before { content: "\f129"; }
.flaticon-contact-043-email-1:before { content: "\f12a"; }
.flaticon-contact-044-call-1:before { content: "\f12b"; }
.flaticon-contact-045-call:before { content: "\f12c"; }
.flaticon-contact-046-chat-1:before { content: "\f12d"; }
.flaticon-contact-047-location:before { content: "\f12e"; }
.flaticon-contact-048-email:before { content: "\f12f"; }
.flaticon-contact-049-chat:before { content: "\f130"; }
.flaticon-contact-050-phone:before { content: "\f131"; }

@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;}}
@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1300px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-top1  .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-top1  .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-top1  .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-top1 .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-top1  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 1300px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

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


@media (min-width:1400px) {
 .sppb-row-container,
.container,
.sppb-container{
  max-width: 1300px;
 }

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

.offcanvas-menu > .d-flex {
	padding: 0 !important;
}

.offcanvas-menu > .d-flex > .logo,
.breadcrumb .float-start {
	display: none !important;
}

.burger-icon > span {
	background-color: #fff;
}
.text-start,
.text-left {
 text-align:left!important
}
.text-end,
.text-right {
 text-align:right!important
}
@media (min-width:576px) {
 .text-sm-start,
.text-sm-left {
  text-align:left!important
 }
 .text-sm-end,
.text-sm-right {
  text-align:right!important
 }
 .text-sm-center {
  text-align:center!important
 }
}
@media (min-width:768px) {
 .text-md-start,
.text-md-left {
  text-align:left!important
 }
 .text-md-end,
.text-md-right {
  text-align:right!important
 }
 .text-md-center {
  text-align:center!important
 }
}
@media (min-width:992px) {
 .text-lg-start,
.text-lg-left {
  text-align:left!important
 }
 .text-lg-end,
.text-lg-right {
  text-align:right!important
 }
 .text-lg-center {
  text-align:center!important
 }
}
@media (min-width:1200px) {
 .text-xl-start,
.text-xl-left {
  text-align:left!important
 }
 .text-xl-end,
.text-xl-right {
  text-align:right!important
 }
 .text-xl-center {
  text-align:center!important
 }
}

.sp-page-title {
	position: relative;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

a[class*="fa-"]::before,
ul.list-styled li::before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

a[class*="fa-"]::before, a[class*="fa-"] > i {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400 !important;
}

