/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/*-------------------------------------------*/

/*-------------------------------------------*/

.socket_color, .socket_color div, .socket_color header, .socket_color main, .socket_color aside, .socket_color footer, .socket_color article, .socket_color nav, .socket_color section, .socket_color span, .socket_color applet, .socket_color object, .socket_color iframe, .socket_color h1, .socket_color h2, .socket_color h3, .socket_color h4, .socket_color h5, .socket_color h6, .socket_color p, .socket_color blockquote, .socket_color pre, .socket_color a, .socket_color abbr, .socket_color acronym, .socket_color address, .socket_color big, .socket_color cite, .socket_color code, .socket_color del, .socket_color dfn, .socket_color em, .socket_color img, .socket_color ins, .socket_color kbd, .socket_color q, .socket_color s, .socket_color samp, .socket_color small, .socket_color strike, .socket_color strong, .socket_color sub, .socket_color sup, .socket_color tt, .socket_color var, .socket_color b, .socket_color u, .socket_color i, .socket_color center, .socket_color dl, .socket_color dt, .socket_color dd, .socket_color ol, .socket_color ul, .socket_color li, .socket_color fieldset, .socket_color form, .socket_color label, .socket_color legend, .socket_color table, .socket_color caption, .socket_color tbody, .socket_color tfoot, .socket_color thead, .socket_color tr, .socket_color th, .socket_color td, .socket_color article, .socket_color aside, .socket_color canvas, .socket_color details, .socket_color embed, .socket_color figure, .socket_color fieldset, .socket_color figcaption, .socket_color footer, .socket_color header, .socket_color hgroup, .socket_color menu, .socket_color nav, .socket_color output, .socket_color ruby, .socket_color section, .socket_color summary, .socket_color time, .socket_color mark, .socket_color audio, .socket_color video, #top .socket_color .pullquote_boxed, .responsive #top .socket_color .avia-testimonial, .responsive #top.avia-blank #main .socket_color.container_wrap:first-child, #top .socket_color.fullsize .template-blog .post_delimiter, .socket_color .related_posts.av-related-style-full a { border-color: #dcdcdc; background-color: #ffffff; }

#fixfotogalerie { background-size: cover!important; }
#top #header .av-main-nav > li > a {
    color: #e6e6e6;
    background-color: #112641;
    border-color: #112641;
}
#top #header .av-main-nav > li:hover > a,
#top #header .sub-menu > li:hover > a,
#top #header .av-main-nav > li:focus > a,
#top #header .sub-menu > li:focus > a{
    color: #ffffff;
}
#top #header_main_alternate {
    background-color: #112641;
}
.html_elegant-blog #top .avia-content-slider .blog-categories,
.html_elegant-blog #top .post-entry .post-meta-infos,
.html_elegant-blog .avia-content-slider .slide-meta,
.html_elegant-blog .av-share-box,
.comment_meta_container,
.comment_container
{ display: none; }

.html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title,
.html_elegant-blog #top .post-entry .blog-categories
{ text-align: left; }

.html_elegant-blog .av-vertical-delimiter { margin: 0; border-color: #b6d03b; }

.html_elegant-blog #top .post-entry .blog-categories { text-align: left; }

#socket .container {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #9c9c9c;
    background: white;
}

#scroll-top-link { bottom: 78px; background-color: #dedede; color: #fff; border: none; border-radius: 0;}

html { background-color: #fff; }

.avia-button.avia-size-large {
    padding: 18px 33px 16px;
    font-size: 13px;
    min-width: 139px;
    border-radius: 30px;
}
#top .main_color .avia-color-theme-color { border-color: #b6d03b; background: #b6d03b; border-style: solid; }
#top .main_color .avia-color-theme-color-subtle { border-color: #3f94cd; background: #3f94cd; color: #ffffff; border-style: solid;}

#top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
    color: #e6e6e6;
    background-color: #112641;
    border-color: #112641;
    font-size: 14px;
}

.av-main-nav li.wb-menu-cart{
    float: right;
}


/* ******* number input start ********** */

