/*
Theme Name: Greek Restaurant Premium
Theme URI: http://www.ketchupthemes.com/greek-restaurant-theme/
Author: Alexandros Itsios
Author URI: http://ketchupthemes.com/alex-itsios/
Description: Greek Restaurant is a lightweight bootstrap theme for restaurants, barbecues, pizzerias and more. It has custom menu, header and background.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Greek Restaurant, Copyright 2014 ketchupthemes.com. 
Greek Restaurant is distributed under the terms of the GNU GPL.
Tags: green, white, two-columns, editor-style, right-sidebar, responsive-layout, custom-header, custom-menu, featured-image-header, featured-images, sticky-post, theme-options, translation-ready, threaded-comments, flexible-header
Text Domain: greekrestaurant
*/

/***
*
GENERAL
*
***/
body {
	font-size: 13px;
	word-wrap:break-word;
	color: #777;
    background-color:#e4e1d6;
font-family: 'Lobster Two', cursive;
font-size: 12pt;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #777;
	text-decoration: none;
	transition: 0.5s ease;
}
a:hover {
	color: #7ba55c;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold;
font-family: 'Lobster Two', cursive;
}
#kt-wrapper {
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 10px;
}
#kt-wrapper-inner {
	background: #fff;
	max-width: 1150px;
	margin: 0 auto;
    
}
/***
* 
BUY NOW badge
***/

#kt-banner{
    display:block;
    margin-top:0px;
    float:right;
    margin-bottom:-20px;
}
#kt-banner a{
    display:block;
    margin-top:0;
    font-size:18px;
    padding:10px 20px;
    background:#76A344;
    color:#fff;
    font-weight:bold;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#kt-banner a:hover{
    background:#5D7F36;
}
/***
*
HEADER
*
***/
#kt-logo {
	text-align: center;
}
#kt-logo h1 {
	font-size: 45px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #777;
	display: inline;
}
#kt-logo h1 a {
	color: #3c3c3c;
}
#kt-logo h2 {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 12px;
	font-style: italic;
}
/****KT Social Area****/
#kt-socials{
    list-style: none;
    padding:0;
}
#kt-socials li{
    float:left;
    margin-right:5px;
}
#kt-socials li a i{
    color:#76A344;
    font-size:35px !important;
}
#kt-socials li a i:hover {
    color:#5D7F36;
}
#kt-main-nav {
	margin: 10px 0 0 0;
}
#kt-main-nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	z-index: 9999999;
}
#kt-main-nav a:hover {
	color: #4b3b15;
}
/*******Styling the main menu****/
.slicknav_menu{
    display:none;
}
#kt-main-nav .main-menu{
    height:50px;
    line-height:50px;
    background:rgb(118, 163, 68);
}
/**First Level**/
#kt-main-nav ul{
    padding:0;
    list-style:none;
}
#kt-main-nav ul li{
    float:left;
    position:relative;
    margin-right:15px;
}
#kt-main-nav ul li:hover > .sub-menu{
    display:inline-block;
    position:absolute;
    top:auto;
    left:auto;
    z-index:10000;
}
#kt-main-nav .sub-menu li:hover > .sub-menu{
    display:inline-block;
    position:absolute;
    top:-2px;
    left:210px;
    z-index:10000;
}
#kt-main-nav ul li a{
    display:block;
    padding:0 15px;
    color:#ffffff;
}

/**Second Level**/
#kt-main-nav ul.sub-menu{
    display:none;
}
#kt-main-nav .sub-menu {
    border-bottom:2px solid rgba(255,255,255,1);
    border-top:2px solid rgba(255,255,255,1);
    background:#76A344;
}
#kt-main-nav .sub-menu li{
    position:relative;
    width:210px;
    float:none;
    margin-right:0px !important;
    border-bottom:1px solid rgba(5, 79, 2,0.2);
}
#kt-main-nav .sub-menu li a{
    font-size:12px;
    line-height:40px;
}
/**Third Level**/
#kt-main-nav .sub-menu li > .sub-menu{
    background:#80b247;
    border-bottom:2px solid rgba(255,255,255,1);
    border-top:2px solid rgba(255,255,255,1);
}
/********
* Slider
********/
#kt-slider-container{
    margin-bottom:20px;
    overflow:hidden;
    max-height:500px;
    
}
.kt-slider-post{
    position:relative;
}
.kt-slide-content{
    position:absolute;
    bottom:20px;
    padding:10px;
}
.kt-slide-content h1{
    padding:4px;
    font-size:40px;
    color:#ffffff;
    background:#5D7F36;
}
.kt-slide-content p{
    padding:2px;
    display:inline-block;
    color:#fff;
    font-size:18px;
    background:#7BA55C;
        }
