/*
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: 1em 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; }


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: "futura-pt",sans-serif;
 
	font-size: 18px;
	line-height: 200%;
	color: #393939;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: #0198dd;
	font-weight: normal;	
	font-family: "futura-pt",sans-serif;
	-webkit-font-smoothing: antialiased;
}

a{
	color: #99D0D4;
	
	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: 140px;
	left: 0;
	z-index: 99999;
	
	background-color: white;
	color: #125a68;
	
	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:1200px;
	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,
#partnership_wrap img,
#video_thumb img,
.aboutlist_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,
.colimg_wrap img,
#partnership_wrap img,
#video_thumb img,
.aboutlist_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{
	background-color: white;
	overflow: hidden;
}
   
header{
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: solid 1px #7550a0;
}

a.logo{
	display: block;
	text-align: center;
	margin-top: 0;
	float: left;
	width: 15%;
	
	padding-top: 10px;
}

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

a.logo:hover{
	opacity: 0.8;
}

#main{

}

.logo_right{
	float: right;
	width: 10%;

	padding-top: 5px;
}

.logo_right img{
	width: 100%;
	height: auto;
}

.logo.new{
	padding-top: 13px;
	
	display: block;
    text-align: center;
    margin-top: 0;
    float: left;
    margin-left: 15px;
}

.scroll{
	position: relative;
    top: -40px;
    display: inline-block;
}

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

nav#res_nav{
	display: none;
}

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

nav{
	position:relative;
	
	z-index:600;
	width: 57%;
	float: left;
	text-align: center;
}

nav ul{
	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;
	display: inline-block;
		
	padding-top:15px;
	padding-bottom:15px;
	margin-left: 25px;
	margin-right: 25px;
}

nav ul li a{
	color:#0276b9;
	font-weight: bold;
	
	text-decoration:none;
	
	font-size:17px;
	
	display:inline-block;
	line-height:17px;	
	
	text-transform:uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#3ba1cb;
}

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

nav ul li.sfHover a{
	
}

nav ul li.current-menu-parent ul a{
	color:#3ba1cb;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:#3ba1cb;
}

/*-- Content --*/

.content_style{

}

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

.content_style,
.content_style p,
.content_style li{
	font-size: 18px;
	line-height: 150%;
}

.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: 48%;
}

.rcol{
	float: right;
	width: 48%;
}

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

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

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

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

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
} 

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

.video_page .geo_bg .scol{
	width: 60%;
}

.vidpadding{
	padding: 80px 0;
}

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

.homepost_inner strong{
	display: block;
}

.heightresizeexpt{
	display: block;
}

.excerpt p{
	font-size: 15px;
}

/*--- Home ---*/

.geo_bg{
	padding-top: 60px;
	padding-bottom: 60px;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	background-image: url(images/geo-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	
	border-bottom: solid 1px #7550a0;
}

.geo_bg.small{
	padding-top: 20px;
	padding-bottom: 20px;
}

.photo_bg{
	width: 100%;
	height: 100%;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;

	min-height: 580px;
}

#tafepart img{
	max-width: 160px;
	margin-top: 40px;
}

.columnwrap{
	padding-top: 100px;
	padding-bottom: 100px;
}

.col_title{
	text-align: center;
	margin-bottom: 30px;
}

.textcol{
	width: 25%;
	padding: 10px;
	
	box-sizing: border-box;
	
	text-align: center;
	float: left;
}

.textcol a{
	padding: 15px;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
	
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.textcol a:hover{
	background-color: #E2F2F9;
}

.textcol a strong{
	color: #0276b9;
}

.textcol a{
	color: black;
}

.icon_wrap{
	padding-bottom: 30px;
}

#video_thumb{
	-webkit-box-shadow: 0px -1px 112px 6px rgba(14,82,119,1);
	-moz-box-shadow: 0px -1px 112px 6px rgba(14,82,119,1);
	box-shadow: 0px -1px 112px 6px rgba(14,82,119,1);
	
	position: relative;
	
	margin-top: 9%;
}

