/*
Theme Name: Mataam
Theme URI: http://themeforest.net/
Description: Designed by Aivahthemes. This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes.
Version: 6.0.0
Author: <a href="http://themeforest.net/user/aivahthemes">AivahThemes</a>
Author URI: http://themeforest.net/user/aivahthemes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, custom-background, translation-ready, custom-menu
*/

/*** http://meyerweb.com/eric/tools/css/reset/ */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	outline:none;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul { list-style: none; }
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td { font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {quotes: "" "";}
a img {	border: 0;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Text elements */
p {	margin-bottom: 1.625em;}
p:empty { display: none; }
ul, ol { margin: 0 0 1.625em 1.2em;}
ul { list-style: square;}
ol { list-style-type: decimal;}
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: 3em 0; border-color:rgba(0,0,0,0.1); border-width:0 0 1px 0;}
dt { float: left; clear: left; width: 100%; font-weight: bold;}
dd { margin: 0 0 0 30%; padding: 5px 0;}
dd, dt { border-color:rgba(0,0,0,0.1); border-width:1px 0 0 0;}

strong { font-weight: 600; }
cite, em, i { font-style: italic;}

pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 20px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0 1.625em;
	border:1px solid #ddd
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
    background: url("images/code_bg.gif") repeat scroll left top #F3F3F3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    color: #444444;
    display: block;
    font: 12px/20px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #dddddd;
    overflow: auto;
	padding: 20px 10px;
}
abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
address { display: block; margin: 0 0 1.625em; }
ins { background: #fff9c0; text-decoration: none; }
sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }

/* Clearfix  */

.clear  { clear: both; display: block; width: auto;  height: 0; visibility: visible; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* Box Sizing */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.atpgooglemap,
.preloader { display:block; background:url('ajax-loader.gif') center center no-repeat transparent; }
.ribbon { position:absolute; top:0; right:0; z-index:2; }

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Default Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: #E04006;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
	-webkit-border-radius:  3px;
	-moz-border-radius:     3px;
	border-radius:          3px;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #333333;
	color: #fff;
	outline: 0;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #444444;
}

.sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	General
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body, input, textarea, select {
	font: normal 13px Helvetica, Arial, Sans-serif;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

figure { margin: 0; }
figure img { width: auto; max-width: 100%; height: auto; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Link Colors
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
a,
.entry-title a { color:#E04006; text-decoration:none; }
a:hover { text-decoration:none; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Image Effect
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.avatar,
.imageborder {
	position: relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	}

.thumb {
	margin-bottom:10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Headings
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
h1, h2, h3, h4, h5, h6	{ line-height: 110%; }

h1	{ font-size: 26px; margin: 0 0 20px 0; }
h2	{ font-size: 22px; margin: 0 0 20px 0; }
h3	{ font-size: 18px; margin: 0 0 20px 0; }
h4	{ font-size: 16px; margin: 0 0 20px 0; }
h5	{ font-size: 14px; margin: 0 0 15px 0; }
h6	{ font-size: 12px; margin: 0 0 15px 0; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Layout
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#pagebg {
	position:fixed;
	top:0;
	min-width:100%;
	min-height:100%;
	z-index:-1;
	}

.bodyoverlay {
	position:fixed;
	top: 0;
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-position:top left;
	background-attachment:scroll;
	z-index:0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

#wrapper { position:relative; }

#stretched #wrapper { margin:0 auto; }

#boxed #wrapper {
	width: auto;
	max-width:1180px;
	margin: 30px auto;
	padding:0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
	}

.inner  {
	position:relative;
	max-width:1100px;
	margin:0 auto;
	}

.one_half      { width: 47.8%; }
.one_third     { width: 30.5%; }
.two_third     { width: 65.3%; }
.one_fourth    { width: 21.9%; }
.one_fifth     { width: 16.7%; }
.three_fourth  { width: 74.0%; }
.four_fifth    { width: 79.0%; }
.two_fifth     { width: 37.2%; }
.three_fifth   { width: 58.0%; }
.one_sixth     { width: 13.3%; }
.five_fifth    { width: 82.7%; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.one_fifth,
.four_fifth,
.one_sixth,
.five_fifth,
.two_fifth,
.three_fifth,
.three_fourth   {
	position: relative;
	display: inline-block;
	*display:inline;
	float: left;
	margin-right: 4%;
	margin-bottom:15px;
}

.last { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.topbar {
	position:relative;
	margin:0;
	padding:4px 0;
	line-height:29px;
	background-color:#f0f0f0;
	}
.topbar .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.topleft    { float:left; width:50%; }
.topright   { float:right; text-align:right;}
.topright p { margin-bottom:0; line-height:18px; }

.topbar .sf-menu   { margin:0; float:left; }
.topbar .sf-menu > li {
	float:left;
	margin:0;
	font-size:13px;
	list-style:none;
	}

.topbar .sf-menu a { padding:0.5em 1em; color:#444444;}
.topbar .sf-menu li a { font-weight:normal; }
.topbar .sf-menu > li > a { }
.topbar .sf-menu li:hover ul,
.topbar .sf-menu li.sfHover ul { left: 0.77em; top:3.3em; /* match top ul list item height */ }
.topbar .sf-menu > li:last-child  { background:none; }

.topbar ul.atpsocials li { margin-bottom: 0; }

/* Sociables
=========================================================== */

ul.atpsocials { list-style:none; margin:0; padding:0; }
ul.atpsocials li img { position: relative; 	vertical-align: text-top;}
ul.atpsocials li {
	display: inline-block;
	padding: 1px;
	margin: 0 3px 3px 0;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	-moz-transition:    all 200ms ease-in;
	-o-transition:      all 200ms ease-in;
	-ms-transition:     all 200ms ease-in;
	transition:         all 200ms ease-in;
}

ul.atpsocials li.facebook:hover		{ background-color:#3B5998; }
ul.atpsocials li.twitter:hover		{ background-color:#00A0D1; }
ul.atpsocials li.beatport:hover		{ background-color:#B6DD36; }
ul.atpsocials li.dribbble:hover		{ background-color:#ea4c88; }
ul.atpsocials li.flickr:hover		{ background-color:#FE0883; }
ul.atpsocials li.deviant:hover		{ background-color:#5C7062; }
ul.atpsocials li.blogger:hover		{ background-color:#FF8833; }
ul.atpsocials li.google:hover		{ background-color:#C63D2D; }
ul.atpsocials li.linkedin:hover		{ background-color:#4875B4; }
ul.atpsocials li.instagram:hover	{ background-color:#b77f5f; }
ul.atpsocials li.pinterest:hover	{ background-color:#910101; }
ul.atpsocials li.reditt:hover		{ background-color:#CEE3F8; }
ul.atpsocials li.rss:hover			{ background-color:#FA9B39; }
ul.atpsocials li.stumbleupon:hover 	{ background-color:#EB4924; }
ul.atpsocials li.soundcloud:hover	{ background-color:#FE531B; }
ul.atpsocials li.tumblr:hover		{ background-color:#34526F; }
ul.atpsocials li.youtube:hover		{ background-color:#C4302B; }
ul.atpsocials li.vimeo:hover		{ background-color:#0caed4; }
ul.atpsocials li.digg:hover			{ background-color:#910101; }

ul.atpsocials li {
	background: transparent;
	background-color: rgba( 0, 0, 0, 0.3 );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
	zoom: 1;
}
/*
ul.atpsocials li a,
ul.atpsocials li a:hover,
ul.atpsocials li:hover a { color:#ffffff; }
*/

ul.atpsocials li:hover {
	-webkit-transition: all 300ms ease-in;
	-moz-transition:    all 300ms ease-in;
	-o-transition:      all 300ms ease-in;
	-ms-transition:     all 300ms ease-in;
	transition:         all 300ms ease-in;
}

i.fa.white{
	color:#fff;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#header {
	position:relative;
	margin:0 auto;
	padding:0;
	z-index:4;
	background: rgba(0,0,0,0.5);
	}
#fixedheader {
	background: rgba(0,0,0,0.5);
}
.header-area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.head {
	position:relative;
	padding:0;
	width: 980px;
	margin:0 auto;
	}

/* LOGO */
.logo	{
	clear:both;
	position:relative;
	height:auto;
	padding:30px 0;
	margin: 0 auto;
}
.logo img { display: block; }

/* Header Style2 */

.header-style2 .header-area {
	display: table;
    margin: 0 auto;
	padding: 50px 0;
	width: 100%;
}
.header-style2 .logo {
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	padding: 0;
	min-width: 70px;
	max-width: 200px;
}
.header-style2 .primarymenu {
	display: table-cell;
	vertical-align: middle;
	background-color: transparent;
}
.header-style2 .primarymenu .sf-menu li a {
	font-size: 17px;
}

.header-style2 ul.sf-menu { float: right; }

/*HEADER STYLE 3*/

.header-style3 .header-area {
	height: auto;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.header-style3 .logo {
	display: inline-block;
	//float: left;
	width: 30%;
	//margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

.header-style3 .widget-left-s3 {
	display: inline-block;
	float: left;
	width: 35%;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
}

.header-style3 .widget-right-s3 {
	display: inline-block;
	float: right;
	width: 35%;
	margin: 0 auto;
	text-align: right;
	padding: 30px 0;
}

.header-style3 .icon-box-w_al { display: inline-block; margin-right: 6px; color: #DB440F; font-size: 16px;}
.header-style3 .icon-box-w_ar { display: inline-block; margin-right: 6px; color: #DB440F; font-size: 16px;}
.header-style3 .left-w .icon-box_widget { }
.header-style3 .right-w .icon-box_widget { margin: 0 0 0 auto}

.header-style3 .icon-box_widget {
 	position: relative;
	display: inline-block;
	padding-right: 30px;
	padding-top: 6px;
	vertical-align: middle;
}
.header-style3 .icon-box_widget:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.header-style3 .icon-box-w_content {
	position: relative;
}
.header-style3 .icon-box-w_title {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.header-style3 .icon-box-w_desc {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

/*Header Style 4*/


.header-style4 .header-area {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.header-style4 .logo {
	display: inline-block;
	float: left;
	text-align: left;
	padding: 30px 0;
	max-width: 200px;
}

.header-style4 .widget-right-s4 {
	display: inline-block;
	float: right;
	margin: 0 auto;
	text-align: right;
	padding: 30px 0;
}

.header-style4 .icon-box-w_al { display: inline-block; margin-right: 6px; color: #DB440F; font-size: 16px;}
.header-style4 .icon-box-w_ar { display: inline-block; margin-right: 6px; color: #DB440F; font-size: 16px;}
.header-style4 .left-w .icon-box_widget { }
.header-style4 .right-w .icon-box_widget { margin: 0 0 0 auto}

.header-style4 .icon-box_widget {
 	position: relative;
	margin-right: 30px;
	display: inline-block;
	padding-right: 30px;
	vertical-align: middle;
}
.header-style4 .icon-box_widget:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.header-style4 .icon-box-w_content {
	position: relative;
}
.header-style4 .icon-box-w_title {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.header-style4 .icon-box-w_desc {
	display: block;
	font-size: 16px;
	line-height: 20px;
}
/* Fixed Header
======================================================================== */
#fixedheader .header-area {	display: table; width: 100%; }
#fixedheader  .logo {
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	padding: 0;
	min-width: 70px;
	max-width: 200px;
}
#fixedheader  .primarymenu {
	display: table-cell;
	vertical-align: middle;
	background-color: transparent;
}
#fixedheader  .primarymenu .sf-menu li a {
	font-size: 17px;
}
#fixedheader .header-area { padding: 30px 0; }
.fixed-header {
 position:fixed;
 width:100%;
 top:0;
 left:0;
 right:0;	
 margin: 0 auto;
 padding: 0;
 z-index: 3000;
 background-color: #ffffff; /* IE Fall Back*/
 background-color: rgba(0,0,0,0.75); / Latest Browsers /
 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
 -moz-box-shadow:    0 1px 0 rgba(0,0,0,0.2);
 box-shadow:         0 1px 2px rgba(0,0,0,0.1);
 -webkit-transition: height .3s linear;
 -moz-transition:    height .3s linear;
 -ms-transition:     height .3s linear;
 -o-transition:      height .3s linear;
 transition:         height .3s linear;
}

#boxed .fixed-header { max-width: 1180px; }
.fixed-header .header-area { min-height: 30px; height: 30px; padding: 0 !important;}
.fixed-header .sf-menu > li > a { font-size: 16px; }

.header-widget-area {
    vertical-align: middle;
    text-align: right;
    font-size: 12px;
    padding: 10px;
}

.header-widget-area ul { margin: 0;  }
.header-widget-area ul li { display: inline-block; padding: 1px 5px; }
/* Logo if selected as text*/
h1#site-title       { margin-bottom:0px;}
h1#site-title a     { font-size:30px; line-height:28px; font-weight:bold; text-decoration:none; margin-bottom:5px; letter-spacing:-1px;}
h2#site-description { font-size:12px; line-height:14px; text-decoration:none; margin-bottom:0;}


/*** Primary Menu ***/

.primarymenu { background-color:#E04006; }
.primarymenu ul.sf-menu { display: table; margin:0 auto;}
.widget-s3-mobile {
    display: none;
}
.widget-s3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    margin: 0 auto;
    text-align: left;
    padding: 30px 0;
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.iva-mobile-dropdown { display: none; }
#iva-mobile-nav-icon {
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
	margin-left: 40px;
}
#iva-mobile-nav-icon span:nth-child(1){top: 0px;}
#iva-mobile-nav-icon span:nth-child(2), #iva-mobile-nav-icon span:nth-child(3) {
    top: 10px;
}
#iva-mobile-nav-icon span:nth-child(4) {
    top: 20px;
}
#iva-mobile-nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}
#iva-mobile-nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#iva-mobile-nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#iva-mobile-nav-icon.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}
#iva-mobile-nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.iva_mmenu .iva_menuicon,
.sf-menu .iva_menuicon { margin-right: 10px;}


.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { display: none; position: absolute; top: 100%; left: 0; z-index: 99; }
.sf-menu > li { float: left;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }

.sf-menu a { display: block; position: relative;}
.sf-menu ul ul { top: 0; left: 100%; }

/* Menu Properties */
.sf-menu ul {
	background-color: #e8e8e8;
	min-width: 15em; /* allow long menu items to determine submenu width */
}

.sf-menu a {
	border-left: 0px solid #fff;
	border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5);
	padding: 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #DEDCDD;
	font-size: 13px;
	-webkit-transition: all 200ms linear;
	-moz-transition:    all 200ms linear;
	-ms-transition:     all 200ms linear;
	-o-transition:      all 200ms linear;
	transition:         all 200ms linear;
}


.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active { color: #ffffff; }
.topbar .sf-menu a:hover { color: #e04006; } 

#atp_menu li.current-cat > a,
#atp_menu li.current_page_item > a,
#atp_menu li.current-menu-parent > a,
#atp_menu li.current-page-ancestor > a { color:# fc7100; }

.sf-menu > li {
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	-webkit-box-shadow: inset 0 3px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:    inset 0 3px 0 0 rgba(0,0,0,0);
	box-shadow:         inset 0 3px 0 0 rgba(0,0,0,0);
}


.sf-menu ul li a {
	color: #444444;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 16px;
	padding: 14px !important;
	margin: 0;
	border-bottom: 1px solid #dddddd;
}

.sf-menu > li:hover,
.sf-menu > li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	/* only transition out, not in */
	background-color: #E04006;
}
.sf-menu li a .msubtitle {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

/* arrows (for all except IE7) */

.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 13px;
	top: 50%;
	right: 10px;
	margin-top: -11px;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -8px;
	margin-right: 15px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 13px;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/* Mobile Menu
======================================================================== */

.iva-mobile-menu {
	display: none;
	position: relative;
	top: 0;
	background-color: #252525;
 	padding: 0;
    z-index: 99999;
}
.iva-mobile-menu > ul { margin: 0 auto; padding: 0; }
.iva_mmenu { display: table; margin:0 auto; width: 100%; }
.iva-mobile-menu ul li  { list-style:none; padding: 0 15px; }
.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
	padding-top: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
	padding-bottom: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
	border-bottom: 0;
}

.iva-mobile-menu ul li a {
	border-bottom: 1px dotted #555555;
    position: relative;
    display: block;
    padding: 14px 0 !important;
    font-size: 13px;
    color: #999999;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-khtml-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.iva-mobile-menu ul li.current-cat > a,
.iva-mobile-menu ul li.current_page_item > a,
.iva-mobile-menu ul li.current-page-ancestor > a,
.iva-mobile-menu ul li.current-menu-ancestor > a,
.iva-mobile-menu ul li a:hover { color: #ffffff;}

.iva-mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
}
.iva-children-indenter {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	color:#999999;
}

.iva-children-indenter i { padding:14px; }
.iva-menu-open .iva-children-indenter { color:#fc7100; }

/* Sub Navigation ( Template: template_subnav.php)
======================================================================== */

.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 	1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	box-shadow: 		1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
}

.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_nav li ul li a{
	background: #f5f5f5;
	color: #999999;
	padding: 9px 15px 9px 30px;
}

.sub_nav li a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 11px 15px;
	border: 1px solid #e8e8e8;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #666666;
}

/* Right Sidebar Nav */
.rightsidebar .sub_nav li.current_page_item > a,
.rightsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowleft.png);
	background-position:10px center;
	background-repeat:no-repeat;
}
/* Left Sidebar Nav */
.leftsidebar .sub_nav li.current_page_item > a,
.leftsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowright.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	position: relative;
	margin:0 -7px;
	padding: 11px 25px;
	zoom: 1;
	color: #ffffff;
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 		inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.sub_nav li a:hover { background-color: #f5f5f5;}
.sub_nav li:first-child a { border-top-color: #e8e8e8; }
.sub_nav li:last-child a { border-bottom-color: #e8e8e8; }

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	background-color:#bf1a07;
	color: #ffffff;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 	Sub Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#subheader {
	position:relative;
	margin:0 auto;
	vertical-align:middle;
	background-color: #f0f0f0;
	}

#subheader .inner { padding:30px 0; }
#subheader .inner:after { clear: both; display: block; content: ""; }

#subheader .subheaderright  {
	display:block;
	margin:0px auto;
	text-align:center;
	}

#subheader .subtitle h1 {
	font-size:40px;
	line-height:normal;
	margin-bottom:0px;
	}

#subheader .subtitle h1 span {
	display:inline-block;
	vertical-align:middle;
	margin:0px;
	}

#subheader .subdesc {
	min-width:200px;
	width:70%;
	margin:0 auto;
	padding:20px 30px;
	}

#subheader .subdesc p{
	margin-bottom:0;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Breadcrumb
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.breadcrumbs {
	position:relative;
	z-index:4;
	display: block;
    margin: 0;
	padding:10px;
	text-align: center;
	font-size: 13px;
	}

.breadcrumb .breadcrumbs {
	padding:4px 0;
	display:inline-block;
	font-size:11px;
	}

.breadcrumbs span { padding:0 4px; }

.breadcrumbs span a { color:#444444; }
.breadcrumbs span a:hover { color:#E04006; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 	Header Teaser
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.header_teaser	 {
	position:relative;
	margin:0 auto;
	background-color:#111111;
	color:#8b8d73;
	}

.header_teasercontent {
	width:960px;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
	}

.header_teasercontent h1 {
	font-size:62px;
	margin-bottom:0px;
	line-height:100%;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Featured slider
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#featured_slider {
	position:relative;
	margin:0 auto;
	overflow:hidden;
	z-index:3;
	}

.slider_wrapper {
	position:relative;
	width:auto;
	margin:0 auto;
	padding:0;
	}

.slider_wrapper.video iframe  { text-align:center; display:block; }
.slider_wrapper.static  { margin:0 auto; text-align:center; }
.slider_wrapper.static figure img { display:block; margin:0 auto; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Sidebars & Main Content
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#sidebar .widget:last-child { margin:0; }

.fullwidth #main { padding:40px 0 40px 0;}

/* Left Sidebar*/
.leftsidebar #main {
	float:right;
	padding:40px 0 40px 0;
	width:660px;
}

.leftsidebar #main .entry-content { padding-left:20px; }
.leftsidebar #sidebar { position:relative; float:left; width:290px; padding:30px 0; }
.leftsidebar #sidebar .content{ padding:0px 30px 0px 0; }

/* Right Sidebar*/
.rightsidebar #main { float:left; padding:40px 0 40px 0; width:68%; }
.rightsidebar #main .entry-content { padding-right:20px; }
.rightsidebar #sidebar { position:relative; float:right; width:32%; padding:40px 0; }
.rightsidebar #sidebar .content{ padding:0 0 0 30px; }

/* Page middle content area */

.pagemid {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
	z-index:2;
	background-color:#ffffff;
	}

.pagemid .inner { overflow:visible; }

.pagemid .entry-content a { color:#444444; }
.pagemid .entry-content a:hover { color:#E04006; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Widget
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.widget-title	{ font-size:18px; }

.widget { margin-bottom:40px; }
.widget ul li { position:relative; }
.widget ul li a { padding:1px 0px 1px 0px; font-weight: 400; }

.widget ul li a,
.widget ul li a:visited { display:block; }
.widget ul li ul        { margin-left:15px}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Alignment
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.left {float:left;}
.right {float:right;}
.center {float:none; text-align:center; margin-left: auto; margin-right: auto;}

.alignleft,
img.alignleft,
a img.alignleft      { float:left; margin:3px 15px 20px 3px;}

.alignright,
img.alignright,
a img.alignright     { float:right; margin:3px 3px 20px 15px;	}

.aligncenter,
img.aligncenter,
a img.aligncenter    { clear:both; display:block; margin:10px auto 20px auto; padding:2px; text-align:center;	}

.wp-caption 			      { text-align: center; margin-bottom: 20px; padding: 2px; border:1px solid #ddd; background:#f1f2f3; }
.wp-caption img 		      { margin: 3px;}
.wp-smiley 			          { margin:0; }
.wp-caption p.wp-caption-text { margin: 0 0 4px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Frontpage Widgets
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.frontpage_widgets {
	clear:both;
	position:relative;
	margin:0 auto;
	padding:40px 0 20px 0;
	overflow:hidden;
	background-color: #ddded9;
}

.fp-widget  {
	position:relative;
	margin-bottom:20px;
	text-align:center;
	}

.fp-widget h3.widget-title {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#footer {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto 0 auto;
	padding:40px 0;
	background-color: #eeeeee;
	}

#footer a { color:#444444; }
#footer a:hover { color:#E04006; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Business Hours
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.businesshours p {
	display: block;
	padding:5px 0;
	overflow: hidden;
	margin-bottom: 0;
	}

.businesshours span.days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	}

.businesshours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
	}

#footer .businesshours p  { margin-bottom: 0;}
#footer .businesshours p  { margin-bottom: 0;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Copyright
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.copyright {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
	}

.copyright .inner {
	text-align:center;
	padding:10px 0;
	}

.copyright p { margin-bottom:0; }
.copyright a { color:#444444; }
.copyright a:hover { color:#E04006; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Contact Info - 	Widget / Shortcode
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.contactinfo ul {
	list-style-position:outside;
	margin-left:0;
	}

.contactinfo ul li {
	padding:4px 0 4px 30px;
	line-height:normal;
	}

.contactinfo li {
	list-style:none outside none;
	}

.contactinfo .author-icon   { background:url('images/icons/icons_black.png') -780px 0 no-repeat; }
.contactinfo .phone-icon    { background:url('images/icons/icons_black.png') -340px -440px no-repeat;}
.contactinfo .email-icon    { background:url('images/icons/icons_black.png') -460px -320px no-repeat; }
.contactinfo .address-icon  { background:url('images/icons/icons_black.png') -220px -560px no-repeat; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Blog Post
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.singlepost .post-entry > p:nth-child(1) { font-size: 21px; }
.singlepost .post-entry > p:first-of-type:first-letter {
	float: left;
    margin: 10px 10px 0 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 45px;
	color: #E04006;
}

.post {
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
	}

.searchresults.post { margin-bottom: 30px;}

.post .entry-title { margin-bottom:10px; font-size: 32px; }
.post .entry-title a:hover { text-decoration: none; }
.post .post-info {
	margin-bottom:10px;
	padding:0;
	}

.post .postimg {
	display:block;
	position:relative;
	margin:5px 0px 18px 0;
	}

.post .postmeta { font-size:11px; }
.post .postmeta a { color:#999; }
.post .postmeta span { display:inline-block; padding: 5px 5px 5px 20px; margin-right:15px; }
.post .postmeta span img { margin-right:5px; vertical-align:middle; }
.post .postmeta span:last-child { border:0; }

.post .i-time { background:url('images/icons/icon-time.png') left center no-repeat;}
.post .i-author { background:url('images/icons/icon-user.png') left center no-repeat;}
.post .i-category { background:url('images/icons/icon-inbox.png') left center no-repeat;}
.post .i-comments { background:url('images/icons/icon-comment.png') left center no-repeat;}

/* Post Tags for post style 2*/
.post .posttags {
	font-size:11px;
	}

.post .posttags span {
	display:block;
	font-weight:bold;
	}

.post_thumb img { max-width: 100%; display: block; width:100%; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Pagination
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.pagination	{ margin: 15px 0 0 0; padding:15px 0 0 0; }

.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active,
.pagination span.current,
.pagination span.pages,
.pagination span.extend {
	margin: 0 8px;
	padding-top:15px;
	font-size: 18px;
	font-weight:bold;
	}

.pagination span.current { font-weight: bold; border-width:3px 0 0 0; border-style: solid;}
.pagination span.extend	 { background:none; padding-right:10px; font-size:12px; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sticky Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#sticky {
	top: 0;
	display: none;
	position: relative;
	width: 100%;
	padding: 10px 0;
	z-index: 1000;
	background-color:#61bfff;
	color: #222222;
	font-size: 12px;
	text-align: center;
	}

#sticky a { }
#sticky a:hover { text-decoration:underline; }

.tarrow {
	position:absolute;
	top: 5px;
	right:10px;
	width: 29px;
	height: 34px;
	background: url(images/toggle_up.png) 0 0 no-repeat;
	z-index: 2000;
	}

.tarrow.active {
	background: url(images/toggle_down.png) 0 0 no-repeat;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Cloud Tags
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.tagcloud {
	margin:0;
	}
.tagcloud a {
    display: block;
	float:left;
    font-size: 10px !important;
    margin-right: 10px;
    margin-top: 10px;
    padding: 3px 8px;
	border-radius: 3px 3px 3px 3px;
	}
.tagcloud span {  }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Reservation
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#reservations-calendar-main      { margin-bottom:10px; }

#reservationform h5 span.time,
#reservationform h5 span.closed,
#reservationform p span.country  { padding-right:20px; }
#reservationform p label {
	display:inline-block;
	width:80px;
	vertical-align:top;
	padding : 6px 10px 6px 0;
	text-align:left;
}

#reservationform p.people label,
#reservationform p.time label    {
	width:auto;
	font-size: 13px;
}

#reservationform p.people        { float:left; margin: 0 10px 0 0px; }
#reservationform p.time          { float:right; margin: 0; }
#reservationform p.people select { width: 60px;}
#reservationform p.time select   { width:90px;}
#reservationform p.center        { float:none;}

#widgetdateselect { margin:0 auto 20px auto; }

#reservationform input,
#reservationform select,
#reservationform textarea {
	width: 100%;
	margin-bottom: 0px !important;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	padding: 8px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition:    all 300ms ease-in 0s;
	-ms-transition:     all 300ms ease-in 0s;
	-o-transition:      all 300ms ease-in 0s;
	transition:         all 300ms ease-in 0s;
}

#reservationform select:focus,
#reservationform input:focus,
#reservationform textarea:focus {
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #E04006;
	-moz-box-shadow:    0 0 2px 1px #E04006;
	box-shadow:         0 0 2px 1px #E04006;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Comment Form
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.comment-reply-title,
.comments-title {
	margin: 0;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comments-area { padding-top: 40px; }
.comments-area .comment-body {  position: relative; padding-top:30px; padding-bottom:30px; border-bottom: 1px solid #eeeeee; }
.comment-edit-link { margin-left:10px;}
.comments-area .comment-author { position: relative; display:block; font-size:14px; }
.comments-area .comment-author .avatar { float:left; margin-right:21px; }
.comments-area .comment-content  { clear:both; margin-top:20px; padding-left: 80px;}
.comment-meta .fn { font-style: normal; font-weight: bold;  }
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
}

.comment-author a {
	color: #2b2b2b;
}

.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.05);
	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-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: 30px;
}

.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;
}

.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: 100%;
}

.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;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.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;
}

/* Comment Form */
.comment-form input[type="text"],
.comment-form textarea {
	margin-bottom: 0px !important;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	padding: 8px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition:    all 300ms ease-in 0s;
	-ms-transition:     all 300ms ease-in 0s;
	-o-transition:      all 300ms ease-in 0s;
	transition:         all 300ms ease-in 0s;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #79BD9A;
	-moz-box-shadow:    0 0 2px 1px #79BD9A;
	box-shadow:         0 0 2px 1px #79BD9A;
}
.comment-form textarea { width:100%; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Search
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.widget.widget_search {
	position:relative;
	width:100%;
	}
* html .search-box               { margin-top: 10px; }
*:first-child+html .search-box 	 { margin-top: 10px !important; }
.search-box input  {
	width:93%;
	margin: 0 auto;
	padding:8px;
	font-size:12px;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Twitter Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.twitter_widget ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.twitter_widget ul li {
	background: none !important;
	padding: 0 !important;
	margin-bottom: 15px;
}
.twitter_widget ul li span {
	display: block;
	font-size: 10px;
}
.twitter_widget ul li a:hover {
	border-bottom: 1px dotted #ffffff;
}
/* Twitter Shortcode */
ul.tweet {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Authorbox
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#entry-author-info { margin:20px 0 0 0; padding:30px 0; }
#entry-author-info .authorbg_content { overflow:hidden; }

#author-avatar          { float:left; margin:0 15px 0 0; }
#author-description     { margin:0 10px 0px 100px; }
#author-description h2  { font-size:16px; margin-bottom:5px; }
#author-description p   { margin-bottom:0;  }

#authorpage { margin:0 auto; margin-bottom:30px;text-align:center;}
#authorpage img.avatar {
	margin:0 auto;
	display:block;
	padding:2px
	}

#authorpage .author-bio {
	display:block;
	width:80%;
	margin:10px auto;
	text-align:center;
	}

#authorpage .author-bio p {
	font:italic normal  13px/18px Georgia, Times, Serif;
	}
.bypostauthor, .screen-reader-text{}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Post Pagination
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#nav-below {
	margin:-30px 0 30px 0;
	padding:20px 0;
	overflow:hidden;
	background-position:50% top;
	background-repeat:repeat-y;
	background-attachment:scroll;
	font:normal normal 20px/1.6 Georgia, Times, Serif;
	}

#nav-below .nav-previous	{
	position: relative;
	display:inline-block;
	line-height:1em;
	width:50%;
	float: left;
	}

#nav-below .nav-next  {
	position: relative;
	display:inline-block;
	line-height:1em;
	width:50%;
	float: right;
	text-align:right;
	}

.nav-previous b,
.nav-next b        { font-size:14px; padding:0 5px;}
.nav-previous span { margin-right:10px; }
.nav-next span     { margin-left:10px; }

.nav-next span,
.nav-previous span {
	line-height:20px;
	text-transform:uppercase;
	display: block;
	color:#aaa;
	font:normal normal 20px/1.6 Arial, Georgia, Times, Serif;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Related Posts
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.singlepostlists { overflow:hidden; margin:0 0 30px 0;}
.singlepostlists ul { margin:0px; }
.singlepostlists li  { display:block; float:left; width:140px; margin:0 20px 0 0; line-height:16px; padding:0;}
.singlepostlists h3 { font-size:16px; }
.singlepostlists li .thumb { display:block; margin:0 0 5px 0;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Today Special and Menu Lists
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.specialslist {
	clear:both;
	position:relative;
	padding:10px 0;
	}

.specialslist::after{
	clear:both;
	display: block;
	content: "";
}

.menuthumb {
	position:relative;
	display:block;
	float:left;
	margin:3px 15px 3px 3px;
	display:block;
	}

.menu-info { display: flex; justify-content: space-between; }

.menu-info .menu-left { flex-basis: calc(70% - 16px); }
.menu-info .menu-right { flex-basis: calc(30% - 16px); }

.menuimg a { display:block; }
.menuimg img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	}

.specialslist h5 {
	margin-bottom:5px;
	}
.specialslist p {
	margin-bottom:0px;
	}
.specialslist:first-child { padding-top:0; }
.specialslist:last-child { background:none; }

.specialslist span.price,
.menus span.price {
	display:block;
	width:auto;
	padding:4px 10px;
	font-size:20px;
	text-align:center;
	margin:3px 0;
	background-color:#E04006;
	color:#ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	}

.iva-ps-header {
	display: table;
	width: 50%;
	table-layout:fixed;
    border-bottom: 1px solid #eeeeee;
    margin: 0 auto 30px auto;
    padding-bottom: 20px;
}
.iva-ps-thumbail {
	display: table-cell;
	vertical-align: middle;
}
.iva-ps-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


.singlepost .menu_content + p:nth-child(1) { font-size: 21px; }
.singlepost .menu_content + p:first-of-type:first-letter {
	float: left;
    margin: 10px 10px 0 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 45px;
	color: #E04006;
}
.iva-ps-wrap .pricesingle {
	position:relative;
	font-size: 36px;
	color:#E04006;
}
.pricebox {
	float: right;
}

.iva-ps-wrap .pricesingle:not(:first-child) {
    font-size: 18px;
    line-height: 100%;
    display: block;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Gallery
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Menulist - menus
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.menus.menulist {
	position:relative;
	padding:15px 0;
	overflow:hidden;
	border-bottom: 1px solid #ccc;
}
.menulist_sc,
.menulist-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menus.menulist:last-child {	background:none; }

h4.menu-title { margin-bottom: 10px; }
.menu-info h2.menu-title { font-size:20px; margin-bottom: 0;}
.menu-info h3.menu-title { font-size:20px; margin-bottom: 0;}
.menu-info p { margin-bottom:0; line-height:normal; opacity: 0.7; font-style:italic;}

.menus_container { /*position: relative; margin-bottom:40px;*/ display:flex;flex-wrap: wrap; }
.menus_cat_item  { /*position: relative; float: left; width: 290px; margin:0 16px 30px 16px;*/ margin: 8px;flex-basis: calc(33.33% - 16px); }
.menus_cat img   { display:block; width: 100%; }

.menus.menus_single  { position:relative; padding-bottom:0px; margin-bottom:25px; }

.menulist_sc.twocolumn section.menus { display:inline-block; width:48%; margin:0 2% 0 0; vertical-align:top;}

.menus_cat_item .menu-title  { clear: both; margin-bottom: 10px; font-size:22px; text-align: center;}
.menus_single_img                 { margin-bottom:20px; position:relative; z-index:1 }
.menus_single_info                { margin-bottom:20px; position:relative; z-index:2}
.menus_single_info h2.menu-title  { width:420px; font-size:32px; font-style:italic; font-family:"Droid Serif",Georgia; }

.menulist:last-child {
	border-bottom: 0;
}
.emptybg {
	background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 40px;
	color:#000;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.menu-title a { color:#444444; }
.menu-title a:hover { color:#E04006; }


.thumb img {
	max-width: 100%;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Navigation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#port-nav-below {
	margin: 0 auto;
	margin: 0 0 10px 0;
	overflow: hidden;
}
#nav-below {
	margin: 30px 0;
	padding: 20px 0;
	overflow: hidden;
}
#port-nav-below .nav-previous,
#nav-below .nav-previous	{
		position: relative;
		display: inline-block;
		line-height: 1em;
		width: 50%;
		float: left;
}
#port-nav-below .nav-next,
#nav-below .nav-next  {
		display: inline-block;
		position: relative;
		line-height: 1em;
		width: 50%;
		float: right;
		text-align: right;
}

.nav-previous span { margin-right: 10px; }
.nav-next span     { margin-left: 10px; }
.nav-next span,
.nav-previous span {
	line-height: 2em;
	text-transform: uppercase;
	display: block;
	color: #aaa;
}


#nav-below a { color:#444444; }
#nav-below a:hover { color:#E04006; }

/* Fullwidth Section */
.pagemid_section { padding: 0; background-color: #FFFFFF; }
.section_fullwidth { position: relative; margin: 0 auto; padding: 20px 0; }
.section_fullwidth a { }
.section_fullwidth a:hover { }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Section Video Background Properties */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.section_row {
	position:relative;
	border-style: solid;
	border-color: #dddddd;
	padding: 30px 0;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.section_row{
    background-attachment: scroll !important;
	}
}

.section_inner {
	width: 980px;
	margin:0 auto;
	position:relative;
	z-index:3;
}

.iva-page-section {
	 position: relative;
	 overflow: hidden;
	 height:auto;
}

.iva-section-patterns, .iva-video-color-mask {
	 position: absolute;
	 top:0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 border-style:solid;
	 border-width:0;
	 border-color:#dddddd;
}

.iva-video-color-mask {
	opacity: 0.6;
}

.iva-video-preload {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 1;
	 display: block;
	 width: 100%;
	 height: 100%;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 -moz-background-size: cover;
	 -webkit-background-size: cover;
	 -o-background-size: cover;
}

.iva-section-video {
	 position: absolute;
	 visibility: hidden;
	 top:0;
	 left:0;
	 z-index: 1;
	 width: 100%;
	 height: 100%;
}

.iva-section-video video {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	max-width:100%;
	position: absolute;
	top: 0;
}

.section_video .section_inner { padding: 0;}
.wp-video{ width: 100% !important; }



/*=== Recent Posts  and Popular Posts ==== */

.widget_postslist { padding: 0; }
.widget_postslist ul { margin: 0; padding: 0; }
.widget_postslist ul li {
	clear:both;
	overflow:hidden;
	padding:12px 2px !important;
	list-style:none;
	line-height:normal;
}

.widget_postslist li:first-child { padding-top:10px; }
.widget_postslist li:last-child { border-bottom:0; }

.widget_postslist p {
	font-size: smaller;
	margin-top: 3px;
	margin-bottom:0px;
}

.widget_postslist li .thumb {
	float:left;
	margin:0 10px 0 0;
}

.widget_postslist li a { color:#444444 }
.widget_postslist li a:hover { color:#E04006; }

/*=== ToolTip         */

.iva_tip { position: relative; font-size: 16px;}
.ttip {
    display: none;
    position: absolute;
    top: -40px;
    padding: 0.5em 1em;
    font-size: 13px;
    line-height: 15px;
	white-space: nowrap;
    background: #22222b;
    color: #d1d1de;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	z-index: 99;
}
.sharing-box-ico .ttip {
    bottom: 25px;
}
.ttip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-top-color: inherit;
    border-top: 6px solid #333333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/*=== Share this post ==== */

.sharing-box {
	display: table;
	width: 100%;
	padding: 15px 0;
	margin-top: 40px;
	border: 1px solid #eeeeee;
	border-width: 1px 0 1px 0;
}

.sharing-box h4 {
	display: table-cell;
	font-size: 12px;
	vertical-align: middle;
	margin-bottom: 0px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.sharing-box-ico {
	display: table-cell;
	vertical-align: middle;
	float: right;
	font-size: 11px;
	margin: 0;
	list-style: none outside none;
}

.sharing-box-ico li{
	display: inline-block;
	position: relative;
	padding:0 20px;
	margin: 0;
    border-left: 1px solid #dddddd;
}

.sharing-box-ico li:first-child { border: none; }
.sharing-box-ico li a { color: #999999; }
.sharing-box-ico li a:hover { color: #222222; }

