/*  
Theme Name: Terramia
Theme URI: http://demowordpress.templatesquare.com/terramia/
Description: Terramia is a classic and elegant restaurant wordpress theme.
Version: 1.1
Author: templatesquare
Author URI: http://www.templatesquare.com/
Template: klasik
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, theme-options, translation-ready
*/


.columns .alpha, .column .alpha{clear:both;}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:20px;
}

/* links */
a, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}



/* heading */
h1, h2 {margin-bottom:12px;}
h3, h4, h5{margin-bottom:12px;}
h1 {font-size:26px;}
h2 {font-size:20px; }
h3 {font-size:18px;}
h4 {font-size:16px; }
h5{font-size:14px; }
h6 {font-size:10px; }
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-family: 'Droid Serif', serif;  }
.titleRegular{font-weight:400}
.titleSemibold{font-weight:600}
.titleBold{font-weight:700}
.titleUppercase{text-transform:uppercase}
.titleRegularItalic{font-family: 'Droid Serif', serif; font-style:italic}
.titleSection{margin-bottom:30px;}
.pagetitle{ text-transform:uppercase; font-size:30px; margin-bottom:22px; }
.pagedesc{display:block; margin-bottom:20px;}

/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

hr.small{margin:15px 0px;}

p {
	margin-bottom:20px;
}

ul {
	list-style: disc;
	margin: 0 0 20px 1.5em;
}
ul li, ol li{ padding-bottom:10px;}
ol {
	list-style: decimal;
	margin: 0 0 20px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
    clear: both;
    margin: 0 0px 20px 0px;
    padding:0px 0 0px 15px;
	font-size:18px;
	line-height:24px;
	font-family: 'Droid Serif', serif;
	font-style:italic;
	background:none;
}

	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

	
blockquote p{ margin:0px; padding:0px; display:inline; font-size: 16px; line-height:22px; font-style:italic;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* CONTAINER
-------------------------------------------------------------- */
#bodychild{
	margin:14px auto 0;
	padding:0;
}
#outercontainer{
	width:100%;
	margin:0;
	padding:0;
}

#outerheader, #outerslider, #outerbeforecontent, #outermain,  #outerfootersidebar, #outerfooter{width:100%; margin:0 auto}


/* HEADER & MENU
-------------------------------------------------------------- */
#top{ text-align:center; margin-bottom:50px;}
#logo{height:auto; padding:7px 10px 7px; text-align:center; display:inline-block;}
#logo img{}
#logo h1{margin:0; font-size:46px; line-height:50px;}
#logo .desc{}
.logo-icon-l{ width:150px; height:10px; display:inline-block; padding-bottom:65px}
.logo-icon-r{ width:150px; height:10px; display:inline-block; padding-bottom:65px}

.topleft{ margin-top:20px; display:block;padding-top:14px; width:239px;}
.topleft2{padding-bottom:14px;}
.widget-topleft ul{list-style-type:none; margin:0px;}
.widget-topleft ul li{padding:0px; line-height:100%;}

/* TOP MENU */
#navigation {margin:0; width:100%; display:block; text-align:center;}
#nav-wrap{ margin-left:27px; height:67px;}
.nav-left{ float:left; width:27px; height:67px;}

/* Nav Menu */
#topnav{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	font-size:14px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.sf-menu li{ padding:16px 0px 17px 0px; }
.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 		10px 20px 10px 20px;
}


/* Drop down menu */
.sf-menu ul a:hover, .sf-menu ul li > a {border-width:0px !important;}
.sf-menu li li {
	line-height:20px;
	margin:0;
	padding:0px;
	width:auto;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em !important; /* left offset of submenus need to match (see below) */
	padding:12px 0px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	display: inline-block;
	position: relative;
}

.sf-menu li li{margin:0px 0px!important; text-align:left;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			66px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:6px 0px 7px 0px!important;
	margin:0px!important;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
}

.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}

/* dropdown mobile */
.tinynav { display: none }