.geo_bg.top h1{
	color: white;
	font-weight: bold;
}

.geo_bg.top h3{
	color: white;
	font-weight: 30px;
	color: #ffb638;
	
	font-weight: bold;
}

.geo_bg.top i{
	color: white;
}

.orangebutt{
	display: inline-block;
	
	color: white;
	background-color:  #f8970c;
	
	display: inline-block;
	
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	
	margin-top: 30px;
	
	font-weight: bold;
	
	float: right;
	
	border-radius: 5px;
	text-transform: uppercase;
}

.orangebutt:hover{
	color: white;
	background-color: #df8401;
}

#video_thumb i{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;
	text-align: center;
	color: white;
	font-size: 60px;
	opacity: 0.5;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);

	display: inline-block;
}

#video_thumb a{
	display: block;
}

#video_thumb a:hover i{
	opacity: 1;	
}

.contoverlay{
	margin-top: 9%;
}

.photo_bg.hone .contoverlay{
	margin-top: 7%;
}

.photo_bg.htwo .contoverlay{
	margin-top: 13%;
}

.geo_bg.small h1,
.geo_bg.small h2{
	color: white;
	font-weight: bold;
}

.geo_bg.small span{
	color: #ffb739;
	font-weight: 500;
}

.geo_bg.small p{
	color: white;
	
	font-weight: 25px;
	font-style: italic;
}

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

.geo_smallrcol{
	width: 30%;
	float: right;
}

#partnership_wrap .lcol img{
	border: solid 1px #7550a0;
}

.partener_inner{
	width: 70%;
	margin-top: 60px;
}

.video_excerpt{
	color: white;
}

.video_excerpt a{
	color: #F69C00;
	font-weight: bold;
}

.video_excerpt a:hover{
	text-decoration: underline;
}

/*--- Home Posts  ---*/

.homepost_list{
	background-color: #dfe2e3;
}

#hpwrap_inner{
	padding-bottom: 80px;
}

.homepost_item{
	width: 20%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

.homepost_inner{
	padding: 20px;
	box-sizing: border-box;
	
	background-color: white;
	
	border-radius: 10px;
	border: solid 1px #7550a0;
}

.homepost_inner h4{
    min-height: 50px;
}

#iconkey{
	padding-left: 10px;
}

#iconkey ul{
	padding: 0;
	margin: 0;
	
	padding-top: 30px; 
	padding-bottom: 45px;
}

#iconkey ul li{
	padding: 0;
	margin: 0;
	
	list-style: none;
	
	display: inline-block;
	
	background-position: left center;
	background-repeat: no-repeat;
	
	background-size: 38px auto;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	
	margin-right: 50px;
}

#iconkey ul li#cicon1{
	background-image: url(images/course-icon-1.svg);
}

#iconkey ul li#cicon2{
	background-image: url(images/course-icon-2.svg);
}

#iconkey ul li#cicon3{
	background-image: url(images/course-icon-3.svg);
}

#iconkey ul li:last-child{
	padding-left: 0;
	margin-right: 0;
	color: #454545;
}

#iconkey ul li i{
	color: #F8970C;
	padding-right: 10px;
	font-size: 26px;
}

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

.availability {
	margin: 0;
	padding: 0;
	
	list-style: none;
	display: inline-block;
	padding-bottom: 15px;
	
	border-bottom: solid 1px #c3c3c3;
	
	width: 100%;
}

.availability{
	margin-right: 0;
}

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

.cicon.four p{
	margin: 0;
	line-height: inherit;	
    color: #f8970c;
    
    line-height: 27px;
}

.cicon.four p i{
	margin-top: 3px;
}

.availability img{
	width: 20px;
	height: auto;
	background-repeat: no-repeat;
}

.enrolbutt,
.downloadbutt{
	display: block;
	text-align: center;	
	
	padding: 5px;
	font-size: 12px;
	
	color: white;
	
	font-weight: bold;
	border-radius: 5px;
}

