/**
 * Theme Name: nanotext Child
 * Description: Child theme for the nanotext
 * Author: LineThemes
 * Template: nanotext
 */


.site-header-sticky.header-brand-left .navigator .menu-primary{justify-content: end; column-gap: 40px;}

.tp-rs-img{
	display:none;
}
.first-block{
	width:50% !important;
}
.second-block{
	width:0% !important;
}

@media(max-width:991px){
	#site .vc_custom_heading.style1 {
    font-size: 25px;
    line-height: 40px;
}
	#site .vc_custom_heading.style3 {
    font-size: 32px !important;
}
	.first-block{
	width:100% !important;
}
.second-block{
	width:0% !important;
}
	
}