/*
Theme Name: Kultura Coffee
Description: The 2025 theme for WordPress
Version: 1.0
Author: Andriy Kudrin
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, grey, multi-color, elegant, creative, one-columns, custom-header, custom-menu, featured-images
Text Domain: kulturacoffee



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.
*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@import url('css/bootstrap.css');
@import url('css/swiper-bundle.css');
@import url('css/magnific-popup.css');
@import url('css/font-awesome-pro.css');
@import url('css/spacing.css');
@import url('css/main.css');

.introtext {
    max-width: 75%;
    margin: 0 auto;
}
.drink span {
    font-size: 14px;
    letter-spacing: 0;
    color: #b42f2e;
}
.drink.cold span {
    color: #a2d8ff;
}
.drink strong {
    font-size: 18px;
    color: #ffffff;
    font-weight:700;
    letter-spacing:0;
}
.drink.cold strong {
    color: #ffffff;
}
.tp-text-pink-1 {
  color:#c0c0c0;
}
.aleric-dark .tp_text_invert.invert-black-6 > div {
  background-image: linear-gradient(to right, #ffffff 50%, #404040 50%);
}
.tp-portfolio-vp-title {
    background: var(--tp-common-black-5);
    border-radius: 16px;
}
.whours {
	color:#ffffff;
	padding:30px 0 0 0;
	font-weight: 300;
}
.tp-service-vp-content h4 {
    width:65%;
}
.coffee-preview {
    width: 25%;
}
.coffee-preview img {
    border-radius:20px;
    max-width:80%;
}
.tribe-events-pg-template * {
	color:#ffffff!important;
}
.tribe-events-c-subscribe-dropdown__container,.tribe-events-meta-group.tribe-events-meta-group-details {
	display:none!important;
}
.tribe-events-event-image img {
	height:auto!important;
	border-radius:20px;
}