/*
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: 'Lato', sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #3BBB9B; 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; color: #550e77;}
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; 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; }


h1									{ font-size: 60px; line-height: 65px; }
h2									{ font-size: 40px; line-height: 45px;}
h3									{ font-size: 32px; line-height: 38px;}
h4									{ font-size: 18px; line-height: 22px;}
h5									{ font-size: 15px; line-height: 18px;}
h6									{ font-size: 13px; line-height: 18px;}
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: 'Lato', sans-serif;
 
	font-size: 14px;
	line-height: 18px;
	color: black;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: rgb(93, 94, 97);
	font-weight: normal;	
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	text-transform: uppercase;
}


a{
	color: #00AF93;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	cursor: pointer;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	color: gray;
}

blockquote{
  font-style: italic;
  font-size: 21px;
  line-height: 35px;
  color: gray;
  margin-left: 10px;
  padding-left: 30px;
  border-left: dotted 2px gray;	
	
}

/*-- 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: #00AF93;
	
	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:950px;
	margin: 0 auto;
	xtext-align:center;
	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,
.gallery_item img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.gallery_item 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{
	xbackground-color: #BCBDC0;
	background-color: #d8d8d8;
}
   
header{

}

a#logo{
	display: block;
	width: 290px;
	xtext-align: center;
	xmargin-top: 70px;
}

#head_cont{
	max-width: 950px;
	overflow: hidden;
	z-index: 600;
	position: relative;
}

a#logo:hover{
	opacity: 0.8;
}

#main{
	margin-top: 10px;
	margin-bottom: 0px;
	min-height: 370px;
}

.headcontact {
	float:right;
	font-weight: 500;
	font-size: 21px;
	width: 22%;
	margin-top: 40px;
	text-align: right;
	color: rgb(93, 94, 97);
	background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px center;
    padding-left: 2%;
}

.logoleft {
	float:left;
}
.arrow {
  line-height: 55px;
}
	
.home-first{
	height: 547px;
	border-bottom: 1px solid black;
	background-size: cover
}

.overlay{
	position: absolute;
	z-index: 2000;
}

.home-second{
	text-align: center;
	xbackground-color: #3BBB9B;
	padding: 60px 30px;
	
}

.home-second p {
	xcolor: #fff;
	line-height: 30px;
	font-size: 20px;
}

.home-second a {
  font-weight: 400;
}

.home-second h2 {
	color: #00AF93;
}

.home h2{
	text-align: center;
}

.home h2:nth-of-type(2){
	margin-top: 50px;
	color: #fff;
}

.cta {
	color: #00AF93;
	text-transform: uppercase;
	padding: 10px;
	border: 2px solid #00AF93;
	max-width: 197px;
	margin: auto;
	margin-top: 30px !important;
	font-size: 24px;
}


.test-wrap{
	max-width: 950px;
	margin: 0 auto;
}

.tes-image {
	float: left;
	width: 15%;
	height: 100px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}


.testimony {
	float: right;
	width: 80%;
}

.content_style h2 {
  font-size: 30px;
  line-height: 19px;
  margin-top: 42px;
}

/*--- Gallery ---*/

#gallery_wrap{
	padding-top: 50px;
	margin-top: 16px;
	border-top: 1px dotted gray;
	padding-bottom: 40px;
}

.gallery_item{
	width: 33.33333%;
	float: left;
	
	padding: 10px;
	box-sizing: border-box;
	
	background-color: #F5F5F5;
	border: 8px solid #d8d8d8;
}

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

#menu-btn{
	display: none;
	cursor: pointer;
	position: absolute;
	right: 11px;
	top: 25px;
	z-index: 999;
}

#res_nav.hide{
	display: none;
}

#res_nav{
	display: block;
}

#res_nav ul{
	width: 100%;
}

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


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

nav{
	position:relative;
	
	z-index:600;
	
	margin-top: 10px;
}

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

nav ul li{
	list-style:none;
	position:relative;
	
	margin:0;
	padding:0;
	
	text-align: left;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	
	padding-top:15px;
	padding-bottom:15px;
	margin-right: 33px;
}

nav ul li:last-child {
  margin-right: 0px;
}


nav ul li a{
	color: rgb(93, 94, 97);
	
	text-decoration:none;
	
	font-size:17px;
	font-weight: 500;
	
	display:inline-block;
	line-height:17px;	
	
	text-transform:uppercase;
	
	
	min-width: 127px;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#00AF93;
}

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

