/*
Theme Name: Custom
Author: Thrive web design 
Author URI: http://thriveweb.com.au/
*/
 
/*---------------------------- normalize ----------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }
 
a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 4em 0; padding: 0; }
ins { color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; line-height: 125%; }


h1									{ font-size: 35px; }
h2									{ font-size: 25px; }
h3									{ font-size: 20px; }
h4									{ font-size: 18px; }
h5									{ font-size: 15px; }
h6									{ font-size: 13px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body, textarea, input{
	font-family: 'libre baskerville', times, serif;
 
	font-size: 12px;
	line-height: 140%;
	
	color: rgb(113, 113, 113);
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: rgb(113, 113, 113);
	font-weight: normal;	
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	-webkit-font-smoothing: antialiased;
}

a{
	color: #808080;
	
	cursor: pointer;
	text-decoration: none;
	outline: none;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover{
	text-decoration: none;
	color: #62a8ad;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;  
	
}

/*-- Edit & 404 --*/

.four04{
	color: black !important;
	text-align: center;
}

h1.four04{
	margin-top: 100px !important;
	font-size: 300px;
	line-height: 350px;
}

.edit_link{
	position: fixed;
	top: 60px;
	z-index: 99999;
	
	background-color: white;
	color:#91DECF;
	
	padding: 5px;
	padding-left: 20px;
	padding-right: 15px;
	
	display: inline-block;
	font-size: 11px;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	background-color: transparent !important;
}

/*---------------------------- helpers ----------------------------*/

.center{
	max-width:1100px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.colimg_wrap img{
	width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.colimg_wrap img{
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full{
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
}
   
header{
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 0px;
}

a#logo{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 580px;
}

header a#logo{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 580px;
	padding: 35px 0px;

}

#head_cont{
	z-index: 600;
	position: relative;
}

a#logo:hover{
	opacity: 0.8;
}

#main{
	margin-top: 50px;
	margin-bottom: 65px;
}

/*----- Category heading & title------*/

#cat_wraps{
	position: relative;
}


#category_title{
  	position: absolute;
  	top: 115px;
  	width: 100%;
  	text-align: center;
}

#category_title h1{
	font-family: 'libre baskerville', times, serif;
  	font-style: italic;
  	color: rgba(255, 255, 255, 0.64);
  	font-size: 73px;
  	text-transform: lowercase;
  	
}

.featured_cat_img {
	
	
}

.ressidebar{
	display: none;
}



/*------ Google Maps -------*/

.acf-map {
	width: 100%;
	height: 330px;
	xmargin-bottom: 50px;
}

.padupdown {
	margin: 40px 0px;
	padding: 9px 0px;
	width: 40%;
	float: right;
}

.padupdown h2{
	font-size: 20px;
}

.fleft{
	margin-top: 50px;
	width: 50%;
	float: left;
}

.fleft h3{
	font-size: 20px;
}



/*---------- Tribe Events Styles --------*/
	
#tribe-events-bar {
	display: none;

	}
	
.tribe-events-list-separator-month span {
  	padding: 0;
}

.tribe-events-list-separator-month {
	text-align: left;
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	text-transform: uppercase;
	font-weight: normal;
}

.tribe-events-list-separator-month:after {
	border-bottom: none;
	
}


.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 960px;
  margin: 0 auto;
}

.description {
 	border-bottom: none;
 	border-top: none;
 	margin-top: 0px;
}

.description h2 a {
	color: black;
	text-transform: uppercase;
	font-weight: normal;
	}
	
.tribe-events-loop hr {
	
}

.tribe-events-sub-nav li:before{
	
	display: none;
}

.tribe-events-list-event-description.tribe-events-content.description a{
	color: black;
	text-transform: uppercase;
}

#tribe-events .tribe-events-button,.tribe-events-button {
	background-color: #91decf;
}

.events-list #tribe-events-footer {
	border-top: 0px solid black;
}

.evimage{
	background-image: url(images/events.jpg);
	height: 330px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;

}

