﻿/*
 Theme Name:   Plus MAIN
 Theme URI:    http://www.plusinternet.co.uk
 Description:  Plus Child Theme
 Author:       Luke
 Author URI:   http://www.plusinternet.co.uk
 Template:     plus
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  plus-child
*/

@import url(“../plus/style.css”);

/* =Theme customization starts here
-------------------------------------------------------------- */

.main_color tr:nth-child(even) { background-color: #fff !important; }

.buy-now {
	padding-left: 50px;
    margin-top: -25px !important;
}

.av-light-form h3 { text-align: center; }

.menu-center { text-align: center; }
.recipe {
	padding: 10px 40px 10px 40px !important;
    background-color: #eccea8 !important;
    color: #000 !important;
    border-radius: 0px 0px 30px 30px !important;
    border-top: 5px solid #d31f45 !important;
}



/* Mobile Small */
@media only screen and (max-width: 320px) and (min-width: 1px) {
.header .container { height:550px !important; }
}
/* Mobile Small End */



/* Mobile Medium */
@media only screen and (max-width: 375px) and (min-width: 321px) {
.header .container { height:550px !important; }
}
/* Mobile Medium End */



/* Mobile Large */
@media only screen and (max-width: 425px) and (min-width: 376px) {
.header .container { height:550px !important; }
}
/* Mobile Large End */



/* Tablet 768x740 */
@media only screen and (max-width: 768px) and (min-width: 426px) {

}
/* Tablet 768x740 End */



/* Laptop 1024 */
@media only screen and (max-width: 1024px) and (min-width: 769px) {

}
/* laptop 1024 End */



/*

overlayed logo

.logo, .logo img, .logo a {
	overflow: inherit;
	max-height: inherit;
	display:inline;

}

#header .widget {
	right: 20px;
	padding-top: 0;
	position: absolute;
	top: 0;
	z-index: 999;
}

*/