/*
Theme Name: Pánská společenská móda - blog majitele značky
Theme URI: https://panskeobleky.cz
Author: BANDI VAMOS
Author URI: https://panskeobleky.cz
Text Domain: panskeobleky

 */

:root {
    --gray: #3a3b40;
    --gray-hover: #46474c;
    --dark-gray: #363636;
    --menu-color: #323639;
    --bg-gray: #e9e9e9;
    --light-gray: #b6b6b6;
    --bg-light-gray: #f1f1f1;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: var(--bg-light-gray);
    color: #000;
}

strong {
    font-weight: bold;
}

svg.white path, svg.white polygon {
    fill: #fff !important;
}

a {
    color: #1a1a1a;
    transition: all 400ms;
}

a:hover {
    text-decoration: underline;
    color: var(--dark-gray);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1, h2 {
    font-size: 1.13rem;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 22px;
    //text-transform: uppercase;
}

#search::placeholder {
    color: #aaa
}

#search:focus::placeholder {
    color: #777;
}

.single-content h2, .single-content h3, .single-content h4 {
    padding-top: 20px;
    font-weight: normal;
}

.single-content h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.single-content h2 {
    font-size: 20px;
    margin-bottom: 1.5rem;
}
.single-content h3 {
    font-size: 20px;
}
.single-content h4 {
    font-size: 18px;
}

.single-content a {
    text-decoration: underline;
}

.single-header {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3.22px;
}

p {
    line-height: 1.5rem;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

a:hover h2, a:hover h3 {
    text-decoration: underline;
}

footer {
    background: #171717;
    color: var(--light-gray);
}

footer a {
    color: #fff;
}

footer a:hover {
    color: var(--light-gray);
}

.logo {
    height: 41px;
}

.navbar a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.navbar a:hover {
    //color: var(--light-gray);
    text-decoration: underline;
}

.main-slider {
    height: 420px;
    overflow: hidden;
}

.slider .item {
    height: 420px;
    background-position: 70% top;
    position: relative;
    //height: 20vh;
}

.slider .item a:hover {
    text-decoration: none;
}

.slider .item img {
    position: relative;
    left: 50%;
    transform: translateX(-65%);
}

.slider .item .item-content {
    height: 100%;
    background-image: linear-gradient(to top, rgb(0,0,0), rgba(0,0,0,0) 50%);
    z-index: 10;
}

.slider .item .item-content .item-text {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.slide-popis {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.breadcrumbs a {
    font-weight: bold;
}

#uvodni-clanek h2 {
    font-size: 24px;
}

#uvodni-clanek a {
    color: #fff;
}

#uvodni-clanek a:hover {
    text-decoration: none;
    color: var(--light-gray);
}

#uvodni-clanek p {
    letter-spacing: 1.1px;
    color: var(--bg-gray)
}

.article-content .header-content {
    margin-bottom: 15px;
}

.article-content h3 {

}

.badge {
    font-size: 12px;
    border-radius: 0;
    padding: 5px 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #5f2c36;
    color: #fff;
}

.badge:hover {
    background: #4b2424;
    color: #fff;
}

.more-button {
    font-size: 0.75rem;
    position: relative;
    margin-right: 15px;
}

.more-button a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 2px;
    border-top: 1px solid #000;
}

.more-button a:hover {
    text-decoration: none;
}

.btn-black {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.more-button a:hover .btn-black {
    background: #fff;
    color: #000;
}

.btn-white {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.btn-white:hover {
    background: #000;
    color: #fff;
}

.box {
    /*background: #fff;
    box-shadow: 2px 2px 10px #eee;*/
    transition: all 300ms;
}

.box:hover {
    box-shadow: 3px 3px 10px #ccc;
    background: rgba(255,255,255,0.5);
}

#footer_movie iframe {
    width: 100%;
    height: 80vh;
}

#category_movie {
    height: 100%;
}

.vid-frame {
    width: 100%;
    height: 360px;
}

.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}








.font-weight-black {
    font-weight: 900 !important;
}

.btn {
    border-radius: 0;
    font-weight: 700;
}

.bg-gray {
    background: var(--bg-gray) !important;
}

.bg-dark-gray {
    background: var(--dark-gray) !important;
}

.bg-light-gray {
    background: var(--light-gray) !important;;
}

.border-gray {
    border-color: var(--dark-gray) !important;
}

.border-light-gray {
    border-color: var(--light-gray) !important;
}

.text-light-gray {
    color: var(--light-gray);
}

.bg-black {
    background: #000 !important;
}

.text-bg-gray {
    color: var(--bg-gray);
}




