/* LAYOUT */

.textfields {
    display: block;
    max-width: 100vw;

}

.meta-single {

    display: flex;
}
/*HEADER */


textarea {
    border: none;
    padding: 10px 12px;
    background: #D3D3D3;
    width: 260px;
    border-radius: 2px;
    box-shadow: inset 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

img {
    opacity: 1;
    transition: opacity 0.2s;
}

#map  div[role=button]{

    font-size: 14px !important;
    background: #FFFEE4 !important;
    height: auto !important;
    padding: 6px 23px !important;
    margin: 2px !important;

}
.gm-style .gm-style-mtc div{
    font-size: 14px !important;
    background: #FFFEE4 !important;
}
#map .gmnoprint {
    margin: 4px 14px 4px 4px !important;
    background: #FFFEE4 !important;
}
.single .content_header {
	padding-top: 62px;
}
.gm-svpc, .gmnoprint
{
    margin: 4px !important;
    background: #FFFEE4 !important;
}
.gm-control-active {
    background: #FFFEE4 !important;
}

#map {
    position: relative;
    overflow: hidden;
    height: 300px;

    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.hidden {
    display: none;
}

.showing, img.showing  {
    display: block;
}

.chat-box .butty {
    margin-right: 6px;
}

.maintext {
    color: black;
    background: #FFFEE4;
    padding: 40px;
    font-size: 16px;
    white-space: pre-wrap;
    line-height: 140%;
    letter-spacing: 1px;
}

.bordering {
    border-bottom: 2rem solid #607779;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    width: auto;
    transition: transform 250ms ease-in-out;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.send_button, .submit {
    margin: .4rem .5rem .2rem 0;
    border: none;
    padding: .7rem 1.2rem;
    background: #91B7BA;
    border-radius: 3px;
    float: right;
    color: #FFFEE4;
    font-weight: bold;
    -moz-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    -webkit-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    transition: box-shadow 250ms ease-in-out;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 1.8px;
    font-weight: 500;
}

.submit:hover {
    box-shadow:none;
}

/* COMMENTS */

.comments {
    max-width: calc(100vw - 24px);
    box-sizing: border-box;
}

.comment-respond, .commentsform {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid #668385;
    margin: 0 auto;
    margin-top: 65px;
    color: #232D2E;
    width: 100%;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    background: #FFFEE4;
    margin: 64px auto;
}

.commentsform h2, .comment-reply-title {
    padding-bottom: 10px;
    margin: 0;
    color: #FFFEE4;
    background: #607779;
    padding: 10px 40px;
    font-size: 1.5em;
    letter-spacing: 1.4px;
    border-left: 0.2px solid rgba(0, 0, 0, 0.2);
    border-right: 0.2px solid rgba(0, 0, 0, 0.2);
    border-top: 0.2px solid rgba(0, 0, 0, 0.2);
}

#commentform {
    padding: 20px 40px;
    border-left: 0.2px solid rgba(0, 0, 0, 0.6);
    border-right: 0.2px solid rgba(0, 0, 0, 0.6);
    border-bottom: 0.2px solid rgba(0, 0, 0, 0.6);
}

/* IMAGES */

h2.section_title {
    padding: 20px 40px;
    text-align: left;
    background: #607779;
    display: inline-block;
    margin: 0;
    color: #FFFEE4;
    box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, 0.2);
    text-shadow: #533d4a 2px 2px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 4.8px;
    border: 1px solid #FFFEE4;
}

@media screen and (min-width: 992px) {
    h2.section_title {
        margin: 40px;
    }

    #map {
        width: 80%;
        margin-left: 40px;
    }

    .meta-single {
        padding: 40px;
    }


}



.comment {

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #756B8E;
    padding: 10px;
    margin: 0 auto;
    margin-top: 6px;
    min-height: 86px;
    position: relative;
    display: inline-block;
    background: #FFFEE4;
}

.comment-inner {
    margin-left: 112px;
    padding-bottom: 5px;
    background: #91B7BA;
    position: relative;
    padding: 10px 20px;
}

.comment-inner:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-right: 8px solid #91B7BA;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 10px;
    margin-left: -6px;
}

