/* 
Theme Name: Hello Karidis
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor child theme
Author: Inveress Web Development
Author URI: https://www.inveress.net.au
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
*/


/* Resizer widget */

.component-font-size-toggle {
	-webkit-box-shadow: 0 2px 9px 0 rgb(0 0 0 / 10%);
	-webkit-box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 9px 0 rgb(0 0 0 / 10%);
	box-sizing: border-box;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 30%;
	width: 60px;
	z-index: 1000;
}
.component-font-size-toggle .font-toggle-wrapper .font-toggle .font-toggle-control-group .font-toggle-control.large {
	font-size: 20px;
}
.component-font-size-toggle .font-toggle-wrapper .font-toggle .font-toggle-label {
	color: #626f60;
	/*font-family: Lato,sans-serif;*/
	font-size: 12px;
	font-weight: 600;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: none;
	text-align: center;
	text-transform: uppercase;
}
.component-font-size-toggle .font-toggle-wrapper .font-toggle .font-toggle-control-group {
	-webkit-box-sizing: border-box;
	border: 2px solid #626f60;
	box-sizing: border-box;
	margin: 10px 0;
	width: 40px;
}
.component-font-size-toggle .font-toggle-wrapper .font-toggle .font-toggle-control-group .font-toggle-control {
	-o-transition: color .35s,background .35s;
	-webkit-transition: color .35s,background .35s;
	cursor: pointer;
	display: block;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	text-align: center;
	transition: color .35s,background .35s;
	width: 36px;
}
.component-font-size-toggle .font-toggle-wrapper .font-toggle .font-toggle-control-group .font-toggle-control.active {
	background: #40474f;
	color: #ffffff;
}



/* Resized text */

.bigtext h1 {
	/*font-size: 48px !important;*/
	font-size: 60px !important;
}
.bigtext h2 {
	/*font-size: 34px !important;*/
	font-size: 42px !important;
}
.bigtext h3 {
	/*font-size: 28px !important;*/
	font-size: 35px !important;
}
.bigtext h4 {
	/*font-size: 24px !important;*/
	font-size: 30px !important;
}
.bigtext h5 {
	/*font-size: 22px !important;*/
	font-size: 28px !important;
}
.bigtext h6 {
	/*font-size: 18px !important;*/
	font-size: 22px !important;
}
.bigtext p {
	/*font-size: 16px !important;*/
	font-size: 20px !important;
}
/* hero slides */
.bigtext .page-hero-section .elementor-container .elementor-row .elementor-column .elementor-element .slide_text span.dynamic-content-for-elementor-acf {
	/*font-size: 40px !important;*/
	font-size: 50px !important;
}
/* quote images */
.bigtext .quote-image-section p {
	/*font-size: 20px !important;*/
	font-size: 25px !important;
}
/* Menu */
.bigtext .elementor-element .elementor-nav-menu .elementor-item {
	/*font-size: 15px !important;*/
	font-size: 17px !important;
}
/* Buttons */
.bigtext button, .bigtext input[type="button"], .bigtext input[type="submit"], .bigtext .elementor-button {
	/*font-size: 14px !important;*/
	font-size: 16px !important;
}
/* FAQs */
.bigtext .elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
	/*font-size: 16px !important;*/
	font-size: 20px !important;
}
/* Villages */
.bigtext .village-manager-section .elementor-text-editor {
	/*font-size: 16px !important;*/
	font-size: 20px !important;
}
.bigtext .explore-villages-section p {
	/*font-size: 47px !important;*/
    font-size: 60px !important;
    line-height: 1.1;
}
.bigtext .rhc-widget-upcoming-item {
	font-size: 20px !important;
}
/* Calendar */
.bigtext .fc-button.fc-state-default {
	font-size: 20px !important;
}
.bigtext .tax_filter_holder .dropdown-toggle {
    max-width: 180px !important;
}
.bigtext .rhcalendar .fullCalendar .btn-group .btn.dropdown-toggle.clearfix.btn-small.btn-taxfilter {
	height: 3em;
	line-height: 3em;
}
.bigtext .rhcalendar .rh-flat-ui .select .btn .filter-option {
	font-size: 20px !important;
}

.bigtext .fc table {
	font-size: 1.25em !important;
}
.bigtext .fc-event-time, .bigtext .fc-event-title {
	font-size: 15px !important;
	line-height: 1.5 !important;
}
.bigtext .fc-ltr .fc-event-hori.fc-event-end, .bigtext .fc-rtl .fc-event-hori.fc-event-start {
	margin-top: 10px !important;
}
.bigtext .fct-header .bigtext .fc-title {
	font-size: 22px !important;
}




