/*
Theme Name: kavefootwear
Author: Josef Petlach
Author URI: https://www.josefpetlach.cz
Version: 1.0
*/

:root {
	--color-primary: #5a5a5a;
	--color-primary-hover: #3a3a3a;
	--color-secondary: #b99249;
	--pismo: 'Montserrat', sans-serif;
/* 	--pismo-secondary: 'IBM Plex Mono', monospace; */
/* 	--pismo-secondary: 'IBM Plex Serif', serif; */
	--pismo-secondary: 'IBM Plex Sans', sans-serif;
	--light: 300;
	--regular: 400;
	--bold: 700;
}

header {
	font-family: var(--pismo);
	font-weight: var(--bold);
}

body {
	font-family: var(--pismo-secondary);
	font-weight: var(--light);
}

.hp-hero-video {
	height: 590px;
}

header .container-fluid,
.container-fluid.cover {
	max-width: 1980px;
}

/* HP COVER FOTO */
.cover {
	height: 70vh;
	text-align: center;
}

@media (min-width: 992px) {
	.cover {
		height: 600px;
		height: 70vh;
	}
}
.cover h1 {
    color: #fff;
    font-size: 2rem;
	font-family: var(--pismo);
	font-weight: var(--bold);
	text-transform: uppercase;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.cover h1 {
		font-size: 40px;
	}
}

.cover p, p.preheader, .preheader p {
	font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    margin: 1em 0;
}


/* HP Novinky */
.uvod-novinky p {
    font-size: .8rem;
    margin-bottom: 0;
}

.uvod-novinky h3 {
    margin-top: 1em;
    margin-bottom: .2em;
}
.uvod-novinky {
    text-align: center;
	margin-top: 0;
	margin-bottom: 5rem;
} */


/* Lookbook sloupce HP */
.hp-lookbook-col-2 {
	text-align: center;
}

.hp-lookbook-col-2 h3 {
	margin-top: 4em;
	margin-bottom: .6em;
}

/* .hp-lookbook-col-2 p {
    font-weight: var(--light);
	font-size: 1.1rem;
    line-height: 1.85em;
    margin-bottom: 0;
    text-align: center;
}
 */

.hp-lookbook-col-2 .textwidget {
    margin-bottom: 5em;
}


/* @media (min-width:992px) {
	.hp-lookbook-col-2 {
		margin-top: 130px;
	}	
}
 */


/* Ikonky */
.ikonky {
	background-color: #000;
	background-image: url('img/kave-footwear-hmota-boty-bez-vycitek.jpg');
	background-position: left top;
	background-repeat: repeat;
	background-size: cover;
	color: #fff;
	padding-top: 5em;
	padding-bottom: 4em;
}

.ikonky h2 {
	color: inherit;
    font-size: 3rem;
    font-family: var(--pismo);
    font-weight: var(--bold);
    line-height: 1em;
}
.ikonky img {
	margin-bottom: 1.3em;
}
.ikonky h3 {
	color: inherit;
}
.ikonky p {
	color: inherit;
	font-size: .9rem;
    line-height: 1.6;
}

/* Média loga */
.reference {
	padding-top: 3em;
    padding-bottom: 3em;
}

.reference-loga img {
	margin: 0 auto;
	text-align: center;
}

/* Novinky */
.novinky {
/* 	padding-top: 3.2em;
	padding-bottom: 5em; */
/* 	border-top: 1px solid #f1f1f1; */
}
.novinky-foto {
	margin-top: 2em;
	margin-bottom: 0;
}

.novinky h3 {
	font-size: 1.3rem;
	color: #000;
/* 	display: inline; */
}
.novinky a, .novinky a:link, .novinky a:active, .novinky a:hover, .novinky a:focus {
    color: inherit;
	text-decoration: none;
}
.novinky p {
	font-size: .8em;
	margin: .5em 0 0 0;
}

/* menu mobil */
header .navbar {
	background-color: #000; 
}

header .navbar-nav .nav-link {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
	font-size: 17px;
}
/* jazyky obecně */
.lang-item {
	font-weight: var(--regular);
}

/* jazyky mobil */
li.lang-item-first a {
	border-left: none;
}

