/* 
Theme Name: ALT Weekend Sales
Theme URI: https://github.com/elementor/hello-theme-child/
Description: ALT Weekend Sales Child is a child theme of Hello Elementor, tweaked by OG Resident
Author: Elementor Team & OG Resident
Author URI: https://www.primfeed.com/og.resident
Template: hello-elementor
Version: 2.0.3
Text Domain: alt
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 */

@media (min-width: 1025px) {
  body {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

html, body { overflow-x: hidden; }

@media (max-width: 767px) {
  body:not(.elementor-editor-active) .elementor-section,
  body:not(.elementor-editor-active) .elementor-container,
  body:not(.elementor-editor-active) .e-container,
  body:not(.elementor-editor-active) .elementor-column,
  body:not(.elementor-editor-active) .elementor-widget-wrap {
    overflow-x: clip;
  }

  body:not(.elementor-editor-active) .elementor-shape svg,
  body:not(.elementor-editor-active) .elementor-shape .elementor-shape-fill {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 101vw;
  }

  body:not(.elementor-editor-active) [style*="100vw"],
  body:not(.elementor-editor-active) [style*="calc(100vw"] {
    width: 100% !important;
  }

  body:not(.elementor-editor-active) .elementor img,
  body:not(.elementor-editor-active) .elementor video {
    max-width: 100%;
    height: auto;
  }
}

/* Label */
#fluentform_3 fieldset label,
#fluentform_6 fieldset label,
#fluentform_7 fieldset label,
#fluentform_8 fieldset label,
#fluentform_4 fieldset label {
    color: #ffffff;
}

/* Submit */
#fluentform_3 fieldset .ff-btn-submit,
#fluentform_6 fieldset .ff-btn-submit,
#fluentform_7 fieldset .ff-btn-submit,
#fluentform_8 fieldset .ff-btn-submit,
#fluentform_4 fieldset .ff-btn-submit {
    background-color: #b3001b !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Staatliches', display;
    font-size: 20px;
    font-weight: 500;
    border-style: none;
    border-bottom-color: #f96b79;
    border-bottom-style: solid;
}

/* Fluentform 3 & 4 success */
#fluentform_3_success,
#fluentform_6_success,
#fluentform_7_success,
#fluentform_8_success,
#fluentform_4_success {
    color: #ffffff;
    border-style: none;
    text-align: center;
    font-family: 'Onest';
}

/* Label specific selector */
#fluentform_3 .ff-el-input--label label,
#fluentform_6 .ff-el-input--label label,
#fluentform_7 .ff-el-input--label label,
#fluentform_8 .ff-el-input--label label,
#fluentform_4 .ff-el-input--label label {
    font-family: 'Onest';
}

/* Span Tag */
#fluentform_3 fieldset span,
#fluentform_6 fieldset span,
#fluentform_7 fieldset span,
#fluentform_8 fieldset span,
#fluentform_4 fieldset span {
    font-family: 'Onest';
    color: #ffffff;
    border-style: dotted;
    border-color: #db1414;
    font-weight: 400;
}

/* Upload filename */
#fluentform_3 div .ff-upload-filename,
#fluentform_6 div .ff-upload-filename,
#fluentform_7 div .ff-upload-filename,
#fluentform_8 div .ff-upload-filename,
#fluentform_4 div .ff-upload-filename {
    color: #ffffff;
}

/* Inline block */
#fluentform_3 div .ff-inline-block,
#fluentform_6 div .ff-inline-block,
#fluentform_7 div .ff-inline-block,
#fluentform_8 div .ff-inline-block,
#fluentform_4 div .ff-inline-block {
    color: #ffffff;
}

/* Upload details */
#fluentform_3 div .ff-upload-details,
#fluentform_6 div .ff-upload-details,
#fluentform_7 div .ff-upload-details,
#fluentform_8 div .ff-upload-details,
#fluentform_4 div .ff-upload-details {
    border-style: none;
}

/* Italic Tag */
.ff-el-input--label .highlight-word {
    color:#ffffff;
    font-family:'Onest';
    font-size:12px;
}

.sponsorbox {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #1a0a1f; /* dark inner background for contrast */
  overflow: hidden;
}

