/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne & 123Movies Elite
Author URI: https://generatepress.com/about
Description: High-Performance GeneratePress merged with 123Movies Elite SEO and dynamic streaming engine.
Version: 3.6.1
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template
*/

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #79c142;
	--bs-secondary: #8e95a5;
	--bs-success: #198754;
	--bs-info: #475577;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #eaeaea;
	--bs-white: #fff;
	--bs-dark: #1e1e1e;
	--bs-darker: #171717;
	--bs-primary-rgb: 121, 193, 66;
	--bs-secondary-rgb: 142, 149, 165;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 71, 85, 119;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 234, 234, 234;
	--bs-dark-rgb: 30, 30, 30;
	--bs-darker-rgb: 23, 23, 23;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #1e1e1e;
	--bs-body-color-rgb: 30, 30, 30;
	--bs-body-bg: #eaeaea;
	--bs-body-bg-rgb: 234, 234, 234;
	--bs-link-color: #79c142;
	--bs-link-hover-color: #619a35;
	--bs-border-radius: 0.2rem;
}

*, ::after, ::before {
	box-sizing: border-box;
}

body {
	background-color: #eaeaea;
	color: #1e1e1e;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h1, .h2, .h3, h1, h2, h3 {
	color: inherit;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.h1, h1 { font-size: 2.5rem; }
.h2, h2 { font-size: 2rem; }
.h3, h3 { font-size: 1.75rem; }

p { margin-bottom: 1rem; margin-top: 0; }
ul { padding-left: 2rem; margin-bottom: 1rem; margin-top: 0; }
small { font-size: 0.875em; }

a { color: #79c142; text-decoration: none; }
a:hover { color: #619a35; }
img, svg { vertical-align: middle; }

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.list-unstyled { list-style: none; padding-left: 0; }

.container, .container-fluid, .container-xxl, .container-xxxl {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.row > * {
	flex-shrink: 0;
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

.col { flex: 1 0 0; }
.col-12 { flex: 0 0 auto; width: 100%; }

.form-control {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.2rem;
	color: #1e1e1e;
	display: block;
	font-size: 1rem;
	padding: 0.375rem 0.75rem;
	width: 100%;
}

.form-control:focus {
	border-color: #bce0a1;
	outline: 0;
}

.input-group {
	display: flex;
	position: relative;
	width: 100%;
}

.input-group > .form-control {
	flex: 1 1 auto;
	min-width: 0;
}

.btn {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	border-radius: 0.2rem;
	border: 1px solid transparent;
}

.btn-primary {
	background-color: #79c142;
	border-color: #79c142;
	color: #fff !important;
}

.btn-primary:hover {
	background-color: #619a35;
	border-color: #619a35;
}

.text-bg-dark { background-color: #1e1e1e !important; color: #fff !important; }
.bg-darker { background-color: #171717 !important; }
.text-center { text-align: center !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.pt-3 { padding-top: 1rem !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-3 { margin-top: 1rem !important; }
.m-0 { margin: 0 !important; }

.footer-link-head { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
footer a { color: #ccc; }
footer a:hover { color: #79c142; }

@media (min-width: 768px) {
	.col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
}