nav ul li.sfHover a{
	
}

nav ul li.current-menu-parent ul a{
	color:#00AF93;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:#00AF93;
}

.blocktext {
	max-width: 135px;
	float: left;
	margin-right: 28px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(93, 94, 97);
	min-height: 80px;
	text-align: left;
	
	}
	
.blocktext:last-child{
  margin-right: 0px;
}	

/*-- Content --*/

.content_style h1{
	padding-top: 30px;
	text-transform: uppercase;
	padding-bottom: 42px;
	border-bottom: 1px dotted gray;
}

.content_style,
.content_style p,
.content_style li{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
    margin: 0 auto;
}

.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: 100%;
	margin: auto;
	text-align: center;

}

.lcol{
	float: left;
	width: 39%;
	padding-bottom: 30px;
	padding-top: 30px;

}

.aboutjontext {
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;

}

.aboutjontext h2{
	text-align: left;

}

.rcol{
	float: right;
	width: 55%;
	padding-bottom: 30px;
	padding-top: 0px;
}

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

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


.contact .rcol{
	float: right;
	width: 45%;
	padding: 20px;
	background-color: rgb(200, 200, 200);
}

.belowcol{
	border-top: 1px solid gray;
	padding: 20px 0px;

}
.belowcol h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	xfont-weight: 700;
}

.col4{
	float:left;
	width: 20%;
	border-left: 1px solid black;
	padding: 0px 20px 60px 20px;
	min-height: 250px;
	
}

.col3{
	float:left;
	width: 20%;
	padding: 0px 20px 60px 20px;
	min-height: 250px;
	
}

.col4 p{
	text-align: left;
	font-size: 15px !important;
	
}

.col4 h2{
	text-align: left;
	font-size: 20px !important;
	margin-top: 0px;
	line-height: 25px;
	margin-bottom: 15px;
	
}

.colfourwrap {
	margin: 50px 0px;
}

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


/* home page */

.home .lcol{
	text-align: center;
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	display:  none;
}

.home  .content_style, .content_style p, .content_style li {
	font-size: 20px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
	
}

/*--- 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: black;
	text-decoration: none;
	font-weight: bold;
}

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

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

/*------------------------- Work Post Single Pages ------------------------*/

.workpostcontent_wrap{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.work-gallery {
	margin: 30px 0px;
	border: 2px solid white;
	box-sizing: border-box;
	background-color: black;
	overflow: hidden;
}

.work-gallery img{
	max-width: 700px;
	height: auto;
	width: 100%;

}

.description-text {
	font-size: 20px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}


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

#blog_head{	
	text-align: right;
	padding-bottom: 15px;
	line-height: 45px;
	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: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	xbackground-color: white;
	color: #00AF93;
	text-align: center;
}



.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	max-width: 537px;
	height: auto;
	border: 5px solid white;
	  
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.more_images {
	border: 5px solid white;
	max-width: 548px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}


/* --------------------------- Owl  Carousel ------------------------- */

.owl-nav {
	display: none;
	}

.owl-carousel .owl-item img {
  	width: auto !important;
  	margin: 0 auto;
  }
  
 .owl-theme .owl-controls {
  	margin-top: 0px;
  	position: absolute;
  	bottom: 10px;
  	right: 10px;
}

.page-gallery #gallery_wrap {
	margin-top: 60px;
}



/* --------------------------- Owl  Carousel ------------------------- */

.descript {

  bottom: 244px;
  padding: 0px;
  color: rgb(93, 94, 97);
  text-align: center;
  font-weight: 400;
  margin: 10px auto;
  font-size: 11px;
}

p.descript {
 font-size: 11px;
}

.descript:hover {
	display: block;
}



/* --------------------------- Kebo Twitter ------------------------- */

.kebo-tweets.list .ktweet:first-of-type {
  padding-top: 0;
  display: block;
}

.kebo-tweets.list .ktweet {
  padding: 10px 0; 
  border-bottom: 0px;
  display: none;
}
.kebo-tweets .ktweet .kfooter {
  display: none;
}
.kebo-tweets .ktweet .ktext {
  text-align: center !important;
  font-size: 22px;
  line-height: 30px;
  min-height: 2em !important;}
.kebo-tweets .ktweet .kmeta {
  text-align: center !important;
  background-image: 
}

