/*
 Theme Name:   Tomikup
 Theme URI:    https://www.tomanpetr.cz/
 Description:  Elementor Hello Child
 Author:       Petr Toman
 Author URI:   https://www.tomanpetr.cz/
 Template:     elementor-hello-theme-master
 Version:      1.0
 Text Domain:  elementor-hello-child
*/

/* GLOBAL */

body
{
    font-size: .9rem;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;

    color: inherit;
}

p:last-of-type
{
    margin-bottom: 0;
}

h1
{
    font-size: 2.5rem;

    margin-bottom: 20px;
}

h2
{
    font-size: 1.5rem;

    margin-bottom: 20px;
}

main ol,
main ul
{
	margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.page main li
{
	margin-bottom: 0;
}

.page p:last-of-type
{
    margin-bottom: 20px;
}

/*main li
{
    margin-bottom: 1rem;
}

main  li:last-child
{
    margin-bottom: 1rem;
}*/

main .elementor a
{
    text-decoration: underline !important;

    color: #276175;
}

main .elementor-widget-button a.elementor-button,
main .elementor-widget-button .elementor-button
{
    font-size: 15px;
    line-height: 18px;

    display: inline-block;

    padding: 12px 18px;

    text-decoration: none;
    text-decoration: none !important;

    color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #276175;
    box-shadow: none;
}

li.menu-item-160 a,
li.menu-item-162 a
{
    font-style: normal;

    color: #fff !important;
    background-color: #1e4c5c;
}

.elementor-section.elementor-section-boxed > .elementor-container
{
    padding: 0 20px;
}

table.pricingTable
{
	border: 2px solid #fff;
	font-size: 1rem;
}

td.pricingTableFeatureIcon
{
	text-align: center;
}

table.pricingTable thead tr th
{
	text-align: center;
	background-color: #276175;
	color: #fff;
}

table.pricingTable thead tr th:first-child
{
	text-align: left;
}

td.pricingTableFeatureIcon span.icon-star-fill
{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #276175;
}

td.pricingTableFeatureIcon span.icon-star-fill:before
{
	content: "\f005";
}

table.pricingTable thead tr th,
table.pricingTable tbody tr td
{
	width: 120px;
}

table.pricingTable thead tr th:first-child,
table.pricingTable tbody tr td:first-child
{
	width: calc(100% - 360px);
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th,
table tbody tr:hover > td, table tbody tr:hover > th
{
    background-color: #F5F5F5;
}

.feature-table
{
	overflow-x: auto;
}

/* LOGO HEADER */

.logo-top
{
    height: 50px;
}

.logo-top__link
{
    position: relative;
    z-index: 10;

    display: inline-flex;

    text-decoration: none;

    align-items: center;
}

.logo-top_img
{
    width: 60px;
    height: 60px;
}

.logo-top__to,
.logo-top__mi,
.logo-top__kup
{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;

    display: inline-block;
    float: left;

    margin-top: -8px;

    color: #b5e6f8;
}

.logo-top__mi
{
    color: #72d6f7;
}

.logo-top__kup
{
    color: #2a6c80;
}

.logo-top__cz
{
    line-height: 23px;

    display: inline-block;
    float: left;

    margin-top: -13px;
    padding-top: 4px;

    color: #696666;
}

.squares
{
    position: absolute;
    z-index: 0;
    bottom: -8px;
    left: 5px;

    transform: rotate(-15deg);
}

.squares__big
{
    width: 60px;
    height: 30px;

    background: #fff;
    box-shadow: 0 1px 0 0 rgba(4, 4, 4, .1);
}

.squares__med
{
    position: absolute;
    z-index: -5;
    top: 11px;
    left: -10px;

    width: 10px;
    height: 10px;

    background: #f3a44d;
    box-shadow: 0 1px 0 0 rgba(4, 4, 4, .1);
}

.squares__small
{
    position: absolute;
    z-index: -5;
    top: 20px;
    left: -6px;

    width: 6px;
    height: 5px;

    background: #eb6589;
    box-shadow: 0 1px 0 0 rgba(4, 4, 4, .1);
}


/* FOOTER */

.elementor-location-footer a
{
    transition: .4s;
    text-decoration: underline !important;

    color: #fff;
}

.elementor-location-footer a:hover
{
    transition: .4s;

    color: #d15a7a;
}

.elementor-location-footer .elementor-nav-menu--main .elementor-nav-menu a:last-child
{
    padding-right: 0;
}

.footer-menu__cop
{
    font-size: 14px;

    display: block;

    color: #fff;
}

.footer-menu__svg
{
    display: inline-block !important;

    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-right: 10px;
}

.squares--bottom
{
    z-index: -1;
    top: -20px;
    bottom: auto;
    left: -20px;

    display: block;
}

.squares--bottom__big
{
    background: #293c42;
}

.elementor-location-footer .copyright
{
    position: relative;
    top: -9px;

    display: inline-block;
}


@media only screen and (max-width: 768px)
{
    .squares__big
    {
        box-shadow: none;
    }

    #language-mobile .elementor-nav-menu--dropdown
    {
        margin-top: 0;
    }

    #language-mobile .elementor-nav-menu--dropdown a.elementor-item:hover
    {
        background-color: #fff;
    }

    h1
    {
        font-size: 1.8rem;
    }

    .footer-menu__cop
    {
        text-align: center;
    }
    .squares--bottom__big
    {
        display: none;
    }

    .select-wrapper
    {
        position: relative;

        display: flex;

        align-items: center;
    }


    .select-wrapper:before
    {
        position: absolute;
        top: 13px;
        left: 18px;

        display: inline-block;

        width: 18px;
        height: 18px;

        content: url(/wp-content/uploads/2019/07/gift-blue.svg);

        background-position: top;
    }

    .top-menu-wrapper__toggle
    {
        font-family: 'Open Sans',sans-serif;
        font-size: 15px;
        font-weight: 700;

        display: block;

        width: 100%;
        height: 50px;
        margin: 0 10px;
        padding-left: 30px;

        color: #276175;
        border: none;
        border-radius: 0;
        background: #fff;
    }

    .top-menu-wrapper__toggle
    {
        padding: 0 0 0 33px;

        background: #fff;

        -webkit-appearance: none;
    }

    .top-menu-wrapper .select-wrapper:after
    {
        z-index: 10;
    }

    .select-wrapper:after
    {
        position: absolute;
        top: 15px;
        right: 22px;

        width: 20px;
        height: 20px;

        content: url(./images/chevron-down.svg);

        background-size: 20px;
    }

    #mobile-menu .elementor-container,
    #mobile-submenu .elementor-container
    {
        padding: 0;
    }
}

/*** VOLO REDESIGN ***/

nav ul li a
{
    border: 1px solid transparent;
}

nav ul li.menu-login a
{
    border-bottom-color: #424242;
}

nav ul li.menu-login a:hover
{
    border-bottom-color: #D15A7A;
}

nav ul li.menu-registration a
{
    border-color: #424242;
}

nav ul li.menu-registration a:hover
{
    border-color: #D15A7A;
}

nav ul li.wpml-ls-item
{
    padding-top: 3.5px;
}

nav ul li.wpml-ls-item ul li a
{
    padding: 10px 2px !important;
}

footer .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer
{
    margin-bottom: 0;
}

.back-arrow a::before
{
    content: "";
    background-image: url(./images/back-arrow.png);
    width: 80px;
    height: 22px;
    background-size: contain;
    position: absolute;
    left: -80px;
    background-repeat: no-repeat;
}

.arrows-text
{
	z-index: 2;
}

.arrows-text::before
{
	content: "";
    background-image: url(./images/arrow-left.png);
    width: 110px;
    height: 90px;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: 0;
    background-repeat: no-repeat;
}

.arrows-text::after
{
	content: "";
    background-image: url(./images/arrow-right.png);
    width: 90px;
    height: 90px;
    background-size: contain;
    position: absolute;
    right: -35px;
    bottom: -70px;
    background-repeat: no-repeat;
}

.icon-box .elementor-icon-box-icon
{
	margin-top: -35px;
}

@media only screen and (min-width: 1026px)
{
	.hero-header .elementor-background-overlay
	{
		opacity: 0 !important;
	}
}

@media only screen and (max-width: 1299px)
{	
	.back-arrow a::before
	{
		width: 40px;
		height: 11px;
		left: 0;
		top: 5px;
	}
}

@media only screen and (max-width: 1025px)
{
	.hero-header .elementor-background-overlay
	{
		background-color: #fff;
		opacity: 0.7;
		transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	}
}

@media only screen and (max-width: 767px)
{
	.arrows-text::before,
	.arrows-text::after
	{
		display: none;
	}
}

@media only screen and (max-width: 1299px) and (min-width: 1026px)
{
	.back-arrow a
	{
		margin-left: 45px;
	}
}