.brand.has-logo-image {
    display: none;
}
/* Hide the excerpt and other unnecessary content */
#archive-container > article > div > div > p,
#archive-container > article > div > div > h2 {
    display: none; /* Hides the paragraphs and the heading */
}

/* Adjust the layout of the remaining elements */
#archive-container > article > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#archive-container > article > div > a {
    margin-bottom: 10px;
}

#archive-container > article > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#archive-container > article > div > div > a {
    margin-top: 10px;
}

#archive-container > article > div > div > h2 {
    font-size: 24px; /* Adjust as needed */
    font-weight: bold;
}

#archive-container > article > div > div > span {
    font-size: 14px; /* Adjust as needed */
    color: #666; /* Adjust as needed */
}

/* Ensures the image and text align properly */
#archive-container > article > a > div > img {
    max-width: 100%; /* Adjusts image size */
    margin-bottom: 10px;
    height: auto;
    object-fit: cover;
}
#archive-container {
    margin-top: 150px;
		margin-left: 30px;
		margin-right: 30px;
}



/** Start Template Kit CSS: Mobile App (css/customizer.css) **/

.envato-kit-95-clip{overflow: hidden;}
/* Custom Form Input Style */
.envato-kit-95-custom-form .elementor-field-textual{
    background: transparent !important;
    padding-left:0;
}

/* Shadow and Zoom for Hover Effect */
.envato-kit-95-shadow-box:hover{
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.envato-kit-95-shadow-box{
     transition: all .2s ease-in-out;
}

/* Hover Box */
.envato-kit-95-hover-box:hover{
    background: #fbfbfb;
}
.envato-kit-95-hover-box{
     transition: all .2s ease-in-out;
}

/** End Template Kit CSS: Mobile App (css/customizer.css) **/



/** Start Template Kit CSS: Indoor RockClimbing (css/customizer.css) **/

.envato-kit-111-skew .elementor-button-link,
.envato-kit-111-skew input,
.envato-kit-111-skew .elementor-button{
	transform: skew(-30deg);
}
.envato-kit-111-skew .elementor-button-text{
	transform: skew(30deg);
}

/** End Template Kit CSS: Indoor RockClimbing (css/customizer.css) **/

body, p {
    font-family: Arial, Helvetica, sans-serif; /* System fonts */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}

p a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
		color: #1969aa;
}

p a:hover {
    color: blue;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif !important;
}
