@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;600;700;800;900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: 500ms;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
  outline: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
	color: #312e2e;
}
.com-content-article__body h1,
.page-header h1,
.pricelist .com-content-article__body h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
}
h1.sp-page-title-heading {
  font-family: 'Montserrat', sans-serif !important;
}
.com-content-article__body h1,
.pricelist .com-content-article__body h2 {
  margin-bottom: 22px;
}
.sppb-addon-content h2 {
	font-size: 1.75rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
	padding: 0;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

li {
  list-style: none;
}

button {cursor: pointer;}

p {
margin-bottom: 1rem;
}
#sp-main-body p a {
 text-decoration: underline;
}

ul.check li {
margin-bottom: 10px;
position: relative;
padding-left: 15px;
}

ul.check li:before {
  content: "\f105";
  position: relative;
  font: 12px/20px FontAwesome;
  color: #4f4f4f;
  position: absolute;
  top: 3px;
  left: 0;
}

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){
	padding: 0px !important;
}
.sppb-form-group {
  padding: 0;
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}
.article-details.pricelist h2 {
 	margin-top: 35px;
}

.sp-scroll-up {
	background: var(--maincolor);
}

.overflow-hidden {overflow: hidden;}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}


.sppb-btn {
    font-family: 'Nunito', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--maincolor);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 45px;
    transition: 500ms;
    border-radius: 20px !important;
    overflow: hidden;
	line-height: 1;
	cursor: pointer;
}

.sppb-btn:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color: #154001;
    opacity: 0.1;
    content: "";
    border-radius: 20px;
    transform: scale(1);
    transition: 500ms ease;
}

.sppb-btn:hover {
    color: #ffffff;
}
.sppb-btn:hover strong {
    color: #ffffff !important;
}

.sppb-btn:hover::before {
    width: 100%;
    opacity: 1;
    transform: scale(1.5);
    border-radius: 0;
    background-color: #154001 !important;
}

.sppb-btn span,
.sppb-btn strong {
    position: relative;
	font-weight: 700 !important;
}
#sp-main-body .sppb-btn {
	text-decoration: none !important;
}
.sppb-progress {
	border-radius: 10px;
}

figure {
  margin: 0 0 2rem;
}
.com-content-article.item-page .sppb-btn {
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 20px 45px !important;
}


/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 63px;
	width: 100%;
	transition: all 500ms ease;
}


@media (max-width: 768px) {
#sp-header {
    position: relative;
    top: 0;
}
}

#sp-header.header-sticky {
	background: #fff;
	transition: all 0.5s ease-in-out;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	z-index: 999;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
  

@keyframes menu_sticky {
  0%   {margin-top:-300px;}
  50%  {margin-top: -150px;}
  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 > .container {
	background: #fff;
	position: relative;
	z-index: 3;
	border-radius: 20px;
}

#sp-header .logo {
	height: auto;
	display: block;
text-align: center;
}

@media (max-width: 994px) {
#sp-header .logo {
text-align: left;
}
}
	
#sp-header .logo img {
	height: auto; 
	max-width: 175px;
	width: 100%;
}

.sp-megamenu-parent {
	padding-right: 40px;
}

.sp-megamenu-parent > li > a {
    font-family: 'Nunito', sans-serif;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #4e4e4e;
	position: relative;
	transition: all 500ms ease;
	line-height: 36px;
	padding: 35px 10px;
	z-index: 3;
	letter-spacing: 0.02em;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
	padding: 25px 10px;
}

@media (max-width: 1400px) {
	.sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > a	{
		padding: 35px 10px;
	}
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > a	{
		padding: 35px 10px;
	}
}

.sp-megamenu-parent > li:last-child > a {
	padding: 35px 10px;
}

.sp-megamenu-parent > li > a:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--maincolor);
	position: absolute;
	top: -10px;
	left: 50%;
	transition: transform 500ms ease;
	transform: scaleY(0) translateX(-50%);
	overflow: hidden;
	z-index: -1;
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
	transform: scaleY(1) translateX(-50%);
}

.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
	color: var(--maincolor);
}

.sp-megamenu-parent > li.menu-btn > a {
    font-family: 'Nunito', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 20px;
    transition: 500ms;
    border-radius: 20px;
    overflow: hidden;
	line-height: 1;
	cursor: pointer;
	border: 1px solid var(--maincolor);
	color: var(--maincolor);
	margin-left: 20px;
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li.menu-btn > a {display: none;}
}

#sp-header.header-sticky .sp-megamenu-parent > li.menu-btn > a {
	padding: 16px 20px;
}

