/*
Theme Name: Barista Child
Theme URI: https://barista.qodeinteractive.com
Description: A child theme of Barista Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.2
Template: baristawp
*/

@media only screen and (max-width: 600px) {
	h1.elementor-heading-title.elementor-size-default {
		font-size: 2.5rem;
	}
}

h2 {
	font-size: 28px !important;
}

.left_that {
	text-align: left !important;
}

/*.edgtf-page-header .edgtf-sticky-header .edgtf-sticky-holder .edgtf-logo-wrapper a {
	max-height: 8vh !important;
}*/

.edgtf-menu-area {
	background-color: #FBFBFF !important;
}

span.edgtf-item-text {
	color: #323031 !important;
}

span.edgtf-item-text:hover {
	color: #cc071e !important;
}

.edgtf-main-menu.edgtf-default-nav > ul > li.edgtf-active-item > a, body:not(.edgtf-menu-item-first-level-bg-color) .edgtf-main-menu.edgtf-default-nav > ul > li.edgtf-active-item > a {
	color: #cc071e !important;
}

.edgtf-header-standard .edgtf-page-header .edgtf-menu-area {
	height: 90px !important;
}

span.edgtf-twn-number {
    display: none !important;
}

/* HACKY */
@media only screen and (max-width: 1324px){
        .edgtf-section.edgtf-parallax-section-holder {
        -webkit-background-attachment: scroll !important;
        background-position: center center !important;
        background-attachment: scroll;
    }
}

.no_show {
	display: none !important;
}



