@charset "utf-8";

@import url('//fonts.googleapis.com/css?family=Courgette');
 
body {
    margin:0;
	padding:0;
    overflow-x:hidden;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Baloo Bhaina', cursive;*/
}
body *{
    outline: none;
}
a {
    text-decoration:none;
}
.clear {
	clear: both;
}
ul {
    margin:0;
    padding:0;
    list-style:none;
}
textarea {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Baloo Bhaina', cursive;
}
/****************************************HOME****************************************/


.section_full {
	height: auto;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
}
.section_half {
	float: left;
	height: auto;
	width: 50%;
	padding: 15px;
	box-sizing:border-box;
}
.section_1 {
	float: left;
	height: auto;
	width: 10%;
	padding: 15px;
	box-sizing:border-box;
}
.section_2 {
	float: left;
	height: auto;
	width: 20%;
	padding: 15px;
	box-sizing:border-box;
}
.section_3 {
	float: left;
	height: auto;
	width: 30%;
	padding: 15px;
	box-sizing:border-box;
}
.section_4 {
	float: left;
	height: auto;
	width: 40%;
	padding: 15px;
	box-sizing:border-box;
}
.section_6 {
	float: left;
	height: auto;
	width: 60%;
	padding: 15px;
	box-sizing:border-box;
}
.section_7 {
	float: left;
	height: auto;
	width: 70%;
	padding: 15px;
	box-sizing:border-box;
}
.section_8 {
	float: left;
	height: auto;
	width: 80%;
	padding: 15px;
	box-sizing:border-box;
}
.section_9 {
	float: left;
	height: auto;
	width: 90%;
	padding: 15px;
	box-sizing:border-box;
}
.section_1-3 {
	float: left;
	height: auto;
	width: 33.3333%;
	padding: 15px;
	box-sizing:border-box;
}
.section_1-6 {
	float: left;
	height: auto;
	width: 16.6666%;
	padding: 15px;
	box-sizing:border-box;
}
.section_15 {
	float: left;
	height: auto;
	width: 15%;
	padding: 15px;
	box-sizing:border-box;
}
.section_25 {
	float: left;
	height: auto;
	width: 25%;
	padding: 15px;
	box-sizing:border-box;
}
.section_35 {
	float: left;
	height: auto;
	width: 35%;
	padding: 15px;
	box-sizing:border-box;
}
.section_45 {
	float: left;
	height: auto;
	width: 45%;
	padding: 15px;
	box-sizing:border-box;
}
.section_55 {
	float: left;
	height: auto;
	width: 55%;
	padding: 15px;
	box-sizing:border-box;
}
.section_65 {
	float: left;
	height: auto;
	width: 65%;
	padding: 15px;
	box-sizing:border-box;
}
.section_75 {
	float: left;
	height: auto;
	width: 75%;
	padding: 15px;
	box-sizing:border-box;
}
.section_85 {
	float: left;
	height: auto;
	width: 85%;
	padding: 15px;
	box-sizing:border-box;
}
.section_95 {
	float: left;
	height: auto;
	width: 85%;
	padding: 15px;
	box-sizing:border-box;
}

.width_full {
	width: 100%;
	box-sizing:border-box;
}
.width_half {
	width: 50%;
	box-sizing:border-box;
}
.width_1 {
	width: 10%;
	box-sizing:border-box;
}
.width_2 {
	width: 20%;
	box-sizing:border-box;
}
.width_3 {
	width: 30%;
	box-sizing:border-box;
}
.width_4 {
	width: 40%;
	box-sizing:border-box;
}
.width_6 {
	width: 60%;
	box-sizing:border-box;
}
.width_7 {
	width: 70%;
	box-sizing:border-box;
}
.width_8 {
	width: 80%;
	box-sizing:border-box;
}
.width_9 {
	width: 90%;
	box-sizing:border-box;
}
.width_1-3 {
	width: 33.3333%;
	box-sizing:border-box;
}
.width_1-6 {
	width: 16.6666%;
	box-sizing:border-box;
}
.width_15 {
	width: 15%;
	box-sizing:border-box;
}
.width_25 {
	width: 25%;
	box-sizing:border-box;
}
.width_35 {
	width: 35%;
	box-sizing:border-box;
}
.width_45 {
	width: 45%;
	box-sizing:border-box;
}
.width_55 {
	width: 55%;
	box-sizing:border-box;
}
.width_65 {
	width: 65%;
	box-sizing:border-box;
}
.width_75 {
	width: 75%;
	box-sizing:border-box;
}
.width_85 {
	width: 85%;
	box-sizing:border-box;
}
.width_95 {
	width: 85%;
	box-sizing:border-box;
}

