/*
Theme Name:   Rivora Child
Theme URI:    https://reactheme.com/products/wordpress/rivora
Description:  Rivora Child
Author:       ReacThemes
Author URI:   http://reactheme.com
Template:     rivora
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.feat-img-wrap{
	height: 100%;
}

.feat-img-wrap .elementor-shortcode{
	height: 100%;
}

.feature-image{
	position: relative;
	width: 100%;
	height: 100%;
}

.feature-image img{
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center;
}

.single-product .content-area{
	display: flex;
}

h4.eel-faq-title{
	margin-bottom: 0 !important;
}

.woocommerce-page .easyel-content-container{
	padding-top: 100px !important;
}

.related.products{
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}
.grid-3{
	display: grid;
	position: relative;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
}

.month-group-title:first-of-type{
	margin-top: 0;
}

.month-group-title{
	margin-top: 50px;
}

.post-card{
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 25px;
	overflow: hidden;
}

.post-card:hover .post-card-header img {
	transform: scale(1.1);
}

.card-wrap{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.post-card-header{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.post-card-header::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .5;
}

.post-card-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	   -webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}


.post-card-title{
	font-size: 25px !important;
	color: #ffffff;
	margin-bottom: 0 !important;
}

.show-date{
	position: absolute;
	top: 10px;
	left: 5%;
	max-width: 90%;
	background: #000000;
	color: #ffffff;
	border-radius: 25px;
	padding: 10px 15px;
	font-size: 20px;
}
/* Container adjustments */
.post-card {
	position: relative;
	overflow: hidden;
}

.post-card-body {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #ffffff;
	padding: 20px 20px 0;
	padding-bottom: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.post-card-title {
	padding-top: 10px;
	border-top: 2px solid #ffffff;
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.4;
	display: block;
	transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1); 
	will-change: transform;
}

.post-card-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	z-index: 10;
	transform: translateY(100%); 
	transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}




.post-card.is-hovered .post-card-title {
	transform: translateY(-8px);
}
.post-card.is-hovered .post-card-footer {
	transform: translateY(0) !important;
}


.wpcf7-form input, .wpcf7-form textarea{
	width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
	font-family: "Golos Text", Sans-serif !important;
}

.button {
	width: fit-content !important;
	background: #000000;
	color: #ffffff;
	font-size: 15px;
    font-weight: 600;
    padding: 13px 20px!important;
    border-radius: 30px !important;
    border: 1px solid #000000;
    line-height: normal;
    transition: all .3s ease;
}

.button:hover {
	background: #ffffff !important;
	color: #000000!important;
}

.woocommerce-page .entry-content{
	padding: 0 5%;
}

.eel-team-grid, .eel-team-grid .grid-wrap,.eel-team-grid .grid-wrap .grid-item,
.eel-team-grid .grid-wrap .grid-item .ee--team-img, .eel-team-grid .grid-wrap .grid-item .ee--team-img .eel-name-deg-wrap{
	height: 100%;
}



.woocommerce ul.products li.product{
	align-items: center !important;
}

.products .outofstock .button{
	background: #c70000 !important;
	border-color: #c70000 !important;
	color: #ffffff !important;
}

.custom-notice .wc-block-components-notice-banner__content {
	margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
    grid-template-columns: 100% !important;
    grid-gap: 50px;
  }
}

body.sidebar-on-mobile-mega-nav-active::before {
	content: unset
}