/* SLIDER
-------------------------------------------------------------- */
#headline{ text-align:center; font-size:18px; margin-bottom:27px; margin-top:-23px;}
#slidercontainer{position:relative; margin:0px 0px 40px;}
#slideritems.flexslider{background:none; border:0px; margin:0px;}
#slideritems li{padding:0px;}
#slideritems img{padding:0px; margin:0px; max-width:100%;}
#slideritems .flex-caption{
	width: auto;
	position: absolute;
	left: 26%;
	right: 26%;
	top: 0;
	padding: 0px 56px;
	height: 100%;
	text-align: center;
}
.flex-caption .title-wrap {margin: 95px 0 25px;}
.flex-caption .slidertitle{font-size: 18px; padding: 24px 0; margin-bottom: 0px;}
.flex-caption .sliderdesc{margin-bottom:20px;}

#slideritems .flex-control-nav{bottom:45px; z-index: 100;}
.flex-control-paging li a{width:10px; height:10px;}

/*============================================ HOME FEATURES ============================================*/
#outerfeatures{margin-bottom:50px;}
.widget-homefeatures ul{list-style-type:none; margin:0px; padding:0px;}
.widget-homefeatures .title-wrap{text-align:center; margin-bottom:26px;padding-top:4px;}
.widget-homefeatures .widget-title{margin:0px; padding:21px 0px 24px;}

/*============================================ HIGHLIGHT  =================================================*/
#outerhighlight{ margin:0px 0px 50px;}
#outerhighlight .container{padding-top:22px;}
.widget-homehighlight ul{margin:0px; list-style-type:none;}

#outerhighlight .line-top, #outerhighlight .line-bottom{ height:14px;}
#outerhighlight .line-bottom{margin-top:30px;}
#outerhighlight .title-wrap{text-align:center; margin:0px 0 31px;}
#outerhighlight .title-wrap .widget-title{ font-size:24px; display:inline-block; padding:0 20px; margin:21px 0px 20px;}
#outerhighlight .title-wrap .icon-l, #outerhighlight .title-wrap .icon-r{ height:10px; width:21px; display:inline-block; padding-bottom:5px;}
#outerhighlight .title-wrap .line{ height:4px;}

/*============================================ BEFORE CONTENT  =================================================*/

#outerbeforecontent{ margin-bottom:25px; position:relative;}
#beforecontent{position:relative; padding-top:20px; padding-bottom:8px; text-align:center; width:75%; margin:0 auto}
#outerbeforecontent .separator{ margin:0px; padding:0px; height:4px;}

#titlecontainer{width:75%; margin:0px auto;}
.pagetitle{ font-size:26px; margin-bottom:10px; text-transform:none; line-height:normal;}

.widget-homeleft, .widget-homeright{margin-bottom:40px;}
.widget-homeleft ul, .widget-homeright ul{list-style-type:none; margin:0px; padding:0px;}
.widget-homeleft .title-wrap, .widget-homeright .title-wrap{text-align:center; margin-bottom:26px;padding-top:4px;}
.widget-homeleft .widget-title, .widget-homeright .widget-title{margin:0px; padding:21px 0px 24px;}

/* CONTENT
-------------------------------------------------------------- */
#outermain{ margin:0px 0 0px;}
#content{float:left; margin-bottom:20px;}
#content.positionright{float:right; }
#content.positionleft{ float:left;}

#maincontent{margin-bottom:20px;}
#maincontent.hassidebar{margin-bottom:0px;}

.indentleft{overflow:hidden;}
.margin_bottomoff{margin-bottom:0 !important;}
.margin_bottom_small{margin-bottom:6px !important;}
.margin_bottom_middle{margin-bottom:12px !important;}
.margin_bottom_large{margin-bottom:16px !important;}
.margin_bottom_extralarge{margin-bottom:25px !important;}
.padding_top_middle{ padding-top:12px;}
.center{text-align:center;}
.nomargin{margin-right:0}
.displayblock{display:block;}
.marginzero{margin:0px !important;}

/* List */
ul.list{list-style-type:none; padding:0; margin:0;}
ul.list li{padding:0 0 3px 10px; }