.btn {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
}
.center_text {
	text-align:center;
}
.left_text {
	text-align:left;
}
.right_text {
	text-align:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.none-float {
	float:none;
}
.no-border {
	border:none !important;
}
.border-top {
	border-top: solid 1px #9b9b9b;
}
.border-right {
	border-right: solid 1px #9b9b9b;
}
.border-bottom {
	border-bottom: solid 1px #9b9b9b;
}
.border-left {
	border-left: solid 1px #9b9b9b;
}

.no-border-top {
	border-top: none!important;
}
.no-border-right {
	border-right: none!important;
}
.no-border-bottom {
	border-bottom: none!important;
}
.no-border-left {
	border-left: none!important;
}

.padding_t-b {
	padding: 15px 0!important;
}
.padding_l-r {
	padding: 0 15px!important;
}
.padding_top {
	padding: 15px 0 0 0!important;
}
.padding_right {
	padding: 0 15px 0 0!important;
}
.padding_bottom {
	padding: 0 0 15px 0!important;
}
.padding_left {
	padding: 0 0 0 15px!important;
}
.padding_top_only {
	padding-top: 15px!important;
}
.padding_right_only {
	padding-right: 15px!important;
}
.padding_bottom_only {
	padding-bottom: 15px!important;
}
.padding_left_only {
	padding-left: 15px!important;
}
.no-padding {
	padding:0!important;
}
.no-paddingtop {
	padding-top: 0!important;
}
.no-paddingright {
	padding-right: 0!important;
}
.no-paddingbottom {
	padding-bottom: 0!important;
}
.no-paddingleft {
	padding-left: 0!important;
}


.margin_t-b {
	margin: 15px 0!important;
}
.margin_l-r {
	margin: 0 15px!important;
}
.margin_auto {
	margin: 0 auto!important;
}
.margin_top {
	margin: 15px 0 0 0!important;
}
.margin_right {
	margin: 0 15px 0 0!important;
}
.margin_bottom {
	margin: 0 0 15px 0!important;
}
.margin_left {
	margin: 0 0 0 15px!important;
}
.margin_top_only {
	margin-top: 15px!important;
}
.margin_right_only {
	margin-right: 15px!important;
}
.margin_bottom_only {
	margin-bottom: 15px!important;
}
.margin_left_only {
	margin-left: 15px!important;
}
.no-margin {
	margin:0!important;
}
.no-margintop {
	margin-top: 0!important;
}
.no-marginright {
	margin-right: 0!important;
}
.no-marginbottom {
	margin-bottom: 0!important;
}
.no-marginleft {
	margin-left: 0!important;
}


.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.fixed {
	position:fixed;
}
.blue {
	background-color: #079ff5;
}
.green {
	background-color: #abac16;
}
.red {
	background-color: #f74e4e;
}

input[type="text"], select, input[type="password"], input[type="email"] {
	font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d2d8d8;
    padding: 0 15px;
    height: 40px;
    margin: 0 0 10px;
    font-size: 14px;
    color: #000;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://www.lenasrotimississauga.com/theams/images/selectarow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d2d8d8;
    padding: 15px;
    height: 120px;
    margin: 0;
    font-size: 14px;
    color: #000;
}
label {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}


.pagination li {
    display: inline-block;
	background-color: #f8f8f8;
	border: solid 1px #bdbdbd;
	transition: all 0.9s ease 0s;
}
.pagination li:hover, .pagination li.active {
	background-color: #222222;
	border: solid 1px #222222;
}
.pagination li a {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #222222;
    font-weight: 600;
}
.pagination li:hover a, .pagination li.active a {
	color: #fff;
}
.view_btn {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center;
    border: solid 1px #989898;
    margin: 15px 0 5px 5px;
	transition: all 0.9s ease 0s;
}
.view_btn.grid {
    background-image: url(https://www.lenasrotimississauga.com/theams/images/siteicons/grid.png);
}
.view_btn.list {
    background-image: url(https://www.lenasrotimississauga.com/theams/images/siteicons/list.png);
}
.view_btn:hover, .view_btn.active {
    background-color: #079ef5;
    border: solid 1px #079ef5;
}
.grid:hover, .grid.active {
    background-image: url(https://www.lenasrotimississauga.com/theams/images/siteicons/grid_white.png);
}
.list:hover, .list.active {
    background-image: url(https://www.lenasrotimississauga.com/theams/images/siteicons/list_white.png);
}
/*************************************************************/
.bg {
	height: auto;
	width: 100%;
}
.container {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
	padding:0 15px;
}
.logo {
    float: left;
    margin: 15px 0;
}
.logo img {
    width: 100%;
}
ul.menu {
    float: right;
	margin: 20px 0 0;
}
ul.menu li {
    display: inline-block;
    font-size: 14px;
}
ul.menu li a {
    color: #666666;
    display: block;
    padding: 0 15px;
}
.menu_toggle {
    display: none;
}
.banner {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 765px;
	width: 100%;
	text-align: center;
}
.blueberry a {
    display: block;
    position: absolute;
    top: 40%;
	width:100%;
	text-align: center;
}
.order_section {
	height: auto;
	width: 480px;
	margin:-55px auto 0;
}
.order_section section {
    background-color: #f3f3f3;
    padding: 15px 0 15px 195px;
    position: relative;
}
.order_section section h3 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
	color: #251f20;
}
.order_section section h3 span {
    display: block;
    text-transform: uppercase;
	font-size: 19px;
}
.order_section section a.order_btn {
    display: block;
    left: -20px;
    position: absolute;
    top: -45px;
}




.features_bg section h3 {
    color: #1c1a20;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.features_bg section p {
    color: #202020;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}
@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
.pulse {
	animation-name: pulse_animation;
	animation-duration: 4000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.feature_icon {
    background-position: center center;
    background-repeat: no-repeat;
    height: 84px;
    margin: 0 auto;
    width: 74px;
}
.fea_icon1 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/feature_icon1.png");
}
.fea_icon2 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/feature_icon2.png");
}
.fea_icon3 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/feature_icon3.png");
}






.menu_bg {
	background-image: url(https://www.lenasrotimississauga.com/theams/images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
    padding: 0 0 30px;
}
.menu_bg section a {
    background-color: #fff;
    border-bottom: medium solid #0cae4c;
    color: #1c1a20;
    font-weight: 400;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
	font-size: 18px;
	display:block;
	width: 100%;
	transition: all 0.9s ease 0s;
}
.menu_bg section:hover a {
    background-color: #0cae4c;
	color:#fff;
}
.menu_bg section img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 20px;
}
.menu_bg h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
	color: #1a1e21;
}
.menu_bg h3 span {
    background-color: #1c1a20;
    display: block;
    height: 2px;
    margin: 5px auto 0;
    width: 80px;
}
.menu_bg a {
    background-color: #0cae4c;
    color: #fff;
    display: block;
    font-family: "Baloo Bhaina",cursive;
    font-size: 21px;
    margin: 20px auto 0;
    padding: 10px 0 7px;
    text-align: center;
    width: 190px;
}
.testimonial_bg {
	background-color: #1a1e21;
	background-image: url(https://www.lenasrotimississauga.com/theams/images/testi_bg.png);
	height: auto;
	min-height:483px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	position:relative;
}
.wave_pattern {
	background-image: url(https://www.lenasrotimississauga.com/theams/images/bottom_pattern.png);
	background-repeat: repeat-x;
	height: 17px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.testimonial_bg h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
	color:#fff;
}
.testimonial_bg h3 span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 5px auto 0;
    width: 80px;
}
.flex-direction-nav {
    display: none;
}
.flexslider .slides h5 span {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
footer section h4 {
    color: #1c1a20;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
footer section p {
    color: #202020;
    font-size: 13px;
    line-height: 22px;
    margin: 5px 0 0;
}
footer section p span {
    color: #000;
    font-weight: 700;
}
footer section li {
    font-size: 14px;
    margin: 0 0 5px 15px;
	list-style-type: circle;
}
footer section li a {
	color: #202020;
}
footer section p strong {
    color: #0cae4c;
    display: block;
    font-family: "Baloo Bhaina",cursive;
    font-size: 32px;
    margin: 15px 0 0;
}
.social_icon {
	background-repeat:no-repeat;
	background-size: 28px auto;
	background-position:center;
    display: inline-block;
    height: 30px;
    margin: 10px 5px 0 0;
    width: 30px;
}
.social_icon1 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/fb1.png");
}
.social_icon2 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/fb2.png");
	background-size: 24px auto;
}
.social_icon3 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/fb3.png");
	background-size: 22px auto;
}

p#copyright {
    border-top: 1px solid #b4b4b4;
    color: #323232;
    font-size: 13px;
    padding: 10px 0 0;
    text-align: center;
}

@media (min-width:250px) and (max-width:810px) {	
ul.menu li a {
    padding: 0 10px;
}
ul.menu li {
    font-size: 13px;
    font-weight: 600;
}
}


@media (min-width:250px) and (max-width:710px) {	
.logo {
    display: block;
    float: none;
    margin: 15px auto;
    width: 250px;
}
ul.menu {
    float: none;
    margin: 15px 0;
    text-align: center;
}
}

@media (min-width:250px) and (max-width:530px) {	
.logo {
    float: left;
}
ul.menu {
    background-color: #f3f3f3;
    float: none;
    margin: 15px 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 37px;
    width: 100%;
	display: none;
	z-index: 99999;
}
ul.menu li {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
ul.menu li a {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.menu_toggle {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/menu_toggler.png");
    display: block;
    float: right;
    height: 19px;
    margin: 15px 0 0;
    width: 33px;
}
ul.menu li {
    background-color: transparent !important;
    border: medium none !important;
}
ul.menu li a {
    color: #666666!important;
}
}


@media (min-width:250px) and (max-width:1040px) {
.order_section section h3 span {
    font-size: 16px;
}
.order_section section h3 {
    font-size: 24px;
	line-height: 25px;
}
.order_section img {
    width: 140px;
}
.order_section section a {
    top: -35px;
}
.order_section section {
    padding: 15px 0 15px 135px;
}
.order_section {
    margin: -40px auto 0;
    width: 330px;
}
}


@media (min-width:250px) and (max-width:650px) {
ul.menu li {
    font-size: 13px!important;
	padding: 5px!important;
}
ul.menu li a {
    font-size: 12px !important;
    padding: 0 3px!important;
}	
}


@media (min-width:250px) and (max-width:350px) {
.logo {
    width: 190px;
}	
}


@media (min-width:250px) and (max-width:420px) {
/*.order_section section h3 {
    display: none;
}*/
.order_section section {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/phone.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 10px 20px 10px 60px;
    top: 0px;
}
.order_section {
    margin: -40px auto 0;
    width: 260px;
}
.order_section section a {
    left: 60px;
	top: -140px;
}
}


@media (min-width:250px) and (max-width:620px) {
.features_bg .section_1-3 {
    float: none;
    width: 100%;
	padding: 0;
}
.features_bg section h3 {
    font-size: 17px;
}
.features_bg section p {
    margin: 0;
}
}


@media (min-width:250px) and (max-width:420px) {
.features_bg {
    padding: 110px 0 0;
}	
.feature_icon {
    background-size: 100% auto;
    height: 58px;
    width: 48px;
}
}

@media (min-width:250px) and (max-width:1060px) {
.menu_bg section a {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 25px 0 0;
}
.menu_bg .section_25 {
    padding: 5px;
}
}

@media (min-width:250px) and (max-width:860px) {
.menu_bg {
    background-color: #f0f0f0;
    background-image: none;
	padding: 125px 0 30px;
}
.menu_bg .section_25 {
    width: 50%;
}	
}

@media (min-width:250px) and (max-width:600px) {
.menu_bg h3 {
    font-size: 30px;
}
.menu_bg h3 span {
    margin: 0 auto;
    width: 60px;
}
}

@media (min-width:250px) and (max-width:500px) {
.menu_bg .section_25 {
    float: none;
    width: 100%;
}	
.menu_bg a {
    font-size: 17px;
    padding: 5px 0 2px;
    width: 150px;
}
}

@media (min-width:250px) and (max-width:1800px) {
.testimonial_bg {
    background-position: 115% center;
}
}

@media (min-width:250px) and (max-width:1630px) {
.testimonial_bg {
    background-position: 140% center;
}
}

@media (min-width:250px) and (max-width:1450px) {
.testimonial_bg {
    background-position: 170% center;
}
}
@media (min-width:250px) and (max-width:1330px) {
.testimonial_bg {
    background-image: none;
}
.testimonial_bg .section_half {
    float: none;
    width: 100%;
}
.flexslider .slides p {
    padding: 0!important;
}
}

@media (min-width:250px) and (max-width:600px) {
.testimonial_bg h3 {
    font-size: 30px;
}	
.testimonial_bg h3 span {
    margin: 0 auto;
    width: 60px;
}
}

@media (min-width:250px) and (max-width:1170px) {
footer section p strong {
    font-size: 25px;
}
}

@media (min-width:250px) and (max-width:900px) {
footer .section_25 {
    min-height: 210px;
    width: 50%;
}	
}

@media (min-width:250px) and (max-width:590px) {
footer .section_25 {
    float: none;
    margin: 0 0 15px;
    min-height: auto;
    padding: 0;
    width: 100%;
}	
.testimonial_container section article h3 {
    font-size: 17px;
    line-height: 20px;
}
}



.inner_banner {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/inner_banner.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    width: 100%;
}
.inner_banner > h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    margin: 0;
    padding: 80px 0 0;
    text-align: center;
	line-height: 60px;
}
.inner_banner > h3 span {
    background-color: #fff;
    display: block;
    height: 3px;
    margin: 0 auto;
    width: 60px;
}
.about_bg {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/about_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	padding: 30px 0 0;
}
.about_bg section h4 {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
}
.about_bg section {
    padding: 15px 15px;
}
.about_bg section p {
    color: #4b5154;
    font-size: 14px;
    line-height: 26px;
}
.caption {
    background-color: #ca3d26;
    margin: 0 auto;
    padding: 15px;
    width: 55%;
	border-radius: 10px 10px 0 0;
}
.caption h2 {
    color: #fff;
    font-family: "Courgette",cursive;
    font-size: 20px;
	text-align: center;
	margin: 10px 0;
}
.order_btn {
    border: 10px solid #fff;
    border-radius: 140px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto -85px;
    position: relative;
    width: 200px;
}
.order_btn > img {
    width: 100%;
}
.testimonial_container {
    background-color: #f5f5f5;
    padding: 25px 0;
}
.testimonial_container section {
    padding: 10px;
}
.testimonial_container section article {
    background-color: #fff;
    background-image: url("https://www.lenasrotimississauga.com/theams/images/logo_bg.png");
    background-position: center 35px;
    background-repeat: no-repeat;
    border-bottom: 4px solid #e5e5e5;
    margin: 0 0 20px;
    padding: 20px;
}
.testimonial_container section article img {
    border-radius: 61px;
    display: block;
    margin: 0 auto;
}
.testimonial_container section article h3 {
    font-weight: 400;
    margin: 5px 0 0;
    text-align: center;
	color: #444;
}
.section_half article p {
	color: #999;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0 10px;
    text-align: justify;
	font-style: italic;
}
.testimonial_container section article span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
	color: #000;
}
.contact_bg .section_half {
    padding: 0 10px 10px;
}
.contact_bg .section_full {
    padding: 0 10px;
}
.contact_bg {
    padding: 30px 0;
}
.submit {
    background-color: #0cae4c;
    border: medium none;
    color: #fff;
    display: block;
    font-family: "Baloo Bhaina",cursive;
    font-size: 18px;
    margin: 20px 0 0;
    padding: 6px 0 1px;
    text-align: center;
    width: 150px;
}
.contact_address p span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}
.contact_address p {
    background-position: left 0;
    background-repeat: no-repeat;
    background-size: 25px auto;
    color: #ddd;
    font-size: 14px;
    padding: 0 0 0 35px;
	min-height: 24px;
}
p#location {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/location_white.png");
}
p#phone_no {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/contactinfo_white.png");
}
p#hours {
	background-image: url("https://www.lenasrotimississauga.com/theams/images/hours.png");
}

