/*
Theme Name: Rife Free child theme
Description: Made by <a href="http://apollo13themes.com/" target="_blank">Apollo13</a>.<br/> Get support from <a href="http://support.apollo13.eu/" target="_blank">Forum</a>.
Author: Apollo13
Author URI: http://apollo13themes.com/
Theme URI: http://apollo13themes.com/themes
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rife-free
Tags: theme-options, post-formats, two-columns, translation-ready
Text Domain: rife-free-child-theme
Version: 1.0
*/

/* Add your CSS below */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #5533ff;
  --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-white: #fff;
  --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: #5533ff;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 85, 51, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Nimbus, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #5533ff;
  --bs-link-hover-color: #4429cc;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html.show-scroll {
	overflow-y: visible;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family) !important;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #d90b00 !important;
  text-align: var(--bs-body-text-align);
  background-color: #fff1c5 !important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6, .page-title, a, a:hover, a:active {
	color: #d90b00 !important;
	text-transform: unset !important;
}
.home-nav, .nav {
  position: relative;
  z-index: 100;
  width: 100%;
  font-size: 18px;
  color: #fff1c5 !important;
  display: flex;
  flex-wrap: nowrap !important;
}
.home-nav, .nav, .page-nav, .footer-nav, .active {
	white-space: nowrap !important;
}
a.home-nav:hover, a.home-nav:active, .footer-nav, .footer-nav:hover, .footer-nav:active {
	color: #fff1c5 !important;
}
.home-pi {
  margin-right: 5% !important;
}
.filters label { 
	font-weight: bold;
}
.filters select {
	width: auto !important;
}
.practical-info {
	margin-bottom: 60px;
}
.title-bar .in {
	margin-top: 160px;
	margin-bottom: 60px;
}
#content {
	margin-bottom: 60px;
}
#page .content-limiter {
	max-width: none;
}
#page .content-box {
    width: auto;
    margin-right: auto;
}
#page .posts-nav a span, #page .posts-nav a:hover span, #page .posts-nav a:active span, #page .posts-nav a span.title, #page .posts-nav a:hover span.title, #page .posts-nav a:active span.title {
	color: #d90b00;
}
#gallery-wrapper .content-limiter {
	max-width: none;
	width: auto;
	margin: 200px 0 100px;
}
#gallery-wrapper #col-mask, #gallery-wrapper .content-box {
	float: none;
	position: static;
	width: auto;
	margin: 0 auto;
}
.archive-item.object-item h2, .texts-group h2, .lg .customHtml h4 {
	display: none;
}
.caption .excerpt {
	position: absolute;
	bottom: -40px;
	left: -44px;
	text-transform: unset;
}
#banner-text, a.page-nav:hover, a.page-nav:active {
	color: #d90b00;
}
.button, .button-red {
  border-radius: 100px;
  background-color: #fff1c5;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 24px 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.button {
  background-color: #fff1c5;
  color: #d90b00;
}
.program-btn {
  width: 172px;
  padding: 12px 24px;
  font-size: 16px !important;
}
.button-red, .alm-load-more-btn, .program-btn {
  background-color: #d90b00;
  color: #fff1c5 !important;
}
.button-text, .button-text:hover, .button-text:active, .alm-load-more-btn, .alm-load-more-btn:hover, .alm-load-more-btn:active, .program-btn, .program-btn:hover, .program-btn:active {
  position: relative;
  line-height: 90% !important;
  text-transform: uppercase !important;
}
a.button-red {
  color: #fff1c5;
  text-decoration: none;
}
a.button:hover, a.button:active {
  color: #d90b00 !important;
}
a.button-red:hover, a.button-red:active, .alm-load-more-btn:hover, .alm-load-more-btn:active {
  color: #67c9ff !important;
}
button.rmp_menu_trigger {
	z-index: 99999 !important;
}
/* RESPONSIVE */
@media only screen and (max-width: 767px) {
	.single-album-gallery .a13-bricks-items .archive-item {
		position: relative !important;
		width: 100% !important;
		top: auto !important;
		left: auto !important;
		margin-bottom: 10px;
	}
	.practical-info h2 {
		display: none;
	}
}
.menu-item a, .menu-item a:hover, .menu-item a:active {
        line-height: 40px;
        font-size: 12px;
        color: #fff1c5 !important;
}
.menu-item a:hover, .menu-item a:active {
        text-decoration: underline;
}