.listborder{margin:0; padding:0; list-style-type:none;}
.listborder li{border-bottom:dotted 1px #d2d2d2 ; padding-bottom:18px; margin-bottom:18px}
.listborder h6{margin-bottom:8px;}

/* Shadow */
.imgblock{display:block;}

/* Images */
.imgopacity:hover{opacity:0.5;}
img[class*="wp-image-"], img[class*="attachment-"]{
	max-width:100%;
	height:auto;
	padding:5px;
}


/*Separator */
.separator {
	display:block;
	height:20px;
	padding:10px 0;
	margin-bottom:18px;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.small {
    height: 15px;
	padding:0px;
    margin-bottom: 0;
}

/* form & button */
form{margin:0; padding:0;}

input[type="text"], input[type="email"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:8px 0px;
	font-size:11px;
	font-family:Arial;
}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, .button-alt, .button-alt:visited, input[type="submit"], button{
	font-size:14px;
	display:inline-block;
	padding:12px 18px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-width:0px;
}
.button:hover, input[type="submit"]:hover, button:hover{
	text-decoration:none;
}
.button.small{font-size:12px;}
.button.medium, input[type="submit"].medium, button.medium{font-size:14px; padding:10px 15px 10px 15px;}
.button.large, input[type="submit"].large, button.large{font-size:14px; padding:12px 16px 12px 16px;}
.more-link{margin:0px; display:inline-block; font-size:13px; line-height:14px; padding:15px 26px 15px 27px;}

/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {
}

/* Entry Quote */
.entry-quote{margin-bottom:30px;}
.entry-quote .quote-image{width:43px; float:left; margin-right:10px;}
.entry-quote .quote-image img{width:43px; height:43px; display:block;}
.entry-quote .entry-content{position:relative; overflow:visible; margin-bottom:42px;}
.entry-quote blockquote {
	clear:none;
    font-size: 16px;
	line-height:24px;
	font-style:italic;
	font-family:'Open Sans', sans-serif;
    margin: 0px;
	padding:20px 40px;
}
.entry-quote blockquote:before, .entry-quote blockquote:after{content:'"';}
.entry-quote .quotearrow{background-image:none; background-repeat:no-repeat; width:52px; height:23px; position:absolute; bottom:-23px; left:42px; z-index:100;}
.entry-quote .quoteinfo{ font-style:italic;}
.entry-quote .quoteinfo .info{float:left; line-height:43px;}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post{margin-bottom:50px;padding-bottom:54px;}
#singlepost .post{padding-bottom:30px; background:none}

.postimg img{display:block; padding:0px; margin:0px; border:0px;}
.postimg { margin:0 30px 0px 0; width:293px; float:left;}

.header-wrapper{overflow:hidden;}
.postcontent{padding:0;}
.posttitle, .posttitle a, .posttitle a:visited{font-size:20px; margin-bottom:5px;}
.posttitle a:hover{text-decoration:none;}

.entry-utility{padding:0px 0 16px 0; font-size:11px;}
.entry-utility a{text-transform:none;}
.entry-utility div{display:inline-block;}

.entry-text{overflow:hidden;}

#singlepost .entry-content{}

#searchresult .hentry{padding-bottom:30px; margin-bottom:30px; background:transparent; border:0}
#searchresult .entry-content{padding:0; background:transparent}
#searchresult .posttitle{font-size:18px; margin-bottom:8px; text-transform:capitalize}
#searchresult .posttitle a, #searchresult .posttitle a:visited{background:transparent; padding:0}

#postattachment .entry-utility{width:100%; float:none; padding:0}
.entry-attachment{margin-bottom:20px;}

/* recent post shortcode*/
li.widget-container.widget_klasik_recentposts{margin-bottom:-60px;}
.klasik-recentpost-widget .recent-item{clear:both; margin-bottom:20px; padding-bottom:20px;}
.klasik-recentpost-widget .recent-thumb{margin:0 0px 0 0; padding:10px; width:100%; height:auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; float:none;}
.klasik-recentpost-widget .recent-thumb img{display:block; border:0px !important;}

.klasik-recentpost-widget .recent-title{line-height:20px; margin-bottom:0px; margin-top:18px; font-size:18px; clear:both;}
.klasik-recentpost-widget .smalldate{font-size:11px; display:block; overflow:hidden; padding:0 0 0 0; margin:6px 0px 0px;}
.klasik-recentpost-widget .recent-item .sep{clear: both;}
.klasik-recentpost-widget .recent-text{clear:both;}
.klasik-recentpost-widget .recent-link {clear: none; margin-top:15px;}

#sidebar .klasik-recentpost-widget, #footersidebar .klasik-recentpost-widget{margin-bottom:-20px;}
#sidebar .klasik-recentpost-widget .recent-title, #footersidebar .klasik-recentpost-widget .recent-title{line-height:20px; font-size:14px; clear:none; margin:0px;}
#sidebar .klasik-recentpost-widget .recent-item, #footersidebar .klasik-recentpost-widget .recent-item{margin-bottom:20px; border:0px; padding:0px}
#sidebar .klasik-recentpost-widget .recent-thumb, #footersidebar .klasik-recentpost-widget .recent-thumb{width:110px; margin-right:14px; float:left;}
#sidebar .klasik-recentpost-widget .recent-thumb img, #footersidebar .klasik-recentpost-widget .recent-thumb img{width:90px;}
#sidebar .klasik-recentpost-widget .smalldate, #footersidebar .klasik-recentpost-widget .smalldate{margin:0px;}

/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	margin-bottom:50px;
	position:relative;
	padding:0 0 30px 0;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	float:left;
	
}
.avatar{display:block; height:53px; width:53px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; padding:10px;}
#entry-author-info #author-description {
	margin: 0 0px 20px 85px; vertical-align:top; overflow:hidden;
}
#entry-author-info #author-description  h2{font-size:18px; margin-bottom:12px;}
#author-description span.author{display:block; padding:5px 0px 9px;}
/* attachment pages wordpress */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin:0 0 20px 0;
	padding:0;
	max-width:100%;
	display:block;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style:italic
}
.wp-caption .wp-caption-text {
	margin-bottom:0;
	padding: 8px 0 0 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.tag-links{padding:10px 0; display:block}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* navigation  */
.navigation {
	line-height: 20px;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
	font-size:12px;
	padding:8px 0;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding:0; font-size:12px; margin:30px 0 0 0; clear:both; text-align:right
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	margin-bottom:26px; 
	font-size:18px; 
	line-height:20px;
	padding:0px 0px;
}

h3#reply-title {
	line-height:20px;
	margin:0 0 15px 0;
	font-size:16px;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:14%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}