.featured_cat_img{
	height: 330px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.single-tribe_events h2.tribe-events-single-event-title {
  text-transform: uppercase;

}

.tribe-events-notices {
  background: #91DECF;
  color: #FFFFFF;
  border: none;
  }
  
.tribe-events-notices li::before {
	display: none;
  }

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
  text-transform: uppercase;
}


/*---- Responsive Nav -----*/

#menu-btn{
	display: none;
	cursor: pointer;
	color: pink;
	position: absolute;
	right: 15px;
	top: 40px;
	z-index: 1111;
}

#res_nav_wrap.hide{
	display: none;
}

#res_nav_wrap{
	display: none;
}



#res_menuUl{
	width: 100%;
}

#res_nav_wrap ul li{
	float: none;
	display: block;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
	margin-right: 0px;
}



/* ----- Full Size Nav -----*/

header .menu{
	font-family: 'Helvetica Neue', arial, 'sans-serif';
}

.menu {
}

.navwrap{
	margin: 0 auto;
}

#full_nav{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
    width: 100%;
}


nav{
	position:relative;
	
	z-index:600;

}

nav ul{
	line-height:40px;
	
	z-index:400;
	
	margin:0;
	padding:0;
	
	text-align: center;
}

nav ul li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    float: none;
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: 2.5%;
    margin-right: 3%;
    display: inline-block;
}

nav ul li a{
	color:rgb(113, 113, 113);
	
	text-decoration:none;
	
	font-size:15px;
	
	display:inline-block;
	line-height:17px;	
	
	text-transform:uppercase;
}

#menu-item-12 a {
	background-color: #91decf;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#99D0D4;
}

nav ul li a:hover,
nav ul li.sfHover a{
	text-decoration: none;
	color:#97D5CA;
}

nav ul li.sfHover a{
	
}

nav ul li.current-menu-parent ul a{
	color:#99D0D4;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:#99D0D4;
}

/*----- Dropdown Menu ------*/

#full_nav ul.sub-menu{
	opacity: 0;
/* 	max-height: 0; */
/* 	overflow: hidden; */
	position: absolute;
	top:100%;
	z-index: 100;
	background: rgba(255, 255, 255, 0.96);
	width: auto;
	left: -25px;
	right: -25px;
	transition: all .3s ease;
	pointer-events: none;
	
}

#full_nav ul.sub-menu li a {
	font-size: 12px;
}


#full_nav ul.sub-menu.open{
/* 	max-height: 200px; */
	opacity: 1;
	pointer-events: all;
}
#full_nav ul.sub-menu li{
	padding: 0px 0px 0px 25px;
	margin: 0;
	opacity: 1;
	width: 100%;
	box-sizing: border-box;
	transition: all .3s ease;
	
}

/*--------- Submenu Indicator Arrow ---------*/

.menu li > a:after {
    content: ' +';
}

.menu li > a:only-child:after {
    content: '';
}

/*------------ Owl Carosel ----------------*/

.owl-nav{
	display: none;
}

.owl-controls {

}

.owl-carousel .owl-item img {
	width: auto;
	transform-style: preserve-3d;
}

.owl-loaded {
	display: block;
}

.owl_wrap {
	display: none;
}

/*-- Content --*/

.content_style{

}

.content_style ul{
	margin: 0;
	padding: 0;
}

.content_style,
.content_style p,
.content_style li{
	font-size: 15px;
	line-height: 24px;
	xlist-style: none;
}

.content_style li:before{
	cxontent: "\f192";
	fxont-family: FontAwesome;
	fxont-style: normal;
	fxont-weight: normal;
	txext-decoration: inherit;
	
	cxolor: #62a8ad;
	fxont-size: 12px;
	pxadding-right: 0.5em;
}

.content_style ul,
.content_style ol{
	margin-left: 20px;
}

.content_style dl{
	background-color: #f5f5f5;
}

.content_style dt{
	color: black;
	padding-bottom: 5px;
	padding-top: 5px;
	
	clear: left;
	float: left;
	text-align: right;
	width: 27%;
	margin-right: 1em;

}

.content_style dd{
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 0;
	
	clear: right;
	width: 70%;
	padding-left: 30%;
}

