/*
Theme Name:   Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/

 .quarterleft,  
  .quartercenter,
  .quarterright,
  .quarterfwidth  {
	  float: left;
                           }
						   
	.quarterleft {
		width: 27% ;
	}		
   .quartercenter {
		width: 46% ;
	}	
	.quarterright {
		width: 27% ;
	}
	
	@media screen and ( max-width: 900px ) 
	 {
		.quarterleft, .quartercenter {
		width: 50% ;
	       } 
		 .quarterright {
		width: 100% ;
	        }
	 }
	 @media screen and ( max-width: 650px ) 
	 {
		 
		.quarterleft, .quartercenter, .quarterfwidth {
		width: 100% ;
	        }
	 }