.comment-body cite  a, .comment-body cite  a:visited{}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {}
.commentlist .bypostauthor {}

.reply a.comment-reply-link{ }

.edit-link{float:none; clear:both; width:100%; display:block; padding:10px 0 0 0}
a.comment-edit-link {
	
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:0px;}
.commentlist .comment-body{width:auto; margin:0 0 33px 90px; padding:0px;}
.commenttext{margin:0 0 0 0; padding:10px 0 0 0;}
.commenttext, .commenttext p{font-size:13px;}
.commentlist .comment-body p{margin-bottom:10px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:0}

.comment-body .fn{ font-size:14px;}
.comment-body .time{font-size:11px; padding:0 5px 0 0; display:block}
.commentlist .comment-body .reply{font-size:11px;}
.comment-body .boldtext{font-weight:normal; font-size:22px}
.vcard{
	padding-bottom:6px;
}


/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text], #commentform input[type=email]{ 
	margin-bottom:3px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	width:95%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
	
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{font-size:12px;}
h3#reply-title {
	margin: 18px 0px 10px 0px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px;
	font-size:11px;
	
}

.widget_calendar #wp-calendar tr{}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	text-align:right;
	padding: 3px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px;
	
}
.widget_calendar #wp-calendar tfoot tr{}
.widget_calendar #wp-calendar td#prev{text-align:left; padding-left:5px;}
.widget_calendar #wp-calendar td#next{text-align:right; padding-right:5px}
#today{font-weight:bold}

