/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.2.1583181361
Updated: 2020-03-03 02:36:01
*/

div.img_author_custom	{
    text-align: center;
    padding: 5px;
    background: #f7f7f7;
    margin-top: -25px;
}

#img_inn {
	font-style: oblique;
    text-align: center;
    padding: 5px;
    background: #f7f7f7;
    margin-top: -25px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23E54B4A'/></svg>") !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23E54B4A'/></svg>") !important;
}

.swiper-pagination-bullet-active {
    background: #E54B4A;
}

blockquote {
    border-left: 4px solid #E54B4A;
    padding-left: 1em;
    margin-inline-start: 1em;
    margin-inline-end: 1em;
}

.vp-tiles {
    display: grid;
    grid-template-columns: 60% 1fr;
    -ms-grid-columns: 60% 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    min-height: 500px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.vp-tile {
    display: flex;
    position: relative;
    padding: 15px;
    background-size: cover;
    background-position: center;
}

.vp-tile:before {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.66) 100%);
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.vp-tile-1 {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
}

.vp-tile a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.vp-tile-content {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.vp-tile-meta {
    color: #ABABAB;
    font-family: "Exo 2", sans-serif;
    font-size: 0.7em;
    margin: 0;
    text-align: left;
}

.vp-tile-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.7em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: -0.3px;
}

.vp-meta-item {
    display: inline-block;
    padding: 0 0 1% 0;
}

.vp-meta-item:not(:first-child):before {
    display: inline-block;
    content: " | ";
    margin-left: 5px;
    margin-right: 5px;
}

.vp-meta-icon {
    margin-right: 8px;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.main-slider-nav {
    position: absolute;
    color: rgba(255, 255, 255, 0.34);
    background-color: rgba(255, 255, 255, 0);
    font-size: 76px;
    width: 60px;
    height: 76px;
    top: calc(50% - 38px);
    bottom: auto;
    z-index: 1;
    opacity: 0;
    transition: all 200ms;
}

.main-slider-nav:hover {
    cursor: pointer;
    color: #E54B4A;
    background-color: rgba(230, 46, 15, 0);
}

.main-slider-nav i {
    display: flex;
}

.main-slider-prev {
    left: 2%;
    right: auto;
}

.main-slider-next {
    right: 2%;
    left: auto;
}

#main-slider:hover .main-slider-nav {
    opacity: 1;
}

figure.wp-block-image.size-full {
    margin: 0;
}

@media (max-width: 767px) {
    .vp-tiles {
        min-height: 650px;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .vp-tile {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }

    .vp-tile-1 {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .vp-tile-2 {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .vp-tile-3 {
        grid-column: 1/2;
        grid-row: 3/4;
    }
}