/*
 Theme Name:   Tourin Child Theme
 Theme URI:    https://wpdemothemes.com/tourin
 Description:  This is tourin Child Theme
 Author:       Themesvila
 Author URI:   https://www.templatemonster.com/authors/themesvila/  
 Template:     tourin
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  tourin-child
*/


body{
	
	overflow-x: hidden;
}


#tr_header {
	padding: 17px 0;
	margin-top: -50px;
	position: relative;
	z-index: 111;
	margin-bottom: -38px;
}
#tr_header.header_2{
	background: var(--white);
}
#tr_header::after {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--white);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	
}
#tr_header.header_2:after{
	display: none;
}
#tr_header.header_2{
	border-radius: 0;
	margin-bottom: 0;
}