.enrolbutt{
	background-color: #f8970c;
	margin-bottom: 10px;
	margin-top: 20px;
}

.enrolbutt:hover{
	background-color: #df8401;
	color: white;
}

.downloadbutt{
	background-color: #7e7e7e;
}

.downloadbutt:hover{
	background-color: #303030;
	color: white;
}

/*--- Courses ---*/

.courses .top .lcol{
	margin-top: 60px;
}

.globe_wrap{
	text-align: center;
}

.geo_scol{
	text-align: center;
}

.orange{
	color: #ffb637;
	font-size: 18px;
}

.photo_bg.top{
	border-bottom: solid 1px #7550a0;
}

.courses .geo_bg{
	border-bottom: none;
	cursor: pointer;
}

.accordion_head{
	position: relative;
}

.viewme{
	width: 100%;
	text-align: center;

	margin: 0;
	position: absolute;
	
	left: 0;
	bottom: -15px;

	text-transform: uppercase;
	font-size: 15px !important;
}

.greybottom{
	text-align: center;
	height: 60px;
	
	background-color: #dfe2e3;
}

.greybottom span{
	width: 0;
	height: 0;
	display: inline-block;

	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #007EB8 transparent transparent transparent;
	
	cursor: pointer;
}

.accordion_butt{
	cursor: pointer;
}

.accordion_butt.left{
	width: 20%;
	float: left;
}

.accordion_butt.right{
	width: 20%;
	float: left;
}

.accordion_middle{
	width: 60%;
	float: left;
}

.accordion_middle .orange{
	padding-bottom: 20px;
}

.ui-state-focus{
	outline: none;
}

.accordion_butt{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ui-accordion-header-active .accordion_butt{
	-ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ui-accordion-header-active .accordion_butt.left{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--- About ---*/

.about .photo_bg.top{
    min-height: 350px;
}

.globe_wrap.about{
	width: 80%;
	margin: auto;
}

.about .top .lcol{
	margin-top: 10%;
}

.listing_title{
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
}

.aboutlist_wrap{
	width: 100%;
	box-sizing: border-box;
}

.aboutlist_inner{
	padding: 40px;
	box-sizing: border-box;
	background-color: white;
}

.aboutlist_wrap.second{
	margin-top: 60px;
}

.aboutlist_item{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #c3c3c3;
}

.aboutlist_item:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.aboutlist_item img{
	border: solid 1px #7550a0;
}

.right .lcol{
	float: right;
}

.right .rcol{
	float: left;
}

/*--- Contact ---*/

.orangebutt.all{
	margin-top: 80px;
    display: inline-block;
	font-size: 16px;
}

h1.contactoverlay_title{
	margin-top: 140px;	
	color: white;
	font-weight: bold;
}

.contactcont{
	padding-top: 60px;
	padding-bottom: 60px;
}

.contactform_wrap{
	width: 75%;
	margin: auto;
	
	margin-bottom: 60px;
}

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


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

#blog_head{	
	text-align: right;
	padding-bottom: 70px;
	line-height: 45px;
}

.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;
	background-color: white;
	color: #125a68;
	text-align: center;
}


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

.blog_feature{
	margin-bottom: 30px;
}

.blog_contwrap{
	margin-bottom: 30px;
}

article{
	margin-bottom:40px;
}

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

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

.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: 22px;
	list-style: none;
	text-align: center;
}

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

/*---------------------------- 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{
	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;
}

.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;
	
	background-color: #99D0D4;
	
	color: #fff;
	
	text-transform: uppercase;
	

	font-size: 18px;
	line-height: 40px;
	
	padding-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: white;
	background: #00303A !important;
}

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

input:hover,
input:focus, 
input:active,
textarea:hover,
textarea:focus, 
textarea:active{
	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 ----------------------------*/

#foot_nav{
	
}

#foot_nav ul{
	margin: 0;
	padding: 0;
	
	text-align: center;
	
	margin-top: 10px;
}