@media (min-width:250px) and (max-width:970px) {
.about_bg section {
    padding: 15px 10px;
}
.about_bg section p {
    text-align: justify;
}	
}

@media (min-width:250px) and (max-width:800px) {
.inner_banner {
    height: 150px;
}
.inner_banner > h3 {
    font-size: 35px;
    padding: 40px 0 0;
}
.inner_banner > h3 span {
    margin: -5px auto 0;
}
.about_bg section h4 {
    font-size: 20px;
}
.about_bg section p {
    font-size: 13px;
	margin: 0;
}
}

@media (min-width:250px) and (max-width:650px) {
.about_bg section {
    padding: 0;
    float: none;
    width: 100%;
}	
.about_bg section h4 {
    font-size: 20px;
    margin: 20px 0 0;
}
}

@media (min-width:250px) and (max-width:800px) {
.caption {
    padding: 55px 15px 15px;
    width: 100%;
    box-sizing: border-box;
}
.caption h2 {
    font-size: 17px;
	text-align: justify;
}
}

@media (min-width:250px) and (max-width:1040px) {
.order_section section a.order_btn {
    border: 5px solid #fff;
    border-radius: 140px;
    box-sizing: border-box;
    margin: 0 auto -55px;
    width: 130px;
	left: -17px;
    top: -25px;
}	
}