/*-- Content --*/

.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 80%;
	margin: auto;
}

.lcol{
	float: left;
	width: 70%;
}

.rcol{
	float: right;
	width: 25%;
	margin-top: 3px;
}

.fcol{
	margin: auto;
	width: 100%;
}

.contact .lcol{
	float: left;
	width: 45%;
}

.contact .rcol{
	float: right;
	width: 45%;
}

.wcol.image{
	margin-bottom: 80px;
}

/*------ Contact Form in Blog ---*/

#contakt {
	background-color: #f5f5f5;
	padding: 30px;
	
}

.deliver-link {
	padding: 2px 20px;
	border: 1px solid grey;
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	display: inline-block;
	width: auto;
	margin-top: 20px;
	font-size: 11px;
}

.deliver-link:after {
	clear: both;
}

.submit-link {
	padding: 2px 20px;
	border: 1px solid grey;
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	display: inline-block;
	width: auto;
	margin-top: 20px;
	font-size: 11px;
}

.submit-link:after {
	clear: both;
}

.wpcf7-submit {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 11px !important;

}


.wpcf7-submit a:hover {
	background-color: #fff;
}

#orderform h4{
	font-size: 24px;
	color: black;
}

/*--------- Sidebar ---------*/

.intro {
	max-width: 100%;
}

#whiteover {
    background-color: #91DECF;
    margin-top: -23px;
    padding: 13px 13px;
    margin-bottom: 18px;
    border-radius: 11px;
    
}

#whitetext {
	color: #fff;
	font-style: italic;
	font-size: 15px;
}

#mc_embed_signup.mc_page #mce-EMAIL{
	margin-top: 20px;
}

#side_intro_left{
	float: left;
	width: 45%;
	margin-top: 15px;
	height: 137px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	
	
#side_intro_left img{
	}

#side_intro_right{
	float: right;
	width: 50%;
	margin-top: 30px;
	}

#sideintro{
	margin-top: 20px;
}

.sidebar_widget h3{
	font-family: 'libre baskerville', times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	margin: 0px;
	
}

.instagram-pics img{
	width: 47%;
	float: left;
	margin: 4px;
}

ul.instagram-pics {
	list-style: none;
	padding-left: 0px;
}

.instagram-pics {
	margin: 0px 0px 20px 0px;
	
}


.rcolsocial {
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	text-transform: uppercase;
}

.rsocial {
	margin: 0;
	padding: 0;
	text-align: left;
}
	
ul.rsocial li {
  margin: 9px 0px;
  padding: 0;
  list-style: none;
  text-align: left;
  display: inline-block;
  margin-left: 3px;
  margin-right: 16px;
}

.sidebar_widget p.clear {
	display: none;
	
}

.sidebar_widget form {
  margin: 10px 0px;
}

#cat.postform{
	display: none;
}

.poptitle{
	padding: 15px;
}

.rcol ul li{
	list-style: none;
	
}
.rcol ul{
	padding-left: 0px;
}
	
.rcol h4{
	font-family: 'libre baskerville', times, serif;
	font-size: 14px;
	font-style: italic;
}

.fa-circle {
	color: #91decf;
}


.rcolimg{
	margin-bottom: 10px;
	height: 14px;
}

.first-link {
	padding: 2px 20px;
	border: 1px solid grey;
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	display: inline-block;
	width: auto;
	margin-top: 20px;
	font-size: 11px;
}

/*--------- About PAge ---------*/

.page-template-page-about h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}

.page-template-page-about h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.ableft{
	float: left;
	width: 45%;
}

.abright{
	float: right;
	width: 45%;
}

.dright h2{
	text-align: left;
}

.dright{
	float: right;
	width: 57%;
}
.dleft{
	float: left;
	width: 38%;
}


h2.left{
	text-align: left;
}

.mto{
	background-color: #91decf;
	margin: 0px auto;
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	color: #fff;
	border-radius: 8px;
	padding: 5px 0px;
	text-align: center;
	width: 140px;
	
}

#map{
	display: inline-block;
}
#abouth {
 	display: inline-block;
 }