#foot_nav ul li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	display: inline-block;
	
	color: #b9b9b9;
	
	font-size: 14px;
	
	padding-left: 14px;
	padding-right: 15px;
	
	border-right: solid 1px #ababab;
	
	line-height: 12px;
}

#foot_nav ul li:first-child{
	padding-left: 0;
}

#foot_nav ul li:last-child{
	padding-right: 0;
	border-right: none;
}

#foot_nav ul li a{
	color: #ababab;
}

#foot_nav ul li a:hover{
	color: white;
}

#topfooter_wrap{
	text-align: center;
}

#topfooter_wrap img{
	max-width: 450px;
	height: auto;
	margin: auto;
	
	margin-top:40px;
	margin-bottom: 40px;
}

#middlefooter_wrap{
	background-color: #5e5e5e;
	padding-top: 40px;
	padding-bottom: 10px;
}

ul#social{
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: auto;
	width: 100%;
	text-align: center;
	
	padding-bottom: 20px;
}

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

ul#social li a{
	background-color: #464646;
	color: #969696;
	
	width: 60px;
	height: 60px;
	
	border-radius: 60px;
	line-height: 60px;
	
	text-align: center;
	font-size: 25px;
	display: inline-block;
}

ul#social li a:hover{
	background-color: #303030;
}

#foot_wrap{
	background-color: #3f3f3f;
	text-align: center;
}

#foot_wrap a{
color:#878787;
}

#foot_wrap a:hover{
	color: white;
}

footer{
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
}

footer p{
	margin: 0;
}

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

footer p{
	color: #231F20;
}

footer a:hover{

}

#copy{
	color: #878787;
	text-align: center;
	
	font-size: 15px;
}

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

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

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

span.wpcf7-form-control-wrap{
	width: 100%;
	display: block;
	position: relative;
}

input,
textarea,
select{
	box-sizing: border-box;
  	
  	-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;
	
	border: solid 1px #7550a0;

	margin-bottom: 10px;
	
	color: #7550a0;
}

input:hover{
	
}

.contact_left{
	float: left;
	width: 48%;
}

.contact_right{
	float: right;
	width: 48%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{	
	display: block;
	position: relative;
}

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

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

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

.wpcf7 select{
	height: 50px;
	font-size: 16px;
	
	background-image: url(images/select-drop.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

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

.wpcf7-submit{
	width: 100%;
	border: none;
	background-color: #0198dd;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.courses input{
	display: inline-block;
}

.wpcf7 p .wpcf7-list-item-label{
    font-size: 16px;
}

.courses label{
	padding: 10px;
	line-height: 30px;
	border: solid 1px #7550a0;
	color: #7550a0;
}

/*--- Placeholder ---*/

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

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

.wpcf7-form{

}

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

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

.ajax-loader{
	display: none;
}

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

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

@media screen and (max-width: 1250px) {
	
	.center{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.partener_inner {
		width: 90%;
		margin-top: 5%;
	}
	
}

@media screen and (max-width: 1024px) {
	
	.partener_inner {
		width: 100%;
		margin-top: 0;
	}
	
}

@media screen and (max-width: 950px) {
	
	.geo_bg.top .lcol,
	.geo_bg.top .rcol{
		float: none;
		margin: auto;
		width: 80%;
	}
	
	.geo_bg.top .lcol{
		margin-bottom: 40px;
	}
	
	.geo_bg.top .lcol .orangebutt{
		float: none;
	}
	
	.homepost_item {
		width: 33.33%;
	}
	
	#partnership_wrap .lcol,
	#partnership_wrap .rcol{
		float: none;
		width: 70%;
		margin: auto;
		margin-bottom: 70px;
	}
	
	#partnership_wrap .rcol{
		margin-bottom: 0;
	}
	
}

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

	.contactform_wrap {
	    width: 100%;
	}
	
	#iconkey ul li{
		width: 100%;
		float: none;
		display: b
		;
	}

}