/* CONTENT TOP & CONTENT BOTTOM
-------------------------------------------------------------- */
.widget-top{margin-bottom:5px;}
.widget-top > ul{list-style-type:none; padding:0px; margin:0px;}
.widget-top > ul > li{list-style-type:none; padding:0px; margin:0px;}

.widget-footertop{margin-bottom:5px;}
.widget-footertop > ul{list-style-type:none; padding:0px; margin:0px;}
.widget-footertop > ul > li{list-style-type:none; padding:0px; margin:0px;}

.widget-contenttop, .widget-contentbottom, .widget-maintop, .widget-mainbottom {margin-bottom: 40px;}

.contenttop-container, .maintop-container{margin-bottom:0px;}
.contentbottom-container, .mainbottom-container{margin-bottom:0px; padding-top:0px;}

.widget-contenttop > ul, .widget-contentbottom > ul, .widget-maintop > ul, .widget-mainbottom > ul{margin:0px; list-style-type:none;}
.widget-contenttop > ul li, .widget-contentbottom > ul li, .widget-maintop > ul li, .widget-mainbottom > ul li{margin:0px; padding:0px;}

.contenttop-container .widget-title, .contentbottom-container .widget-title{ font-size:16px; padding:0px; margin-bottom:15px; line-height:normal;}
.maintop-container .widget-title, .mainbottom-container .widget-title{font-size:16px; padding:0px; margin-bottom:15px; line-height:normal;}


/*** SIDEBAR ***/
#sidebar{float:left; padding-bottom:20px; }
#sidebar.positionleft{float:left;}
#sidebar.positionright{float:right;}

.widget-title {
	padding:0;
	font-size:20px;
	padding:19px 0;
	margin-bottom:16px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0px;
}
#sidebar li.widget-container > ul {padding-top: 0px;}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#sidebar .widget-container{margin-bottom:50px !important; padding:0px; }


#sidebar li li{
	list-style-type:none;
	margin:0 0 11px 0;
	padding:0 0 0px 10px;
}

#sidebar li li a{ }
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:0 0 0 10px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:0; padding-bottom:0;}

#sidebar .textwidget p{margin-bottom:20px;}


/* recent post sidebar */
#sidebar .ts-recent-post-widget li{clear:both; margin-bottom:14px}
#sidebar .ts-recent-post-widget li img{margin:0 15px 0 0;}
#sidebar .ts-recent-post-widget li h3{line-height:18px; margin-bottom:5px; font-size:12px; text-transform:uppercase}
#sidebar .ts-recent-post-widget li .smalldate{font-size:10px; display:block; font-style:italic; overflow:hidden; padding:0 0 0 0}


/* recent comment sidebar */
#sidebar .ts-recent-comment-widget li{padding-bottom:4px; margin-bottom:10px; clear:both; background:transparent}
#sidebar .ts-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}


/* search widget */
#top #searchform, #sidebar #searchform{margin-top:20px;}
#searchform{position:relative;}
#searchform .searcharea{ max-width:223px; height:39px; position:relative;}
#searchform #s{width:90%; background:transparent; border:0; line-height:20px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}
.main #searchform{ width:40%}
.widget-container #searchform #s{width:80%; background:transparent; padding:9px 4px; border:0}
.searchbutton{position:absolute; top:10px; right:0px;}


/* Tag */
.tagcloud a{padding:4px 8px !important; margin:0 2px 5px 0 !important; font-size:13px!important; display:inline-block}

/* Notice Widget */
.box-notice{ text-align:center; padding:26px 20px 6px;}
.box-notice .line{ height:4px;  display:block;}
.box-notice .title { padding:0px; margin:0px;}
.box-notice .title .widget-title{ font-size:26px; margin:9px 5px 14px; padding-right:0px; display:inline-block; background:none !important; padding:0px;}
.box-notice .icon-l, .box-notice .icon-r{ display:inline-block; width:14px; height:17px;}
.box-notice .text{ font-size:16px; line-height:23px; font-family: 'Droid Sans', sans-serif; margin:10px 0 20px; text-transform:uppercase;}
.box-notice span{font-size:16px;}


/* PLUGIN
-------------------------------------------------------------- */