.midimage {
	background-image: url(images/about-midp.jpg);
	height: 330px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.topimage{
	background-image: url(images/about-top.jpg);
	height: 330px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

/*------ Find Us Page -----*/

.ftopimage{
	background-image: url(images/ftop.jpg);
	height: 330px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.center-scol{
	width: 75%;
	max-width: 960px;
	margin: auto;
}


/*--- Accordion ---*/


.accordion h3.ui-state-hover,
.accordion h3:focus{
	outline: none;
	cursor: pointer;
}

#faqs h3{
	color: #91decf;
	font-size: 13px;
	font-family: 'libre baskerville', times, serif;
}


#faqs h4{
	text-align: center;
}

/*---------- Holding Page Style ----------*/



/*--- Listing ---*/

.list_item{
	margin-bottom: 30px;
}

.list_item img{
	float: left;
	margin-right: 20px;
}

.list_info{
	
}

/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
    float: left;
	margin-right:20px;
	margin-bottom:20px;
    padding: 5px;
    background:#FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}
.description {
	overflow: hidden;
	margin-bottom:10px;
}

.description a{
	color: #91decf;
	text-decoration: none;
	font-weight: bold;
}


.description  h3 a{
	padding-top:0;
}

.border{
	border-top:1px #E9E9E9 solid;
	margin-bottom: 20px;
}


#ingredients {
	
    margin: 0 auto 30px;
    padding: 10px 30px 30px;
    color: #444;
    border: 1px dotted #ddd;
}

#ingredients h3 {
    font-size: 18px;
    color: #91DECF;
    text-transform: uppercase;
    margin: 50px 0px 10px;
    text-align: left;
}

div.printfriendly {
    margin: 0px !important;
}

/*------------------------- blog header ------------------------*/

#blog_head{	
	text-align: right;
	padding-bottom: 70px;
	line-height: 45px;
	width: 340px;
	float: right;
	display: none;
}

.sres{
	font-style: italic;	
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */
 
}

select{
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #000;
	outline: 0;
	padding: 6px;
	font-size: 12px;
	
	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle {
  	font-size: 13px;
  	text-transform: uppercase;
  	float: left;
  	background-color: white;
  	text-align: left;
  	padding-top: 11px;
}

.single article {
	margin-bottom: 70px;
}



/*---------------------------- blog format ----------------------------*/

.blog_feature{
	margin-bottom: 30px;
	position: relative;
}

.blog_contwrap{
	margin-bottom: 30px;
}

article a{
	color: #43B7A0;
}


article{
	margin-bottom: 110px;
}

article h2{
	word-wrap: break-word;
	overflow:hidden;
}

.recipe h3{
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 55px;
	text-align: left;
}

.subhead {
	text-align: left;
	font-style: italic;
	font-size: 13px;
}

.instruct{
	margin: 15px 0px 25px;
}

article img:after{
	clear: both;
}


article h2 a,
article h2 a:visited{
	text-decoration: none;
	color: black;
	opacity: 0.99;
}

article h2 a:hover{
	opacity: 0.6;
}

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;
	
	padding:10px;
	height:18px;
	
	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

/*---------------------------- Blog Dets ----------------------------*/

.dets_wrap{
	float: none;
	width: 100%;
	text-overflow:clip;
}

.dets{

}

.dets h2{
	text-align: left;
	font-size: 24px;
	text-transform: uppercase;
}

.dets ul #perm a{
	background:none;
}

.dets ul a:hover.
.dets .edit_link a:hover{
	text-decoration: underline;
}

.dets ul i{
	font-size: 18px;
}

.dets ul i:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.dets ul{
	padding-left: 0;
}

.dets li{
	
}

.dets li,
.dets .edit_link{
	line-height: 25px;
    list-style: none;
    text-align: left;
    font-size: 14px;
}

.dets li.perm a{
	background: none;
}

.dets li a:hover{
	text-decoration: underline;
} 

.dets li.perm a:hover{
	background: none;
}

/*---------------------------- paging ----------------------------*/

