/*
Theme Name: Tevily
Theme URI: https://gaviaspreview.com/wp/tevily/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2021 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.6
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: tevily

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}


header.wp-site-header {
    position: absolute;
}

.ys-hero-banner-number p,.ys-hero-banner-title p {
    margin-bottom: 0 !important;
}

.ys-hero-banner-number p {
    color: #313041;
    font-size: 40px;
    font-weight: 900;
}

.ys-hero-banner-title p {
    color: var( --e-global-color-primary );
    font-size: 21px;
    font-weight: 800;
}

.ys-hero-banner svg {filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(635%) hue-rotate(205deg) brightness(91%) contrast(86%);}

.ys-hero-banner {
    /* transform: translateY(0px); */
    position: absolute;
    right: 0;
    left: 0;
    transform: translateY(-150px);
    background: rgb(255 255 255 / 43%);
}

.yf-services .elementor-widget-wrap {
    flex-direction: row;
    justify-content: space-around;
    height: 440px;
    align-items: center;
    align-content: center;
}

.yf-services .elementor-widget-wrap .yf-popup-btn {
    width: fit-content;
    margin-bottom: 0;
    padding: 0;
    opacity: 0;
    transition: 0.4s all ease-in-out;
}

.yf-services .elementor-widget-wrap .yf-popup-btn a {
    width: 140px;
    padding: 20px;
    background: var(--tevily-theme-color);
    font-weight: 600;
    font-size: 15px;
}

.yf-services .elementor-widget-wrap .yf-popup-btn a:hover {
    background: #313041;
}

.yf-services .elementor-widget-wrap .yf-popup-btn.yf-color-dark a {
    background: #313041;
}

.yf-services .elementor-widget-wrap .yf-popup-btn.yf-color-dark a:hover {
    background: var(--tevily-theme-color);
}

.yf-services {
    position: relative;
    padding: 10px;
}

.yf-services .yf-service-title {
    position: absolute;
    bottom: 0;
}

.yf-services .yf-service-title .elementor-widget-container {
    padding: 10px;
}

.yf-services:hover .elementor-widget-wrap .yf-popup-btn {
    opacity: 1;
}

.product-wrapper .variations .value {
    padding: 0 !important;
}

.elementor-shortcode #fkcart-mini-toggler * {
    color: white;
}

#cart-button-section .elementor-element-7d43654, #cart-button-section .elementor-element-7d43654 .elementor-widget-container {
	height: 100%;
}

#cart-button-section .elementor-shortcode {
	height: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.elementor-shortcode #fkcart-mini-toggler {
    border: 1px solid white;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
	margin-left: auto;
}

.yf-checkout-section *:not(input) {
    color: #fff !important;
}
body .yf-card-section * {
    background-color: #313041 !important;
    color: #fff !important;
}
.yf-card-section .checkout-button {
    background-color: #E8604C !important;
}

.related-section .product-thumbnail-inner {
    height: 200px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.single-product .related-section {
    display: none;
}

.woocommerce-tabs {
    padding-bottom: 4%;
}

@media only screen and (max-width: 500px) {
	.ys-hero-banner {
		position: unset;
		transform: unset;
	}
	.ys-hero {
		height: 230px;
	}
	.home header.wp-site-header {
		position: relative;
	}
}