/* WP-PageNavi  Plugin  */
.wp-pagenavi {font-size:12px; display:block; margin:0px; clear:both; padding:18px 0px 0px;}

.wp-pagenavi a, .wp-pagenavi span{font-size:11px; line-height:11px; display:inline-block; border:0px !important;}
.wp-pagenavi a, .wp-pagenavi a:visited{padding:8px 0px 0px !important; text-align:center; margin:0px 5px 0px 0px !important; width:26px; height:18px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; }
.wp-pagenavi span.current{padding:8px 0px 0px !important; margin:0px 5px 0px 0px !important; text-align:center; font-weight:500 !important; width:26px; height:18px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}

.wp-pagenavi .pages{
	padding:6px 8px 6px 0 !important;
	margin:0 4px 0 0 !important;
	display:inline-block;
	background:transparent;
	border:0px !important;
	word-spacing:2px;
	text-transform:uppercase;

}


/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0!important;
	padding:0px!important;
	width:36px;
	height:36px;
	display:inline-block !important;
	background:none;
	border:0px !important;
}
.flickr_badge_image{ display:inline-block !important;
	padding:0px;
	margin:0 8px 8px 0;
	height:36px
}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}
.flickr_badge_image:hover{}

/* Contact Form  */
.wpcf7 p{margin-bottom:10px; font-size:12px;}
.wpcf7 label{display:block;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"]{
	margin-bottom:6px;
	font-size:12px;
	width:60%;
	padding:10px;
}
.wpcf7 textarea{
	margin-bottom:7px;
	padding:10px;
	font-size:12px;
	width:90%
}
.wpcf7-submit{margin:0;}

/* Simple Social Plugin */
#bodychild .simple-social-icons ul li {margin: 0 4px 4px !important; background:none;}
#bodychild #footerright .simple-social-icons ul li a{padding-top:0px; background:none !important;}


/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	display:block;
	float:left;
	font-size:30px;
	line-height:30px;
	margin:6px 15px 0 0;
	font-family:"Fjalla One", sans-serif, arial;
}
.dropcap2{
	display: block;
	float:left;
	font-size:25px;
	width:50px;
	height:50px;
	line-height:50px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius:25px;
	border-radius:25px;
	text-align: center;
	margin:5px 15px 0 0;
	font-family:"Fjalla One", sans-serif, arial;
	
}
.dropcap3{
	display:block;
	float:left;
	font-size:25px;
	line-height:50px;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	text-align: center;
	margin:5px 15px 0 0;
	font-family:"Fjalla One", sans-serif, arial;
}

