/*
 Theme Name:   Reden
 Theme URI:    https://www.tomanpetr.cz/
 Description:  Šablona pro společnost Reden.
 Author:       Petr Toman
 Author URI:   https://www.tomanpetr.cz/
 Template:     elementor-hello-theme-master
 Version:      1.0
 Text Domain:  elementor-hello-child
*/


/***********************
        GENERAL
***********************/

.home h1
{
    font-weight: bold;

    color: #fff;
}

.elementor-widget-heading h1.elementor-heading-title
{
    line-height: 1.2em;
}

h2,
.elementor-text-editor h2
{
    font-size: 2.1875rem;
    font-weight: bold;
    line-height: 40px;

    margin-top: 0;
    margin-bottom: 30px;

    color: #054f82;
}

.page-template-default .elementor-section.elementor-section-boxed > .elementor-container
{
    padding: 0 25px;
}

.elementor-text-editor p:last-of-type
{
    margin-bottom: 0;
}

.elementor-text-editor p > a
{
    color: #054f82;
    border-bottom: 1px solid transparent;
}

.elementor-text-editor p > a:hover
{
    border-color: #054f82;
}

::placeholder
{
    opacity: 1; /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
}

:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #000;
}

input[type=checkbox]
{
    content: none;

    outline: none;

       -moz-appearance: none;
    -webkit-appearance: none;
         -o-appearance: none;
}

input[type=checkbox]:before
{
    font-size: 10px;
    font-weight: bold;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin-right: 7px;

    content: '';
    text-align: center;
    vertical-align: middle;

    border: 1px solid #3092d0;
    background: transparent;
}

input[type=checkbox]:checked:before
{
    background: #3092d0;
}


/***********************
    HEADER AND FOOTER
***********************/

.elementor-location-footer .footer-top p
{
    font-size: 12px;

    color: #fff;
}

.elementor-location-footer a:hover
{
    color: #054f82 !important;
}

/***********************
       COMPONENTS
***********************/

.separator::before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    background-color: #3092d0;
}

.separator::after
{
    position: absolute;
    left: calc(50% - 14px);

    width: 28px;
    height: 8px;

    content: '';

    background-color: #3092d0;
}

.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button
{
    font-size: 15px;
    font-weight: bold !important;
    line-height: 28px;

    padding: 7px 30px;

    color: #fff;
    border-radius: 0;
}

.elementor-widget-button a.elementor-button:hover,
.elementor-widget-button .elementor-button:hover
{
    background-color: #152f4a;
}

.team-member
{
    position: relative;
}

.team-member h3
{
    font-size: 20px;
    line-height: 30px;

    color: #054f82;
}

.team-member .elementor-image-box-content
{
    position: relative;

    padding: 0 30px 30px 30px;
}

.team-member .elementor-image-box-content::before
{
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0;

    width: 13px;
    height: 17px;

    content: '';

    background: url(./image/icons/cta-before.svg);
    background-size: contain;
}

.elementor .jet-carousel__item-inner a
{
    display: flex;

    min-height: 205px;
    padding: 30px;

    box-shadow: 0 0 16px rgba(2,66,80,.23);
}

.jet-carousel__content
{
    font-size: 15px;

    padding: 30px;
}

.jet-carousel__content  .jet-carousel__item-title
{
    font-weight: bold;
}

.section-reference .elementor-jet-carousel
{
    padding: 0 50px;
}

.elementor-image-carousel-wrapper
{
    padding:  20px;
}

.elementor-widget-image-carousel .swiper-slide
{
    display: inline-grid;

    text-align: center;

    justify-items: center;
    align-items: center;
}

.swiper-container
{
    display: grid;

    justify-items: center;
    align-items: center;
}

.swiper-slide
{
    height: 100%;

    box-shadow: 0 0 16px rgba(2,66,80,.23);
}

.elementor-arrows-position-outside .elementor-swiper-button-prev
{
    left: -15px !important;
}

.elementor-arrows-position-outside .elementor-swiper-button-next
{
    right: -15px !important;
}

@media only screen and (max-width: 767px)
{
	.jet-carousel__content
	{
		padding: 30px 0;
	}
}

/***********************
     PAGES
***********************/

.home-cta h4
{
    font-size: 25px;
    line-height: 30px;

    min-height: 120px;
}

.home-cta a.elementor-cta__button
{
    padding: 0;
}

.home-cta::before
{
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;

    width: 13px;
    height: 17px;

    content: '';

    background: url(./image/icons/cta-before.svg);
    background-size: contain;
}

.home-cta-row .elementor-column-wrap .elementor-widget-wrap
{
	box-shadow: 0 0 16px 0 rgba(2,66,80,.15);
}


/***********************
       PLUGINS
***********************/

li.wpml-ls-item a
{
    font-weight: 300;
}

/***********************
     MEDIA QUERIES
***********************/

@media only screen and (min-width: 1026px)
{
    /*** WPML ***/

    li.wpml-ls-item a
    {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 1025px)
{
    h2,
    .elementor-text-editor h2
    {
        font-size: 1.875rem;
    }
}

@media only screen and (max-width: 767px)
{
    h2,
    .elementor-text-editor h2
    {
        font-size: 1.75rem;
    }

    .home-cta h4
    {
        min-height: 0;
    }

    .section-reference .elementor-jet-carousel
    {
        padding: 0;
    }

    .section-reference .elementor-jet-carousel .jet-carousel__item
    {
        padding: 0;
    }

    .footer-nav
    {
        padding-top: 30px;
    }

    .footer-nav li
    {
        width: 100%;
    }

    .footer-nav li a
    {
        display: block;

        padding: 0 3px !important;

        text-align: center;
    }
}