.comment-form-comment {
    margin-top: 10px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


.comment-avatar {
    float: left;
    width: 80px;
    height: 80px;
    padding: 2px;
    background: #fff;
    border: 1px solid #928BA7;
    margin-right: 5px;
    border-radius: 50%;
}

.comment-avatar > img {
    margin: 0px !important;
    border: none !important;
    border-radius: 50%;
}

.comment-content {
    padding: 15px 0;
    color: #1F2828;
}

#comment-list > li:first-child > .comment {
    margin-top: 0;
}

.comment-header {
    color: #1F2828;
    font-size: 14px;
    font-family: inherit;
    line-height: 100%;
}

.comment-header a, .comment-header a:link, .comment-header a:visited, .comment-header a.visited, .comment-header a:hover, .comment-header a.hovered {
    font-size: 14px;
    font-family: inherit;
    line-height: 100%;
}

.comment-header a, .comment-header a:link {
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    color: #433D51;
}

.comment-header a:visited, .comment-header a.visited {
    font-family: inherit;
    color: #2F3C3D;
}

.comment-header a:hover, .comment-header a.hovered {
    font-family: inherit;
    color: #0079DB;
}

.comment-content a, .comment-content a:link {
    color: #433D51;
}

.comment-content a:visited, .comment-content a.visited {
    color: #2F3C3D;
}

.comment-content a:hover, .comment-content a.hovered {
    color: #0079DB;
}

.commentsform label {
    display: inline-block;
    line-height: 25px;
}

.commentsform input:not([type=submit]), .commentsform textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
}


.comments_para {
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 9px 11px 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #607779;
    font-size: 1em;
    color: #FFFEE4;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 1.4px;
    text-shadow: #533d4a 1px 1px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    transition: background 0.2s ease,
    box-shadow 0.2s ease;
    border: .6px solid rgba(0, 0, 0, 0.2);
}


#comment{width:100%;
    box-sizing: border-box;
}

.comment-form-author ,
.comment-form-email ,
.comment-form-url
{
    display: flex;
    flex-direction: column;
}

.head_line {
    display: flex;
    align-items: center;
}


input[type="password"], input[type="text"], input[type="email"], textarea {
    outline: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    background: rgba(255, 255, 255, 1);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: inherit;
    letter-spacing: 3px;
    text-align: center;
    font-weight: normal;
    color: white;
}

input::-webkit-input-placeholder:focus, textarea::-webkit-input-placeholder:focus {
    font-family: inherit;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bolder;
    color: black;
}

texarea {
    font-family: inherit !important;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.form {
    width: 50%;
    margin: auto;
    font-weight: bolder;
}


ul.children {
    margin-left: 40px;
}
pre{
    white-space: pre-wrap;
    overflow: auto;
    padding: 0.1em;
    font-family: inherit;}

.form-submit{
    margin-top:15px;
    position:relative;
    display:flex;
    width:100%;
    justify-content:flex-end;
}


.pagination {
    padding: 6px 16px 6px 3px;
    margin: 16px 0;
    background: #FFFEE4;
    text-align: right;
    color: #533d4a;
}

.pagination:empty {
    display: none;
}

.taxonomy {
    margin-right: 36px;
}

#adresa_mista {
    margin: 0 16px;
    display: inline-block;
}

.MapAddress {
    padding: 12px 0;
}

/* LIGHTBOX */
.wp-caption {
    padding: 4px;
    margin: 0px 20px 20px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    max-width: 242px;
    -moz-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    -webkit-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    background-color: #91B7BA;
    border: 1px solid #ddd;
    will-change: box-shadow, transform;
    transition: box-shadow 350ms ease-in-out,
    transform 350ms ease-in-out;
}

.wp-caption:hover {
    -moz-box-shadow: #533d4a 1px 1px;
    -webkit-box-shadow: #533d4a 1px 1px;
    box-shadow: #533d4a 1px 1px;
}

.obal {
    overflow: hidden;
}
.wp-caption:hover > a img {
    transform: scale(1.1);
}