@media (min-width:250px) and (max-width:850px) {
.testimonial_container section article {
    background-position: center 5px;
    background-size: 230px auto;
}
}

@media (min-width:250px) and (max-width:590px) {
.testimonial_container section {
    float: none;
    padding: 0;
    width: 100%;
}	
.section_half article p {
    padding: 0;
}
}

@media (min-width:250px) and (max-width:530px) {
.contact_bg .section_half {
    padding: 0;
    width: 100%;
}	
.contact_bg .section_full {
    padding: 0;
}
.submit {
    margin: 10px 0 0;
}
}
.comingsoon {
	background-image: url(https://www.lenasrotimississauga.com/theams/images/comingsoon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width: 100%;
}
@media (min-width:250px) and (max-width:600px) {
.comingsoon {
    background-size: 1000px auto;
    height: 260px;
}	
}
	
	
	

.menu h2, .menu h5, .menu p {
    color: #333;
    margin: 0;
	text-align: center;
}	
h5.subcat {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}	
.contents {
    color: #666 !important;
    font-size: 14px;
    margin: 0 0 30px !important;
}	

body span > .menu {
    background-color: #f5f5f5;
    padding: 0 0 20px;
}	
.subcatbox {
    margin: 0 0 30px;
    text-align: center;
}

.subcatbox h5 {
    border: 2px solid #0cae4c;
    display: inline-block;
    margin: 0 0 4px;
    padding: 3px 20px 0;
}
	



.features_bg {
    display: none;
}	
	
	
	
	
	

.menu {
    padding: 0 0 25px;
}	
.menu * {
	font-family: 'Open Sans', sans-serif!important;
}
.menu_category {
    text-align: center;
}
.menu_category h2 {
    background-color: #e4492d;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
}
.item {
    margin-top: 15px;
    padding: 0 15px;
    position: relative;
    width: 50%;
}
.section_1-3.item {
    margin-top: 25px;
    padding: 0 15px;
    position: relative;
    width: 33.3333%;
}
.item h4 {
    margin: 6px 0 0;
	color: #444;
}
.item p {
    color: #666666;
    font-size: 14px;
    margin: 10px 0;
}
.item article {
    border-bottom: 2px dotted #dcdcdc;
    padding: 0 0 10px;
}
.item h4 .price {
    color: #008908;
    float: right;
}	

#todayspecial p {
    text-align: left;
}
#extra_msg {
    background-color: #ffc3c3;
    font-size: 14px;
    margin: 10px 15px 0;
    padding: 7px 0;
    text-align: center !important;
	display: none;
}	
.menu_category h3 {
    background-color: #008908;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 0;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
}	
.special_box {
    background-color: #b4ffbc;
    margin: 15px 15px 0;
    padding: 5px 20px;
}
.special_box h6 {
    color: #444;
    font-size: 18px;
    margin: 10px 0;
}
.special_box p {
    font-size: 14px;
    margin: 0 0 15px;
    text-align: left;
}
.menu article p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.heat_level {
    background-color: #e4492d;
    margin: 15px 15px 0;
    padding: 5px 25px;
    text-align: center;
	color:#fff;
}
.heat_level > h3 {
    color: #fff;
    margin: 15px 0;
}
.heat_level > span {
    background-color: #fff;
    border-bottom: 2px solid;
    border-radius: 2px;
    color: #b61b00;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
}
.item h4 .price span {
    background-color: #ff0000;
    border-radius: 43px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    text-transform: uppercase;
}
.dailyspecials {
	width: 100%;
}	
.dailyspecials2 {
	width: 100%;
	display:none;
}	
.dailyspecials3 {
	width: 100%;
	display:none;
}	
.heat_level > p {
    color: #fff;
    margin: 10px 0;
}	
	
	
	

