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

#access ul {
	font-size: 14px;
}

#access a {
	padding: 0 20px;
}
}

@media (max-width: 768px) {
	.sliderspacer{
	height:0px;
}

#mainheaderinnerleft {
    max-width:100%;
	float:none;
	text-align:center;
	padding:12px 0;
}

#mainheaderinnerright {
    max-width:100%;
	float:none;
	text-align:center;
	font-size:20px;
	line-height: 35px;
    margin-top: 15px;
	padding-bottom:15px;
}
}
/* ========= end of Wide Screen Layout: From 1200px. ========= */


/* ==========================================================================
  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) {

.single-minimasterchefs-reci #primary {
    float: left;
    margin: 0 0 30px 0 !important;
    width: 100%;
}
.singlerecipe img {
    max-width: 90% !important;
}
#mainheaderinnerleft img {
    max-width: 70%;
}
#pageheaderinner h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 20px 0;
    line-height: 1.2;
}
#pageheader {
    margin-bottom: 20px;
}
.recipetitle h2 {
    font-size: 25px;
    line-height: 1.2 !important;
}
.recipelanding img{
    max-width: 95% !important;
}
}


/* ==========================================================================
  Mobile Layout: From 320px.
========================================================================== */
@media (max-width: 767px) {

.single-minimasterchefs-reci #primary {
    float: left;
    margin: 0 0 30px 0 !important;
    width: 100%;
}
.singlerecipe img {
    max-width: 90% !important;
}
#mainheaderinnerleft img {
    max-width: 70%;
}
#pageheaderinner h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 20px 0;
    line-height: 1.2;
}
#pageheader {
    margin-bottom: 20px;
}
.recipetitle h2 {
    font-size: 25px;
    line-height: 1.2 !important;
}
.panel-grid{
	margin-bottom: 0px !important;
}
.recipelanding img{
    max-width: 95% !important;
}
#colophon {
    background-image: none;
}
.wprm-overlay{
	background-color: rgba(0, 0, 0, 0.8) !important;
	background: rgba(0, 0, 0, 0.8) !important;
	color: rgba(0, 0, 0, 0.8) !important;
}
h2{
	line-height: 1.2em !important;
    margin: 0 0 20px 0;
    font-size: 35px !important;
}
}
/* ========= 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) {

.single-minimasterchefs-reci #primary {
    float: left;
    margin: 0 0 30px 0 !important;
    width: 100%;
}
.singlerecipe img {
    max-width: 90% !important;
}
#mainheaderinnerleft img {
    max-width: 70%;
}
#pageheaderinner h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 20px 0;
    line-height: 1.2;
}
#pageheader {
    margin-bottom: 20px;
}
.recipetitle h2 {
    font-size: 25px;
    line-height: 1.2 !important;
}
.panel-grid{
	margin-bottom:0px !important;
}
.recipelanding img{
    max-width: 95% !important;
}
#colophon {
    background-image: none;
}
.wprm-overlay{
	background-color: rgba(0, 0, 0, 0.8) !important;
	background: rgba(0, 0, 0, 0.8) !important;
	color: rgba(0, 0, 0, 0.8) !important;
}
h2{
	line-height: 1.2em !important;
    margin: 0 0 20px 0;
    font-size: 35px !important;
}
}
/* ========= end of small Mobile Layout ========= */