.navigation {  
	display: block;  
	text-align: left;   
	margin-bottom: 20px;  
	font-size:80%;
	padding-top:20px;
	margin-top:20px;	
	width: 100%;
}  

.nav-previous,
#pn_next{
	float: left;
	text-align: left;
	width: 50%;
}

.nav-next,
#pn_next{
	width: 50%;
	float: right;	
	text-align: right;
}

.navigation .nav-previous a,
.navigation .nav-next a,
#pn_next a,
#pn_prev a{
	display: inline-block !important;
	width: auto !important;
}
.nekminit{
	text-transform: none;
	font-size: 13px;
	color: black;
}
.subside {
	margin-top: 20px;
	font-style: italic;
}

.subside li {
	line-height: 32px;
	font-size: 15px;
	list-style: none;
}

.numbering a{
	padding-right: 10px;
}


/*------------------- Search Styles ---------------------- */

.search_title {
	color: #91DECF;
}




/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	xposition:absolute;
	xleft:-260px;
	xtop:0;
	xmargin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px; 
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;
	
}

#comments .children li{
	margin-left:60px;	
}

p.author, p.time{
	margin-bottom: 0;
}

.commentlist li{
	
}

.commentlist li:before{
	content: ' ';
	padding: 0;
}

/*----- Genral Button Styles -----*/

.button,
.navigation a,
.post-next,
.post-prev{
	padding: 0;
	margin: 0;
	
	border: none;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
	xbackground-color: #99D0D4;
	
	xcolor: #fff;
	
	xtext-transform: uppercase;
	

	font-size: 18px;
	line-height: 40px;
	
	xpadding-left: 15px;
	padding-right: 15px;
	
	width: 100%;
	height: 40px;
	text-align: center;
	display: block;
	box-sizing: border-box;
}

.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{	
	color: #91decf;
	background: #fff !important;
}

.more-link {
	padding: 2px 20px;
	border: 1px solid grey;
	font-family: 'Helvetica Neue', arial, 'sans-serif';
	display: block;
	width: 70px;
	margin-top: 20px;
	font-size: 11px;
	float: right;
}

.more-link:after {
	clear: both;
}

.made-to {
	position: absolute;
	top: 20px;
	right: 20px;

}

.made-to img{
	max-width: 150px;

}

/*----- Genral Input Styles -----*/

input:hover,
input:focus, 
input:active,
textarea:hover,
textarea:focus, 
textarea:active{
	background: #FAFFFC;
	outline: none;
}

#Searchform,
#cat{
	
	display: inline-block;
	position: relative;
	
	padding-left:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	background-image:url(images/search.png);
	background-position: 98% 4px;
	background-repeat:no-repeat;
	
	font-size: 12px;
	font-family: 'Helvetica Neue', arial, 'sans-serif';

}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;
	
	width: 140px;
	
	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

ul#social{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#social li {
    margin: 9px 0px;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

#foot_wrap{
	background-color: #636363;
}

footer{
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 40px;
}

footer p{
	margin: 0;
}

footer li a{
	text-decoration: none;
	color: #9f9f9f;
	font-family: nimbus-sans;
}

footer .social a{
	font-weight: bold;
	color: #231F20;
}

footer p{
	color: #9f9f9f;
}

footer a:hover{

}

#copy{
	width: 45%;
	float: left;
	margin-left: 20px;
}

#thrive_link{
	width: 45%;
	float: right;
	text-align: right;
	margin-right: 20px;
}

#thrive_link .logo{
	position: relative;
	top: -1px;
	margin-left: 5px;
}

#rights{
	background-color: #4b4b4b;
	text-align: center;
	padding: 10px 0px;
}


/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap{
	width: 100%;
}

input,
textarea,
select{
  	
  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;
  	
  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;
  	
	  border: 1px solid #ebebeb;
	border-radius: 0 !important;
	
	
	background-color: #fff;

	margin-bottom: 10px;
	
}

input:hover{
	background-color: rgba(211, 238, 238, 1);
}

.wpcf7 input,
.wpcf7 textarea{
	font-size: 15px;
	line-height: 21px;
	font-family: 'helvetica neue', arial, sans serif;
}