.order_online_menu {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/order_online.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 140px;
    margin: 10px auto;
    width: 140px;
}	
.view_fullmenu {
	background-color: #0cae4c;
    color: #fff;
    display: block;
    font-family: "Baloo Bhaina",cursive;
    font-size: 21px;
    margin: 10px auto 20px;
    padding: 10px 0 7px;
    text-align: center;
    width: 190px;
}	
.about_page .caption {
    padding: 90px 15px 15px;
}	


@media (min-width:250px) and (max-width:1230px) {
.dailyspecials {
    background-size: 155% auto;
	background-color: #f5f5f5;
}	
}
@media (min-width:250px) and (max-width:780px) {
.dailyspecials {
    background-size: 180% auto;
}
.dailyspecials {
    height: 380px;
}
}


.testimonial_bg iframe {
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width:250px) and (max-width:1330px) {
.testimonial_bg.contact_page h3 {
    text-align: left;
}
.testimonial_bg.contact_page h3 span {
    margin: 5px 0 0;
}
}

@media (min-width:250px) and (max-width:730px) {
.testimonial_bg iframe {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 250px;
}
.contact_address {
    padding: 0;
}	
}


@media (min-width:250px) and (max-width:420px) {
.order_section section a.order_btn {
    display: block;
    height: 130px;
    left: 26%;
    position: absolute;
    top: -140px;
}
}



