/*
#------------------------------------------------------------------------
# Steak House - Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */


.gk-menu-container .bigtitle img {
    border-radius: 0%;
    display: block;
    margin: 0 auto 30px auto;
    border: 0px none #d5d5d5;
    padding: 5px;
}


.gk-menu-container dd:after {
    border-bottom: 1px dashed #999;
    clear: both;
    content: "";
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}
.gk-menu-container dd em {
    color: #999;
    font-size: 14px;
    float: right;
    background: #fff;
    font-style: italic;
    font-weight: 300;
    top: 0px;
    position: relative;
    text-align: right;
   }
.gk-menu-container dd small {
    max-width: 55%;
    padding-right: 0px;

}

#delivery {
    margin: -160px 0 0 0;
    padding: 160px 0 0 0;
   
}

#phone {
    margin: -175px 0 0 0;
    padding: 120px 0 0 0;
   
}

@media all and (max-width: 640px) { 
.mobview {display: !important;} 
.nomobview {display: none;}  
}
   
@media all and (min-width: 641px) { 
.mobview {display:none;} 
.nomobview {display: !important;}  
}

.gk-menu-container .mobview img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px auto;
    border: 1px solid #d5d5d5;
    padding: 5px;

}

#comments-footer {
   display: none;
}

.gkCols-float  > div {
    float: none;
    padding: 0 20px;
    text-align: left;
}

.top_phone, .top_phone a {
 color: #fff;
  font-size: 28px;
}

@media (max-width: 640px){
.top_phone, .top_phone a {font-size: 30px;}
}

@media (max-height: 700px){
.top_phone, .top_phone a {font-size: 18px;}
  .top_phone {padding:0 40px 0 40px;}
}

/* bigtitle suffix */
#gkBottom7 .box-wrap { text-align: center; }
#gkBottom7 .content { text-align: center; padding:10px;}
#gkBottom7 .header,
#gkBottom7 > header h1 {
	display: inline-block;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 160px;
	position: relative;
	text-align: center;
	text-transform: none;
	z-index: 2;
}
#gkBottom7 .header > a,
#gkBottom7 .header > span,
#gkBottom7 > header > a,
#gkBottom7 > header > h1 > span {
	color: #000;
	display: inline-block;
	letter-spacing: -3px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
#gkBottom7 .header > a:active,
#gkBottom7 .header > a:focus,
#gkBottom7 .header > a:hover,
#gkBottom7 > header > a:active,
#gkBottom7 > header > a:focus,
#gkBottom7 > header > a:hover { color: #d27244; }
#gkBottom7 .header a:before,
#gkBottom7 .header a:after,
#gkBottom7 .header span:before,
#gkBottom7 .header span:after,
#gkBottom7 > header h1 > span:before,
#gkBottom7 > header h1 > span:after {
	border-top: 1px solid #d1d1d1;
	content: "";
	display: block;
	height: 1px;
	left: -160px;
	position: absolute;
	top: 34px;
	width: 160px;
	z-index: 0;
}
#gkBottom7 .header a:after,
#gkBottom7 > header h1 > a:after,
#gkBottom7 .header span:after,
#gkBottom7 > header h1 > span:after {
	left: auto;
	right: -160px;
}
#gkBottom7 .header small {
	color: #a89c72;
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0!important;
	margin: 4px 0 40px 0;
	text-align: center;
}
#gkBottom7 .header sup {
	color: #a89c72;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0;
	vertical-align: super;
}

.feature-icon {
    background-color: #e45425;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    top: 0;
    margin-top: -110px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.feature-icon span {
    display: table-cell;
    vertical-align: middle;
}

.feature-icon span > .fa {
    padding: 0;
}

.feature-thumb{
    background-color: #ffffff;
    position: relative;
    padding: 40px;
    margin-top: 32px;
    border-color: #e45425;
    border-style: solid;
}