/*
 Theme Name:   Sassa Child  
 Theme URI:    https://themeholy.com/wordpress/sassa
 Description:  This is a child theme for Sassa - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     sassa
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  sassa-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

html {
	scroll-behavior: smooth !important;
}

/* Scroll to top */
.scroll-top svg {
	background: #764c23;
}

/* Buttons */
body.theme-lima2 {
  --theme-color: #ffff00;
}

/* Subtitle detail (little square) */
.sub-title.sub-title5:before, .sub-title.sub-title5:after {
	content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' stroke='%23ffff00'/%3E%3Crect x='3' y='3' width='6' height='6' fill='%23ffff00'/%3E%3C/svg%3E%0A");
}

/* Botão submenu / sidemenu toggler */
.th-menu-toggle, 
.header-layout4 .header-button .icon-btn:hover {
	color: #262525;
}
.th-menu-toggle:hover {
	color: #fff;
	border: 1px solid;
}

/* Hero */
#hero {
	background-color: #111111;
}

.accordion-item_info .icon {
	display: none;
}