@media screen and (max-width: 850px) {
	
	h1	{ font-size: 42px; line-height:48px;}
	h2	{ font-size: 36px; line-height: 40px;}
	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;}
	
	.photo_bg.hone .contoverlay{
		float: none;
		width: 100%;
		
		padding-top: 15%;
	}
	
	nav#full_nav{
		display: none;
	}
	
	nav#res_nav{
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	
	nav#res_nav ul li{
		margin-left: 2%;
    	margin-right: 2%;
    }
    
    nav#res_nav ul li a{
	    font-size: 14px;
    }

}

@media screen and (max-width: 800px) {
	
	/*-- Nav --*/
	
	
	a.logo{
		width: 90px;
		padding-top: 0;
	}
	
	.logo.new {
 	   padding-top: 0;
	}
	
	.logo_right{
		width: 60px;
		padding-top: 0;
	}
	
	.home .columnwrap{
		padding-bottom: 40px;
	}
 
	/*-- Page Layout --*/
	
	#main{
		xxmargin-top: 50px;
	}
	
	.lcol{
	  width: 100%;
	  margin-bottom: 20px;
	}
	
	.contoverlay {
	    margin-top: 16%;
	}
	
	.photo_bg.hone .contoverlay {
		margin-top: 15%;
	}
	
	.rcol{
		width: 100%;
	}

	
	.video_page .geo_bg .scol,
	.scol{
		margin: 0;
		width: 100%
	}
	
	.textcol{
		width: 50%;
	}
	
	.geo_widelcol,
	.geo_smallrcol {
	    width: 100%;
	    float: none;
	}
	
	/*--- Blog ---*/
	
	h2.btitle{
		float: none;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}

}

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

	
    
}

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

	.contactform_wrap{
		width: 100%;		
	}

}

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

	.homepost_item {
	    width: 50%;
	}
	
	#iconkey ul li:last-child {
		margin: 0;
	}
	
	ul#social li{
		margin-left: 5px;
		margin-right: 5px;
	}
	
	ul#social li a{
		width: 40px;
		height: 40px;
		border-radius: 40px;
		line-height: 40px;
		font-size: 17px;
	}
	
	.about .photo_bg.top,
	.contact .photo_bg.top{
		min-height: 320px;
	}
	
	.about .photo_bg.top h1,
	.contact .photo_bg.top h1 {
		margin-top: 100px;
	}
			
}

@media screen and (max-width: 650px) {
	
	#iconkey ul{
		padding-bottom: 30px;
	}
	
	#iconkey ul li {
		display: block;
	    margin-bottom: 15px;
    }
	
	/*--Contact--*/
	
	.contact .lcol{
	float: left;
	width: 100%;
	}
	
	.contact .rcol{
		float: right;
		width: 100%;
	}
	
	/*--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;
	}
	
	#partnership_wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#partnership_wrap .lcol,
	#partnership_wrap .rcol{
		width: 100%;
	}
	
	/*--- Footer ---*/
	
	#copy{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}
	
	ul#social{
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 600px) {
	
	h1	{ font-size: 38px; line-height:42px;}
	h2	{ font-size: 30px; line-height: 36px;}
	h3	{ font-size: 26px; line-height: 32px;}
	h4	{ font-size: 18px; line-height: 22px;}
	h5	{ font-size: 15px; line-height: 18px;}
	h6	{ font-size: 13px; line-height: 18px;}

	.geo_bg.top .lcol,
	.geo_bg.top .rcol{
		float: none;
		margin: auto;
		width: 100%;
	}
	
	nav#res_nav ul li a{
	    font-size: 13px;
    }
    
    .contact_left,
    .contact_right{
	    float: none;
	    width: 100%;
    }
    
    .aboutlist_inner {
    	padding: 10px;
    }
    
    .listing_title{
	    font-size: 30px;
    }
    
    .globe_wrap.about {
    	width: 100%;
    }
	
}

@media screen and (max-width: 550px) {
	
	.textcol{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media screen and (max-width: 500px) {
	
	.homepost_item {
	    width: 100%;
	}
	
	.accordion_butt img{
		width: 50%;
	}
	
	.courses label{
		display: block;
	    margin-right: 0;
	}
	
}