.sp-megamenu-parent > li.menu-btn > a:hover {
	color: #fff;
	background-color: var(--maincolor);
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after, body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after,
.sp-megamenu-parent > li.menu-btn > a:before {
	display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #fff;
padding: 0;
border: 0;
min-width: 220px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: 500ms ease;
z-index: 99;
box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	background: #fff;
}

.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-family: 'Nunito', sans-serif;
font-weight: 600;
text-transform: none;
letter-spacing: 0;
font-size: 16px;
line-height: 30px;
color: #726d6d;
display: flex;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
transition: 500ms;
border-bottom: 1px solid rgba(0,0,0,.1);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: #fff;
	background: var(--maincolor);
}

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
text-transform: uppercase;
border-radius: 10px;
font-size: 12px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.1em;
padding: 0px 9px;
height: auto;
display: flex;
align-items: center;
}

body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
	margin-left: 8px;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	height: 80px;
	line-height: 1;
	font-size: 20px;
}

.offcanvas-toggler-secondary {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #312e2e;
}
@media (min-width: 768px) {
	.burger-icon > span {
		background-color: #ffffff;
	}
}
#sp-header.header-sticky .burger-icon > span {
  background-color: #000;
}

.offcanvas-menu {
	background-color: #fff;
	color: #3a3736;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 25px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #3a3736;
}


/* */

.feature-divider {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}

/* */

/* PAGE TITLE */

#sp-title {
	position: relative;
	overflow: hidden;
}

#sp-title .sp-module {
	position: relative;
	z-index: 5;
}

.sp-page-title {
background-size: cover;
opacity: 1;
padding: 170px 0 120px;
text-align: center;
position: relative;
}

.sp-page-title:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: rgba(30, 30, 34, .3);
z-index: 1;
}

.sp-page-title .container {
    position: relative;
    z-index: 2;
}

.sp-page-title .sp-page-title-heading {
font-size: 55px;
color: #ffffff;
line-height: 61px;
font-weight: 700;
}

.sp-page-title .breadcrumb {
	margin: 20px 0 0 0;
}

.breadcrumb {
	justify-content: center;
}

.sp-page-title .breadcrumb > li > a {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: .1em;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: .8rem;
}

.sp-page-title .breadcrumb > li > a:hover {
	color: var(--maincolor);
}

.sp-page-title .breadcrumb > .active {
	transition: all 500ms ease;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: .1em;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
}

/* */

.photogallery #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 100px;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-finder #sp-main-body {
	padding: 70px 0;
}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 70px;
}

.com-spsimpleportfolio.gallery-full #sp-main-body .container {max-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: 110px;
	padding-bottom: 110px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: initial;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	line-height: inherit;
	padding: initial;
}
.category-desc {
	margin-bottom: 30px;
}

/* */

/* Gallery */
#djmediatools a.dj-category {
	padding: 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,.1);
	border: 0px solid #ccc;
	border-radius: 20px;
	margin: 15px;
}
#djmediatools a.dj-category:hover {
	box-shadow: 0 0 0px #666;
}
#djmediatools .dj-category-in {
  border-radius: 20px;
  background-color: #fff;
  border: 0 solid #ccc;
}
#djmediatools .dj-ctitle-bg {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#djmediatools .dj-ctitle-in {
  padding: 10px 25px;
}

.dj-cat-title {
	text-align: center;
	font-size: 44px;
  	font-weight: 700;
  	margin-bottom: 22px;
}
.dj-galleryGrid {
	margin-top: 37px;
}

.dj-slideshow-in {
	box-shadow: none !important;
}
[id^="dj-slideshow"] .dj-slides,
[id^="dj-mslider"] .dj-slides {
	border-radius: 20px !important;
}

/* ===== DJ-MediaTools: pevné 3 sloupce ===== */
/* === Fix: 3 sloupce + zrušení špatného odsazení po 4. fotce === */
 [id^="dj-galleryGrid"] .dj-galleryGrid {
  margin: 10px 0 10px 0;
}

 [id^="dj-galleryGrid"] .dj-slide{
  width: calc((100% - 60px) / 3) !important; /* 2 mezery po 20 px mezi 3 sloupci */
  margin-left: 30px !important;              /* základní levé odsazení */
  margin-bottom: 30px;
  box-sizing: border-box;
  float: left;
}

/* plugin chybně dává .dj-first i na 4., 7., ... → zrušíme to */
 [id^="dj-galleryGrid"] .dj-slide.dj-first{
  margin-left: 30px !important;              /* přepiš špatné 0 od pluginu */
  clear: none !important;
}

