/*
 Theme Name:   Amperio V2
 Description:  Amperio V2 Child
 Author:       Kanji
 Author URI:   https://kanji.agency/
 Template:     Amperio
 Version:      1.0.0
*/


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

.top_panel_title{
display: none !important;
}

@media screen and (max-width: 1024px) {
	.sc_layouts_logo{
		img{
			width: 110px !important;
		}
     }
	.search_wrap{
		display: none !important;
	}
	
	.top_panel_navi{
		background-color: #008AD1 !important;
	}
	.row > [class*="column-"], .columns_wrap > [class*="column-"]{
		padding-right: 0 !important;
	}
	
	.sc_layouts_row_delimiter, [class*="scheme_"].sc_layouts_row_delimiter{
		border-color: white !important;
	}

	.menu_mobile_inner{
		background-color: #008AD1 !important;
	}

}