/* menu desktop */
@media (min-width:992px) {
	header .navbar-nav .nav-link {
		font-size: 11.5px;
		text-transform: uppercase;
		padding: .7rem 1rem;
	}

	header .navbar-nav .nav-link {
		padding-right: .6rem;
		padding-left: .6rem;
		margin-left: .3em;
		margin-right: .3em;
	}
	
	/* Polylang jazyky desktop */
	.current-lang a {
		color: var(--color-primary)!important;
	}
	li.lang-item-first a {
		border-left: 1px solid #616161;
	}
	.navbar {
		transition: all 0.6s;
	}
}


/* Navbar CTA - add class "cta" */
.navbar-nav li.cta a.nav-link, .navbar-nav li.cta a.nav-link:hover, .navbar-nav li.cta a.nav-link:focus {
	border-radius: 5px;
    background-color: var(--color-primary);
    color: #fff;
}

.navbar-nav li.cta a.nav-link:hover,
.navbar-nav li.cta a.nav-link:focus {
} 

/* Styly obecné */
.btn-sm {
    padding: .6rem 1rem;
    border-radius: 0;
}

/* .btn {
	text-decoration: none;
}
 */

p {
    margin-top: 0;
    margin-bottom: 1.8rem;
    font-family: var(--pismo-secondary);
	font-weight: var(--light);
	font-size: 1rem;
	line-height: 1.9;
}
p.mini {
	font-size: .85rem;
	line-height: normal;
	font-weight:400;
}

h1 {
	font-size: 3.15rem;
}

h1, h2, h3, h4 {
	font-family: var(--pismo);
	font-weight: var(--bold);
}
h2 {
	font-size: 1.75rem;
	margin-bottom: .6em;
}
h3 {
	font-size: 1.1rem;
	margin-bottom: .7em;
}

blockquote p {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.85;
    font-weight: normal;
    color: #777;
    max-width: 670px;
}

/* Footer CTA */
.footer-cta {
    background-color: #000000;
    color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}

/* FOOTER */
footer {
	background-color: #000;
	border-top: 1px solid #212529;
    color: #9b9b9b;
    font-size: .8rem;
	font-family: var(--pismo);
	font-weight: var(--regular);
}
footer h5 {
    color: #fff;
    margin-bottom: 1.5em;
	font-family: inherit;
	font-weight: var(--bold);
	text-transform: uppercase;
	font-size: .9rem;
}

