/* ==========================================================================
  Wide Screen Layout: From 1200px.
========================================================================== */
@media (max-width: 1400px) {
#topheaderinner, #page, #supplementaryinner, .pagebannerinner {
    padding:0 20px;
}




}
/* ========= end of Wide Screen Layout: From 1200px. ========= */

/* ==========================================================================
  Mobile Layout: From 320px.
========================================================================== */
@media (max-width: 820px) {
#topheaderinner {
	display: block;
}

#topheaderinnerleft {
   width: 100%;
    padding: 25px 0 25px 0;
	text-align: center;
}


#topheaderinnermiddle {
    display: none;
}

#topheaderinnerright {
    width: 100%;
    text-align: center;
	padding-bottom: 25px;
}
.single-post #primary {
    width: 100%;
}
#main #secondary {
    margin: 0;
}

}


/* ==========================================================================
  Normal Desktop Layout: From 980px.
========================================================================== */
@media (min-width: 1000px) and (max-width: 1050px) {




}
/* ========= end of Normal Desktop Layout: From 980px. ========= */


/* ==========================================================================
  Tablet Device Layout: From 768px.
========================================================================== */
@media (min-width: 768px) and (max-width: 999px) {





}
/* ========= end of Tablet Device Layout: From 768px. ========= */

@media (min-width: 768px) and (max-width: 800px) {



}


/* ========= end of Mobile Layout: From 320px. ========= */


/* ==========================================================================
  Wide Mobile Layout: 480px.
========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {




}
/* ========= end of Wide Mobile Layout: 480px. ========= */



/* ==========================================================================
  Small Mobile Layout
========================================================================== */
@media (max-width: 479px) {





}
/* ========= end of small Mobile Layout ========= */
