/*Theme Name: TheRightfulLoners.com


Theme URI: SendDirect Theme - www.dinokanlic.com

Author: Dino Kanlic

Author URI: dinokanlic@gmail.com

Version: 1.1

Description:  TheRightfulLoners.com theme custom coded theme.





/* MARK BG */


 ::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #AE0002;
}

 ::selection {
    color: #fff;
    background: #AE0002;
}


/* League Gothic Regular */
@font-face {
  font-family: 'League Gothic';
  src: url('/wp-content/themes/TheRightfulLoners/fonts/LeagueGothic-Regular.woff2') format('woff2'),
       url('/wp-content/themes/TheRightfulLoners/fonts/LeagueGothic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* League Gothic Condensed */
@font-face {
  font-family: 'League Gothic Condensed';
  src: url('/wp-content/themes/TheRightfulLoners/fonts/LeagueGothic-Condensed.woff2') format('woff2'),
       url('/wp-content/themes/TheRightfulLoners/fonts/LeagueGothic-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #fff;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: #f6f6f6;
}

body p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #fff;
    margin-bottom: 1em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'League Gothic';
    line-height: 1;
    color: #AE0002;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}
a {
    color: #AE0002;
}
a:hover {
    color: #AE0002;
}

a.logo-area {
    color: #fff;
    font-family: 'League Gothic' !important;
    font-size: 1.5em;
}
h1 {
    margin-bottom: unset;
}

h2 {
    color: #AE0002;
    font-size: 3.6em;
}

select {
    cursor: pointer;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.video-section-169 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-wrapper-169 {
    position: relative;
    aspect-ratio: 16 / 6;
    width: 100%;
}

.video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.video-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.scroll-icon-wrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 4;
}




.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons a {
    margin: 0 10px;
}

.social-icon {
    height: 30px;
}
.navigation-bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: background 0.3s ease;
    background: transparent;
    padding-top: 1em;
    padding-bottom: 1em;
}
div#site-nav a {
    color: #fff;
}
.navigation-bg.sticky {
    position: fixed;
    background: #000; /* or another solid color when sticky */
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.section-bg {
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
}

.about-image-block-1,
.about-image-block-2 {
    background-size: cover !important;
    background-position: top;
    height: 430px;
    width: 100%;
}
.black-box {
    background: rgb(26 24 23 / 95%);
    height: 100%;
    padding: 2em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.black-box p {
    color:#ffff;
}
.black-bg {
    background: rgb(26 24 23 / 95%);
    margin-top: 2em;
    padding: 2em;
}
.black-bg-2 {
    background: rgb(26 24 23 / 55%);
    margin-top: 2em;
    padding: 2em;
}
.text-box-content {
    background: rgb(26 24 23 / 95%);
    padding: 2em;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    border: 1px solid #fff;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.media-image {
    background-size: cover;
    background-position: top;
    height: 430px;
    width: 100%;
}


/* FOOTER */
.footer-copyright {
    background: #181818;
    padding-top: 2em;
    padding-bottom: 2em
}
.footer-copyright p {
    color: #fff;
    margin-bottom: 0px;
}


/* GALLERY AREA */
div#gallery-area {
    background: rgb(26 24 23 / 95%);
}
.gap-repeater {
    gap: 1em;
    display: flex;
    flex-direction: column;
}


.video-title {
    color: #fff;
    font-weight: 500;
    margin-top: 0.5rem;
}

.photo-thumb {
    height: 430px;
    background-size: cover;
    background-position: top;
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #fff;
}

.modal-image-bg {
    width: 100%;
    max-width: 600px;
    height: 430px;
    background-size: cover;
    background-position: top;
    border-radius: 6px;
}

.red-btn {
    background-color: #d00;
    color: #fff;
    border: none;
}

.red-btn:hover {
    background-color: #a00;
    color: #fff;
}
ul#galleryTab li.nav-item a.nav-link{
    background: #fff;
    margin-right: 0.5em;
    color: #000;
}
ul#galleryTab li.nav-item a.nav-link.active{
    background: #AE0002;
    margin-right: 0.5em;
    color: #fff;
}

.footer-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social-icon {
    height: 30px;
    transition: opacity 0.3s ease;
}

.social-icon:hover {
    opacity: 0.7;
}
.contact-text p {
    font-size: 2em;
}
.contact-text a {
    color: #fff;
    text-decoration: underline;
}


/* MENU NAV */

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out
}

.navbar-toggler,.navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0
}

.navbar-toggler span {
    margin: 0;
    padding: 0
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}
div#bs4navbar a:hover {
    color: #AE0002;
    text-decoration: underline;
}

.middle-bar {
    margin-top: 0
}

.navbar-toggler .top-bar {
    margin-top: 0;
    transform: rotate(135deg)
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0)
}

.navbar-toggler .bottom-bar {
    margin-top: 0;
    transform: rotate(-135deg)
}

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg)
}
ul.navbar-nav.align-items-center.mx-auto {
    gap:3em;
}

.my-5 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
}
.py-5 {
    padding-bottom: 4.5em !important;
    padding-top: 4.5em !important;
}

/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

.mob-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
}
ul.navbar-nav.align-items-center.mx-auto {
    background: #000;
    padding: 1em;
    border: 1px solid #fff;
}
img.img-fluid.mb-4.logo-image {
    padding: 3em !important;
    padding-left: 4em !important;
}
img.scroll-down-icon {
    max-width: 35px;
}
img.social-icon {
    max-width: 20px;
    height: auto;
}
.video-wrapper-169 {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}
}


/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {

.mob-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
}
ul.navbar-nav.align-items-center.mx-auto {
    background: #000;
    padding: 1em;
    border: 1px solid #fff;
}
img.scroll-down-icon {
    max-width: 35px;
}
img.social-icon {
    max-width: 20px;
    height: auto;
}
.video-wrapper-169 {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}
}


/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {

.video-wrapper-169 {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}
ul.navbar-nav.align-items-center.mx-auto {
    gap:2em;
}
}

@media (min-width: 769px) and (max-width: 991px) {
.mob-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
}
ul.navbar-nav.align-items-center.mx-auto {
    background: #000;
    padding: 1em;
    border: 1px solid #fff;
}
img.scroll-down-icon {
    max-width: 35px;
}
img.social-icon {
    max-width: 20px;
    height: auto;
}
.video-wrapper-169 {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}
}


/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {

.video-wrapper-169 {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}
}