.footer-menu img {
	margin-right: 1em; /* ikonky soc. */
	margin-bottom: 1em;
}
footer p {
	margin-bottom: .15em;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

/* widget */
.footer-menu ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footer-menu ul li {
    margin-bottom: 0.7em;
}

footer a:link:not(.btn), 
footer a:visited:not(.btn) {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	padding: .25rem 0;
} 

footer a:hover, footer a:focus {
	text-decoration: underline;
} 

.copyright, .copyright a {
	font-size: .7rem;
	color: #929292;
}

ul, p {
	margin-bottom:2.5rem;
}

b, strong {
    font-weight: bold;
    font-family: Arial;
}


.clanky h3 {
	margin-top: .8em;
	margin-bottom: .8em;
}
.clanky p a:link, .blog-clanky p a:visited {
	font-size: .7em;
    text-transform: uppercase;
    font-weight: bold;
/*     letter-spacing: .125em; */
}
.clanky h3 a:link, .clanky h3 a:visited {
	color: black; 
	text-decoration: none;
}
.clanky h3 a:hover, .clanky h3 a:focus {
	color: black; 
	text-decoration: underline;
}

/* Kde koupíte */
.obchody {
    margin-top: 2em;
	margin-bottom: 2em;
    padding: 7em 4em;
    color: #000;
    position: relative;
    height: 400px;
}
.obchody-popisek {
    background-color: #fff;
    padding: 1.5em;
    position: absolute;
    left: 0;
    bottom: 0;
}
.obchody p {
	margin-bottom: 0;
}
.obchody a {
	color: inherit;
	text-decoration: underline;
}
.obchody h2 {
    font-size: 1.25rem;
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: .3em;
}

/* šablona RECYKLACE */
.foto-zahlavi { /* FOTKA, roztáhne hlavní fotku bez textu */
	position: relative;
	padding-top: 14em;
	padding-bottom: 14em;
}

.recyklace {
	background-color: #E5CAB1;
	background-image: url('img/karton-pattern.jpg');
	background-position: left top;
	background-repeat: repeat;
	padding-top: 4em;
	padding-bottom: 2em;
	color: #000;
}
.stranka a {
	color: inherit;
	text-decoration: underline;
}
.recyklace h1 {
/*     font-size: 3.3rem; */
    font-family: var(--pismo);
    font-weight: var(--bold);
    line-height: 1em;
	color: #fff;
}
.recyklace-kroky p strong {
	background-color: lightblue;
	background: rgb(233,227,181);
	background: -moz-linear-gradient(142deg, rgba(233,227,181,1) 0%, rgba(255,195,217,1) 29%, rgba(197,240,209,1) 69%, rgba(203,233,252,1) 100%);
	background: -webkit-linear-gradient(142deg, rgba(233,227,181,1) 0%, rgba(255,195,217,1) 29%, rgba(197,240,209,1) 69%, rgba(203,233,252,1) 100%);
	background: linear-gradient(142deg, rgba(233,227,181,1) 0%, rgba(255,195,217,1) 29%, rgba(197,240,209,1) 69%, rgba(203,233,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e3b5",endColorstr="#cbe9fc",GradientType=1);
	font-family: inherit;
	font-weight: inherit;
}

/* Normální stránka */
.sablona-stranka-zahlavi {
	padding-top: 5em;
	padding-bottom: 3em;
	color: #000;
}
.sablona-stranka h1 {
	color: inherit;
}

.sablona-stranka p.perex {
	color: inherit;
}

/* barvy pozadí */
.modra {
	background-color: #e0f6ff;
}

/* pro animované skvrny */
.voditko { position: relative; }
.ohradka { overflow: hidden; }
.ohradka-x { overflow-x: hidden; overflow-y: visible; }
.ohradka-y { overflow-y: hidden; overflow-x: visible; }

/* O nás */
.foto-zahlavi-vysoke {
	position: relative;
	padding-top: 20em;
	padding-bottom: 20em;
}

.stain-onas-foto {
	width: 180px;
	height: 120px;
	background: url(img/stain-onas-foto.png) no-repeat, center center;
    position: absolute;
    bottom: 12px;
    left: 0;
}

/* růžový pás */
.onas-text-fotky-pressebe { 
	background-color: #f5e5dd;
	padding-top: 7em;
	padding-bottom: 7em;
}

.fotky-pressebe-obal {
	position: relative;
	padding-left: 12%;
}
.fotky-pressebe-mensi {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 41%;
}

/* ikonky */
.onas-ikonky {
	padding-top: 7em;
	padding-bottom: 7em;
	text-align: center;
}

.onas-ikonky-ikonka {
	width: 50px; /* nebo řešit ikonkou 1:1 */
	display: block; 
	margin: 0 auto 10px;	
}





.kave-kruh {
	width: 280px;
	height: 300px;
	background: url(img/kave-made-in-cz-kruh.png) no-repeat, center center;
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.kave-kruh-lime {
	width: 250px;
	height: 250px;
	background: url(img/kave-made-in-cz-kruh-lime.png) no-repeat, center center;
    position: absolute;
    top: 40%;
    right: 5%;
}

/* Blog článek */
.clanek-hlavicka {
	margin-top: 3em;
	margin-bottom: 2em;
}
.clanek-foto {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.perex {
    color: inherit;
    font-size: 1.3rem;
    line-height: 1.85em;
    font-weight: var(--light);
}

.blog-clanek p {
	margin-top: 0;
    margin-bottom: 2rem;
    font-family: var(--pismo-secondary);
    font-weight: var(--light);
    font-size: 1.125rem;
    line-height: 1.9;
}
.blog-clanek p.perex {
    color: grey;
    font-size: 1.3rem;
}


/* dotazy - accordion */
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: 1px solid #000;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: inherit;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.accordion.text-white a {
	color: #000;
}

.accordion.text-white a:hover, .accordion.text-white a:focus {
	color: #000;
	text-decoration: none;
}
.card-header:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.card-body p {
	color: #000;
}

/* lightbox */
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family: 'Arial', sans-serif!important;
    font-size: 1rem!important;
    margin-right: .2em;
    display: inline-block;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    color: #777;
    font-style: normal!important;
    font-size: 1rem;
}

.slb_template_tag_item_description {
    display: none;
}

/* Sections */
.section-pulfoto {
    background: #fff;
    padding-top: 9rem;
    padding-bottom: 9rem;	
    position: relative;
}
/* .section-pulfoto.--barva {
    background: #fafafa;
} */
.black--.section-pulfoto {
	background-color: #000;
    background-image: url(img/kave-footwear-hmota-boty-bez-vycitek.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: cover;
    color: #fff;
}

.section-pulfoto-foto { /* desktop */
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}
.section-pulfoto-foto.--kave-1 {
	background-image:url('img/fashion/ideologie-kave-footwear.jpg');
}
.section-pulfoto-foto.--eva-1 {
	background-image:url('img/eva/eva-klabalova-design-kave-footwear.jpg');
}
.section-pulfoto-foto.--vyroba-1 {
	background-image:url('img/vyroba/vyroba-1.jpg');
}
.--vyroba-1 {
}
.mood-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding-top: 10em;
	padding-bottom: 10em;
}

.mood-image.--mood-1 {
	background-image: url('img/mood-1.jpg');
}

.mood-image h4 {
	font-weight: var(--light);
	line-height: 2rem;
}

/* Foto vlevo */
.--foto-vlevo .section-pulfoto-foto {
    left: auto;
    right: 50%;
}

/* Mobil */
@media (max-width: 767.98px) {
	.section-pulfoto {
		padding-top: 0;
		padding-bottom: 6rem;
	}

	.section-pulfoto-foto {
		position: relative;
		width: 100%;
		height: 30rem;
		left: 0;
		right: 0;
		margin-bottom: 6rem;
	}

	.section-pulfoto-text {
		width: 100%;
		float: none;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}	
	
	.--foto-vlevo .section-pulfoto-foto {
    right: 0;
	}
}

/* Šablona stránky služba */
.container-fluid.page-header {
    padding-left: 0;
    padding-right: 0;
}

.page-header {
	background-color: #000;
	position: relative;
	color: #fff;
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-header.heroimage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    z-index: 10;
    background-color: #000;
}
.page-header.heroimage:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 220px;
    opacity: .3;
    z-index: 10;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(0,0,0,0)));
    background-image: linear-gradient(-180deg,#000 0,rgba(0,0,0,0) 100%);
}

.header-inner.homepage {
	padding-top: 300px;
	padding-bottom: 300px;	
	position: relative;
	color: #fff;
}

.header-inner.low {
	padding-top: 120px;
	padding-bottom: 120px;	
	position: relative;
	color: #fff;
}

.header-inner {
	padding-top: 200px;
	padding-bottom: 200px;	
	position: relative;
	color: #fff;
}

.header-inner-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.--bgtop {
	background-position: center top;
}
.header-inner-text {
	position: relative;
    z-index: 15;
	text-align: center;
}

.hpfotoheader {
	background-image: url('img/kave-intro.jpg');
	background-position: center center;
	background-size: cover;
}
/* Mobil */
@media (max-width: 767.98px) {
	.hpfotoheader {
		background-image: url('img/kave-intro-mobil.jpg');
		background-position: center center;
		background-size: cover;
	}
}


.py-50 {
    padding-top: 50px;
	padding-bottom: 50px;
}

.py-100 {
    padding-top: 100px;
	padding-bottom: 100px;
}

.content-single {
	background-color: #000;
	height: 590px;
}

figcaption {
    font-size: .8rem;
    color: #737373;
}

/* YOUTUBE */
.display-none {
	display: none;
}


/* Spolupráce */
.spoluprace {
	border-top: 1px solid #f1f1f1;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.spoluprace h4 {
    font-size: 1.1rem;
    margin-top: .8em;
}

.spoluprace h4 a,
.boty h3 a {
    color: inherit;
}

.spoluprace h4 a:after {
    content: '';
	width: 19px;
    height: 7px;
    background-image: url('img/sipka-k.svg');
	display: inline-block;
    margin-left: .5rem;
}

.sablona-spoluprace h2 a {
    font-size: 1.2rem;
	color: inherit;
}

.sablona-spoluprace a:hover,
.sablona-kolekce a:hover {
    text-decoration: none;
}

.spoluprace-card--.page-header {
    background-color: #fff;
    display: table;
    width: 100%;
    height: 100%;
}
.spoluprace-card-- .header-inner {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 420px;
    display: table-cell;
    vertical-align: middle;
}

/* KOLEKCE */
.kolekce {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fbf8f4;
}

.sablona-kolekce h2 {
    font-size: 4rem;
    color: inherit;
    margin-bottom: 0;
}
/* Boty */
.boty {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Instagram */
.instagram {
    padding-top: 5.5rem;
    margin-bottom: 5rem;	
}