.wpcf7 p{
	font-size: 26px;
	color: #7f7f7f;
	
}

.wpcf7 .watermark {
	color: #c3c3c3 !important;
}

.wpcf7 textarea,
.wpcf7-text{
	width: 93%;
}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

input.checkout-button{
	border-radius: 5px;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #a1a1a1 !important;
}
::-webkit-input-placeholder {
    color: #a1a1a1 !important;
}
:-moz-placeholder {
    color: #a1a1a1 !important;
}
::-moz-placeholder {
    color: #a1a1a1 !important;
}
:-ms-input-placeholder{
    color: #a1a1a1 !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color:#91DECF;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: none;  
   color:#FFF;
   font-size: 16px;
}
.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
	background-color:#91DECF;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    text-shadow: none;  
	color:#FFF;
	font-size: 16px;

}
.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
	background-color:#91DECF;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: none;  
    color:#FFF;
	font-size: 16px;

}
.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color:#91DECF !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 30% !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}

/*------------------- Responsive Syling ------------------*/

@media screen and (max-width: 1150px) {
	
	#main{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	nav ul li {
	    margin-left: 2.5%;
	    margin-right: 2.5%;
	}
	

	
	.instagram-pics img {
    	width: 40%;
    	margin: 4px;
	}
	
	.owl-carousel .owl-item img {
	    width: 100%;
	    height: auto;
	}
	
	#mc_embed_signup.mc_page #mce-EMAIL {
	    width: 120px;
	}
	
	
}

@media screen and (max-width: 1024px) {
	
	nav ul li {
	    margin-left: 1.2%;
	    margin-right: 1.25%;
	}
	

		
	#side_intro_left {
	    width: 100%;
		background-position: top;
	    height: 232px;
	}
	
	#side_intro_right {
	    width: 100%;
	}
	
		
	#category_title h1 {
	    font-size: 47px;
	}
	
	#category_title {
	    top: 80px;
	}

	.featured_cat_img {
    	height: 205px;
    }
	
	#mc_embed_signup.mc_page #mce-EMAIL {
	    width: 90%;
	}
	

	
}

@media screen and (max-width: 800px) {
 
 	/*-- Logo--*/
	
	header a#logo{
		text-align: center;
		width: 550px;
		margin: 0px 11px;
		padding: 23px 0px;
	}
	
	/*-- Nav --*/
	
	#full_nav{
		display: none;
	}
	
	#res_nav_wrap{
		display: block;
		width: 100%;
	}
	
	#header_wrap {
		border-bottom: 1px solid #ccc;
	}
	 ul.sub-menu {
		 background-color: #f9f8f8;

	 }
	 #res_nav_wrap li a{
		 display: block;
	 }
	 ul.sub-menu li a {
		 font-size: 14px;
		 display: block;


	 }
	 
	 ul.sub-menu {
		line-height: 27px;
	 }

	
	nav ul li {
    	margin-left: 0;
	}
	

	
	#menu-btn{
		display: block;
	}
	
	#menu-btn h2{
		font-size: 35px;
	}
	
	nav ul li {
	    padding-top: 9px;
	    padding-bottom: 7px;
	}
	
	/*----- Header ---*/

	.ressidebar{
		display: block;
		font-size: 15px;
		line-height: 24px;
	}
	#holimg {
		max-width: 200px;
	}
	
	
	/*---- carousel ----*/
	
	.no-js .owl-carousel {
	    display: none;
	}
	
	
	#side_intro_left {
	    width: 30%;
	    height: 285px;
	}
	
	#side_intro_right {
	    width: 65%;
	    margin-top: 10px;
	}


	/*---- Sidebar ----*/
	
	.instagram-pics img {
	    width: 15%;
	    margin: 4px;
	}
	
	.sidebarhide {
		display: none;
	}
 
	/*-- Page Layout --*/
	
	.topimage {
	    margin-bottom: 60px;
	}
	
	.midimage {
	    margin-bottom: 35px;
	}
	
	#main{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.lcol{
	  margin-bottom: 20px;
	  margin-top: 30px;
	  width: 100%;
	}
	
	.rcol{
		width: 100%;
	}
	
	.scol{
		margin: 0;
		width: 100%
	}
	
	/*--- Blog ---*/
	
	h2.btitle{
		float: none;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}
	
		/*---- Tribe Events ---*/	
	
	.tribe-events-sub-nav li a {
	    color: #666;
	    background: #fff;
	}
	
	.tribe-events-sub-nav li a:hover {
	    color: #91DECF;

	}

	.featured_cat_img {
	    background-attachment: scroll;

	}
	
	/*--Contact--*/
	
	.contact .lcol{
		float: left;
		width: 100%;
	}
	
	.contact .rcol{
		float: right;
		width: 100%;
	}
	
	.fleft {
	    width: 100%;
	}
	
	.padupdown {
	    width: 100%;
	    margin-top: 0px;
	
	}
	

}