.wp_cart_buy_shortcode {
    text-align: left;
}
.wp_cart_buy_shortcode .quantity {
    vertical-align: middle;
    margin-right: 15px;
}
.quantity {
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.wp_cart_price{
    font-size: 26px;
    color: #9c9c9c;
    padding-bottom: 15px;
}
.wp_cart_price_label{
    color: #152c3f;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 55px!important;
    padding-right: 20px!important;
    padding-left: 0px!important;
    text-align: center;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0!important;
    padding-left: 20px;
    border: 1px solid #eee;
    background-color: #fff!important;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    background-color: #bdbdbd;
    color: #fff;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: .3s ease-out;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 50%;
}
.quantity-button.quantity-up:hover,
.quantity-button.quantity-down:hover {
    background-color: #a2b935;
    color: white;
}

.success-effect-base{
    transition: background .5s ease-out;
}
.success-effect{
    animation: pulse 1s ease;
}

#wb_cart_notification{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1111;
}


.avia-button:active {
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-top-style: solid;
}

@keyframes pulse {
    0% {
        background-color: rgba(235, 254, 232,1);
    }

    100% {
        background-color: rgba(235, 254, 232,0);
    }
}

/* ******* number input end ********** */

/*.wb-cart-table th:not(:last-child),*/
/*.wb-cart-table td:not(:last-child){*/
    /*border-right: none;*/
/*}*/
.wb-cart-table th{
    border-top-color: #fff;
    padding-bottom: 20px;
}
.wb-cart-table th,
.wb-cart-table td{
    border-right-color: #fff;
    border-left-color: #fff;
}
.wb-cart-table tbody tr:first-child td{
    padding-top: 25px;
}
.wb-cart-table tbody tr:last-child td,
.wb-cart-table tbody tr:nth-last-child(2) td{
    border-bottom-color: #fff;
}
thead tr:last-child{
    border-bottom: 2px solid #a2b935;
}
.wb-cart-table  tr:nth-child(odd){
    background: #fff;
}

.wb_cart_button {
    background-color: transparent;
    border: none;
    padding: 0px 10px;
    color: #787878;
    cursor: pointer;
    vertical-align: middle;
    transition: .3s ease-out;
}
.wb_cart_button:hover {
    color: #a2b935;
}

#wb-cart-navigation-wrap{
    display: none;
}

.wb_cart_table_notification:last-child{
    display: none;
}
.wb_cart_table_notification:first-child{
    display: table-row;
}

#header_meta{
    background-color: #fff;
}


#top .title_container .container{
    padding-top: 0;
    padding-bottom: 0;
    min-height: 32px;
}

#top .title_container .main-title{
    display: none;
}

#main .title_container{
    background-color: #444444;
}

.title_container .breadcrumb{
    margin-top: -7.5px;
}

header.entry-content-header h3 > a{
    font-weight: 300!important;
    color: #333!important;
    font-size: 20px;
    line-height: 1.1em;
}

ul.lcp_catlist{
    list-style: none;
}
ul.lcp_catlist li {
    margin-left: 0;
}
ul.lcp_catlist li a{
    color: #919191;
}

#spec-sidebar-wb{
    padding-top: 197px;
}

.js_active .avia_combo_widget .top_tab .tab{
    display: none;!important;
}

.single-nahradni-dily .avia-image-container{
    width: 100%;
}
.single-nahradni-dily .avia-image-container img.avia_image {
    width: 100%;
}

.archive.tax-modely .grid-entry-title.entry-title,
.post-type-archive-nahradni-dily .grid-entry-title.entry-title{
    min-height: 28px;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
    #spec-sidebar-wb{
        padding-top: 0px;
    }
}

.avia-full-contain{
    background-size: cover!important;
}

/*.grid-entry.flex_column,*/
/*article.inner-entry{*/
    /*height: 100%;*/
/*}*/

.flexfix-container{
    display: flex;
}
article.inner-entry:before{
    display: table;
    content: " ";
}
article.inner-entry:after{
    clear: both;
    display: table;
    content: " ";
}
article.inner-entry .grid-content{
    min-height: 135px;
}
