  /* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */

 
/* Modification Theme CSS
------------------------------------------------------------ */

@media only screen and (max-width: 768px) {
	.sc_item_title:not(.sc_typed) br {
		display: block!important;
	}
	.sidebar_default .sidebar_inner {
		padding: 2em!important;
	}
}

/* Custom CSS
------------------------------------------------------------ */

@media only screen and (max-width: 768px) {
	.h1-mobile-home {
    font-size:2rem;
	}
	
	.title-section {
    height: 60vw;
	}
	
	.light-section,
	.mix-section,
	.dark-section {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.accent-section,
	.big-default-section {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mix-column {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
	}
}