/* ==================================================== */
/* This blank stylesheet is an option for users who would 
like to add their custom css here. This will be overridden 
in the event of an update, so we recommend backing up this
file. This file is already enqueued for you, so go ahead 
and customize away */
/* ==================================================== */

/* THEME ALTERATION - SECTION-MEDIABOARD */
/* #section-mediaboard {
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
}
	#mediaboard-content {
	  margin: 0;
	  position: relative;
	  width: 100%;
	}
*/


/* THEME STRUCTURE MODS */

/* #Additional - Large Screens beyond 1280px
================================================== */
    /* Note: Design for a width of 1280px */

@media only screen and (min-width: 1190px) {

}

@media only screen and (min-width: 1190px) and (max-width: 1280px) {

}


@media only screen and (min-width: 1100px) and (max-width: 1190px) {
	body #section-mediaboard #mediaboard-content .left {
	  width: 25.25%;
	}
}
@media only screen and (max-width: 1099px) {
	body #section-mediaboard #mediaboard-content .left {
	  width: 25.40%;
	}
}


/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}


/*  #Mobile (Portrait) */
@media only screen and (max-width: 767px) {

}
/* /End #Mobile (Portrait) */


/* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}


/* ADDED/AUDIT MEDIA QUERIES */
/*  #Mobile (Landscape) */
@media only screen and (max-width: 767px) {
	
}

/*  #Mobile (Portrait) */
@media only screen and (max-width: 480px) {

}