/*
Theme Name: Mova Child
Theme URI: 
Description: 
Version: 1.0.0
Author: Martin Fors
Author URI: http://frostkom.se

Template: mova
*/

@import url('style.php');

@media all
{
	.portfolio-readmore
	{
		margin-top: 20px;
	}
}

/*
@media only screen and (min-width: 1025px) {
  .text-left .preview-inner {
    left: 240px;
margin-left: -80px;
  }
  .text-right .preview-inner {
    right: 240px;
margin-right: -80px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .text-left .preview-inner {
    left: 120px;
margin-left: -40px;
  }
  .text-right .preview-inner {
    right: 120px;
margin-right: -40px;
  }
}
@media only screen and (max-width: 700px) {
  .text-left .preview-inner, .text-right .preview-inner {
    left: 0;
    right: 0;
margin-left: 0;
  }
}
*/