/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

/* screen size MINIMUM 1024px  */
@media only screen and (min-width: 1024px) {
	.page-template-page-wide .small {
		height:30px;
	    width:20px; 
	}

	.number.number-comma.small {
		height:10px !important;
	    width:10px  !important;  
	}

	.page-template-page-wide .medium {
	    height: 61px;
	    width: 39px;
	}

	.number.number-comma.medium {
		height:20px !important;
	    width:20px  !important;  
	}

	.page-template-page-wide .big {
	    height: 122px;
	    width: 78px;
	}

	.number.number-comma.big {
		height:30px !important;
	    width:30px  !important;  
	}

	.page-template-page-wide .number_wrapper {
	    padding-top:20px; padding-bottom:20px;
	}
}



/* screen size MAXIMUM 1024px  */
@media only screen and (max-width: 1024px) {
	.page-template-page-wide .small {
		height:15px;
	    width:10px;
	}
	.number.number-comma.small {
		height:5px !important;
	    width:5px  !important;  
	}

	.page-template-page-wide .medium {
	    height: 30px;
	    width: 20px;
	}
	.number.number-comma.medium {
		height:10px !important;
	    width:10px  !important;  
	}

	.page-template-page-wide .big {
	    height: 61px;
	    width: 39px;
	}
	.number.number-comma.big {
		height:15px !important;
	    width:15px  !important;  
	}


	.page-template-page-wide .number_wrapper {
	    padding-top:10px;
	    padding-bottom:10px;
	    white-space: nowrap;
	}
}





/* screen size MAXIMUM 768px  */
@media only screen and (max-width: 768px) {
	.number.number-comma.small {
		height:3px !important;
	    width:3px  !important;  
	}

	.page-template-page-wide .medium {
	    height: 15px;
	    width: 10px;
	}
	.number.number-comma.medium {
		height:5px !important;
	    width:5px  !important;  
	}

	.page-template-page-wide .big {
	    height: 30px;
	    width: 20px;
	}
	.number.number-comma.big {
		height:8px !important;
	    width:8px  !important;  
	}


	.page-template-page-wide .number_wrapper {
	    padding-top:10px;
	    padding-bottom:10px;
	    white-space: nowrap;
	}
}
