/*!
Theme Name: Bucket BS
Theme URI: https://codersbucket.com/
Author: codersbucket.com
Author URI: https://codersbucket.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bucket-bs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/




/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


:root {
  --font_primary1: 'Inter', sans-serif;
  --font_primary: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --primary_color: #4f46e5;
  --text_color: #475569;
  --heading_color: #0F172A;
  --natural_color: #334155;
  --natural_color2: #64748B;
  --natural_color3: #f1f5f9;
  --natural_color4: #eef2ff;
  --natural_color5: #f1f5f9;
  --border_color: #e2e8f0;
  --white_color: #ffffff;
  --black_color: #000000;
  --transition_speed: 0.3s;
  --bg_color: #ffffff;

}
body {
  font-family: 'Inter UI', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: var(--font_primary);
}


/* Force all text-based widgets to inherit the parent font */
.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-button {
  font-family: inherit !important;
}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media  (max-width: 1199.99px) {
	body .header-container .header-wrap .menu-lets-talk-container .lets-talk-aside-overly {
		min-height: 120vh !important;
	}
}