/* správný nový řádek: každá 1., 4., 7., ... položka */
 [id^="dj-galleryGrid"] .dj-slide:nth-child(3n+1){
  margin-left: 0 !important;
  clear: both;
}
 [id^="dj-galleryGrid"] .dj-slide,
 [id^="dj-galleryGrid"] .dj-slide-in,
 [id^="dj-galleryGrid"] .dj-slide img {
  border-radius: 20px !important;
  overflow: hidden; /* zajistí, že se zaoblení aplikuje i na obsah */
}

/* obrázky na plnou šířku dlaždice */
 [id^="dj-galleryGrid"] .dj-slide img{
  display:block; width:100%; height:auto;
}

 [id^="dj-galleryGrid"] .dj-slide.active .dj-slide-desc {
  display:none !important;
}
.pswp__caption__center {
text-align: center !important;
}

/* volitelné breakpoints */
@media (max-width: 900px){
   [id^="dj-galleryGrid"] .dj-slide{ width: calc((100% - 30px) / 2) !important; }
   [id^="dj-galleryGrid"] .dj-slide:nth-child(3n+1){ clear:none; }
   [id^="dj-galleryGrid"] .dj-slide:nth-child(2n+1){ margin-left:0 !important; clear:both; }
}
@media (max-width: 560px){
   [id^="dj-galleryGrid"] .dj-slide{ width:100% !important; margin-left:0 !important; }
}

/* === DJ-MediaTools: zrušení ztmavení ostatních fotek při hoveru === */
 [id^="dj-galleryGrid"].dj-galleryGrid:hover .dj-slide {
  opacity: 1 !important;               /* všechny zůstávají plně viditelné */
  transition: opacity 0s !important;   /* vypne animaci přechodu */
}

/* jistota i pro aktivní stav, kdy plugin přidává .active */
 [id^="dj-galleryGrid"] .dj-slide.active {
  opacity: 1 !important;
}
/* */

/* PORTFOLIO */

.featherlight {
  top: 10%;
}