#content p {
    position: absolute;
    top: -26px;
    margin-left: -16px;
    background: #607779;
    font-size: 2em;
    color: #FFFEE4;
    padding: 3px 16px;
}

#content p:empty{
    padding: 0;
}
.incoming{
    animation-name: example;
    animation-duration: 300ms;
    animation-iteration-count: 1;
}

@keyframes example {
    from {transform:scale(0);}
    to {transform:scale(1);}
}

@media only screen and (max-width:480px) {
    .sidebar1 {
        height: auto !important;
        height: 300px !important;
    }
    .comments {
        padding: 40px 0;
    }
    .header h2 {
        padding: 20px;}

    footer {
        padding-left: 8px;
    }
    .footer .inline .lists {
        margin: 0 8px 20px 0;
    }
    .inline {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }

    .post {
        padding: 20px 0px 0px 5px !important;
    }

    #post-1640 .prettyMapList .btn {
        bottom: -14px !important;
        right: 0px !important;
    }

    .commentsform {
        width: 90% !important;
        margin: 20px auto !important;
        box-sizing: border-box;
    }

    .patnact, .halfwidth, .quarterwidth {
        width: 100% !important;
        padding: 20px 0px;
    }

    #post-1640 .corePrettyStyle {
        width: 80% !important;
    }

}


@media only screen and (min-width: 960px) {
    .wrappy div:first-child {
        margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 960px) {

    .meta-single {
        flex-direction: column;

    }

    .taxonomy {
        padding-left: 16px;
        margin-bottom: 26px;
    }
}



.butty img {
    margin: 0 5px 0 0 !important;
}


.navigation {
    font-weight: normal;
    color: #26232F;
    font-size: 16px;
    font-family: inherit;
}

.post {
    padding: 40px;
}

a img {
    border: 0;
    border-radius: 6px;
}

.block a {
    text-decoration: none;
}

.article img, img.article, .footer-text img {
    margin: 7px 7px 7px 7px;
}


@media (min-width: 1026px) {
    .vzkrik {
        margin: 0px 0px 0px 120px !important;
    }

    .vzkrik a {
        font-size: 26px !important;
    }
}


.hidden {
    display: none;
}
.inline{display:-webkit-box;display:inline-flex;display:-webkit-inline-flex;display:-ms-inline-flexbox;}




.lokace {
    margin-right:  40px;
}

.maintext pre a {
    color: #F25036;
}

.page .sheet {
    padding: 80px 40px;
}

figcaption .source {
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 6px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    padding: 6px 0 0 0;
    font-size: 10px;
    letter-spacing: 0.4px;
    align-self: flex-end;
}

.imag_title {
    line-height: 100%;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-left: 1px;
    flex: 1;
}

.odsazeni2 {
    display: flex;
    justify-content: flex-end;
}

.lightbox_trigger {
    display: flex;
    flex-direction: column;
    height: 100%;
}

form input {
    border: none;
    padding: 10px 12px;
    background: #D3D3D3;
    border-radius: 2px;
    box-shadow: inset 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}


.visible {
    display: block;
    overflow: scroll;
    -webkit-animation-name: scrolling;
    animation-name: scrolling;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: 1000;
    overflow: hidden;
    border-bottom: 6px solid #607779;
}

@keyframes scrolling {
    0%   {-webkit-transform:translate(-240px,0);-ms-transform:translate(-240px,0);transform:translate(-240px,0) }
    100% {-webkit-transform:translate(0px,0);-ms-transform:translate(0px,0);transform:translate(0px,0)}
}

.author p {
    font-size: 13px;
}

@media screen and (min-width: 968px) {
    .content {
        width: 100%;
        min-width: 700px;
    }

    .sheet {
        min-width: 700px;
    }


    .chat-box, .enter {
        width: 100%;
        box-sizing: border-box;
    }

    .comment-respond, .commentsform{
         width: 50%;
    }
    .comments{
        padding:40px;
        max-width: 100vw;
    }

}

.cf_hidden {
    display: none;
}

.cf.hidden.display{
    display: flex;
    flex-wrap: wrap;
}

.load {
    padding: 30px 120px;
    font-size: 1.5em;
}