.kebo-tweets .ktweet .kdate {
  display: none !important;
  }
.kebo-tweets .ktweet .kmeta a {
  font-weight: bold;
  font-size: 13px;
}
.kebo-tweets .ktweet .kmeta a.kaccount:before {
  content: url("images/icon_twitt_feed.png");
  display: block;
  width: 31px;
  margin: 0 auto;
}

.twitthink {
  position: absolute;
  right: 17px;
  top: 463px;
  max-width: 463px;
  background-color: rgb(90, 87, 87);
  border-radius: 8px;
  padding: 10px;
  color: white;
}

.twitthink:after
{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 78px;
  top: -48px;
  border: 25px solid;
  border-color: transparent transparent rgb(90, 87, 87) transparent;
}

.kmeta { margin-top: -20px;
	
}

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

article{
	margin-bottom:40px;
	margin-top: 40px;
}

article .content_style p{
	text-align: left;
}

article h2{
	word-wrap: break-word;
	overflow:hidden;
	text-align: center;
	line-height: 39px;
	font-size: 35px;
}

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;
}

.dets_wrap{
	text-overflow:clip;
	
	display: none;
}

#bcont .dets_wrap {
	display: block;
}

.deetsleft {
	float: left;
	margin: 0 auto;
	width: 34%;
}
.blogright {
	width: 65%;
	float: right;
}

.blog h3, .single h3 {
	font-family: 'Lato', sans-serif;
	text-align: left;
	color: #00AF93;
	font-size: 19px;
	font-weight: bold;
}

.single h3 strong{
	color: #00AF93;
}

.dets{
	xpadding-left: 20px;
	padding-right: 20px;
}

.dets h1 {
	text-align: left;
	font-size: 52px;
    text-transform: uppercase;
}

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

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

.dets ul img: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 .edit_link{
	line-height: 22px;
	list-style: none;
	xtext-align: center;
}

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

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

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

.content_wrap {
	}
	
#blogcontent{
	font-size: 18px;
	line-height: 27px;
	
}

.blog article{
	width: 316px;
	font-family: 'Lato', sans-serif;
	float: left;
	
	margin: 0 auto;
}	

.blogpad {
	padding: 15px 20px 25px 0px;
	max-width: 600px;
	margin: 0 auto;
}
.blogpad:last-child{
  xmargin-right: 0px;
}

.blogpad a img {
	margin: 0px auto 20px;
	display: block;
}


span.dropcap {
  line-height: 45px;
  padding: 2px 5px 0 0;
  }
  
 .dropcap {
  float: left;
  font-size: 50px;
  line-height: 16px;
  margin: 0;
  padding: 18px 8px 10px 0;
  text-transform: uppercase;
  width: auto;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.more-link {
	text-align: center;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid grey;
	padding: 10px 0px;
	display: block;
}

a.more-link {
  	color: black;
  }
  
 .wp-post-image {
 	border: 5px solid white; 
 	margin-bottom: 20px;
 	 box-sizing: border-box;
 }
 
#post_nav {
  margin-top: 16px;
  margin-bottom: 45px;
}
	 
#pn_prev{
	float: left;
	margin-top: 0px;
}

#pn_next{
	float: right;
	margin-top: 0px;
}	

.tag article {
	position: relative!important;
}

.tag h2.btitle {
    font-size: 22px;
    text-transform: none;
    width: 45%;
    float: none;
	background-color: #d8d8d8;
    color: #00AF93;
    text-align: center;
    margin: 0 auto;
} 
  
 /*---- Contact ----*/

#map_wrap{
	margin-top: 25px;
	border: 4px solid lightgrey;
}

/*
.mapoverlay {
    background:transparent; 
    position:absolute; 
    width:100%;
    height:100%; 
    z-index: 99999;
    display: block;
} 
*/

#contact_social li{
	list-style-type: none;

}

.contact ul#contact_social li i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px;
	  
	font-size: 25px;
	text-align: center;
	  
	border-radius: 60px;
	border: solid 1px white;
  }
  
.contact .content_style ul {
	padding-left: 0px;
}


.div_33 {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
}



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

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

.nav-previous{
	float: right;
}

.navigation a{  
	text-align:center;  
	padding:5px 10px !important;  
	margin:0 2px 0 2px !important;  
	font-size:14px !important;
	text-decoration:none;
	line-height:25px;
}

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

div#comments{
	position:relative;
	display: none;
}

