/*
Theme Name: Tint Child Theme
Template: tint
Theme URI: https://tint.themerex.net/
Description: Tint Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.02
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: tint
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.footer_wrap p, .footer_wrap a {
	margin: 0;
	color: #000 !important;
}
#we_work .sc_item_title {
	text-align: right;
}
#brand_name img {
	opacity: 0.8;
	transition: .3s;
	width: 140px;
	filter: grayscale(100%);
}
#brand_name img:hover{
	opacity:1;
	filter: grayscale(0%);
}
.scroll_to_top_style_modern {
	left: -35px !important;
}
@media(max-width:576px){
    .scroll_to_top_style_modern {
	left: -70px !important;
}
.menu_mobile .menu_mobile_inner a:hover, .menu_mobile .menu_mobile_inner .current-menu-ancestor > a, .menu_mobile .menu_mobile_inner .current-menu-item > a, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li:hover::before, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor::before, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li.current-menu-item::before {
	color: var(--e-global-color-primary);
}

.menu_mobile .menu_mobile_close .menu_button_close_icon {
	color: var(--theme-color-bg_color);
}
.menu_mobile .social_item .social_icon {
	color: var(--theme-color-bg_color);
}
.menu_mobile .menu_mobile_inner a, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li::before {
	color: var(--theme-color-bg_color);
}
.menu_mobile .menu_mobile_inner {
	background-color: var(--theme-color-text_dark);
}
.menu_mobile .socials_mobile::before {
	background-color: var(--e-global-color-69bf31ed);
}

#right-arrow {
	position: absolute;
	right: -12px;
}
#left-arroow {
	position: absolute;
	left: -12px;
	z-index: 999;
}
}
.sc_services_modern.sc_services_featured_top .sc_services_item:hover .post_thumb {

	border: 2px solid var(--theme-color-text_link);
}
.c-primary {
	color: var(--theme-color-alter_link_blend);
}
#we_work .elementor-widget-container {
	height: 200px;
	width: 200px;
}

#content_box img{
	transition:.3s;
}
#content_box:hover img {
	transform:translateY(-5px);
}
#content_box {
	width: 150px !important;
	flex: 0 0 150px !important;
	height: 150px;
	box-sizing: border-box;
}

/* Testting code */
.slider_container .slider-slide {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border: 2px solid var( --e-global-color-571df7b );
	border-radius: 11px;
	box-shadow: 0 0 25px var( --e-global-color-571df7b );
	margin: 15px 0;
}
/*=========
 * About Us page css Our team
 * */
.sc_team_featured .post_featured:hover .trx_addons_hover_mask {
	opacity: 0.9;
}
.sc_team_featured .trx_addons_hover_team .sc_team_item_title, .sc_team_featured .trx_addons_hover_team .sc_team_item_title a:hover, .sc_team_featured .trx_addons_hover_team .sc_team_item_title a {
	color: var(--theme-color-alter_hover);
}
.sc_team_featured .trx_addons_hover_team .sc_team_item_subtitle {
	color: var(--theme-color-text_dark);
}