.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 {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter ul {
	padding: 0;
	border-radius: 0;
	display: inline-block;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li + li {
    margin-left: 4px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	padding: 0;
	background: transparent;
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 500;
	display: block;
	cursor: pointer;
	transition: all 0.4s ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
    position: absolute;
    top: 45%;
    left: 0px;
    content: "";
    background: var(--maincolor);
    height: 6px;
    width: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	background: transparent;
	color: var(--maincolor);
	text-shadow: 0 0 1px currentColor;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before {
    transform: translateY(-50%) scale(1.0);
}

.sp-simpleportfolio .sp-simpleportfolio-item {
	position: relative;
	display: block;
}

.portfolio-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.portfolio-one__img::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, .30);
	border-radius: 10px;
	transform: scaleX(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}

.portfolio-one__img img {
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
	transform: scale(1);
}

.portfolio-one__experience {
	position: absolute;
	bottom: 30px;
	left: 0px;
	transform: scaleY(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: bottom center;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	z-index: 2;
}

.portfolio-one__web-design {
	background-color: var(--maincolor);
	display: inline-block;
	padding: 0 30px;
	border-top-right-radius: 10px;
}

.portfolio-one__web-design-title {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.portfolio-one__fimlor {
	background-color: #312e2e;
	display: inline-block;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 30px;
	padding-right: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.portfolio-one__fimlor-title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.portfolio-one__fimlor-title a {
	color: #ffffff;
	transition: all 500ms ease;
}

.portfolio-one__arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	transform: scale(0);
	transition: all 500ms ease;
	z-index: 3;
}

.portfolio-one__arrow a {
	height: 52px;
	width: 52px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #312e2e;
	font-size: 20px;
	transition: all 500ms ease;
}

.portfolio-one__single:hover .portfolio-one__img::before {
	transform: scaleX(1.0);
}

.portfolio-one__single:hover .portfolio-one__img img {
	transform: scale(1.05);
}

.portfolio-one__single:hover .portfolio-one__experience {
	transform: scaleY(1.0);
}

.portfolio-one__single:hover .portfolio-one__arrow {
	transform: scale(1);
}

.portfolio-one__fimlor-title a:hover {
	color: var(--maincolor);
}

.portfolio-one__arrow a:hover {
	color: #ffffff;
	background-color: var(--maincolor);
}



/* */

/* BLOG */

.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 20px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	overflow: hidden;
}

.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: 0px;
	border-radius: 20px;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
}

.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 {
	width: 100%;
	border-radius: 20px;
}

.article-body {
	border: 0px solid #dce1e4;
	padding: 40px;
	border-top: 0px;
	position: relative;
	display: block;
	margin-top: -15px;
	background: #fff;
}

.article-list .article .article-intro-image:hover img {
  transform: scale(1.1) rotatez(5deg);
}

.windstripe-meta {
	display: flex;
	align-items: center;
	margin: 0;
}

.windstripe-meta > span {
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #3d3d3d;
	transition: all 500ms ease;
}

.windstripe-meta span + span {
	margin-left: 15px;
}

.windstripe-meta span.category-name {
	padding: 8px 12px;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	background: var(--maincolor);
	color: #fff;
	position: absolute;
	top: -45px;
	left: 15px;
	border-radius: 20px;
	margin: 0;
}

.article-list .article .article-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
}

.article-list .article .article-header h2 a {
color: #312e2e;
transition: all 500ms ease;
}

.article-list .article .article-header h2 a:hover {
color: var(--maincolor);
}

.article-introtext p {
	margin: 0;
}

.article-list .article .readmore {
	font-size: inherit;
}

.article-list .article .readmore a {
position: relative;
display: block;
margin-top: 0;
font-size: 18px;
color: #312e2e;
font-weight: 700;
transition: all 500ms ease;
}


.article-list .article .readmore a:hover {
	color: var(--maincolor);
}

.article-list .article .readmore a:hover:after {
	color: var(--maincolor);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.page-link {
list-style: none;
display: inline-block;
height: 50px;
width: 50px;
background: #f8f8f8;
border-radius: 50%;
line-height: 37px;
color: #6a727f ;
margin-top: 40px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
cursor: pointer;
border: none;
margin-right: 5px;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
	z-index: 1;
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

.article-details {position: relative;}

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details .article-header {
	position: relative;
	padding: 0;
}

.article-details .article-full-image {
position: relative;
display: none;
margin-bottom: 20px;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.article-details .windstripe-meta {display: none;}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
color: #312e2e;
font-size: 56px;
font-weight: 700;
line-height: 64px;
margin-bottom: 35px;
display: none;
}

.article-details .article-ratings-social-share {
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #e6e9ef;
	padding: 30px 0 30px;
	margin-top: 55px;
}

.article-details .article-ratings-social-share > span {
	color: #312e2e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 10px;
}

.article-details .article-author-information {
	margin-top: 0px;
	border-top: 0px solid #f5f5f5;
	display: flex;
	margin-bottom: 54px;
}

.article-details .article-author-information h5 {
	margin: 0;
	font-size: 20px;
	color: #312e2e;
	font-weight: 700;
	margin-bottom: 30px;
}

.article-details .article-author-information .author-bio {

}

.author-website, .author-website a {color: #312e2e; margin-left: 4px;}

.author-website a:hover {color: var(--maincolor);}

#article-comments {
	padding-top: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
}

.article-social-share {
position: fixed;
bottom: 50%;
bottom: 60px;
left: 30px;
z-index: 999;
left: 20%;
}

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f7f7f7;
	color: #9499ae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.article-social-share .social-share-icon ul li a:hover {
	color: #ffffff;
	background: var(--maincolor);
}
table.category {
margin-bottom: 20px;
}
table.category tbody > tr.header td {
background-color: var(--maincolor);
color: #fff;
}
table.category tbody > tr td {
	width: 50%;
	border: 1px solid #ffffff;
}
table.category tbody > tr.lichy td {
	background-color: #f0f0f0;
}
table.category tbody > tr.sudy td {
	background-color: #fafafa;
}

/* */

#sppb-addon-1633917386268:hover,
#sppb-addon-a86af00d-8ac4-43da-a6e6-571395eb079a:hover,
#sppb-addon-a2104564-9911-46f5-a1af-c945f49e27e8:hover {
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0) !important;
}

[id^="te_"] .personfield.fieldname {
  font-size: 20px !important;
}

[id^="te_"] .personfield.fieldmobile {
font-weight: 700;
font-size: 18px !important;
}

[id^="te_"] .personfield,
[id^="te_"] .personlinks {
  font-size: 16px !important;
}

[id^="te_"] .personfield {
  line-height: 1.8em !important;
}


/* */@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: 320px) {#sp-bottom1  .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-bottom1  .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-bottom1  .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-bottom1 .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-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


@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: 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;}}


/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {display: none !important;}
.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; 
}

@media (min-width: 1400px) {
#sp-footer  .sppb-container-inner {
	max-width: 1200px;
	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: 1200px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}

@media (min-width: 1400px) {
#sp-bottom1  .sppb-container-inner {
	max-width: 1200px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}

@media (min-width: 1400px) {
.sppb-section  .sppb-row-container,
#sp-main-body .container {
	max-width: 1200px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}

/* Joomla/Sp Page Builder 5 Optimization */

.sppb-addon-title {
	display: inherit;
}

.sppb-img-container {
  display: block;
}