.elementor-kit-19{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

.btn-sleduj {
    pointer-events: none;
    cursor: not-allowed;
    display: inline-block;
    background-color: #EB1B33;
    color: #fff;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding: 15px;
    padding-right: 28px;
    padding-left: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: solid #EB1B33 2px;
    box-shadow: rgba(235,27,51,0.500) 0px 0px 50px 1px;
    border-radius: 50px;
        transition: all 0.3s ease 0s;
}

.btn-sleduj:hover {
    background-color: #EB1B33;
#    padding: 16px;
#    padding-right: 31px;
#    padding-left: 29px;
#    margin: -1px 0px 0px -4px;
}

.btn-sleduj:after{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 25px;
    line-height: 24px;
    margin: 0 -4px -6px 10px;
    position: relative;
    top: 0px;
    left: 4px;
    background: url("https://www.arepasdelyna.cz/wp-content/uploads/icon-zvonek.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

.obrazekschovat {
    pointer-events: none;
    cursor: not-allowed;
    display: inline-block;
}

a[href^=tel]{
    color:inherit;
    text-decoration:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

.btn-blue-order {
    display: inline-block;
    background-color: #133D8C;
    color: #fff;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding: 15px 25px;
    border: solid #133D8C 2px;
    border-radius: 50px;
    box-shadow: rgba(19, 61, 140, 0.5) 0px 0px 50px 1px !important;
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    position: relative;
}

.btn-blue-order:hover {
    color: #fff;
}

.btn-blue-order::before {
    content: "";
    position: absolute;
    top: -2px; /* Důležité pro vyrovnání ohraničení */
    left: -2px; /* Důležité pro vyrovnání ohraničení */
    width: calc(100% + 4px); /* Přidáváme 4px (2px z každé strany ohraničení) */
    height: calc(100% + 4px); /* Přidáváme 4px (2px shora a zdola ohraničení) */
    background-color: #133D8C;
    border-radius: 50px;
    z-index: -1;
    transform: scale(1);
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    box-shadow: rgba(19, 61, 140, 0.5) 0px 0px 50px 1px !important;
}

.btn-blue-order:hover::before {
    transform: scale(1.04);
}

.btn-blue-order .btn-content {
    display: inline-flex;
    align-items: center;
    position: relative; /* Pro z-index */
    z-index: 1; /* Aby byl obsah nad pozadím */
}

.btn-blue-order .btn-content .order-icon {
    width: 47px;
    height: 27px;
    margin-left: 4px;
    background: url("https://www.arepasdelyna.cz/wp-content/uploads/icon-order.png") no-repeat center;
    background-size: contain;
}

.btn-yellow-order {
    display: inline-block;
    background-color: #F4C506;
    color: #fff;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding: 15px 25px;
    border: solid #F4C506 2px;
    border-radius: 50px;
    box-shadow: rgba(244,197,6,0.500) 0px 0px 50px 1px !important;
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    position: relative;
}

.btn-yellow-order:hover {
    color: #fff;
}

.btn-yellow-order::before {
    content: "";
    position: absolute;
    top: -2px; /* Důležité pro vyrovnání ohraničení */
    left: -2px; /* Důležité pro vyrovnání ohraničení */
    width: calc(100% + 4px); /* Přidáváme 4px (2px z každé strany ohraničení) */
    height: calc(100% + 4px); /* Přidáváme 4px (2px shora a zdola ohraničení) */
    background-color: #F4C506;
    border-radius: 50px;
    z-index: -1;
    transform: scale(1);
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    box-shadow: rgba(244,197,6,0.500) 0px 0px 50px 1px !important;
}

.btn-yellow-order:hover::before {
    transform: scale(1.04);
}

.btn-yellow-order .btn-content {
    display: inline-flex;
    align-items: center;
    position: relative; /* Pro z-index */
    z-index: 1; /* Aby byl obsah nad pozadím */
}

.btn-yellow-order .btn-content .order-icon {
    width: 47px;
    height: 27px;
    margin-left: 4px;
    background: url("https://www.arepasdelyna.cz/wp-content/uploads/icon-order.png") no-repeat center;
    background-size: contain;
}

.btn-red-order {
    display: inline-block;
    background-color: #EB1B33;
    color: #fff;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding: 15px 25px;
    border: solid #EB1B33 2px;
    border-radius: 50px;
    box-shadow: rgba(235,27,51,0.500) 0px 0px 50px 1px !important;
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    position: relative;
}

.btn-red-order:hover {
    color: #fff;
}

.btn-red-order::before {
    content: "";
    position: absolute;
    top: -2px; /* Důležité pro vyrovnání ohraničení */
    left: -2px; /* Důležité pro vyrovnání ohraničení */
    width: calc(100% + 4px); /* Přidáváme 4px (2px z každé strany ohraničení) */
    height: calc(100% + 4px); /* Přidáváme 4px (2px shora a zdola ohraničení) */
    background-color: #EB1B33;
    border-radius: 50px;
    z-index: -1;
    transform: scale(1);
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    box-shadow: rgba(235,27,51,0.500) 0px 0px 50px 1px !important;
}

.btn-red-order:hover::before {
    transform: scale(1.04);
}

.btn-red-order .btn-content {
    display: inline-flex;
    align-items: center;
    position: relative; /* Pro z-index */
    z-index: 1; /* Aby byl obsah nad pozadím */
}

.btn-red-order .btn-content .order-icon {
    width: 47px;
    height: 27px;
    margin-left: 4px;
    background: url("https://www.arepasdelyna.cz/wp-content/uploads/icon-order.png") no-repeat center;
    background-size: contain;
}

.btn-brown-order {
    display: inline-block;
    background-color: #F2B680;
    color: #fff;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding: 15px 25px;
    border: solid #F2B680 2px;
    border-radius: 50px;
    box-shadow: rgba(242,182,128,0.500) 0px 0px 50px 1px !important;
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    position: relative;
}

.btn-brown-order:hover {
    color: #fff;
}

.btn-brown-order::before {
    content: "";
    position: absolute;
    top: -2px; /* Důležité pro vyrovnání ohraničení */
    left: -2px; /* Důležité pro vyrovnání ohraničení */
    width: calc(100% + 4px); /* Přidáváme 4px (2px z každé strany ohraničení) */
    height: calc(100% + 4px); /* Přidáváme 4px (2px shora a zdola ohraničení) */
    background-color: #F2B680;
    border-radius: 50px;
    z-index: -1;
    transform: scale(1);
    transition: transform 0.3s ease; /* Přechod pouze pro transformaci */
    box-shadow: rgba(242,182,128,0.500) 0px 0px 50px 1px !important;
}

.btn-brown-order:hover::before {
    transform: scale(1.04);
}

.btn-brown-order .btn-content {
    display: inline-flex;
    align-items: center;
    position: relative; /* Pro z-index */
    z-index: 1; /* Aby byl obsah nad pozadím */
}

.btn-brown-order .btn-content .order-icon {
    width: 47px;
    height: 27px;
    margin-left: 4px;
    background: url("https://www.arepasdelyna.cz/wp-content/uploads/icon-order.png") no-repeat center;
    background-size: contain;
}/* End custom CSS */