/*
Theme Name: Roxeen child
Theme URI: https://landing.rivaxstudio.com/roxeen/
Author: RivaxStudio
Author URI: https://themeforest.net/user/rivaxstudio/
Description: Roxeen is Designed for lightweight WordPress Magazine, Blog and Newspapaer Websites.
Version: 1.0.0
Template: roxeen
License: Themeforest.net
License URI: http://themeforest.net/licenses
Text Domain: roxeen
Tags: blog, magazine, minimal, lightweight
*/


/*---------------------------------
		BODY STYLING
----------------------------------*/

body {
	background-color: #1d1d1d;
	background-image: url("https://watchemwhippets.se/wp-content/uploads/2025/02/body_background_v1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	}

h2 {
	color: #e3c122;
	}

h1, h2, h3 {
	text-transform: uppercase;
	}

.single-content {
	background-color: rgba(255, 255, 255, 0.9);
	}

#back-to-top:hover {
	background: #e3c122;
	box-shadow: 0;
	}

/*---------------------------------
		NAVIGATION
----------------------------------*/

.rivax-header-nav .sub-menu {
	padding: 10px 20px;
	}

.rivax-header-nav .sub-menu li.menu-item a::before {
	display: none;
	}


/*---------------------------------
		PAGE STYLING
----------------------------------*/

.single-page-title-wrapper {
	display: none;
	}

.section-container {
	margin-bottom: 40px !important;
	padding: 20px !important;
	border-radius: 20px !important;
	background-color: rgba(255, 255, 255, 0.9);
	}

.section-container a {
	color: #00a0bc;
	}

.section-container:last-child {
	margin-bottom: 0 !important;
	}

.header-image-section {
	margin-bottom: 55px;
	}

#main .elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
	margin-bottom: 0;
	}

.wp-caption .wp-caption-text {
	padding-top: 2px;
	}

.elementor-widget:not(:last-child) .elementor-widget-container {
	margin-bottom: 20px;
	}

.wp-caption {
	margin-bottom: 0 !important;
	}


/*---------------------------------
		FONT AWESOME
----------------------------------*/

.fas.fa-star, .fas.fa-trophy {
	color: #e3c122;
	 }

.fas.fa-video {
	color: #00a0bc;
	}

.fas.fa-award {
	color: #205b9c;
	}

.fas.fa-exclamation {
	color: #ce0000;
	}