/*!
Theme Name: Artima
Theme URI: https://wp.rrdevs.net/artima
Author: RRdevs
Author URI: https://themeforest.net/user/rrdevs
Description: Artima – Modern Architecture & Interior WordPress Theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artima
Tested up to: 6.6
Requires PHP: 7.4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/  

/* CUSTOM CSS */
.banner__bottom-title h6 {
    
    font-size: 20px;
    width: 300px;
}

.main-menu ul li.has-mega-menu{
	position: relative !important;
}

ul.submenu.tp-submenu{
	left: 0 !important;
    right: auto !important;
    top: 90px !important;
}

.footer-2__area-common.footer-2-bg.overflow-hidden{
	background: url("http://adhesiomatic.com/wp-content/uploads/2025/05/Blue-Solid-color-for-footer.png");
  	background-repeat: no-repeat;
	background-position: center;
 	background-size: cover;
}

.footer-2__left-shape,.footer-2__right-shape{
	display: none;
}

#preloader{
	display: none !important;
}