/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");



.animate-icon-module-style1 .animate-icon-module-normal-content .title_content {
    margin-top: 18px;
    
}



.flip .inner-with-image img {
    z-index: 1;
    border: 0px solid #000; /* jj zmenila bylo 2px solid #000; */
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 10px; /* jj zmenila pridano*/
}

.flip .x img, .flip .y img {
    border: 0px solid #000; /* jj zmenila bylo 2px solid #000; */
    object-fit: cover;
	border-radius: 10px; /* jj zmenila pridano*/
}

.page #comments {
    padding: 0px 0; /* jj zmenila bylo 0px 50px*/
}





select {
    width: 100%;
    height: 48px; /* jj zmenila bylo 38px*/
    padding: 10px;
    display: block;
    position: relative;
    border: 2px solid #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tatsu-column-inner {
    width: 100%;
    position: relative;
    border-style: dashed; /* jj zmenila bylo solid*/
    border-color: transparent;
    -webkit-transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
    -o-transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;
}

.textpodtym {
    font-family:Gotham;
	color:#222222;
    font-size:15px;
	line-height:22px;
	font-weight:300;
}


element.style {
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
style {
    display: none;
}
.tatsu-rkIS2hFl4H.tatsu-text-block-wrap .tatsu-text-inner {
    width: 100%;
    text-align: left;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.tatsu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#content, .post-title, .breadcrumbs, #page-title {
    -ms-word-wrap: break-word;
    word-break: break-word;
}

#navigation a, #navigation-right-side a, #navigation-left-side a {
    position: relative;
    color: inherit;
    padding: 0px 10px; /* jj zmenila bylo 0px 20px*/
    display: inline-block;
    line-height: initial;
}

#header-top-bar, #header-bottom-bar {
    line-height: 0px; /* jj zmenila bylo 25px*/
}

#header-top-bar-right {
    float: right;
    padding: 4px 20px; /* jj zmenila bylo 10px 20px*/
}

.be-button, input[type="button"], input[type="submit"], input[type="reset"], button {
    color: #ffffff;
    transition: 0.2s linear all;
    border-radius: 20px !important;
}
