/*
Theme Name: MK Theme
Theme URI: 
Author: CMHB.co
Author URI: http://cmhb.co/
Description: 
Version: 1.0

*/

/* -----------------------------------*/
/* ---------->>> COLOURS <<<----------*/
/* -----------------------------------*/

/*
Mid grey (text): #444444
Dark grey (headings, links) #222222

Mid Blue (header) #333399
Light blue (top navigation) #CCCCFF
Mid grey: #666666
*/


/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

/* Typography */

body {
	background: #E21917;
	color: #fff;
	font: 13px/1.7 'Droid Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {}
h1 {font-size: 24px;}
h2 {font-size: 18px; color:#515151;}
h2 a {color:#515151;}
h3 {font-size: 16px; color:#E21917;}
h4 {font-size: 14px; color:#797979;}
h5 {font-size: 14px; }
h6 {font-size: 14px; }

p {margin: 0 0 12px;}

strong, b {font-weight: bold;}
em, i {font-style:italic;}

/* Links */

a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
button:active {
	outline:0 none;
	text-decoration:none;
}

a {/*color: #;*/}
a:hover {/*color: #;*/}

/* Lists */

ol,ul{padding-left: 30px; margin-bottom: 12px;}

/* Images */


/* Other */
hr {
	margin: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #ffffff;
	width: 100%;
}

.pad-top {padding-top: 10px;}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

header {}

img.logo {
	margin-left: -25px;
	z-index:1000;
	position:absolute;
	max-width: 180px
}



/* Navigation */

.mainnav {
	list-style: none;
	float: right;
	margin-top: 50px;
	margin-right: 0px;
}
.mainnav li {
	display: inline;
	float: left;
	position: relative;
}
.mainnav li a {
	color: #fff;
	font-size:14px;
	font-weight: 400;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
	position: relative;
	text-shadow: 1px 1px 0px #000;
	margin: 0 10px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.mainnav li a:hover {
	background: #333;
	color: #fff !important;
}
.mainnav li a.active {
	background: #333;
	color: #fff !important;
}
.mainnav li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: 45px;
}
.mainnav li ul.sub-menu {
	display:block;
	visibility: hidden;
	position:absolute;
	left: 50%;
	top: 60px;
	z-index:40;
	list-style:none;
	height:auto;
	width:158px;
	margin-left: -79px;
	padding:0;
	box-shadow: 0px 0px 5px #686868;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}
.mainnav li ul.sub-menu:before {
	background-image: url(images/header/subnav-top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -17px;
	left: 0px;
	content:"\0020";
	display: block;
	width: 158px;
	height: 17px;
}
.mainnav li ul.sub-menu li {
	display:inline;
}
.mainnav li ul.sub-menu li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mainnav li ul.sub-menu li a {
	display:inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float:left;
	font-weight:normal;
	width: 158px;
	height: 38px;
	background: #222;
	line-height: 3;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-transition: color 0.3s ease;
	transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: color .3s ease;
}
.mainnav li ul.sub-menu li a:hover {
	color:#fff !important;
	background: #222;
}

/* HOMEPAGE */

.homeQuickBtn {
width: 100%;
background-color: #333;
border-radius: 5px;
border-bottom: 2px #111 solid;
border-right: 2px #111 solid;
height: 60px;
margin-bottom: 10px;
}
.homeQuickBtn h3 {
font-size: 18px;
color: #fff;
font-weight: 400;
text-shadow: 1px 1px 0px #000;
text-indent: 20px;
line-height: 3.5;
display: inline-block;
}
.homeQuickBtn a {
color: #fff !important;
text-decoration: none;
}
.homeQuickBtn img {
margin: 8px 15px 0 0;
float: right;
border: 0;
}

.homeWidget {
background-color: #fff;
min-height: 370px;
}
.homeWidget h2 {
font-size: 16px;
color: #fff;
font-weight: 400;
}
.homeHead {
background-color: #E21917;
width: 100%;
height: 50px;
display: block;
text-shadow: 1px 1px 0px #000;
text-indent: 20px;
line-height: 3.5;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.homeWidget p {
font-size: 12px;
color: #515151;
margin: 10px 15px 10px 20px;
}
.homeWidget a {
color: #E21917;
font-weight: bold;
transition: all .3s ease;
}
.homeWidget a:hover {
color: #B51412;
}
.homeWidget ul {
list-style: none;
padding: 0 20px;
}
.homeWidget li {
padding: 5px 0;
border-bottom: #f2f2f2 1px solid;
}
.homeWidget li a {
color: #515151;
font-weight: bold;
text-decoration: none;
transition: all .3s ease;
}
.homeWidget li a:hover {
color: #111;
}

.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
	background: none !important;
	border: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-event > a {
	border: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-date-title {
margin: 6.5px 0.75em 6.5px 16px !important;
background-image: none !important;
}
/* -----------------------------------*/
/* ---------->>> CONTENT <<<----------*/
/* -----------------------------------*/

.top {
background: #f2f2f2;
}

.top h1, .top h2 {
color: #E21917;
font-size: 20px;
font-weight: bold;
text-align: right;
margin: 20px 20px 0 0;
text-shadow: 1px 1px 0px #333;
}

.white-bg {background-color: #fff;}
.grey-bg {background-color: #f2f2f2;}


.entry-text {margin: 20px}


.entry-text h3 a {
	color: #515151;
transition: all .3s ease;
}
.entry-text h3 a:hover {
	color: #333;
}

a.read-more {
	color: #E21917 !important;
	text-decoration:none !important;
}



.entry-text p, ul, li {
color: #797979;
line-height: 1.8;
}
.entry-text p a {
	color: #797979;
	text-decoration:underline;
transition: all .3s ease;
}
.entry-text p a:hover {
	color: #333;
}
.entry-text img {
	border: 5px solid #f2f2f2;
}

/* MENU PAGE*/

.specials {
	text-align: center;
margin-top: 30px;
}

.specials img {
border: 5px solid #f2f2f2;
}

.specials h3 {
color: #333;
}


.food .subtitle {
display: inline;
background: #E21917;
color: #fff;
font-size: 20px;
font-weight: 400;
border-radius: 3px;
-moz-border-radius: 3px;
padding: 5px;
margin: 0;
}

.food ul {
list-style: none;
margin-top: 20px;
margin-bottom: 50px;
padding-left: 0;
line-height: 1.5;
}

.food ul li {
position: relative;
padding: 15px 0 20px 0;
margin: 0px;
border-bottom: 1px solid #e8e8e8;
}
.food ul li a.img {
float: left;
margin: 0 15px 0 0;
padding: 0;
}
.food ul h2 {
font-size: 14px;
font-weight: 400;
color: #515151;
}
.food ul li p {
color: #7f7f7f;
font-size: 12px;
margin: 10px 0 0 0;
}

/* CONTACT PAGE*/
.contact input {
	margin: 0 0 20px 0;
	position: relative;
}
.contact input, .contact textarea {
	background: #f2f2f2;
	width: 260px;
	max-width: 90%;
	padding: 10px;
	border: none;
	color: #bcbcbc !important;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	font-size: 13px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	font-family: 'Droid Sans', Helvetica Neue, Arial, sans-serif;
	font-size:13px;
}
.contact textarea {
	height: 130px;
	font-size: 13px;
}
.contact input:focus, .contact textarea:focus {
	outline: none;
	background: #fff;
	border: 1px solid #c4c4c4;
	color: #515151 !important;
	-moz-box-shadow: inset 0 0 1px #e9e9e9;
	-webkit-box-shadow: inset 0 0 1px #e9e9e9;
	box-shadow: inner 0 0 1px #e9e9e9;
}
.contact .btn {
	border: none;
	line-height: 2.3;
	float: left;
	margin-top: 20px;

width: 146px;
height: 55px;
display: block;
background: url(images/buttons.png) no-repeat;
text-align: center;
font-size: 15px;
color: #fff;
line-height: 3.8;
text-decoration: none;
text-shadow: 1px 1px 0px #000;
background-position: top left;

}
.contact label {
	display: none;
}
.contact .formblock {
	position: relative;
}
.contact .error {
	font-size: 11px;
	color: red;
	position: absolute;
	margin-left: 10px;
}
input::-webkit-input-placeholder {
    color: #515151;
}
input:-moz-placeholder {
    color: #515151;
}
textarea::-webkit-input-placeholder {
    color: #515151;
    font-size: 12px;
}
textarea:-moz-placeholder {
    color: #515151;
    font-size: 12px;
}


/* SLIDER CAPTION */
.slideCaption {
padding: 8px 5px 8px 20px;
font-size: 16px;
position: absolute;
float: none;
text-align: left;
background: #222;
color: #FFF;
width: 255px;
text-shadow: 1px 1px 0px #000;
font-size: 12px;
border-radius: 4px;
z-index:22;
}

.catslider {
    float: left;
	margin-left:30px;
	border:5px solid #f2f2f2;
}

/* -----------------------------------*/
/* ---------->>> SIDEBAR <<<----------*/
/* -----------------------------------*/

aside {margin-top: 30px;}

aside img {
float: right;
border: 5px solid #f2f2f2;
margin: 20px 20px 0 0;
}


aside h3.info-head {
background-color: #333;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
margin: 0 !important;
}

aside h3.info-head {
width: 100%;
height: 56px;
display: block;
color: #fff;
font-weight: 400;
font-size: 15px;
text-shadow: 1px 1px 0px #000;
text-indent: 30px;
line-height: 4;
}

aside ul {
list-style: none;
border: 1px solid #e9e9e9;
margin-bottom: 10px;
}

aside li {
background: url(images/cal.png) no-repeat 0px 18px;
border-bottom: 1px solid #e9e9e9;
font-size: 13px;
color: #616161;
height: 60px;
line-height: 5;
text-indent: 50px;
}

aside li.phone {
background: url(images/phone.png) no-repeat 0px 18px;
text-indent: 50px;
}
aside li.fax {
background: url(images/fax.png) no-repeat 0px 18px;
text-indent: 50px;
}
aside li.email {
background: url(images/email.png) no-repeat 0px 18px;
text-indent: 50px;
}
aside li.web {
background: url(images/web.png) no-repeat 0px 18px;
text-indent: 50px;
}
aside li.map {
background: url(images/map.png) no-repeat 0px 18px;
text-indent: 50px;
}

aside li a {
color: #616161;
}

aside li:last-child {
border: none;
}

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/


.no-margin {margin: 0;}

.social h3 {
font-size: 20px;
padding: 20px;
}
.social img {
margin-top: 15px;
}

.newsletter {
background-color: #333;
}
.newsletter h3 {
font-size: 20px;
color: #fff;
font-weight: 400;
padding: 20px;
}
.newsletter .txt {
background: url(images/newsletter/input.png) no-repeat;
width: 100%;
height: 47px;
border: none;
outline: none;
padding: 0 0 0 30px;
color: #fff !important;
margin-top: 15px;
}

.newsletter input::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 13px;
}
.newsletter input:-moz-placeholder {
    color: #fff !important;
    font-size: 13px;
}
.newsletter .btn {
	font-weight: 400;
	border: none;
	outline: none;
	margin: 10px 0 0 20px;
}
.button-news {
width: 146px;
height: 55px;
display: block;
background: url(images/newsletter/button.png) no-repeat;
text-align: center;
font-size: 15px;
color: #fff;
line-height: 3.8;
text-decoration: none;
text-shadow: 1px 1px 0px #000;
background-position: top left;
}
#url {display: none;}


footer h5 {
color: #fff;
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
}
footer a {
color: #fff;
transition: all .3s ease;
}
footer a:hover {
	color: #ccc;
}

footer ul {padding-left: 15px;color: #fff !important;}
footer li {color: #fff !important;}

footer i.fa {font-size: 16px;}

.copyright {
text-align: center;
background: url(images/ft-shadow.png) no-repeat top center;
padding-top: 20px;
}