/* Highlight */
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}		

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(https://264fc5.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-size:14px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/* Tabs */
.tabcontainer{margin:0 0 20px 0;}
ul.tabs {
	margin: 0;
	margin-bottom:0px;
	padding: 0 0 0 0;
	list-style: none;
	height: 32px;
	width: auto;
	
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 20px;
	line-height:32px;
	height:32px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-transform:uppercase;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
}

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
#tab-body{padding:0 20px;}


/* jQuery Toggle */
#toggle{margin:0 0 20px 0;}
h2.trigger {
	padding: 7px 0px;
	margin: 0 0 9px 0;
	font-size:12px;
	font-weight: normal;
	text-transform:uppercase;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	padding-left:57px;
	cursor:pointer;
	line-height:24px;
}

h2.active span{}

h2.active { background:transparent; border-bottom:0;}

.toggle_container {
	margin: 0 0 0 0;
	padding: 10px 0 20px 0;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px 0px 0px 57px;
}
.toggle_container .block p {
	padding: 0px;
	margin: 0px;
}


/* Accordion */
h2.accordion-title{
	padding: 7px 0px;
	margin: 0 0 0 0;
	font-size:13px;
	font-weight: normal;
	text-transform:uppercase;
	line-height:24px;
	cursor:pointer
}
h2.accordion-title.active{}
ul.ts-accordion{ 
	list-style: none; 
	margin-left: 0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden
}
ul.ts-accordion li{ list-style: none; margin:0 0 9px 0; padding:0 }

div.accordion-content{padding:10px 0 0 57px; clear:both;}
h2.accordion-title span.accordion-icon{ width: 25px; height: 25px; float:left;  margin:0 15px 0 20px; cursor: pointer; display: block; }
h2.accordion-title.active span.accordion-icon{}
div.accordion-title p{ margin-bottom: 0px; }



/*  Testimonial  */
.ts-testimonial{padding:0; margin-bottom:40px; clear:both }
.ts-testimonial img{margin:5px 20px 0 0; float:left}
.testi-desc{margin:0 0 10px 0; font-size:14px;}
.testi-text{font-size:12px; font-style:italic; overflow:hidden}
.testi-text:before{content:open-quote;}
.testi-text:after{content:close-quote;}

/*  Features  */
.widget_klasik_features{margin-bottom:0px !important; padding-bottom:0px;}
.klasik-features{margin-bottom:-20px;}
.klasik-features .fitem{padding-bottom: 0px; margin-bottom:20px;}
.klasik-features .item-container{margin-bottom:0px;}
.klasik-features .feature-title-container{position:relative;}
.klasik-features .img-container{float:none; position:absolute; width:26px; height:26px; margin:5px 20px 12px 0px;}
.klasik-features .img-container img{float:none; display:inline-block; width:26px; height:26px; margin:0px;}
.klasik-features .feature-title{margin: 0px; padding:21px 20px 20px; font-size:20px; text-align:center; line-height:normal;}
.klasik-features .feature-text{clear:both; margin-top:15px; padding-top:15px; text-align:center;}
.klasik-features .feature-link{text-align:center;}

#footersidebar .klasik-features a.more-link{background:none;}

.widget-contentbottom .klasik-features .feature-title{ padding-top:7px;}
.widget-contentbottom .klasik-features .fitem{ margin-bottom:40px;}

/*  Content Highlight  */
h1.highlighttext{margin:0 0 8px 0; font-size:22px; line-height:26px; text-transform:uppercase; text-align:center;}



/* PORTFOLIO */

div.carousel {
overflow: hidden;
position: relative;
}
div.carousel{ overflow: hidden; position:relative;}
div.carousel .item{ float: left; }

div.carousel .carousel-nav{ text-align:center; display:block; margin-top:30px; }

.carousel-nav .port-nav.right { background:url(https://0c2fab.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/nav-next.png) no-repeat center; right: 0px; margin-left:10px; }
.carousel-nav .port-nav.left { background:url(https://c32bfd.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/nav-prev.png) no-repeat center; }

.carousel-nav .port-nav.right:hover{background-image:url(https://7ddb14.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/nav-next-hover.png);}
.carousel-nav .port-nav.left:hover {background-image:url(https://636655.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/nav-prev-hover.png);}

.carousel-nav .port-nav{ width: 40px; height: 40px; display: inline-block; cursor: pointer; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}

.klasik-pf-text{text-align: left;}
.klasik-pf-text .pftitle{ margin:0px;font-size:16px; text-align:center; font-weight:500; padding:13px 0px 10px; line-height:20px; border:0px;}

.klasik-pf-text .textcontainer{margin-top:13px; text-align:center;}
.pf-utility{display:block; text-align:center;}
.pf-utility.no-pftitle{padding:100px 0 10px 0;}
.pf-utility a{margin-right:10px;}

.more-container{text-align:center;}
.klasik-pf-text a.more-link{display:inline-block; text-transform:none; text-align:center;}


/*======= Portfolio Navigation =======*/
.filterlist{
	margin:0px auto 32px auto; 
	position:relative; 
	border:0px; 
	padding:0px 0px 23px 0px;
	background-image:url(https://1300e8.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#filter{
	list-style-type:none;
	padding:0px 0px 5px 0 ;
	margin:0px 0 0px 0;
}

#filter li {
	list-style-type:none; 
	padding:5px 15px; 
	line-height:20px; 
	font-size:12px;
	display:inline-block;
	border-width:1px 0px 1px 0px;
	border-style:solid;
}
#filter li.first{padding:5px 15px;}
#filter > li {
    position: relative;
    z-index: 10;
}
#filter > li:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#filter li a{font-weight:500;}


/*======= Portfolio Item =======*/
.widget_klasik_pfilter{margin-bottom:-40px !important;}
#footersidebar .widget_klasik_pfilter{margin-bottom:20px !important;}
.klasik-pf-img{
	height:100%;
}

.klasik-pf-img img{padding:0px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; max-width:100%;}
.klasik-pf-img a.pfzoom{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}

/* GALLERY
-------------------------------------------------------------- */
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin:0 0 0px 0;
	text-align: center;
}
.gallery-columns-2 .gallery-item { width: 49%; margin-right:2% }
.gallery-columns-2 .gallery-item:nth-of-type(2n+2){margin-right:0;}

.gallery-columns-3 .gallery-item { width: 32%; margin-right:2% }
.gallery-columns-3 .gallery-item:nth-of-type(3n+3){margin-right:0;}

.gallery-columns-4 .gallery-item { width: 23.444%; margin-right:2%}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4){margin-right:0;}

.gallery-columns-5 .gallery-item { width: 18.4%; margin-right:2%}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5){margin-right:0;}

.gallery-item a{display:inline-block; padding:10px;}
.gallery img{padding:0px; margin:0px;display:block; width: 240px;}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	margin: 0 0 12px;
	font-size:14px; line-height:20px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/*=== Progress Bars  ===*/
#progress-bars{ margin-bottom:30px;}
.progress-bar {
	background:url(https://c60a2c.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/bg-progress.png) repeat-x;
	height: 21px;
	position: relative;
	margin-bottom: 10px;
}
.progress-bar-content {
	background:#777;
	height: 21px;
}
.progress-bar .progress-title {
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	position: absolute;
	top: 0px;
	left: 5px;
}
.progress-bar .percentage {
	font-size: 13px;
	color: #626363;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 90%;
}

.social{padding:0px 0 0 0; margin:0px;}
.social ul{list-style-type:none; margin:0 0 0 0; padding:0;} 
.social li{list-style-type:none; margin:0; padding:0 5px 0 0; display:inline; background:transparent} 
.social span{height:20px; width:24px; display:inline;display:inline-block}
.social .icon-img{background-position:0 0;}
.social .icon-img:hover{background-position:0 -20px !important;}


/*==== Custom List ====*/
ul.checklist{list-style-type:none; margin:0 0 20px 0; padding:0}
ul.checklist li{background:url(https://5f6b60.claudeassets.com/20240117043717im_/https://www.restaurant-ilemaurice.com/wp-content/themes/terramia/images/check.png) no-repeat 0 5px; padding:0 0 5px 25px; }
ul.checklist li a, ul.checklist li a:visited{color:#444;}


/*==== FOOTER SIDEBAR  ====*/
#footertop1{ float:left; margin:10px 0px 0px 0px;}
#footertop1 ul{margin-bottom:0px; margin-left:10px;}
#footertop1 ul li{list-style-type:none; margin:0px; padding:0px;}
#footertop{ float:right;padding:12px 40px 2px 31px; max-width:650px;}

#footersection .container{border:0px;}

/*==== COPYRIGHT ====*/
#footer{padding:38px 0 23px 0;}
#copyright{ text-align:left; width: 85%;}
#copyright a, #copyright a:visited{}

#footerright{padding-top:38px; width:15%;}
.widget-footerright ul{list-style-type:none; margin:0px; padding:0px;}

#sidebar .contact{ margin:0px 0px 0px 15px; padding:0px;}
#sidebar .contact li{ border-bottom:0px; margin-bottom:0px;}
#sidebar .contact li h5{ margin-bottom:0px;}

.phone{ margin:25px 0;}
.phone span{ vertical-align:top; line-height:35px; font-size:16px; padding-left:15px;}
/*
     FILE ARCHIVED ON 05:07:43 Jan 17, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:12:06 Jul 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.487
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.048
  esindex: 0.007
  cdx.remote: 38.624
  LoadShardBlock: 1404.976 (3)
  PetaboxLoader3.resolve: 1363.683 (4)
  PetaboxLoader3.datanode: 178.767 (5)
  load_resource: 177.236
  loaddict: 83.267
*/