#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{
	position:absolute;
	left:-260px;
	top:0;
	margin: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;
}

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

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

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
	background-color: #00AF93;
	
	color: #fff;
	
	text-transform: uppercase;
	

	font-size: 18px;
	line-height: 40px;
	
	padding-left: 15px;
	padding-right: 15px;
	
	width: 100%;
	height: 40px;
	text-align: center;
}

.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{	
	color: white;
	background: #00303A !important;
}

/*----- 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;
	
	width:120px;
	
	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;
	
	font-size: 12px;
}

#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-right: 10px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

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

#foot_wrap{
	background-color: #d8d8d8;
}

footer{
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 40px;
	  border-top: 1px solid rgb(93, 94, 97);
}

footer p{
	margin: 0;
}

footer li a{
	text-decoration: none;
	color: #00AF93;;
	}
	
.footer_menu{
	text-align: center;
}

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

footer p{
	color: #231F20;
}

footer a:hover{

}

#copy{
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	text-align: center;
}

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

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

#icons {
	padding: 10px;
}


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

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

span.wpcf7-form-control-wrap{
	height: 50px !important;
}

input, textarea, select {
    -webkit-transition-property: -webkit-box-shadow, background;
    -webkit-transition-duration: 0.25s;
    padding: 6px;
    padding-left: 10px;
    padding-right: 8px;
    border: none;
    border-radius: 0 !important;
    background-color: #efefef;
    /* border: 1px solid gray; */
    margin-bottom: 10px;
    color: #00AF93;
}

.wpcf7 input,
.wpcf7 textarea{
	font-size: 15px;
	line-height: 21px;
}

.wpcf7 p{
	font-size: 21px;
	line-height: 30px;
	color: #7f7f7f;
}

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

.wpcf7 textarea{
	width: 100%;
	max-height: 156px;
}

.wpcf7-text{
	width: 96%;
}

.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;
}

.button{
	position: absolute;
	left: 113px;
	bottom: 0;
	
	background-color: transparent !important;
	line-height: 69px !important;
}

/*--------------- three column form -------------------*/

#three-column{
	margin-top: 50px;
}
#left{
	float: left;
	width: 49%;
	margin-right: 18px;
}
#right{
	float: left;
	width: 47%;
}
#submit-button{
	text-align: center;
}

.wpcf7-submit{
	color: rgb(128, 128, 128);
	border: 3px solid gray;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 25px !important;
	padding: 13px 50px;
	margin: 11px 0px 30px 0px
}

/*--- Placeholder ---*/

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

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

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #00AF93;
   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: #00AF93;
    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: #00AF93;
    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: #00AF93 !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;
}


/* -------------- share this --------------- */

.share-this{
	color:#838383;
	
	margin: 14px 0px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	
}

.share-this ul{
	margin: 0;
	padding: 0;
}

.share-this ul li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	display: inline-block;
}

.share-this ul li:before{
	content: '';
}

.share-this p{
	margin: 0;
	padding: 0;
}
	
.share-this a{
	padding: 0 10px;
	color:#838383;
	
	-webkit-backface-visibility: hidden;
}
.share-this a:hover{
	color: #62a8ad;
}


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

@media screen and (max-width: 1150px) {
	
	/*#main{
		margin-left: 10px;
		margin-right: 10px;
	}*/
	
}

@media screen and (max-width: 1024px) {
	
	.blocktext{
		display: none;
	}
	
	nav ul li a {
		min-width: 120px;
	}
	.twitthink {
		max-width: 440px;
		right: 20px;
		top: 440px;
	}
	
	.content_style h1 {
    	padding-top: 10px;
    }
    
	
	.col4{
		width: 27%;
		min-height: 160px;
	}

	.col3{

	display: none;
	}
	
	body{
	  margin: 0px 15px;
	}
	

}

@media screen and (max-width: 900px) {
	.arrow {
	background-image: none
}
	
	nav ul li a {
	  min-width: 101px;
	}
	.twitthink {
	    max-width: 370px;
		right: 25px;
		top: 400px;
	}
	.headcontact {
    padding-left: 4%;
    width: 23%;
	}
	
	h1 {
	    font-size: 49px;
	    line-height: 56px;
	}
	
}