.sponsorbox::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 5px;
  background: linear-gradient(270deg, #5e0b15, #3b0a45, #5e0b15);
  background-size: 600% 600%;
  animation: gradientShift 4s ease infinite;
  z-index: -1;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Heading */
#fluentform_5 fieldset h3 {
    color: #ffffff;
    font-family: 'Onest';
}

/* Label */
#fluentform_5 .ff-el-input--label label {
    color: #ffffff;
}

/* Label */
#fluentform_5 fieldset .ff-el-group .ff-el-input--label label {
    font-family: 'Onest';
}

/* Table Data */
#fluentform_5 tr td {
    color: #ffffff;
    font-family: 'Onest';
}

/* Table Row */
#fluentform_5 tbody tr {
    color: #ffffff;
}

/* Body Of Table */
#fluentform_5 fieldset tbody {
    color: #ffffff;
}

/* Extremely likely */
#fluentform_5 tr .ff_extremely-likely {
    color: #ffffff;
}

/* Not likely */
#fluentform_5 tr .ff_not-likely {
    color: #ffffff;
}

/* Table Data */
#fluentform_5 tr td {
    border-style: none;
    border-bottom-color: #ffffff;
    border-bottom-style: none;
}

/* Horizontal Rule */
#fluentform_7 fieldset hr,
#fluentform_8 fieldset hr {
    background-image: linear-gradient(to right, #070000 0%, #4c0001 33%, #070000 100%);
}

/* Strong Tag */
.elementor-widget-html marquee strong{
	color:#ffffff;
	font-family:'Onest';
	font-size:14px;
}

/* Link */
.elementor-widget-html marquee a{
	font-family:'Onest';
	font-size:14px;
}


@media only screen and (max-width: 600px) { 
 
.envira-gallery-item { 
width: 100% !important; 
} 
 
}

/* Envira gallery item inner */
.envira-gallery-public .envira-gallery-item .envira-gallery-item-inner{
    border-style:solid;
    border-color:#370000;
	background-color:#000000;
    border-width:1px;
    color:#ffffff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0px 0px 5px 0px #420000;
}

/* Link */
.envira-gallery-public .envira-caption a{
    font-family:'Onest';
    font-size:20px !important;
    font-weight:600;
    margin-bottom:5px;
}

/* Envira title */
.envira-gallery-public .envira-gallery-item .envira-title{
    padding-bottom:5px;
}

/* Envira gallery captioned data */
.envira-gallery-public .envira-gallery-item .envira-gallery-captioned-data{
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	
}

/* Envirabox slide complete */
.envirabox-outer .envirabox-stage{
    background-color:#000000;
}

/* Envirabox caption wrap */
.envirabox-outer .envirabox-caption-wrap{
	border-bottom-width:1px;
	border-bottom-color:#191919;
	border-bottom-style:solid;
	
}

/* Envirabox caption wrap - Revised to center and add space */
.envirabox-outer .envirabox-caption-wrap {
    /* 1. Ensure the container is a flex container */
    display: flex;
    
    /* 2. Horizontally center the content inside (works on block-level elements) */
    justify-content: center;
    
    /* 3. Vertically center the content (optional, but good practice) */
    align-items: center;
}

.envirabox-caption-wrap .envirabox-caption a
,.envirabox-caption-wrap .envirabox-caption a:link{
    color: #FF0000 !important;
}

.envirabox-caption-wrap .envirabox-caption a
:hover,.envirabox-caption-wrap .envirabox-caption a:hover{
    color: #CC0000 !important;
}

/* Envirabox caption */
.envirabox-outer .envirabox-caption-wrap .envirabox-caption{
    font-family:'Onest';
}

/* Envirabox title */
.envirabox-outer .envirabox-caption-wrap .envirabox-title{
    font-family:'Staatliches';
    font-size: 24px;
}

/* Link */
.envirabox-caption-wrap .envirabox-caption a{
    color: #b10606 !important;
}

.marquee-label{
    color:#ffffff;
    font-size:14px !important;
}

.elementor-shortcode marquee{
    font-family:'Staatliches' !important;
    font-size:18px !important;
}

/* Strong Tag */
.elementor-shortcode marquee strong{
	padding-right:5px !important;
	
}