/* Helpers */

.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
     font-size: 24px !important;
}
.font-26 {
     font-size: 26px !important;
}
.font-28 {
     font-size: 28px !important;
}
.font-33 {
    font-size: 33px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-37 {
    font-size: 37px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-42 {
    font-size: 42px !important;
}
.font-111 {
    font-size: 111px !important;
}

.text-white, .text-white a {
    color: #fff !important;
}

.text-white-62 {
    color: rgba(255,255,255,0.62) !important;
}

.text-white-44 {
    color: rgba(255,255,255,0.44) !important;
}

.bg-cover, .bg-contain {
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.content-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.content-bottom {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: left;
}

.produkt-image-nav .content-middle {
    left: 50%;
    transform: translate(-50%,-50%);
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.zoom {
    overflow: hidden;
    padding: 0;
    display: block;
    max-height: 360px;
}

.single .zoom {
    /*max-height: 200px;*/
}

.zoom img, .zoom div {
    transition: all 800ms;
    width: 100%;
}

a:hover .zoom img, a:hover .zoom div, span.zoom:hover img {
    transform: scale(1.1);
    filter: brightness(80%);
}


i.prevarrow:before,
i.nextarrow:before,
i.prevarrow:after,
i.nextarrow:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #808080;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

@media (min-width: 576px) {

    i.prevarrow,
    i.nextarrow {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    i.prevarrow:before,
    i.nextarrow:before {
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    i.prevarrow:after,
    i.nextarrow:after {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    i.prevarrow.prevarrow,
    i.nextarrow.prevarrow,
    i.prevarrow.nextarrow,
    i.nextarrow.nextarrow {
        width: 45px;
        height: 80px;
        position:absolute;
        top:40%;
        z-index: 10;
    }
    i.prevarrow {left:-40px}
    i.nextarrow {right: -52px;}
    i.prevarrow.prevarrow:before,
    i.nextarrow.prevarrow:before,
    i.prevarrow.nextarrow:before,
    i.nextarrow.nextarrow:before,
    i.prevarrow.prevarrow:after,
    i.nextarrow.prevarrow:after,
    i.prevarrow.nextarrow:after,
    i.nextarrow.nextarrow:after {
        width: 30px;
        height: 2px;
        top: 50%;
        left: 0;
    }
    i.prevarrow.prevarrow:before,
    i.nextarrow.prevarrow:before,
    i.prevarrow.prevarrow:after,
    i.nextarrow.prevarrow:after {
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        -o-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    i.prevarrow.nextarrow:before,
    i.nextarrow.nextarrow:before,
    i.prevarrow.nextarrow:after,
    i.nextarrow.nextarrow:after {
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    i.prevarrow:hover:before,
    i.nextarrow:hover:before {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    i.prevarrow:hover:after,
    i.nextarrow:hover:after {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    i.prevarrow:active:before,
    i.nextarrow:active:before {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    i.prevarrow:active:after,
    i.nextarrow:active:after {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@media (min-width: 768px) {
    .arrows {
        position:relative;
        width: 100%;
        top: -40px;
    }

    .arrow-left {
        color: #333;
        position: absolute;
        left: 0;
        z-index: 99;
        cursor: pointer;
    }

    .arrow-right {
        color: #333;
        position: absolute;
        right: 0;
        z-index:100;
        cursor: pointer;
    }
    .pl-md-25r {
        padding-left: 2.5rem !important;
    }
    .ml-md-25r {
        margin-left: 2.5rem !important;
    }

    .navbar {
        padding: 0.375rem 1rem;
    }
    .slider .item .item-content .item-text p {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .arrows {
        top: -55px;
    }
    #uvodni-clanek h2 {
        font-size: 28px;
    }

    #uvodni-clanek p {
        font-size: 14px;
    }
    .slider .item img {
        transform: translateX(-50%);
    }
    .more-button a:before {
        width: 65%;
    }
    aside .more-button a:before {
        width: 40%;
    }
    aside h3 {
        font-size: 14px;
        line-height: 1.5;
    }
    .top-container {
        max-width: 100%;
    }
    .slider .item .item-content {
        background-image: linear-gradient(to left, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75));
    }
    .slider .item .item-content .item-text p {
        font-size: 30px;
        line-height: 1.3;
        text-shadow: 0px 0px 5px #000;
    }
}

@media (min-width: 1200px) {
    .arrows {
        top: -65px;
    }
    .top-container {
        max-width: 1140px;
    }
}

@media (min-width: 1415px) {
    .wide-container {
        max-width: 1350px;
    }
}