.kt-slider-img{
    min-height:200px;
    max-height:500px !important;
}
/**FlexSlider Overrides**/
.flex-direction-nav a:before{
    color:#000000;
}
/***
*
MAIN
*
***/
#kt-latest {
	color: #3c3c3c;
	font-size: 34px;
	margin-top: 15px;
}
#kt-latest span {
	color: #7ba55c;
}
.kt-divider {
	border-top: 3px dotted #323232;
	display: block;
	height: 3px;
	margin: 10px 0 0 0;
}
.kt-article {
	border-radius: 5px;
}
.kt-article h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.kt-article h1 a {
	color: #7ba55c;
	text-decoration: none;
}
.kt-article h1 a:hover {
	color:#777;
	text-decoration: none;
}
#kt-article {
	margin: 20px;
	border-radius: 5px;
	padding: 15px;
        margin-top: 0px;
}
#kt-article h1, 
#kt-article h2, 
#kt-article h3, 
#kt-article h4, 
#kt-article h5, 
#kt-article h6 {
	color: #7ba55c;
	text-decoration: none;
}
.kt-article p, 
#kt-article {
	color: #777;
	font-size: 13px;
}
.kt-article p,
#kt-article p,
#kt-article ul,
#kt-article ol {
	text-align: justify;
}
.kt-date p {
	background: #7ba55c;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
p.kt-price {
	font-size: 13px;
	font-weight: bold;
	color: #ef7147;
	margin: 0;
	padding: 5px 15px 7px 15px;
}
p.kt-inner-price {
	font-size: 13px;
	font-weight: bold;
	color: #ef7147;
	margin: 0;
	padding: 5px 15px 0 0;
}
.kt-article {
	margin-bottom: 30px;
}
#kt-tags {
	margin-left: 10px;
}
#kt-categories {
	margin-top: 7px;
    
}
#kt-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#kt-categories li {
	float: left;
	margin-right: 10px;
}
#kt-categories-icon {
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
#kt-pagination {
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}

/***
*
SIDEBAR & WIDGETS
*
***/
#kt-sidebar {
	margin-top: 10px;
	max-width: 100%;
}
.widget {
	margin-bottom: 15px;
	text-align: left;
	color: #777;

}
.widget h3 {
	color: #3c3c3c;
	text-align: left;
	font-size: 20px;
	
}
.widget p, 
.widget ul, 
.widget ol, 
.widget table, 
.widget form, 
.tagcloud {
	padding: 5px;
}
.widget ol  {
	margin-left: 20px;
}
.widget ul {
	list-style: none;
}
.widget ul li:before{
    content: "• ";
    color: #7ba55c; 
	font-size: 16px;
}

/****
*
COMMENTS
*
***/
.comments-area {
	margin: 48px auto;
	max-width: 100%;
	padding: 0 10px;
}
.comment-reply-title,
.comments-title {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 15px;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.commentmetadata {
	font-size: 10px;
}
.comment-list .reply {
	margin: 10px 0 10px 0;
}
.comment-author .fn {
	font-weight: bold;
}
.comment-author a {
	color: #ef7147;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 22px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
}
.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.says {
	display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link:before {
	content: "\f411";
}
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}
#kt-article p.form-allowed-tags {
	display: none;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 46%;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #41a62a;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/***
*
FOOTER & WIDGETS
*
***/
#kt-footer {
	padding: 20px 0 20px 0;
}
#kt-footer p {
	color: #4b4b4b;
}
#kt-copyright {
	border-top: 1px solid #777;
	color: #000;
}
#kt-copyright p {
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
}
#kt-copyright a {
	color: #000;
}

/***
*
DEFAULT WORDPRESS CLASSES
*
***/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}
/** p.wp-caption-text hack **/
#kt-article p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 2px;
	text-align: center;
}
.sticky, .gallery-caption{}
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	text-align: center;
	width: 33%;
}
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
margin-left: 0;
}
/**Slick Navigation overrides**/
.slicknav_menu{
    background:#80B247;
}
.slicknav_btn{
    background:#80B247;
    float:left;
}
.slicknav_menu li a:hover,
.slicknav_nav a:hover,
.slicknav_item:hover{
    background:#538301 !important;
    color:#fff;
}
/***
*
BOOTSTRAP OVERRIDES
*
***/
#kt-main-nav .glyphicon-home:before {
	float: left;
}
@media (max-width:990px){
   .slicknav_menu{
       display:block;
   }
   #kt-main-nav{
       display:none;
   }
}
@media (min-width:990px){
	.container {
		max-width: 1150px;
	}
    .container-fluid{
		margin: 0;
		padding: 0;
	}
	.kt-article img {
	  width: 640px;
	  height: 160px;
	}
}
@media (max-width:768px){
    #kt-main-nav{
        padding: 0px;
    }
    #kt-main-nav li.dropdown ul li  a{
        color:#fff;
    }
     #kt-slider-container{
    height:280px;
    }
    .kt-slider-img{
    height:300px;
    margin-top:0 !important;
    }
    .kt-slide-content{
        bottom:-10px;
    }
    .kt-slide-content h1{
    font-size:20px;
    background:#5D7F36;
    }
    .kt-slide-content p{
        padding:2px;
        font-size:14px;
        background:#7BA55C;
    }
    #kt-socials{
        margin-top:10px;
        float:left !important;
        padding:0;
        line-height:30px;
        text-align:center;
    }
    #kt-banner{
        float:left;
    }   
}

.main-menu a {
font-size: 1.4em !important;
}

p {
font-size: 1.2em;
}

#kt-sidebar {
padding-left: 30px;
}