/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* SEARCH */

.page-content.search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
}
.search-item .header {
    background: var(--e-global-color-primary);
    position: relative;
    border: 1px solid #d36e00;
}
.search-item .header a {
    color: #fff;
    text-decoration: unset;
    display:block;
    padding: 30px 30px 60px 30px;
    font-size: 24px;
    font-weight: 600;
    box-sizing: content-box;
}
.search-item .header a:hover {
    color: #000;
}
.search-item .label {
    max-width: 80%;
    position: absolute;
    bottom:15px;
    right:0;
    background: #fff;
    padding: 2px 10px;
    font-family: monospace;
    text-transform: uppercase;
    font-size: 12px;
    
}
.search-item .description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
	word-break: break-all;
}
@media(max-width:768px){
    .page-content.search {
    grid-template-columns: 1fr;
}
}
/* SEARCH END */

form.pass_protected {
    width: 700px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}
.pass_protected .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 30px;
}
.pass_protected label {
    font-style: italic;
    margin-bottom: 10px;
}
.pass_protected input[name="post_password"] {
    width: 180px;
    font-size: 14px;
    padding: 6px 10px; 
}
.pass_protected [type="submit"] {
    margin-top: 30px;
}
.video_image .wrapper a::before {
	content:'\f04b';
}
nav.pagination {
    display:flex;
    justify-content: space-between;
}