/*
Theme Name: Child for Test.wp-cube.com
Template: neve
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neve
*/



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  	.footer--row .footer--row-inner, .footer--row .footer--row-inner .container .row,
  	.header--row .header--row-inner, .header--row .header--row-inner .container .row{
		align-items: start;
	}
}

@media only screen and (max-width: 767px) {

}