/*
Theme Name: InvestEthmar
Theme URI: https://www.investethmar.com
Author: Ghassan
Author URI: https://www.investethmar.com
Version: 1.00
Text Domain: InvestEthmar

InvestEthmar WordPress Theme 2025
*/

/* original css */
/*
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}
*/

h1 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 64px;
    margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
    max-width: 520px;
    text-transform: uppercase;
	font-size: 16px;
}

html{
	scroll-behavior:smooth
}
body{
	line-height:1
}
a{
	text-decoration-skip-ink:auto
}
a[href^="tel"]{
	color:inherit;
	text-decoration:none
}
button{
	outline:0
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
q{
	display:inline;
	font-style:italic
}
q:before{
	content:'"';
	font-style:normal
}
q:after{
	content:'"';
	font-style:normal
}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{
	-webkit-appearance:none;
	appearance:none;
	border-radius:0
}
input[type="search"]{
	-webkit-appearance:textfield
}
table{
	border-collapse:collapse;
	border-spacing:0
}
th,td{
	padding:2px
}
big{
	font-size:120%
}
small,sup,sub{
	font-size:80%
}
sup{
	vertical-align:super
}
sub{
	vertical-align:sub
}
dd{
	margin-left:20px
}
kbd,tt{
	font-family:courier;
	font-size:12px
}
ins{
	text-decoration:underline
}
del,strike,s{
	text-decoration:line-through
}
dt{
	font-weight:bold
}
address,cite,var{
	font-style:italic
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
*{
	box-sizing:border-box;
	-webkit-tap-highlight-color:transparent
}
.sticky{
}
.bypostauthor{
}
.wp-caption{
}
.wp-caption-text{
}
.gallery-caption{
}
.alignright{
}
.alignleft{
}
.aligncenter{
}
.screen-reader-text{
	border:0;
	clip:rect(1px,1px,1px,1px);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute!important;
	width:1px;
	word-wrap:normal!important;
	word-break:normal
}
.screen-reader-text:focus{
	background-color:#f7f7f7;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,.6);
	clip:auto!important;
	-webkit-clip-path:none;
	clip-path:none;
	color:#007acc;
	display:block;
	font-size:14px;
	font-size:.875rem;
	font-weight:700;
	height:auto;
	right:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000
}
.skip-link{
	left:-9999rem;
	top:2.5rem;
	z-index:999999999;
	text-decoration:underline
}
.skip-link:focus{
	display:block;
	left:6px;
	top:7px;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
	line-height:normal;
	padding:15px 23px 14px;
	z-index:100000;
	right:auto
}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){
	position:absolute !important;
	height:1px;
	width:1px;
	overflow:hidden;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px, 1px, 1px, 1px);
	white-space:nowrap
}

/* original css */

/* break to custom */



/* break to custom */

/* Remove Page Padding and Margin */

@media (max-width: 768px) {
    #header {
        flex-direction: column; /* Stack header items vertically */
        align-items: center; /* Center-align everything */
    }

    #menu {
        text-align: center; /* Center-align the menu */
    }

    .main-navigation {
        flex-direction: column; /* Stack menu items vertically */
        gap: 10px; /* Add vertical spacing between items */
    }
}

body, html {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    height: 100%; /* Ensure body and html take up full height */
    width: 100%; /* Ensure body and html take up full width */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    background-color: #000; /* Black background for the whole page */
    color: #52366f; /* Default text color */
	font-family: "Barlow", serif;
}

/* Wrapper */
#wrapper {
	display: flex;
    flex-direction: column;
    margin: 0px; /* Remove wrapper margin */
    padding: 0px; /* Remove wrapper padding */
    min-height: 100vh; /* Ensure wrapper fills the entire viewport height */
    width: 100%; /* Ensure wrapper spans the full width */
}

/* Header */
#header {
    display: flex; /* Make header a flex container */
    justify-content: space-between; /* Space out branding and menu */
    align-items: center; /* Align items vertically in the center */
    padding: 0px 50px 0px 50px; /* Add padding for spacing */
    background-color: #52366f; /* Red background */
    color: #fff; /* White text */
    border-bottom: 2px solid #333; /* Optional dark border */
}

/* Branding */
#branding {
    display: flex;
    flex-direction: column; /* Stack title and description */
    justify-content: center;
}

#site-title a {
    color: #EBECF0; /* White text for site title */
    text-decoration: none;
    font-size: 48px; /* Adjust font size for title */
    font-weight: bold;
}

#site-title a:hover {
    color: #000; /* Black text on hover */
}

#site-description {
    color: #f1f1f1; /* Light gray for tagline */
  background: -webkit-linear-gradient(#FAB14A, #FCF15B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-top: 5px; /* Add spacing below the title */
	margin-bottom: 25px;
}

/* Navigation Menu */
#menu {
    flex-grow: 1; /* Allow menu to take up remaining space */
    text-align: left; /* Align menu to the right */
	margin: 0 0 0 20px;
    padding: 10px 0;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
	width:70px;
}

.main-navigation a {
    color: #fff; /* White text for menu links */
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display:block;
	text-align:center;
	padding: 5px 10px; /* Add padding on hover for emphasis */
}

.main-navigation a:hover {
    color: #000; /* Black text on hover */
    padding: 5px 10px; /* Add padding on hover for emphasis */
}

/* Logo Styling */
#site-logo img {
    max-height: 50px; /* Adjust logo height */
    margin-right: 10px; /* Add spacing between logo and title */
}

/* Search Bar */
#search input[type="text"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
    margin-right: 10px;
}

#search button {
    padding: 8px 12px;
    background-color: #52366f; /* Red button background */
    color: #ebecf0; /* White text */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#search button:hover {
    background-color: #333; /* Dark gray on hover */
}

/* Content Area */
#content {
    padding: 0px 0px 0px 0px; /* Remove content padding */
    margin: 0; /* Remove content margin */
    width: 100%; /* Full width for content */
    background-color: #1a1a1a; /* Slightly lighter black for content */
    color: #ebecf0; /* White text */
    flex: 1; /* Allow the content area to grow and push the footer to the bottom */
}

/* Links in Content */
#content a {
    color: #ebecf0; /* Red links */
    text-decoration: underline;
}

#content a:hover {
    color: #ebecf0; /* White on hover */
}

/* Footer */
#footer {
    background-color: #52366f; /* Bright red footer */
    color: #ebecf0; /* White text */
    text-align: center;
    padding: 20px 0px 20px 0px; /* Vertical padding for spacing */
    margin: 0; /* Remove margin */
    width: 100%; /* Full width for footer */
    border-top: none; /* Dark border at the top */
    bottom: 0px;
    position: fixed;
}

/* Footer Text */
#footer p {
    margin: 0; /* Remove default paragraph margin */
    font-size: 16px;
    font-weight: 300;
}

.footer-bar p {
    margin: 0; /* Remove paragraph margin */
    font-size: 16px; /* Adjust font size */
    font-weight: bold; /* Bold text for emphasis */
}

/* Font Barlow */

/* Barlow Font Styles */
.barlow-thin {
  font-family: "Barlow", serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", serif;
  font-weight: 900;
  font-style: italic;
}