@media screen and (max-width: 650px) {
	
	
	/*---- About ---*/
	
	.ableft {
	    width: 100%;
	}
	
	.abright {
	    width: 100%;
	}
	
	#side_intro_right {
	    width: 57%;
	}
	#side_intro_left{
		background-size: cover;
		width: 40%;
	}

	
	

		
	/*---- Header -----*/
	
	header a#logo {
	    width: 75%;

	}
	
	/*----- Nav ----*/
	
	/*---- Content ---*/
	
	#category_title h1 {
	    font-size: 47px;
	}
	
	
	/*---- Content ---*/	
	#whiteover {
    	margin-top: 10px;
	}
	

	
	/*--Blog--*/
	
	.dets_wrap{
		width: 100%;
		float: none;
		border-bottom: solid 1px #ECECEC;
		margin-bottom: 20px;
	}
	
	.dets{
		border-right: none;
		padding: 0;
	}
	
	article .content_wrap{
		width: 100%;
		float: none;
	}
	
	#blog_head{
		text-align: center;
	}
	
	/*--- Footer ---*/
	
	#copy{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}
	
	ul#social{
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
	#thrive_link {
	    width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 5px;
	}
	
	footer {
	    padding-top: 18px;
	    overflow: hidden;
	    padding-bottom: 35px;
	}
	
	/*---- Tribe Events ---*/	


	
	.tribe-events-event-meta .tribe-events-gmap, .tribe-events-event-meta-desc .tribe-events-gmap {
	    margin-top: 10px;
	}
	
	
}



@media screen and (max-width: 500px) {


	/*---- Header ----*/

	#side_intro_left {
	
	    margin-top: 0px; 
	}

	
	.content_style p, .content_style li {

    }
	
	.instagram-pics img {
	    width: 30%;
	    margin: 4px;
	}
	
	#side_intro_left {
	    width: 100%;
	}
	
	
	#side_intro_right {
	    width: 100%;
	}

	
	/*------- Nav --------*/
	

	#menu-btn {
	    right: 10px;
	    top: 34px;
	
	}
	

	/*---- About ---*/	
	.dleft {
	    display: none;
	}
	
	.dright {
	    width: 100%;
	}
	
	.dright h2 {
	    text-align: center;
	}
	
	.deliver-link {
	    display: block;
	    width: 100px;
	    margin: 15px auto 0px;
	    text-align: center;
	}
	

	#post_nav {
		
	}
	
	
	/*---- Tribe Events ---*/	
		
	.tribe-events-list .tribe-events-event-image {
	    float: left;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}
	
	.tribe-events-list .type-tribe_events h2 {
	    text-align: center;
	}
	
	.tribe-events-event-meta .tribe-events-gmap, .tribe-events-event-meta-desc .tribe-events-gmap {
	    margin-top: 10px;
	}
	

}

@media screen and (max-width: 350px) {

	#menu-btn {
	    right: 18px;
	    top: 8px;
	}

	header a#logo {
	    width: 75%;
	    padding: 10px 0px;
	}
	
	.content_style p, .content_style li {
	    font-size: 15px;
	    line-height: 22px;
    }
    #side_intro_left {
    	background-size: cover;
    }
    .lcol {
    	margin-top: 10px;
    	}
    
}