.catering {
    padding: 0 0 30px;
    text-align: center;
}
.catering > li {
    background-color: #0cae4c;
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Baloo Bhaina",cursive;
    font-size: 23px;
    line-height: 61px;
    margin: 0 1px 5px;
    min-height: 65px;
    padding: 5px 15px 0 75px;
    width: 34%;
	text-align:left;
}

#catering1 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/catering_icon1.png");
}
#catering2 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/catering_icon2.png");
}
#catering3 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/catering_icon3.png");
}
#catering4 {
    background-image: url("https://www.lenasrotimississauga.com/theams/images/catering_icon4.png");
}

@media (min-width:250px) and (max-width:890px) {
.item {
    font-size: 13px;
}	
.menu_category h2 {
    font-size: 13px;
    font-weight: 700;
}
.menu_category h3 {
    font-size: 13px;
    font-weight: 700;
}
.menu article p {
    color: #555;
    font-size: 13px;
}
}

@media (min-width:250px) and (max-width:570px) {
.item {
    float: none;
    font-size: 13px;
    padding: 0;
    width: 100%;
}	
}


@media (min-width:250px) and (max-width:1080px) {
.dailyspecials {
	display:none;
}	
.dailyspecials2 {
	width: 100%;
	display:block;
}
}

@media (min-width:250px) and (max-width:480px) {
.dailyspecials3 {
	display:block;
}	
.dailyspecials2 {
	display:none;
}
}

@media (min-width:250px) and (max-width:930px) {
.catering > li {
    font-size: 16px;
}	
}

@media (min-width:250px) and (max-width:750px) {
.catering > li {
    width: 45%;
}	
}

@media (min-width:250px) and (max-width:580px) {
.catering > li {
    background-size: 30px auto;
    display: block;
    padding: 5px 15px 0 55px;
    width: 100%;
}	
}