@media screen and (max-width: 800px) {
 
 	/*-- Logo--*/
 	
 	
 	.logoleft {
 		float: none;
	}	
	

	
	a#logo{
		text-align: center;
		width: 100%;
		max-width: 290px;
	}
	
	/*-- Nav --*/
	
	#full_nav{
		display: none;
	}
	
	#menu-btn{
		display: block;
	}
	
 
	/*-- Page Layout --*/
	
	body.home  {
    margin: 0px;
	}
	
	#main{
		margin-top: 50px;
	}
	
	.lcol{
	  width: 100%;
	  margin-bottom: 0px;
	  margin-top: 30px;
	  padding-bottom: 0px;
	}
	
	.rcol{
		width: 100%;
	}
	
	.scol{
		margin: 0;
		width: 100%
	}
	
	.headcontact {
	  	width: 100%;
	  	text-align: center;
	  	margin-top: 0px;
	  	box-sizing: border-box;
	}
	
	.overlay {
	  display: none;	}
	
	.gallery_item {
		width: 50%;
	}
	
	.home #main {
		margin-top: 0;
	}
	
	/*--- Blog ---*/
	
	h2.btitle{
		float: none;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}
	
	.home-first{
	background-image: url("images/jon3-800.png");
	background-repeat: no-repeat;
	height: 460px;
		background-color: grey;

	
	}
	
	.twitthink {
    max-width: 563px;
	right: 15px;
	top: 535px;
	}
	
	.twitthink:after {
	  top: 130px;
	  border-color: rgb(90, 87, 87) transparent transparent transparent;
	}
	
	.deetsleft {
	float: none;
	margin: 0 auto;
	width: 90%;
	}
	
	
	.blogright {
		width: 100%;
		float: right;
	}
	
	blogwrap {
		padding: 0px 20px;
	}

}

@media screen and (max-width: 650px) {
	
	/*--Contact--*/
	
	a#logo {
		    width: 65%;
		    margin-bottom: 15px;
	}
	
	.contact .lcol{
	float: left;
	width: 100%;
	}
	
	.contact .rcol{
		float: right;
		width: 100%;
	}
	
	.contact {
  		font-size: 18px;
  	}
  	
  	.content_style, .content_style p, .content_style li {
  		padding: 0px 20px;
	}
	

	/*--Blog--*/
	
	.dets_wrap{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.dets{
		border-right: none;
		padding: 0;
	}
	
	article .content_wrap{
		width: 100%;
		float: none;
	}
	
	.home-first{
	background-repeat: no-repeat;
	height: 310px;
	background-position: center;	
	}
	
	#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;
		line-height: 30px;
		
	}
	
	.twitthink {
	  max-width: 800px;
	  right: 65px;
	  top: 1124px;
	  margin-left: 66px;
	}
	
	.twitthink:after {
		display: none;
	}
	
	/*--- Logo Carosel ---*/	
	
	.testimony {
	  float: right;
	  width: 100%;
	}
	
	.tes-image {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.col4{
		width: 100%;
		min-height: 115px;
		border-left: none;
		padding: 0px 0px 60px 0px;
	}
	
	.col4 p{
		text-align: center;
	}
	
	.col4 h2{
		text-align: center;
	}
	.headcontact {
		background-color: gray;
		color: white;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.headcontact a:hover {
		color: white;
	}
	
	
}



@media screen and (max-width: 450px) {
	
	a#logo {
		    width: 65%;
		    margin-bottom: 10px;
	}
	
	#arrow {
		display: none;
	}
	
	.headcontact {
		float: left;
		margin-top: 0px;
		width: 100%;
		text-align: center;
	}
	
	.home-first{
	background-repeat: no-repeat;
	height: 260px;
	background-position: center;
	background-color: grey;
	background-size: cover
	
	}
	
	.lcol {
		padding: 0px 10px;
		box-sizing: border-box;
	}
	
	
	.home-second {
		margin: 10px 0px;
		padding: 0px;
	}
	h2 {
		font-size: 30px;
	}
	
	h3.cta {
		font-size: 25px;
	}
	
	#main {
	    margin-top: 0px;
	}
	
	.home-second p {
		font-size: 16px;
		line-height: 160%;
	}
	
	.gallery_item {
		width: 100%;
	}

	.twitthink {
	  max-width: 800px;
	  right: 16px;
	  top: 995px;
	  margin-left: 20px;
	}
	
	#left {
		float: left;
		width: 100%;
	}
	#right {
		float: left;
  		width: 100%;
	}
	body {
    margin: 0px;
	}	


}
